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

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

/* --- Einstellungen für den Head-Frame --- */
div#head {
 background-color: #FFFEBE;
 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: block;
 text-align: left;
 position: absolute;
 left: 183px;
 top: 23px;
 margin: 0px;
 padding: 0px;
 font-size: 10px;
 font-weight: normal;
 font-variant: italic;
 font-family: Times New Roman, Times, serif;
 color: #FFFEBE;
}*/

div#titletext h1{
 display: inline;
 text-align: left;
 position: absolute;
 left: 250px;
 top: 13px;
 margin: 0px;
 padding: 0px;
 font-size: 9px;
 font-weight: normal;
 font-variant: normal;
 font-family: Times New Roman, Times, serif;
 color: #000; !important;
}

/* --- Einstellungen für den Content-Frame --- */
div#content { 
 display: block;
 position: absolute;
 left: 5px;
 top: 75px;
 bottom: 5px;
 width: 750px;
 background-color: #FFFEBE;
 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: #999999;}
a:visited {color:#999999; text-decoration: none;}
a:hover {color: #555555; text-decoration: underline;}
a:active { color:#999999; text-decoration: none;}

a[href^="http:"] {
 background: transparent url('../images/ext_link.gif') 100% 50% no-repeat;
 padding-right: 10px;
}
a[href^="http://joernkreische.de"],
a[href^="http://nlp.digmatech.de"],
a[href^="http://www.joernkreische.de"] {
background: transparent;
padding-right: 0px;
}
/* --- Menü --- */
div#navigation {
 margin-top: 35px;
}
#navheader {
position:relative;
margin:10 auto;
width:100%;
height:18px;
border-top:1px solid #FFFEBE;
border-bottom:1px solid #000000;
background-color:#FFFEBE;
padding:6px 0 0 0;
z-index:0;
}

#navheader li {
position:relative;
display:inline;
font:10px verdana;
padding:0;
z-index:20;
display : block;
float : left;
}

#navheader li a {
text-decoration:none;
color:#999999;
display : block;
text-align : center;
width : 85px;
}

#navheader li a:hover {
text-decoration:none;
color:#555555;
cursor: hand;

}

#slider {
position:absolute;
border-bottom:5px solid #555555;
width: 85px;
height:16px;
margin:0 2px 0 2px 0;
z-index:2;
margin-left : 5px;
}


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

