/* CSS Document */
img,div { 
	behavior: url(iepngfix.htc);
	text-align:left;
}


/*Layout*/

body{	background-color:#ffffff;	
		background-image:url(../images/bg.jpg);
		background-repeat:repeat-x;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
}

#global{ 	width:992px;
			margin:0px auto;
	
			position:relative;
}
.preload {
width:1px;
height:1px;
visibility:hidden}
#header{ 	background:url(../images/header_5.png) no-repeat;
			width:992px;
			height:281px;
}

#content{ 	background-image:url(../images/content.png);
			background-repeat:repeat-y;
			width:992px;
			min-height:350px;
}

*html #content{ height: expression( this.scrollHeight < 350 ? "351px" : "auto" ); /* sets min-height for IE */
}

#main{		width:760px;
			margin-left:210px;
}

#footer { 	background-image:url(../images/footer.png);
			height:205px;
			width:992px;
			background-repeat:no-repeat;
}
#footer_index { background-image:url(../images/footer_index.png);
				height:183px;
				width:992px;
				background-repeat:no-repeat;
}
/*Layout ende*/

/*Menue*/

#menue { 	width:163px;
			margin-left:20px;
			float:left;
}
*html #menue { 	width:163px;
				margin-left:10px;
				float:left;
}
#menue a { 	font-size:13px;
			color:#000000;
			text-decoration:none;
}

#menue a:hover { 	font-size:13px;
					color:#4d8713;
					text-decoration:none;
}

.menue_link {	background-image:url(../images/menue_punkt.jpg);
				background-repeat:repeat-x;
				background-position:bottom;
				text-align:right;
}
/*Menue ende*/

/*ueberschriften*/	
.u { color:#1486c7;
}

.u1 { 	font-size:18px;
		color:#1486c7;
}

.u2 { 	font-size:16px; 
		font-family:"Myriad Pro"; 
		color:#515250;
		display:block;
		font-weight:bold;
		padding-left:20px;
}

/*ueberschriften ende*/

/*Texte*/
a { color:#2e84b3;
	text-decoration:none;
	border:0px;
}

li { margin-left:14px;}

a:hover { color:#4d8713;
}

.buerger { 	font-size:29px;
			color:#4d8713;
			font-family:"Myriad Pro";
			padding-top:45px;
			padding-left:20px;
			float:left;
}

.pro{ 	font-size:36px;
		font-family:"Myriad Pro";
		color:#1486c7;
		padding-left:5px;
		padding-top:37px;
}

.footer_re a { 	color:#FFFFFF;
				text-decoration:none;
}
.footer_re a:hover { 	color:#0033FF;
						text-decoration:none;
}

.footer_index_re a { 	color:#FFFFFF;
						text-decoration:none;
}

.footer_index_re a:hover { 	color:#0033FF;
							text-decoration:none;
}

.footer_li { 	color:#FFFFFF;
				margin-left:15px;
				margin-top:165px;
				float:left;
}

.footer_re { 	color:#FFFFFF;
				margin-right:15px;
				margin-top:165px;
				float:right;
}

.footer_index_li { 	color:#FFFFFF;
					margin-left:10px;
					margin-top:150px;
					float:left;
}

.footer_index_re { 	color:#FFFFFF;
					margin-right:10px;
					margin-top:150px;
					float:right;
}
/*Texte ende*/

/*Bilder*/

.bild_maedchen_index {
	position:absolute;
	z-index:1;
	left:557px;
	top:715px;
}

.bild_maedchen_presse {
	position:absolute;
	z-index:1;
	left:556px;
	top:682px;
}

.bild_stempel_index {
	position:absolute;
	z-index:100;
	left:508px;
	top:730px;
				
}

.bild_stempel_presse {
	position:absolute;
	z-index:100;
	left:409px;
	top:882px;
				
}

.kontakt { background-color:#dbeaf1;}

.dreieck { margin-top:20px;}
.bilder {	text-decoration:none;}
/*Bilder ende*/

