/*layout CSS */
body {
	text-align:left;	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #666;
	margin: 0 auto;
	margin: 0px;
	padding: 0px;
	background-color: #fff;	
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;	
}
li, ul, ol {
	padding: 0;
	margin: 0;
	list-style-type: none;		
}
img {
	border: none;	
}
h1 {
	font-size: 16px;
	font-weight: bold;
}
#wrap {
	min-width:1000px;
	max-width:1000px;
	width: auto !important; /*IE6 hack*/
	width:1000px; /*IE6 hack*/
	min-height: 900px;
	margin:0 auto; /*center hack*/	
	text-align:left; /*center hack*/
	overflow: hidden;
	background-color: #ccc;
}
#header {
	margin: 0;
	padding: 0;
	width: 1000px;
	height: 30px;
	float: left;
	background-color: #fff;
}
#topnav {
	margin: 0;
	padding: 0;
	width: 1000px;
	height: 20px;
	float: left;
	background-color: #fff;
}
#nav {
	margin: 0;
	padding: 0;
	width: 260px;
	min-height: 800px;
	float: left;
	background-color: #ccc;	
}
#content {
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	width: 740px;
	min-height: 800px;
	overflow: hidden;
	background-color: #ccc;
	float: left;	
}
#footer {
	clear:both;
	width: 1000px;
	height: 50px;
	line-height: 50px;
	text-align:left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-color: #fff;	
}

/*Content*/
.contentpaneopen {
	margin-top: 20px;
	margin-right: 40px;
}
.contentheading {
	font-size: 18px;
	font-weight: bold;
}
.inputboxsuchen {
	margin-top: 20px;
	margin-left: 20px;
	width: 170px;
}
.moduletablenew h3 {
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(../images/header_h3.gif);
	background-repeat: no-repeat;
	padding-left: 5px;	
}
.moduletablenew {
	margin-top: 20px;
	margin-left: 20px;
	width: 170px;
	background-color: #999;
	color: #fff;
}
.moduletablenew a {
	color: #fff;
}
.latestnewsnew li, .latestnewsneu ul {
	list-style-type: square;
	margin-left: 20px;
}

/*Navigation*/
.moduletable_menu {
	margin: 0;
	padding: 0;
}
.menu {
	margin:0 auto;
	float: left;
	line-height: 20px;
	margin-left: 0px;
	text-align: center;
}

.menu li, .menu ul {	
	float: left;
	list-style-type: none;	
	font-size: 12px;
	font-weight: bold;
	width: 140px;
	height: 20px;
}
.menu li a, .menu ul a {
	display: block;
	color: #ccc;
	text-decoration: none;
	background-image: url(../images/button_out.jpg);			
}
.menu li a:hover {
	color: #333;
	background-image: url(../images/button_over.jpg);	
}
ul.menu li.active a {
	color: #333;
	background-image: url(../images/button_over.jpg);	
}
/*Subnavigation*/
.moduletable_menusub {
	margin-top: 20px;
	margin-left: 20px;
}
.menusub li a, .menusub ul a {
	width: 170px;
	height: 21px;
	line-height: 21px;
	display: block;
	padding-left: 30px;
	background-image: url(../images/button_sub_out.jpg);	
}
.menusub li a:hover {
	color: #fff;
	text-decoration: none;
	background-image: url(../images/button_sub_over.jpg);		
}
ul.menusub li.active a {
	color: #fff;
	text-decoration: none;
	background-image: url(../images/button_sub_over.jpg);	
}
/*2. Navigationsstufe innerhalb Subnavigation*/
.menusub li li, .menusub ul ul {
	margin-left: 20px;
	width: 150px;
	height: 21px;
	line-height: 21px;
}
.menusub li li a, .menusub ul ul a {
	display: block;
	padding-left: 30px;
	background-image: url(../images/button_sub_out.jpg);	
}
.menusub li li a:hover {
	color: #fff;
	text-decoration: none;
	background-image: url(../images/button_sub_over.jpg);		
}
ul.menusub li li.active a {
	color: #fff;
	text-decoration: none;
	background-image: url(../images/button_sub_over.jpg);	
}
