/* @override http://www.lwk2008.deepweb.de/css/common.css */

html{ 
	margin:0;
	padding:0;
}
body{
	font-size:10px;
	font-family:verdana;
	margin:0;
	padding:0;
}

#stage{
	height:100%;
	width:980px;
	margin:0 auto;
	background:url(/img/bg.gif);
}

	#box{
		margin:0 10px;
		background:url(/img/header.png) no-repeat top center;
	}
	
		#homelink{
			position:absolute;
			display:block;
			text-decoration:none;
			width:114px;
			height:231px;
			margin-left:47px;
			cursor:pointer;
			z-index:50;
		}

		#header{
			height:150px;
			position:relative;
		}
		
			#header ul,
			#header li{
				margin:0;
				padding:0;
				list-style:none;
				float:left;
			}
			#header a{
				text-decoration:none;
				color:#fff;
			}
		
			#nav{
				position:absolute;
				top:83px;
				left:217px;
				height:50px;
				overflow:hidden;
			}
			
				#nav ul{
					background:url(/img/menuback.png) top left no-repeat;
					height:140px;
					line-height:53px;
					padding-right:5px;
				}
			
				#nav li{
					text-align:center;
					width:184px;
					overflow:hidden;
					height:55px;
					font-size:12px;
					font-family:georgia;
					font-weight:bold;
					background-position:right top;
				}
				
				#nav li:hover{
					background-position:left top;
				}
				
				#nav li:hover a{
					color:#6DB942;
				}
			
			#metanav{
				position:absolute;
				top:10px;
				right:15px;
			}
			
				#metanav li{
					text-align:center;
					padding-left:10px;
				}
		
		#body{
			border-top: 0px;
		}
			#subnav{
				float:left;
				width:210px;
				margin-top:100px;
			}
			
			#content{
				margin:0 40px 0 218px;
				line-height:18px;
				font-size: 11px;
			}
			
				#content ul{
					list-style: outside;
					list-style-type: disc;
					color: #71BF44;
					margin-left: 15px;
				}
					#content ul li{
						margin-left: 15px;
					}
				
					#content ul li div{
						color:#000;
					}
			
				#content h1{
					color: #71bf44;
					font-size:14px;
					font-family:sans-serif	;
					margin:20px 0 10px 0;
				}
				
				#content h2{
					color: #71bf44;
					font-size:16px;
					font-family:georgia;
					margin:10px 0 5px 0;
				}
				
				#content a{
					text-decoration:none;
					color:#00756a;
				}
				
				#content a:hover{
					text-decoration:underline;
				}
				
				#content a img{
					border:0;
				}
		
		#footer{
			height:185px;
			width:960px;
			background:url(/img/foot.jpg);
			margin-top:30px;
		}
		
/* Suchausgabe */

.result{
	overflow: hidden;
	margin:0;
	border-top: 5px solid #fff;	
}

.result.odd{
	background-color: #e0e8ef;
}

.result.even{
	background-color: #EEF4FA;
	}
	
	.aktiv_page{
		font-weight:bold;
	}
	
	.pagenav td{
		height:25px;
	}
	
	.result .content{
		padding: 10px;
		background: transparent;
	}

	.result .title{
		font-family:georgia;
		font-size: 14px;
		font-weight: bold;
		line-height: 25px;
	}
	.result .address{
		float: right;
		text-align: right;
		line-height: 1.5em;
		width: 40%;
	}	
	
	.result .module{
		font-family:georgia;
		font-size: 14px;
		list-style: inside;
		list-style-type: square;
		border-top: 1px solid #00756A;
		padding: 20px;
		float: left;
		width: 50%;
		}


#auswahl_table{
	line-height: 30px;
	margin:20px 0;
	}
	
	
	
	/* Ticker */
#subnav .tick {
		clear: both;
	}	
	
	#subnav .tick h1{
			text-align: center;
			color:#00756A;
			margin-bottom: 5px;
			font-size: 11px;
		}	
		#subnav .tick h1 a{
					color:#00756A;
					text-decoration: none;
			}
	
	#subnav .tick p{
		text-align: center !important;
		line-height: 1.5em;
		margin: 0 10px;
		padding-bottom:8px;
		border-bottom: #d4e6f6 1px solid;
		}
		
	#subnav .tick a{
		color:#00756A;
		text-decoration: none;
	}
	#subnav .tick a:hover{
			text-decoration: underline;
	}	
	
	#subnav .tick .mehr{
		visibility: hidden;
	}
	
/* medientemplates */

.image_left{
	float:left;
	text-align:center;
	margin-right: 15px;
}
	.image_left .unterschrift{
		font-style: oblique;
		font-size:.9em;
	}
	
.image_right{
	float:right;
	text-align:center;
	margin-left: 15px;
}
	.image_right .unterschrift{
		font-style: oblique;
		font-size:.9em;
	}
	
.image{
	margin: 15px;
	text-align: center;
}
	.image .unterschrift{
		font-style: oblique;
		font-size:.9em;
	}
	
.hidden{
	display: none
		}
	
	
/* Kontaktform*/	

#mailform textarea{
	border:  1px solid #007469;
	width: 460px;
	margin-top: 5px;
	}

#mailform .fields {
	margin-top: 20px;
	line-height: 35px;
	}

#mailform .fields label{
	float: left;
	display: block;
	width: 155px;
	}

#mailform .fields input{
	display: block;
	float: left;
	border:  1px solid #007469;
	font-size: 12px;
	height: 20px;
	width: 305px; 
	}	
