@media screen, projection {

* {
text-align:left;
}

body
{
  margin: 0;
  padding: 0 !important;
  background: #fff;
  text-align:center;
}

div.clear
{
  clear: both;
  float:none;
  margin: 0;
  padding: 0;
  height:0;
  line-height:0;
  visibility:hidden;
}

/************ CONTAINER */

#container
{
  width: 800px;
  margin: 0px auto;
  position: relative;
}

#container_inner
{

}




/************ LOGO */

.logo
{
  position: absolute;
  z-index: 10;
  top: 9px;
  left: 11px;
}

/************ ZITAT */

.zitat
{
  position: absolute;
  z-index: 8;
  top: 33px;
  right: 9px;
}


/************ CONTENT */


div.main_container
{
  float: left;
  width: 582px;
  margin-left:34px;
  padding: 100px 0px 0 0;
}



/************ TOPNAV/META */

#meta
{
  position: absolute;
  z-index: 11;
  top: 13px;
  right: 0px;
  width: 100%;
  color:#fda400;
}

#search
{
  float: right;
}

div#topnav
{
  float: right;
}

#topnav a
{
  color: #fda400;
  text-decoration: none;
  font-size: 11px;
  padding: 0 5px;
}

#topnav a:hover
{
  color: #4a4235;
}

#topnav a.highlight
{
  color: #7190a2;
}

#topnav a:hover.highlight
{
  color: #7190a2;
}




/************ FOOTER */

#foot
{
  height:30px;
  border-top:1px solid #d5c5ad;
  font-size: 11px;
  text-align: center;
  margin-top: 0;
  color: #fff;
  line-height:30px;
  color: #7190a2;
  margin-top:20px;
}

#foot a,
#foot a:hover
{
  text-decoration: none;
}

.left_foot
{
  float: left;
  margin-left:3px;
  width:184px;
  margin-right:35px;
  text-align:left;
  
}

.center_foot
{
  float: left;
}

.center_foot a {
	background: url(  '../images/printer.png' ) no-repeat center left;
	display:block;
	padding-left:18px;
	color: #7190a2;
}

.center_foot a:hover
{
  color: #fda400;
}

.right_foot
{
  float: right;
  padding-right:3px;
  color: #fda400;
  text-align:right;
}

.right_foot a
{
  color: #fda400;
  padding: 0 5px;
}

.right_foot a:hover
{
  color: #4a4235;
}


.right_foot a.highlight
{
  color: #7190a2;
}

.right_foot a:hover.highlight
{
  color: #7190a2;
}



}

