body
{
  background-color: #969fa5;
  margin: 0px;
  padding: 20px;
  text-align: center;
}

*
{
  font-size: 8pt; 
  font-family: Tahoma, Verdana, sans-serif;
  text-align: left;
}

.list
{
  margin: 5px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}


.contentheading
{
 font-size: 15pt;
 text-decoration:bold;
}

.componentheading{display:none;} 

/* === Containers === */


#third_container
{
  
  text-align: left;
  vertical-align: middle;	
  margin: 0px auto;
  padding: 0px;
  width: 660px;
  
  
}

.listwithoutbullet{
 margin-left:-10px;
 list-style:none;
}

/* === Menu === */



#menue
{
  height: 31px;
  padding-right: 5px;
  margin: 0;
  list-style: none;   
}

#menue li
{
  float: right;
  display: block;
  width: 82px;  height: 31px;  
}

#menue a
{
  display: block;
  width: 82px;  height: 31px;  
  background-color: inherit;
  text-decoration: none;
  line-height: 31px;
  text-align: center;
}

#menue a:link, #menue a:visited
{
  color: #f0f0f0; 
  background-color: #464a52;
}

#menue a:hover, #menue a:active
{
  background-image: url('/images/taba.jpg');
  color: #f6f543; 
}

#current a
{
  display: block;
  width: 82px;  height: 31px;  
  background-image: url('/images/taba.jpg');    
  text-decoration: none;
  line-height: 31px;
  color: #ffffff;
  text-align: center;
}





/* === Language menu === */



#submenu
{
  float: left;
  height: 31px;
  width: 300px;
  padding-left: 10px;
  margin: 0;
  list-style: none; 

}

#submenu li
{
  float: left;
  display: block;
  width: 82px;  height: 31px;  
}

#submenu a
{
  display: block;
  width: 82px;  height: 31px;  
  background-color: inherit;
  text-decoration: none;
  line-height: 25px;
  text-align: center;
}

#submenu a:link, #submenu a:visited
{
  color: #f0f0f0; 
  background-color: #464a52;
}

#submenu a:hover, #submenu a:active
{
  background-image: url('/images/tabb.jpg');
  color: #f6f543; 
}

#submenuselected
{
  display: block;
  width: 82px;  height: 31px;  
  background-image: url('/images/tabb.jpg');    
  text-decoration: none;
  line-height: 25px;
  color: #ffffff;
  text-align: center;
}



/* === Other Divs === */
 


.border
{
  background-color: #ffffff;
  text-align: left;
}

.title
{
  position: absolute;
  margin-left: 15px;
  margin-top: 15px; 
  width: 32px;
  height: 232px;
}

.content
{
  overflow: auto;
  padding: 7px;
  border:dashed 1px;
}

#designinfo p
{
  margin-top: 5px;
  text-align: right;
  color: #f0f0f0;
  background-color: inherit;
}



/* === Inline Text Styles === */



h1
{
  margin: 10px 0 -40px 3px;
  padding: 0 10px 40px 9px;
  font-size: 16px;
  color: #000000;
  background-color: inherit;
  border-left: 0px solid;

}

.details
{
  display: none;
  font-size: 9px;
  color: #6E7468;
}

.text
{
  display: block;
  margin: 5px 5px 20px 12px;
}

.text a
{
  color: #666F53;
  text-decoration: none;
  font-weight: bold;
}

.text a:hover, .text a:active
{
  color: #000000;
}

blockquote
{
  margin: 3px 0 3px 0;
  padding: 5px 10px 5px 10px;
}

.note
{
  	display: block;
	margin: 10px 15px 10px 15px;
	color: #555555;
}

.bold
{
  font-weight: bold;
}

#content{
	width:480px;
	padding-right:10px;
}

/*Blog*/

.eintrag_ueberschrift
{
	font-weight:bold;
	font-size:20px;
}
.eintrag_ueberschrift_sub
{
	font-weight:bold;
	font-size:11px;
}

.eintrag_bild
{
	text-align:center;	
	margin-top:20px;
	margin-bottom:20px;
}

.eintrag_bild_bild
{
	text-align:center;	
}



.eintrag_bild_unterschrift
{
 margin-top:10px;
 margin-left:50px;
 margin-right:50px;	
 background:#DDD;
 font-size:14px;
 padding-left:10px;
 padding-right:10px;
}

.eintrag_bildBrowseNavi
{
	margin-top:15px;
	text-align:center;	
}

.eintrag_bild_counter
{
	margin-top:15px;
	text-align:center;
	font-weight:bold;
}
