body,
	html {
		margin:0;
		padding:0;
		color:#000;
		background:#fff;
		background-image:url(http://thw-wadern.de/assets/templates/thw/bg.gif)  ;
		font-family:Verdana;
	}
	a:link { color:#17268c;}
	a:visited {color:#17268c;}
	a:active {color:#17268c;}
	a:hover {color:#17268c;}
	#wrap {  /* Wrapper für die Hauptseite zu Zentrieren und auf eine Breite von 990 Pixel zu begrenzen */ 
		width:990px;
		margin:0 auto;
	}
	#header {
		padding: 0;
		margin: 0;
		height: 200px;
		width: 100%;
		float:left;
		overflow:hidden;
	}
	img{ border:0;	}


	#header img { border: 0;}
	h1 {
	    margin:0;
    }
	#nav {  /* Komplette obere Leiste*/
		position:absolute;
		top:0;
		left:0;
		width: 100%;
		height: 100px;
		padding:0 auto;
		background-color: #17268c; /* THW BLAU */
		z-index: 1;
	}
	#navwrapper {	 /* Mittlerer Teil der Leiste*/
		position:relative;
		float:left;
		display:inline;
		width: 100%;
		height: 100px;
    	background-color: #17268c; /* THW BLAU */
		z-index: 2;
	}	
	#navlogo {	 /* Logos Leiste*/
		position:relative;
		background-color: #17268c; /* THW BLAU */
		float:left;
		height:100px;
		width:190px;
		left: 0;
		top:0;
		z-index: 2;
	}
		#navlogo_rechts {	 /* Logos Leiste*/
		position:relative;
		background-color: #17268c; /* THW BLAU */
		float:right;
		height:50px;
		width:190px;
		left: 0;
		top:0;
		z-index: 2;
	}
	#navbar { /* Navigation */
		background-color: #17268c; /* THW BLAU */		
		position:relative;
		top: 25px;
		float:left;
		left: 0;
		padding: 0;
	}

	#navbar ul li {
		list-style-type: none;
		padding: 5px;
		margin: 0;
		display: inline;
	}
	#navbar ul li a:link, #navbar ul li a:visited, #navbar ul li a:hover {
		color:#FFFFFF;
		font-family:Arial, Helvetica, sans-serif;
		font-size:1em;
		text-decoration:none;
	}
	
	#navbar ul li a:hover, #navbar ul li a:active {

		text-decoration:underline;
	}


	h2 {
		margin:0 0 1em;
	}
	#main {
		float:right;
		width:730px;
		height:100%;
		padding:0;
		background:#FFF;
		position:relative;
		padding: 15px;
		margin: 0;
		
		z-index:2;

	}
	#sidebar {
		position:relative;
		top: 0px;
		float:left;
		width:210px;
		padding: 0;
		margin: 0;
		background:#99c;
	}
	#sidebar ul{
		margin: 0;
		padding: 0;
		list-style: none;
		width: 220px;

		}
	#sidebar ul li {
		background: white url(http://thw-wadern.de/assets/templates/thw/lid.jpg) repeat-x bottom left;
		position: relative;
		height: 25px;
		padding-left: 10px;
		
		
	}
	#sidebar ul li:hover {
		background-image: url(http://thw-wadern.de/assets/templates/thw/lio.jpg);
		position: relative;
	}
	#sidebar li a:hover{
		text-decoration:underline;
		font-weight: bold;
	}

	#sidebar ul li a:link, #sidebar ul li a:visited, #sidebar ul li a:hover {
		color:#FFFFFF;
		font-family:Arial, Helvetica, sans-serif;
		font-size:0.9em;
		text-decoration:none;
	}
	
	#sidebar ul li a:hover, #sidebar ul li a:active {
		text-decoration:none;
		font-weight: bold;
	}

	#footer {
		width:990px; 
		display:inline-block;
		margin:0 auto;;
		background:#333;
		color:#fff;
		height:auto;
		width: 100%;
		position:relative;
	}
	

	#footer p {
		margin:0;
		display:block;
		color:#FFF;
		color:#FFFFFF;
		font-family:Arial, Helvetica, sans-serif;
		font-size:0.6em;	
	}
	#footer a:link, #footer a:visited, #footer a:hover {
		color:#FFFFFF;
		font-weight: bold;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 1em;
		text-decoration:none;
	}
	#impressum, #adresse, #rossinie {
		width: 310px;
		margin: 0;
		padding: 10px;
		padding: 0 auto;
		background:#333;
		float:left;
		min-height: 30px;
		
		}
	#footer img{ border: 0;}
	#impressum p{text-align:right;}
	#adresse p{text-align:left;}
	#rossinie p{text-align:center;}
	
	* html #footer {height:1px;}
	
	/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:990px;
		height:300px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(http://thw-wadern.de/assets/templates/thw/images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(http://thw-wadern.de/assets/templates/thw/images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */