/* CSS Document: kultur_style.css */
 
 body {
	margin:10px 10px 0px 10px;
	padding:0px;
	font-size:15px;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	background-color:#CCC;
	background-image: url(images/bg_grade_05.jpg);
	background-repeat: no-repeat;	
	}
 
 a:link, a:visited
{ 
  text-decoration:none;
  font-weight:normal;
  color:#BF1111;
  
}
a:active, a:hover
{ 
  color:#ff9200;
}
a.menu:link, a.menu:visited
{ 
  color:#000;
  font-weight:bold;
}
a.menu:active, a.menu:hover
{ 
  color:#FF0000;
  font-weight:bold;
}		
h1 {
	color:#000;
	font-size:15px;
	margin:0px 10px 10px 40px;
	
	}
	
	h2 {
	color:#000;
	font-size:15px;
	margin:50px 10px 10px 15px;
	
	}
	p,pre {
		margin:0px 10px 10px 15px;
		}	
ul {
	color:#000;
	font-size:13px;
	line-height:140%;
	list-style-type:square;
			
	}
.tiny {	
	font-size:10px;
	
	}		

.italic {
	color:#663300;
	font-size:13px;
	font-style:italic;
	font-weight:bold;
	}
	
.strategie {
	color:#000;
	font-size:13px;
	line-height:140%;
	padding:15px;
	
	}
	
	.footer {
	color:#000;
	font-size:12px;
	padding:5px;
	text-align:center;
	
	}
		
  
    .leftbox { 
	 font-size:12px;
	 color:#333;
	 padding:0px;
	 
	 
}


#logo {
		position: absolute;
		z-index:2;
		left: 210px;
		top:22px;
		width:226px;
		height:56px;
		background:transparent;
		border:0px solid #000;
		
		}


	#menu {
		
		
		background:#FFF;
		padding:10px 10px 5px 10px;
		border-bottom:1px solid #000;
		color:#000;
	    font-size:13px;
	    text-align:right;
		voice-family: "\"}\"";
		voice-family: inherit;
		height:60px;
		}
	
	html>body #menu {
		height:60px;
		}	

	#bar {
		
		background:transparent;
		background-image: url(images/bar.jpg);
		padding:0px;
		border:0px solid #000;
		voice-family: "\"}\"";
		voice-family: inherit;
		height:30px;
		}
		
		
	
	#leftcontent {
		position: absolute;
		z-index:1;
		left:10px;
		top:10px;
		width:200px;
		background:transparent;
		background-image: url(images/bg_left.jpg);
		background-repeat: no-repeat;
		border:0px solid #000;
		padding: 130px 0px 0px 0px;
		}

	#centercontent {
		background:transparent;
   		margin-left: 200px;
   		margin-right:200px;
		border:0px solid #000;		
		}
	

	#rightcontent {
		position: absolute;
		right:10px;
		top:125px;
		width:200px;
		padding: 10px 0px 0px 0px;
		background:transparent;
		border:0px solid #000;
		
		}
		#footer {
		position: absolute;
		left:8px;
		right:8px;
		top:540px;
		height:25px;
		padding: 5px 5px 5px 5px;
		background-color:#FFF;
		border:0px solid #000;
		
		}