/* Erstellung: 20.03.2006							*/
/* Autor: Michael Nermerich inixdata GmbH			*/
/* layout.css für sackgasse.inixdata.de       		*/
/* Unterstützte Browser: Firefox/Mozilla 1.0.7  	*/
/* Div-layer         */


/* Gesamter Bereich, Wallpaper-Hintergrund, Text: 12pt, verdana, weiss  */

body{
background-image:url(pics/bg.jpg);
background-attachment:fixed;
font:12px verdana,arial,sans-serif;
color:#333333;
margin: 0px;
padding: 0px;
}


a {
  color: #0A3D3D;
  text-decoration: none;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 12px;
}

a:hover {
  color: #000000;
  text-decoration: underline;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 12px;
}
/* ---- DIVs ------ */
/* Div 'alles'= Rahmen der alle weiteren Divs beinhaltet,  	*/
/*Gesamtseite wird zentriertund blau umrahmt          		*/
/*Hintergrundfarbe= hellblau         		*/



#alles{
width:760px;
height:auto;
position:absolute;
	left:50%;
	right:50%;
	margin-left:-380px;
padding:01px;
border:1px solid #006699;
background-color:#ffffff;

}

/* Head-Div für Inixdata-Logo  	*/


#head{
width:760px;
height:80px;
background-color:#ffffff;
border-bottom:1px solid #006699;
}

/* Head-Div für Erklärung mit Schriftformatierung und Ausrichtung	*/

#head1{
font-size:13px;
font-weight:roman;
width:760px;
height:140px;
color:#333333;
background-color:#ffffff;
border-bottom:1px solid #006699;
}

#head2{
font-size:13px;
font-weight:roman;
width:740px;
height:140px;
color:#333333;
background-color:#ffffff;
margin-left:10px;
margin-top:10px;
margin-right:10;
}

/* erweitertes Suchfeld für die Anfrage  	*/


#search{
width:745px;
height:30px;
color:#000000;
padding-left:15px;
background-color:#006699;
border-bottom:1px solid #006699;

/* Tabellen- und Linkformatierung für DB-Abfrage  	*/

}
#table{
width:708;
height:auto;
/*padding-left: 150px;*/
margin-left: 50px;
margin-top: 30px;
background-color:#CDCDCD;
padding:01px;
}

#table2{
width:759;
height:auto;
margin-top: 0px;
background-color:#CDCDCD;
padding:01px;
}

td.typoa{
border:0px solid #333333;

}

 td.typoa a,td typoa a:visited{

color:#666666;
font-weight:bold;
text-decoration:none;
padding: 25px 15px;25px 15px;
}


a.typoa{
color:#333333;
text-decoration:none;

}

td.typoa a:hover{
color:#993333;
list-style:disc;
}

/* Überschrift- und Textformatierung für Head- und Fusstext  	*/


h2{
color:#ffffff;
font-size:13px;
font-weight:bold;

}

 h3{
color:#333333;
font-size:13px;
font-weight:bold;

}

/* Fusszeile mit Betreiberinformationen 'Impressum' 	*/

#fuss{
width:760px;
height: auto;
margin-top:0px;
background-color:#006699;
margin-top:0px;
margin-bottom:0px;
border-bottom:1px solid #006699;
border-top:1px solid #006699;
}
#fuss1{
text-align:center;
font-size:10px;
font-weight:bold;
width:760px;
height: auto;
margin-top:7px;
margin-bottom:7px;
color:#ffffff;
background-color:#006699;

}


