
/**
/*      generelle Stile
*/

* {
		margin:0;
		padding:0;
		}

html, body {
		height:100%;
		}

body { 
		font-size: 11px; 
		font-family:Trebuchet MS, Verdana;
		text-align:center; /* horizontal centering for IE Win quirks */
		background-image:url(../images/tuniro_web_back.jpg);
		}
		
a{
		color:#000000;
		}

#distance { 
		width:1px;
		height:50%;
		margin-bottom:-349.5px; /* half of container's height */
		float:left;
		}

#main { /* background-color:#d4dae1; */
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		height:694px;
		width:970px;
		clear:left;
		}


#rand_oben{position:relative;
		height:7px;
		width:970px;
		background-color:#b12929;
		}

#rand_links{position:relative;
		float:left;
		height:667px;
		width:8px;
		background-color:#b51c22;
		}

#navi_container{	
		position:relative;
		float:left;
		height:667px;
		width:212px;
		background-color:#fbd508;
		}
		
#vorschaubild{	
		position:relative;
		float:left;
		height:227px;
		width:212px;
		background-color:#000000;
		}

#roter_spacer{	
		position:relative;
		float:left;
		height:7px;
		width:212px;
		background-color:#b9282d;
		}		


#content_container{	
		position:relative;
		float:left;
		height:667px;
		width:742px;
		background-color:#FFFFFF;
		
		}		

#header{position:relative;
		height:139px;
		width:742px;
		background-image:url(../images/header.jpg);
		}

#header_spruch{position:absolute;
		left:115px;
		top:70px;
		color:#000000;
		font-weight:800;
		font-size:14px;
		}
		
#logo_link{position:absolute;
		left:542px;
		top:0px;
		}
		
#horizontales_menu{position:absolute;
		left:10px;
		top:120px;
		color:#FFFFFF;
		}

#horizontales_menu a{
		color:#FFFFFF;
		}

		
#content{
		position:relative;
		float:left;
		height:528px;
		width:589px;
		/*background-image:url(../images/content_back.jpg);*/
		background-repeat:no-repeat;
		background-attachment:fixed;
		background-position:365px 245px;
		overflow: auto;
		}
		
#content ul li{
	margin-left: 20px;
	padding:0;
	list-style-position:outside;
	width:240px;
	list-style-type:square;
	}		
		
#rechte_spalte{
		position:relative;
		float:left;
		height:528px;
		width:153px;
		background-color:#a20000;
		}		

#news{
		position:relative;
		margin-top:15px;
		}	
		
#termine{
		position:relative;
		width:153px;
		}	


#kooperationen{
		position:absolute;
		 
		top:400px;
		}		
		
	
		
		
		

#rand_rechts{position:relative;
		float:left;
		height:667px;
		width:8px;
		background-color:#b51c22;
		}
		
		
#copyright_container{	
		position:relative;
		float:left;
		height:20px;
		width:970px;
		font-size:10px;
		background-image:url(../images/copyright_back.gif);
		}		
		



#navi{	
		position:relative;
		float:left;
		height:322px;
		width:212px;
		}

		
	
		
		
#mainnavi {
		position:absolute;
		left:457px;
		top:102px;
		width:500px;
		font-size:12px;
		color: #FFFFFF;
		font-weight:bold;
		letter-spacing:1px;
		}
		
#mainnavi a{
		text-decoration: none;
		color: #FFFFFF;
		}		
		
		
#navi h1 {
		padding-left:20px;
		font-size:13px;
		}
		
#navi h1 a{
		display: block;
		text-decoration: none;
		color: #000000;
		}
		
#navi ul {
	margin: 0;
	padding:0;
	list-style: none;
	}

#navi li a {
			
			padding-left:20px;
			} 

#navi li ul {
	position: relative;
	
	top: 0;
	display: none;
	}
	
#navi li ul li a {
	display: block;
	text-decoration: none;
	font-size:11px;
	font-weight:100;
	color: #000;
	}

/* Styles for Menu Items */
#navi ul li a {
	display: block;
	text-decoration: none;
	font-size:14px;
	font-weight:800;
	color: #000;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

#navi ul li a:hover { color: #E2144A; background: #f9f9f9; background-image:url(../images/pfeil.gif);} /* Hover Styles */



		
#navi li ul li a {
			
			padding-left:30px;
			} /* Sub Menu Styles */
		
#navi li:hover ul,#navi li.over ul { display: block; } /* The magic */







#content h1 {
		
		font-size:14px;
		font-weight:bold
		}
		
#content h2 {
		
		font-size:14px;
		font-weight:bold
		}
	
	
	
	
	
	
	
	