/* - - - - - - - - - - - - - - - - - - - - */
/* Body */
/* - - - - - - - - - - - - - - - - - - - - */
body, html {
background: #ffffff url(images/sitebg.gif) repeat-x;
background-attachment:fixed;
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
color: #000000;
margin: 0 0 5px 0;
padding: 0;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* Ueberschriften und Absaetze */
/* - - - - - - - - - - - - - - - - - - - - */
h1, h2, h3, h4, h5, h6, p {
margin: 2px;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* Aeussere Contentbox */
/* - - - - - - - - - - - - - - - - - - - - */
#inhalt {
background: #ffffff;
margin:10px auto;
text-align:left;
width: 800px;
border: 1px solid #FCE1B4;
padding: 5px;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* Headerbereich */
/* - - - - - - - - - - - - - - - - - - - - */
.aussen {
width: 100%;
margin: 0px 0px 5px 0px;
padding: 0px;
}

#innenhead {
border-bottom: 1px solid #F5DEA9;
}

#topsmall {
background: #F9B24F;
height: 12px;
border-bottom: 2px solid #ffffff;
text-align: right;
padding: 3px;
font-size: 11px;
vertical-align: top;

}
#topbanner {
background-color: #3c548e;
height: 95px;
border-bottom: 2px solid #ffffff;
}

#topsmallbottom {
background: #F9B24F;
height: 4px;
padding: 0;
}

#logininfo { 
background: #FDFAF4;
text-align: right;
padding: 3px;
font-size: 11px;
color: #000000;
}

#logininfo a { 
color: #990000;
text-decoration: none;
}
#logininfo a:hover { 
color: #000000;
text-decoration: underline;
}


/* - - - - - - - - - - - - - - - - - - - - */
/* Menue und Content */
/* - - - - - - - - - - - - - - - - - - - - */
#menuetop {
color: #000000;
padding: 3px 3px 3px 8px;
font-size: 11px;
font-weight: bold;
background: #F9B24F;
border-right: 1px solid #ffffff; 
}

#contenttop {
color: #000000;
padding: 3px 3px 3px 8px;
font-size: 11px;
font-weight: normal;
background: #FCE1B4; 
white-space: nowrap;
border-left: 1px solid #ffffff;
}

#contenttop a {
color: #990000;
text-decoration: none;
}
#contenttop a:hover {
color: #000000;
text-decoration: underline;
}

#menue {
color: #000000;
padding: 0px;
font-size: 11px;
font-weight: normal;
background: #ffffff; 
border-right: 1px solid #ffffff;
vertical-align: top;
}

#navdiv {
padding: 1px 0 1px 0;
margin-bottom: 1px;
background-color: #ffffff;
}

#navdiv ul {
margin: 0;
padding: 0;
list-style-type: none;
}

#navdiv li { margin: 0 0 1px 0; }
#navdiv ul li { margin: 0 0 1px 0; }

#navdiv .kategorie {
padding: 3px;
color: #000000;
background-color: #FCE1B4;
text-decoration: none;
font-weight: bold;
text-align: left;
}

#navdiv ul a {
display: block;
padding: 3px 3px 3px 10px;
width: 170px;
color: #990000;
background-color: #fcf7eb;
text-decoration: none;
border-bottom: 1px solid ffffff;
border-left: 5px solid #F9B24F;
}

#navdiv ul a:hover {
color: #000000;
background-color: #ffffff;
text-decoration: none;
border-left: 5px solid #DE7501;
}

#content {
color: #000000;
padding: 3px 0px 3px 5px;
font-size: 11px;
font-weight: normal;
background: #ffffff; 
border-left: 1px solid #ffffff;
vertical-align: top;
}
/* - - - - - - - - - - - - - - - - - - - - */
/* Footerbereich*/
/* - - - - - - - - - - - - - - - - - - - - */
#footer {
color: #000000;
padding: 5px;
font-size: 11px;
font-weight: normal;
background: #FCE1B4; 
text-align: center;
}

#footer a {
color: #990000;
padding: 3px;
font-size: 11px;
font-weight: normal;
text-decoration: none;
}

#footer a:hover {
color: #000000;
padding: 3px;
font-size: 11px;
font-weight: normal;
text-decoration: underline;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* Standard Tabellen fuer Contentausgaben*/
/* - - - - - - - - - - - - - - - - - - - - */
/* Aussen Rahmen, Tabellen Rahmen */
.innen {
border: 1px solid #F5DEA9;
margin-bottom: 5px;
}

