/* CSS Document **************************************************/
body {
	margin:0 auto 0 auto;
	padding:0;
	font-family:trebuchet ms, arial, sans serif;
	font-size:12px;
	line-height:20px;
	font-weight:normal;
	color:#666666;
	text-decoration:none;
	background:#FFFFFF;
}
a {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:underline;
}
.strong {
	font-family:trebuchet ms, arial, sans serif;
	font-size:12px;
	line-height:20px;
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}
.h1 {
	font-family:trebuchet ms, arial, sans serif;
	font-size:11px;
	line-height:14px;
	text-decoration:none;
	color:#666666;
	font-weight:normal;
}
.h2 {
	font-family:trebuchet ms, arial, sans serif;
	font-size:14px;
	line-height:20px;
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}
.h3 {
	font-family:trebuchet ms, arial, sans serif;
	font-size:18px;
	line-height:20px;
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}
.h4 {
	display:block;
	background-color:#F0FFC4;
	width:1000px;
	height:40px;
	border-width: 1px;
	border-style: dotted;
	border-color: #CCCCCC;
	font-family:trebuchet ms, arial, sans serif;
	font-size:24px;
	line-height:40px;
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	text-indent:10px;
}
.red {
	font-family:trebuchet ms, arial, sans serif;
	font-size:12px;
	line-height:20px;
	text-decoration:none;
	color:#FF0000;
	font-weight:bold;
	font-style: italic;
}
/* images **********************************************************************/

img {
	border: 0px;
	padding: 1px;
	background: #FFFFFF;
}
img.imgright {
	float: right;
	border: 0px;
	padding: 1px;
	background: #FFFFFF;
}
img.imgborderleft {
	float: left;
	border: 5px solid #DADADA;
	margin: 0 0 0 0;
}
img.imgborderright {
	float: right;
	border: 5px solid #DADADA;
	margin: 0 0 0 0;
}
img.imgbordercenter {
	float: center;
	border: 5px solid #DADADA;
	margin: 0 0 0 0;
}
/* HEADER ****************************************************************************************************************************
****************************************************************************************************************************
****************************************************************************************************************************/	
	
.contentheader {
	width:100%;
}

.header {
	width:100%; height:200px;
	background:url(homepage/image/start/header_background.gif) bottom repeat-X;
	padding-top:0;
	margin:0 auto 0 auto;
	}

/* grüne linie mit adresse und punkten ************************************************************/

.green_line{
	background:#CCFF33;
	height:30px; width:100%;
	margin:0;
	}

.header_adress{
	background:none;
	height:30px; width:100%;
	font-family:trebuchet ms, arial, sans serif; font-size:11px; font-weight:normal; color:#999999; text-decoration:none; text-indent:20px; text-align:left; line-height:30px;
	margin:0 0 0 0;
	border-width:1px 0 1px 0; border-style:dotted; border-color:#999999;
	}
	
.header_adress a{
	text-decoration:none; color:#999999;
	}
.header_adress a:hover{
	text-decoration:none; color:#999999;
	}

/* obere menüführung ************************************************************/
	
.top_nav{
	height:20px; width:100%;
	font-family:trebuchet ms, arial, sans serif; text-align:right; font-size:11px; font-weight:normal; color:#000000;
   }
.top_nav a{
	display:block;
	width:auto; height:20px; 
	text-decoration:none; color:#000000; text-align:center; line-height:20px;
	border-width:0 0 0 1px; border-style:dotted; border-color:#999999;
	padding-left:10px; padding-right:10px;
	}
	
.top_nav a:hover{
	background-color:#CCFF33;
	color:#000000;
	}
	
/* headerbereich ************************************************************/

.content{
	width:1000px; height:100px;
	margin-top:-120px; margin-right:auto; margin-bottom:0; margin-left:auto;
	}

.left{
	float:left;
	background:url(homepage/image/start/logo.gif) no-repeat center;
	width:200px; height:100px;
	margin-top:0px; margin-right:auto; margin-bottom:0px; margin-left:auto;
	}
	
.right {
	float:right;
	width:700px; height:115px;
	margin-right:0px;
	text-align:center;
	background:url(homepage/image/muehlviertel.gif) no-repeat center;
	} 

/* dropdown hauptmenü ************************************************************/	

.menu{
	height:40px; width:1000px;
	background:url(homepage/image/start/menuebg.jpg) no-repeat right;
	font-family:trebuchet ms, arial, sans serif; text-align:center; font-size:14px; color:#000000; font-weight:bold;
	margin-top:15px; margin-right:auto; margin-bottom:0px; margin-left:auto;
	padding:0px;
	}
	
