/* --- allgemeine Haupteinstellungen --- */
body {
 background-color: #FFFFFF;
 font-size: 11px;
 font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
 color:#000000;
 width: 780px;
}

/* --- Einstellungen für Container - zentriert das Design --- */
#container {
 width: 780px;
 position: absolute;
 top:0px;
 bottom: 0px;
 background-color: #FFFFFFF;
 border : 5px solid #FFFEBE; 
 -moz-border-radius: 15px;
}

/* --- Einstellungen für den Head-Frame --- */
div#head {
 background-color: #FFFFFFF;
 text-align: left;
 padding: 0px;
 margin: 0px;
}
/* --- Einstellungen für den Head-Bereich --- */
div#title {
 display: block;
 text-align: left;
 position: absolute;
 left: 5px;
 top: 5px;
 margin: 0px;
 padding: 0px;
 z-index: 100;
 font-size: 20px;
 font-variant: small-caps;
 font-weight: bold;
 color: #000000;
}

div#titletext {
 display:none;
}
/* --- Einstellungen für den Content-Frame --- */
div#content { 
 display: block;
 position: absolute;
 left: 5px;
 top: 75px;
 bottom: 5px;
 width: 750px;
 background-color: #FFFFFF;
 padding: 10px 10px 10px 10px;
 overflow: auto;
}

/* --- Einstellungen für Überschriften --- */
h1 {
 font-size: 16px;
 font-variant:small-caps;
 font-weight:bold;
 padding:0px 0px;
 margin:0px;
 color: #000000;
}

h2 {
 font-size: 14px;
 font-weight: bold;
 font-variant: small-caps;
 padding: 0px 0px;
 margin:0px;
 color: #000000;
}

h3 {
 font-size: 12px;
 font-weight: bold;
 font-variant: small-caps;
 padding: 0px 0px;
 margin: 1px;
 color: #000000;
}

h4 {
 font-size: 11px;
 font-weight: normal;
 padding: 0px 0px;
 margin: 0px;
 color: #000000;
}
h5 {
 font-size: 9px;
 font-weight: normal;
 padding: 0px 0px;
 margin: 0px;
 color: #000000;
}
/* --- Einstellungen diverse Schriften --- */
t8 {
 font-size: 8px;
}

/* --- Einstellungen für Linkfarben --- */
a {color: #0000FF; text-decoration: underline;}
a:visited {color:#0000FF; text-decoration: underline;}
a:hover {color: #0000FF; text-decoration: underline;}
a:active { color:#0000FF; text-decoration: underline;}

/* --- Menü --- */
div#navigation {
 display: none;
}
#navheader {
 display: none;
}

#navheader li {
 display: none;
}

#navheader li a {
 display: none;
}

#navheader li a:hover {
 display: none;

}

#slider {
 display: none;
}


/* --- allgemeine Einstellungen */
img {
	display: none;
}
img.float {
 float: left;
 width: 150px;
}