/* Tabellenkopf */
.innend {
padding: 3px;
font-size: 11px;
color: #000000;
line-height: 1.5em;
}

/* Tabelleninhalte */
.innenh, .innenhd, .innenhdd {
padding: 3px;
font-size: 11px;
color: #000000;
line-height: 1.5em;
}

/* Tabellenkopfhintergrundfarbe, Schriftgewicht */
.innend {
background: #FCE1B4;
font-weight: bold;
}

/* Erste Tabellenhintergrundfarbe */
.innenh {
background: #ffffff;
}

/* zweite Tabellenhintergrundfarbe */
.innenhd {
background: #FDFAF4;
}

/* Dritte Tabellenhintergrundfarbe */
.innenhdd {
background: #fbf3e3;
}

/* Linkdefinition Tabellenkopf*/
.innend a {
color: #990000;
text-decoration: underline;
}
.innend a:hover {
color: #e10000;
text-decoration: underline;
}

/* Linkdefinitionen fuer erste, zweite und dritte Tabellenzellenfarbe*/
.innenh a, .innenhd a, .innenhdd a {
color: #990000;
text-decoration: underline;
}
.innenh a:hover, .innenhd a:hover, .innenhdd a:hover {
color: #e10000;
text-decoration: underline;
}


/* - - - - - - - - - - - - - - - - - - - - */
/* Formulare*/
/* - - - - - - - - - - - - - - - - - - - - */
form {display: inline;}

.mb {
background-color: #ffffff;
border: 1px solid #eabd82;
font-family: Verdana, Arial, sans-serif;
color: #000000;
font-size: 11px;
}

.los {
background-color: #cc6600;
border: 1px solid #eabd82;
color: #ffffff;
font-size: 11px;
}
/* - - - - - - - - - - - - - - - - - - - - */
/* SEITENNAVIGATION */
/* - - - - - - - - - - - - - - - - - - - - */
.seiteninfo, .aktuelleseite, .pl {
font-family: Verdana, Arial;
font-size: 11px;
text-align: center;
color: #000000;
border: 1px solid #DE7501;
border-collapse: collapse;
line-height: 1.2em;
}

.seiteninfo {
background-color: #FCE1B4;
font-weight: bold;
padding: 1px 3px 1px 3px;
}

.aktuelleseite {
background-color: #ffffff;
font-weight: bold;
padding: 2px 6px 2px 6px;
}

.pl a {
display: block;
float: left;
background-color: #fbf3e3;
color: #990000;
text-decoration: none;
font-weight: bold;
padding: 2px 6px 2px 6px;
white-space: nowrap;
}
.pl a:hover {
color: #000000;
text-decoration: none;
font-weight: bold;
background-color: #ffffff;
}
/* - - - - - - - - - - - - - - - - - - - - */
/* Fehler Hinweise rot/gruen*/
/* - - - - - - - - - - - - - - - - - - - - */
.tippred {
color: red;
font-weight: bold;
}

.tippgreen {
color: green;
font-weight: bold;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* CSS FUER DEFINITIONSLISTE QUOTES */
/* - - - - - - - - - - - - - - - - - - - - */
.quotedl {
margin: 5px; 
padding: 0; 
width: 95%;
border: 1px solid #858585;
}

.quotedl dt {
background-color: #f3f3f3;
padding: 3px; 
font-size: 11px;
font-weight: bold;
color: #4a5e9f;
border-bottom: 1px solid #858585;
}

.quotedl dd {
background-color: #ffffff; 
padding:3px; 
margin:0;
font-size: 11px;
color: #000000;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* Codeboxen */
/* - - - - - - - - - - - - - - - - - - - - */
.codetop {
border-top: 1px solid #d2d2d2;
border-left: 1px solid #d2d2d2;
border-right: 1px solid #d2d2d2;
background-color: #f7f7f7;
padding: 2px;
width: 100px;
font-size: 11px;
font-weight: bold;
color: #464f2f;
margin: 5px 0 0 0;
}

.overtab {
width: 530px; 
overflow: auto; 
border: 1px solid #d2d2d2;
font-family: "Courier New";
font-size: 12px;
color: maroon; 
background: #f2f3f4;
padding: 5px; 
margin: 0 0 5px 0; 
white-space:nowrap;
}
/* - - - - - - - - - - - - - - - - - - - - */
