* {
	padding: 0;
	margin: 0;
}

p {
	margin-bottom: 5px;
}

img {
	border:0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #e1edd2;
	background-image: url(images/background.jpg);
	background-repeat:repeat-x;
}

.container {
	width: 871px;
	background-image: url(images/container_bg.png);
	margin:auto;
	behavior: url(iepngfix.htc);
}

.clear {
	clear: both;
}

/* ################ Listen ################ */

ul {
	list-style: none;
}

ul.news_list {
	padding-left: 15px;
	list-style-image: url(images/news_list_icon.jpg);
}

.news_list li {
	margin-bottom: 10px;
}

/* ################ Header ################ */

.header {
	position: relative;
	width: 850px;
	top: 0px;
	left: 7px;
	height: 283px;
}

.logo {
	position: absolute;
	top: 16px;
	left: 17px;
	width: 348px;
	height: 55px;
}

.headerbild {
	position: absolute;
	top: 84px;
	left: 0px;
	width: 850px;
	height: 214px;
	/* background-image: url(images/header.jpg);*/
	z-index: 1;
}

.infobox {
	position: absolute;
	top: 23px;
	left: 500px;
	width: 303px;
	height: 62px;
	border: 1px solid #1e9b45;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	background-color: #3db35d;
	z-index: 2;
	padding: 15px;
	color: #FFF;
}

/* ################ Navigation ################ */

.navi {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 830px;
	height: 25px;
	padding-left: 20px;
	background-color: #dcdada;
	z-index: 999;
}


#submenu1,
#submenu2,
#submenu3,
#submenu4
{
	display:none;
	z-index: 999;
}

.submenu {
	position: absolute;
	top: 25px;
	left: 0px;
	z-index: 999;
	background-color: yellow;
	border: 1px solid #000;
	width: 150px;
	text-align: left;
}

/* ################ Content ################ */

.content {
	position: relative;
	top: 0px;
	left: 7px;
	width: 800px;
	padding-left: 20px;
	padding-right: 30px;
	padding-top: 0px;
	z-index: 1;
	padding-bottom: 20px;
}

.small_content {
	position: relative;
	top: 0px;
	left: 7px;
	width: 560px;
	padding-left: 20px;
	padding-top: 0px;
	z-index: 1;
	padding-bottom: 20px;
}

#inhalt1 {
	width: 700px;
}

#inhalt2 {
	width: 580px;
}

.ueberschrift,h3 {
	color: #0ea53d;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.kurs {
	position: relative;
	top: 0px;
	left: 0px;
}

.kurs_beschreibung {
	position: absolute;
	top: 11px;
	left: 145px;
	width: 144px;
	height: 41px;
	text-align:center;
	font-size: 11px;
}

.standort_box {
	position: relative;
	top: 0px;
	width: 0px;
	background-color: #e0f8d4;
	border: 1px solid #1e9b45;
	width: 760px;
	padding-left: 20px;
	padding-right: 20px;
	z-index: 1;
	margin-bottom: 10px;
}

.standort_links {
	position: relative;
	top: 0px;
	left: 0px;
	width: 420px;
	float:left;
	padding-top: 20px;
	padding-bottom: 20px;
}

.standort_rechts {
	position: relative;
	top: 0px;
	left: 0px;
	width: 330px;
	float:left;
	text-align: right;
}

/* ################ Content ################ */

.footer {
	position: relative;
	width: 871px;
	top: 0px;
	left: 0px;
	height: 98px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	margin:auto;
	font-size: 10px;
}

.bundesagentur {
	position: absolute;
	top: 14px;
	left: 20px;
	width: 139px;
	height: 35px;
}

.standorte {
	position: absolute;
	top: 16px;
	left: 550px;
	width: 161px;
	height: 44px;
}

.standorte a {
	color: #FFF;
}

.racing {
	position: absolute;
	top: 16px;
	left: 670px;
	width: 161px;
	height: 44px;
}

.racing a {
	color: #FFF;
}

.copyright {
	position: absolute;
	top: 85px;
	left: 26px;
	width: 180px;
	color: #858c7c;
}

.initiative {
	position: absolute;
	top: 85px;
	left: 324px;
	width: 100px;
}

.footerlinks {
	position: absolute;
	top: 85px;
	left: 727px;
	width: 130px;
}


/* ################ Links ################ */

.footerlinks a {
	color: #858c7d;
	text-decoration: none;
}

a {
	color: #059031;
	font-weight: bold;
	text-decoration: none;
}

/* ################ Listen Test ################ */


ul.menu li a {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

ul.menu li a.active {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

ul.menu, ul.menu ul {
    list-style-type: none;
	width: 850px;
}

ul.menu li {
    padding: 0;
    margin: 0;
    float: left;
    height: 20px;
	position: relative;
	top: 0px;
	left: 0px;
	/* text-align: center; */
	/*margin-bottom: 1px;*/
	z-index: 999;
	padding-top: 5px;
	width: 97px;
}

/* Für Unterpunkte keine Float-Eigenschaft */
ul.menu ul li {
    float:none;
    background-color: transparent;
	width: 140px;
	text-align: left;
	padding-left: 10px;
	border-bottom: 1px solid #c4c2c2;
}

/* Zweite Ebene */
ul.menu ul {
	margin:0;
	padding: 0;
	position: absolute;
	top: 25px;
	left: 0px;
	background-color: #f3f3f3;
	border: 1px solid #c4c2c2;
	display: none;
	width: 150px;
}

/* Zweite Ebene anzeigen */
ul.menu li.hover ul, ul.menu li:hover ul  {
	display: block;
	border: 1px solid #c4c2c2;
	border-bottom: 0px;
}

/* ################ iCarousel ################ */


#newsticker {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 100%; /* important */
	height: 48px; /* important */

	border: 1px solid #888;
	background-color: #f8f8f8;
}

#newsticker span {
	position: absolute;
	top: 0;
	left: 0;

	display: block;
	padding: 4px;

	font-size: 85%;
	color: #333;
	text-decoration: none;
}

.tx-localphpinclude-pi1 {
position: relative;
}


