@charset "utf-8";
/* CSS Document */
p, ul, h1, h2, h3, h4, h5 {
  	padding:0;
 	margin:0;
  }
  
a {
	color:white;
	text-decoration: none;
}

a:hover {
	color: #cc0066;
}

b {
	color: #ddd;
}
  
ul {
	list-style: none;
}  
 
body {
  	font-family: Arial, Helvetica, sans-serif;
  	font-size:62.5%;
  	color:white;
  	background-color: black;
  	margin:0;
  	padding:0;
  	text-align:left; 
  	line-height:1em;
  	background-image:url(images/bkg_black.jpg);
  	background-repeat:no-repeat;
}  

  
#header ul {
	font-family: Georgia, serif;
	font-size: 1.4em;
	line-height: 1.8em;
	letter-spacing: -0.05em;
	font-weight: normal;
}

#header #headercolumn_right ul li a{
	color: #999;
}

#header #headercolumn_right ul li a:hover {
	color:#cc0066;
}

#header ul a {
	display: block;

}

#header #headercolumn_left ul a:hover, #header #headercolumn_left li.ON{
	background-image: url(images/bullet.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
	color: #cc0066;
}



#header #headercolumn_right li.ON {
	color: #cc0066;
}

  
#container {
  	width:1000px;
  	margin:70px 0 0 0;
  	position:relative;
  	text-align:left; 
}


#header {
	width: 900px;	
}


#headercolumn_left {
	float: left;
	width: 400px;
}


#headercolumn_right {
	float: left;
	width: 490px;
}



#headercolumn_left ul {
	padding-left: 150px;
	text-align: right; 
}


#headercolumn_right ul {
	padding-left: 165px;
}



#language {
	clear:both;
	padding-left: 230px;
	text-align: right;
	padding-right: 285px;

}

#language ul {
	padding-top: 60px;
	line-height: 2em;
	border-bottom: 1px solid #666;

}

#language ul li {
	display: inline;
	padding-right: 15px;
}

#maincontent {
	padding-top:30px;
}

#left{
	float:left;
	width: 400px;
}

#leftcolumn {
	padding-left: 80px;
}

#middle {
	float:left;
	margin-left: 15px;
	width: 300px;
}

#middlecolumn {
	padding-top: 5px;
}

#right {
	float:left;
	margin-left: 30px;
	width: 235px;
}

#footer{
	padding:30px 500px 0 100px;
}

#footer ul {
	border-top: 1px solid #999;
	text-align: right;
	line-height: 2em;
}

#footer ul li {
	display: inline;
	padding-left: 15px;

}

.rightbox {
	border: 1px solid #666;
	padding: 10px;
	margin-bottom: 10px;
}

.yellow {
	border-color: #80744c;
}

.borderbox {
	border-bottom: 1px solid #666;
	padding-bottom: 1em;
	margin-bottom: 2em;
}

/*Bild*/

#mainpicture {
	text-align: right;
	padding-top: 10em;
}



/*textauszeichnungen*/
#maincontent a{
	color:#ffcc00;
}

#maincontent a:hover {
	text-decoration: underline;
}

#left h1{
	padding-left: 20px;
	font-family: Georgia, serif;
	background-image: url(images/bulletbig.png);
	background-position: left center;
	background-repeat: no-repeat;
	color: #CC0066;
	font-weight: normal;
	font-size: 2.5em;
	line-height: 1em;
}

#middle h1, #middle h2{ 
	color: #cc0066;
	font-size: 1.4em;
	line-height: 1.8em;
	padding-bottom: 0.4em;
}

#right h3, #middle h3 {
	font-size: 1.2em;
	line-height: 1.4em;
	padding-bottom: 0.4em;
	color: #cc0066; 
}

#right h4,  #middle h4  {
	line-height: 1.6em;
	font-size: 1.4em;
	padding-bottom: 0.4em;
	font-style: italic;
	font-weight: normal;
	color:white;
}

#right p, #right ul {
	line-height: 1.6em;
}

#middle p, #middle ul {
	font-size: 1.2em;
	line-height: 1.6em;
	padding-bottom: 0.8em;
	color:white;
}

#middle ul li, #right ul li {
	margin-bottom:0.4em;
	border-bottom: 1px solid #666;
	padding-bottom: 0.4em; 
}

#right .yellow ul li {
	border-color: #666;
}

#right .yellow h3 {
	color:white;
}


#right .rightbox h3 {
	border:none;
}

#language ul li.langempty, #language ul li.langactempty {
	display:none;
}