html, body{ 
	margin:0; 
 	padding:0; 
 	text-align:center; 
	background: #000 url(img/back.jpg) 50% 0 no-repeat  fixed;
	font-size: 12px;
	font-family: times, georgia /*trebutchet, Arial, SunSans-Regular, Sans-Serif*/;
	color:#000;
	line-height: 1.5;
}

a {color: #000;
 text-decoration:none;
}
a:visited {color:#000;}
a:hover {color: #000;}
a:active { color:#000000;}

h1 {
font-size: 11px;
margin:0px }
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #000;
	margin: 0;
	text-transform: uppercase;
	background: none;
	letter-spacing: -1.5px;
}

img.download {vertical-align:middle;}

/* Container */

#buko_container {
	width:800px; 
 	text-align:left;  
	margin-left:auto; 
 	margin-right:auto;  
	background: #fff url(img/bodyback.jpg);
	/* border-left: 3px solid #000;
	border-right: 3px solid #000;*/
	/*border: 3px solid #000;*/
} 

/* banner for logo */
#buko_header {
	height:200px;
	background:url(img/header33.jpg);
	}

#buko_banner {
	text-align: left;
	padding: 130px 0 0 20px;
	margin: 0px;
	color:#fff; }

#buko_banner h1 {
	color:#fff;
	font-size:15px; }

#buko_banner img {padding:10px 0px;} 

/* Mainnavigation */

#buko_mainnavi {
	width:700px;
	clear: both; 
	margin: 0px; 
	padding: 0px; 
	font-family: Georgia /*Verdana, Arial, SunSans-Regular, Sans-Serif*/; 
	font-size: 1.0em;
	background: #fff /*url(img/nav-back.gif)*/;
	letter-spacing: -0.1;
	}
#buko_mainnavi ul {float: left; width: 800px; margin: 0px; padding: 0px; border-top: solid 0px #000; border-bottom: solid 8px #000; background: #fff /*(img/nav-back.gif)*/; font-weight: bold; }	
#buko_mainnavi li {display: inline; list-style: none; margin: 0px; padding: 0px; }
#buko_mainnavi li a {display: block; float: left; margin: 0px 0px 0px 0px; padding: 5px 10px 5px 10px; /*border-right: solid 1px rgb(54,83,151);*/ color: #000; text-transform: uppercase;  text-decoration: none; font-size: 10px;}
#buko_mainnavi a:hover, .nav2 a.selected {color: #E15B2A; text-decoration: none; /*background: #F1DF21  url(img/nav-back-hover.gif) */ }


/* ----------outer und inner----------------- */

#outer{ 
border-left: solid 200px #EBD3E0; /* linke Menue Spalten Farbe  */ 
border-right: solid 200px #EBD3E0; /* rechte Menue Spalten Farbe  */ 
background-color: #ffffff; /* Farbe fuer Inhalt Spalten  */
} 

#inner{margin:0; width:100%; }

/* --------------left und right navigavtion------------- */
#buko_content_left {
 width:20%; 
 float:left; 
 position:relative; 
	font-size: 10px;


 }
 
#buko_content_left ul { 
	list-style-type: none;
	left: -25px;
	top: 15px;
	position:relative;
	
	}
#buko_content_left li { 
	border-bottom: 1px solid #F4F4F4;
	text-align: left;


	}

	
#buko_content_left a { 
	background: #000;
	color: #fff;
	border-bottom: 1px solid #333;
	text-decoration: none;
	font-family: Georgia /*Verdana, Arial, SunSans-Regular, Sans-Serif*/; 

	}
#buko_content_left a:hover { 
	color: #000;
	border-bottom: 1px solid #333;
	text-decoration: none;
	background: #F4F4F4;
	}

  
 #buko_content_right {
width:22%; 
 float:right; 
 position:relative; 
 padding: 10px;
 line-height: 1;
 }

#twocols{
 width:80%; 
 float:right; 
 position:relative; 
 min-height:600px;
 top: 15px;
  }
/* -----------------Inhalt--------------------- */ 
#buko_maincontent{ 
 float: left; 
 display:inline; 
 position: relative; 
 width:70%;
 padding: 10px;
 text-align: justify;
 margin-bottom: 30px;
}


#buko_maincontent a {color: #E15B2A;}

#buko_maincontent img {border: 10px solid #fff;}

p {
padding: 5px 10px;
margin:0px; }

pre{
font-size: 12px;
padding: 5px 10px;
margin:0px;}

/*  ----------------footer---------------------- */ 
#buko_footer {
 margin-top: 20px;
 height:50px; 
 clear:both;
 text-align: center;
/* background: url(img/nav-back.gif) repeat-x; */
 font-family: georgia;
 font-size: 10px;
 } 

  
 
 /* float bugs */
 
 .clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
