body{
  font-family:  "Trebuchet MS";
  font-size:    0.8em;
  cursor:       default;
  padding:      0;
  margin:       0;
}

a:link    {color:black; text-decoration:none; cursor:pointer;}
a:visited {color:black; text-decoration:none; cursor:pointer;}
a:active  {color:black; text-decoration:none; cursor:pointer;}
a:hover   {color:black; text-decoration:none; cursor:pointer;}

h1{
font-size: 13px;
font-weight: normal;
display: inline;
}

div#all{   
  width:    1024px;
  height:   600px;
  border:   none;
}   

div#navi{
  background-image: url(../images/navi.gif);
  width:  160px;
  height: 600px;
  margin: 0px 7px 0px 0px;
  float:  left;
}        

div#center{
  width:  690px;
  height: 600px;
  float:  left;
  margin: 0px 7px 0px 0px;
}

div#header{
  width:  690px;
  height: 124px;
  clear:  both;
}

div#home{
  width:    692px;
  height:   452px;
  overflow: auto;
  clear:    both;
}

div#footer{
  width:  690px;
  height: 24px;
  clear:  both;
}

div#right{
  background-image: url(../images/right.gif);
  width:  160px;
  height: 600px;
  float:  left;
  clear:  right;
}


#fotocontainer1{overflow:hidden; z-index:1; width:1100px; position:absolute; border-style:solid; border-width:0px; text-align:center; vertical-align:middle; width:1100px; height:75px;}
#fotocontainer2{overflow:hidden; z-index:1; width:1100px; position:absolute; border-style:solid; border-width:0px; text-align:center; vertical-align:middle; width:1100px; height:75px;}
#hintergrundcontainer{overflow:hidden; z-index:2; width:666px; height:75px; position:relative;}

#outline {
	width: 814px;
	margin: 0px;
	padding: 0px;
	padding-top: 60px;
	padding-bottom: 60px;
	background: #ffffff;
}
#errorboxoutline {
	width: 600px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #000000;
}
#errorboxheader {
	width: 600px;
	margin: 0px;
	padding: 0px;
	background: #68B6E7;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	border-bottom: 1px solid #000000;
}
#errorboxbody {
	margin: 0px;
	padding: 10px;
	text-align: left;
}


