@charset "utf-8";


/*       BASIS      */
/********************/

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(layout/background.gif); 
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 

img {
	padding:4px;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
}

a img {
	border: none;
}

img.gross {
	display: block;
}

a{
}

ul {
	list-style-type: square;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 150%;
	margin-top: 13px;
	margin-left: 15px;
}

li {
	color: #323232;
	padding-left: 5px;
}


/*       TYPO       */
/********************/

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: normal;
	padding: 0px 0px 25px 0px;
	color: #000;
}

h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #000;
}

h3{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}


p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 150%;
	margin-top: 13px;
	color: #323232;
}

strong, bold {
	font-weight: bold;
	color: #666;
}

.link {
	background: url(layout/link_arrow_01.gif) no-repeat;
	background-position: 0px 4px;
	padding: 0px 10px 0px 15px;
	text-decoration: underline;
	font-weight: bold;
	color: #323232;
}




/*      LAYOUT      */
/********************/

#container {
	margin: 0;
	padding: 0;
}


/***** Header ****/

#headerContainer {
	width: 100%;
	height: 395px;
	border-top: 10px solid #f9dd16;
}

#headerQuicknavi {
	width: 280px;
	height: 50px;
	position: absolute;
	left: 780px;
	top: 10px;
	z-index: 100;
}

#headerQuicknavi ul {
	position: relative;
	list-style-type: none;
	display: inline;
}

#headerQuicknavi li {
	float: left;
	margin: 8px 0 0 12px;
	color: #fff;
}

#headerQuicknavi a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
}

#headerQuicknavi a:hover, #headerQuicknavi a:active, #headerQuicknavi a:focus {
	color: #f9dd16;
}

#headerQuicknavi a.active {
	color: #f9dd16;
}

#headerText {
	position: absolute;
	top: 38px;
	left: 288px;
	width: 400px;
	height: 50px;
}

.text_gelb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #f9dd16;
	font-weight: 500;
}

.text_gelb_versal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #f9dd16;
	font-weight: 500;
}


#header {
	position: absolute;
	top: 105px;
	width: 100%;
	height: 272px;
	background: #f9dd16;
}

#headerImage{
	position: absolute;
	top: 26px;
	left: 50px;
	width: 1025px;
	height: 384px;
	background:url(layout/img_header_03.gif) no-repeat;
}


/***** Main *****/

#main {
/*	position: relative;*/
	width: 986px;
	min-height:500px;
	margin: 0px 0px 0px 56px;
	padding-top: 12px;
	padding-bottom: 15px;
	background: #fff;
}


/****** Content *****/

#content {
	position: relative;
	margin: 0px 45px 0px 283px;
}


/**** Linke Spalte ****/

#columnLeft {
	width: 245px;
	left: 10;
	position: relative;
	float: left;
}

#columnLeft ul {
	list-style: none;
	margin: 10px 25px 0px 25px;

}

#columnLeft li {
	border-bottom: 1px dashed #353535;
	background: url(layout/nav_arrow_01.gif) no-repeat left;

}

#columnLeft a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 220%;
	color: #353535;
	text-decoration: none;
	margin-left: 15px;
}

#columnLeft a:hover {
	text-transform: uppercase;
}


#columnLeft a.active {
	text-transform: uppercase;
	font-weight: bold;
}

#columnLeft a:active {
	text-transform: uppercase;
}



/***** Footer *****/

#footer {
	width: 986px;
	height: 30px;
	border-bottom: 3px solid #f9dd16;
	background: url(layout/background_footer.gif);
	margin: 0px 10px 0px 56px;
	padding: 0 0 0 0;
}

#footer p {
	margin: 0 ;
	padding: 5px 0px 0px 25px;
	font-size: 10px;
	color: #fff;
}

/***** Navigation *****/

#kontaktFormular p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #323232;
	font-weight: normal;
	padding-right: 15px;
}