.menu ul{
	border-width:0 1px 0 0; border-style:dotted; border-color:#999999; 
	background:none;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		border-width:0 0 0 1px; border-style:dotted; border-color:#999999; 
		float:left;
		padding:0px;
		}
	.menu li a{
		background:none;
		color:#000000;
		display:block;
		font-weight:bold;
		line-height:40px;
		margin:0px;
		padding:0px 18px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover, .menu ul li:hover a{
			background: #CCFF33;
			color:#000000;
			text-decoration:none;
			}
	.menu li ul{
		background:#FFFFFF;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:200px;
		z-index:200;
		}
	.menu li:hover ul{
		display:block;
		border-width:0 1px 1px 0; border-style:dotted; border-color:#999999; 
		
		}
	.menu li li {
		background:none;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:200px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:25px;
		font-size:13px;
		font-style:bold;
		margin:0px;
		padding:0px 10px 10px 10px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#666666;
			border:0px;
			color:#FFFFFF;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}	

/* HEADER ENDE ****************************************************************************************************************************
********************************************************************************************************************************************/


/* maincontent ************************************************************/	
	
.contentbackground {
	background:url(homepage/image/start/background.jpg) no-repeat top right;
	width:100%;
	margin-left:0x;
}
.maincontent {
	width:1000px;
	height:100%;
	padding-top: 30px;
	margin-right:auto;
	margin-bottom:0;
	margin-left:auto;
}
.subcontent {
	background:url(homepage/image/start/background2.gif) top repeat-X;
}
a.news1 {
	display:block;
	background-color:none;
	width:370px;
	height:25px;
	font-family:trebuchet ms, arial, sans serif;
	font-size:12px;
	line-height:20px;
	font-weight:normal;
	color:#666666;
	text-decoration:none;
}
a.news1:hover {
	background-color:#CCFF33;
	color:#000000;
}
a.news2 {
	display:block;
	background-color:none;
	width:365px;
	height:90px;
	font-family:trebuchet ms, arial, sans serif;
	font-size:12px;
	line-height:20px;
	font-weight:normal;
	color:#666666;
	text-decoration:none;
	margin-top: 12px;
}
a.news2:hover {
	background-color:#CCFF33;
	color:#000000;
}
.contentfooter {
	width:100%;
	height:80px;
}
a.pic {
	display:block;
	background-color:#F0FFC4;
	width:300px;
	height:80px;
	border-width: 1px;
	border-style: dotted;
	border-color: #CCCCCC;
	font-family:trebuchet ms, arial, sans serif;
	font-size:11px;
	font-weight:normal;
	line-height:20px;
	color:#000000;
	text-decoration:none;
	text-indent:0px;
	padding-top:0px;
	padding-bottom:0px;
}
a.pic:hover {
	background-color:#FFFFFF;
	color:#333333;
}
a.pic2 {
	display:block;
	background-color:#FFFFFF;
	width:235px;
	height:180px;
}
a.pic2:hover {
	background-color:#F0FFC4;
}
a.info {
	background-color:#FFFFFF;
	width:100px;
	height:20px;
	font-family:trebuchet ms, arial, sans serif;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	color:#000000;
	text-decoration:none;
	padding-top:0px;
	padding-bottom:0px;
}
a.info:hover {
	background-color:#CCFF33;
	color:#000000;
}

/* referenz menü ************************************************************/	

.referenz_menu{
	height:35px; width:1000px;
	background:url(homepage/image/start/menuebg.jpg) no-repeat right;
	margin:0px;
	padding:0px;
	}
	
.referenz_menu ul{
	background:none;
	list-style:none;
	margin:0;
	padding:0;
	}
	.referenz_menu li{
		border-width:0 0 0 1px; border-style:dotted; border-color:#999999; 
		float:left;
		padding:0px;
		}
	.referenz_menu li a{
		background:none;
		color:#000000;
		display:block;
		font-family:trebuchet ms, arial, sans serif; text-align:center; font-size:14px; color:#000000; font-weight:bold;
		line-height:35px;
		margin:0px;
		padding:0px 10px;
		text-align:center;
		text-decoration:none;
		}
		.referenz_menu li a:hover, .referenz_menu ul li:hover a{
			background: #CCFF33;
			color:#000000;
			text-decoration:none;
			}
	.referenz_menu li ul{
		background:#F0F0F0;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:450px;
		z-index:200;
		}
	.referenz_menu li:hover ul{
		display:block;
		border-width:0 1px 1px 0; border-style:dotted; border-color:#999999; 
		
		}
	.referenz_menu li li {
		background:none;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:450px;
		}
	.referenz_menu li:hover li a{
		background:none;
		
		}
	.referenz_menu li ul a{
		display:block;
		height:15px;
		font-family:trebuchet ms, arial, sans serif; text-align:center; font-size:12px; line-height: 18px; color:#000000; font-weight:normal;
		margin:0px;
		padding:0px 10px 5px 10px;
		text-align:left;
		}
		.referenz_menu li ul a:hover, .referenz_menu li ul li:hover a{
			background:#666666;
			border:0px;
			color:#FFFFFF;
			text-decoration:none;
			}
	.referenz_menu p{
		clear:left;
		}

/* FOOTER **************************************************************************************************************************************
**************************************************************************************************************************************************/

.footer {
	width:100%; height:40px;
	border-width:1px 0 1px 0; border-style:dotted; border-color:#999999;
	background:url(homepage/image/start/background2.gif) top repeat-X;
	font-family:trebuchet ms, arial, sans serif; font-size:11px; font-weight:normal; color:#999999; text-decoration:none; text-indent:0px; text-align:center; line-height:40px;
	}
	
.footerbold {
	font-weight:bold; color:#000000;
	}

/* untere menüführung ************************************************************/
	
.top_nav{
	height:20px; width:100%;
	font-family:trebuchet ms, arial, sans serif; text-align:right; font-size:11px; font-weight:normal; color:#000000;
   }
.top_nav a{
	display:block;
	width:auto; height:20px; 
	text-decoration:none; color:#000000; text-align:center; line-height:20px;
	border-width:0 0 0 1px; border-style:dotted; border-color:#999999;
	padding-left:10px; padding-right:10px;
	}
	
.top_nav a:hover{
	background-color:#CCFF33;
	color:#000000;
	}