/* Formatvorlage: menu.css */
/* Erstellt: 14-08-2004 von Peter Bergner; pb@css-technik.de */
/* Projekt: CSS-Technik - www.css-technik.de */

/* Allgemeine Formatangaben nur fürs Design */
/* --- GENERAL STYLES --- */

/* body */
body { background-color: #FFFFFF; padding:0px; margin:0px;

background-image: url(logo/frau.jpg); background-repeat:no-repeat; background-position:0px 157px; background-attachment:fixed;

}

/* scrollbar */
body
{scrollbar-face-color:#E1B230;
scrollbar-highlight-color:#FFFFFF;
scrollbar-3dlight-color:#E6CD9B;
scrollbar-darkshadow-color:#614110;
scrollbar-shadow-color:#DBC06F;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#FCF4EB;}

/* general font */
table { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #372f19;}

/* general link */
a:link { color: #5c4812; text-decoration: none;}
a:visited { color: #5c4812; text-decoration: none;}
a:active { color: #5c4812; text-decoration: none;}
a:hover { color: #231b07; text-decoration: none;}

/* --- STYLES --- */

/* titel */
h1 { font-size: 20px; font-weight: bold; margin:0; margin-top:21px; margin-bottom:10px;}
h2 { font-size: 12pt; font-weight: bold; margin:0;}

/* fusszeile */
.feet { font-size: 8pt; color: #ac8015; font-weight: normal;}

/* fusszeile-link */
a.linkfeet:link { font-size: 8pt; font-weight: normal; color: #ac8015; text-decoration: none;}
a.linkfeet:visited { font-size: 8pt; font-weight: normal; color: #ac8015; text-decoration: none;}
a.linkfeet:active { font-size: 8pt; font-weight: normal; color: #000000; text-decoration: none;}
a.linkfeet:hover { font-size: 8pt; font-weight: normal; color: #866410; text-decoration: underline;}

/* linkspezial */
a.linkspezial:link { font-weight: bold; color: #FF0000; text-decoration: none;}
a.linkspezial:visited { font-weight: bold; color: #FF0000; text-decoration: none;}
a.linkspezial:active { font-weight: bold; color: #666666; text-decoration: none;}
a.linkspezial:hover { font-weight: bold; color: #0000FF; text-decoration: underline;}

a.language:link { color: #5c4812; text-decoration: none; font-size:11px; display:inline; padding-left: 3px; padding-right: 3px; margin-left:-1px; }
a.language:visited { color: #5c4812; text-decoration: none; font-size:11px; display:inline; padding-left: 3px; padding-right: 3px; margin-left:-1px; }
a.language:active { color: #5c4812; text-decoration: none; font-size:11px; display:inline; padding-left: 3px; padding-right: 3px; margin-left:-1px;}
a.language:hover { color: #231b07; text-decoration: none; font-size:11px; display:inline; padding-left: 3px; padding-right: 3px; margin-left:-1px; }

.language-aktiv {  padding-left:-2px; padding-right:-2px; font-size:11px; color: #5c4812; font-weight:bold; text-decoration:none; }
.language-aktiv-e { margin-left:-1px; padding-right:-5px; padding-left:-3px; font-size:11px; color: #5c4812; font-weight:bold; text-decoration:none; }

/* --- FORM-STYLES --- */

/* formfeld */
.formfeld { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000;
border-left: 1px solid #666666; border-bottom: 1px solid #666666; border-right: 1px solid #666666; border-top: 1px solid #666666}

/* formknopf */
.formsendeknopf { background-color: #FFFFFF; font-weight: bold; color: #005797; border-left: 1px solid #666666; border-bottom: 1px solid #666666; border-right: 1px solid #666666; border-top: 1px solid #666666; cursor: hand}

/* --- SPECIALLY-STYLES --- */

/* aufzaehlung */
li {list-style-type: disc; margin-left:-20px; padding-left:-5px;}

/* linie */
hr {  width: 100px; height: 1px; border-color: #00FF00 black black; border-style: none; border-top-width: thin; background-color: #FFFFFF; text-align: left;}

/* speziall-tabelle */
.speztabelle { border:1px solid; background-color:#CCCCCC; padding:4px; margin:0px; ; border-color: #FF0000 #0000FF #00FF00 #FF00FF}
.active {
	border: 1px solid #d8cfb9; margin:0px; padding:2px; padding-left:2px; padding-right:2px; display:inline-block;
}
.navi {
	border: 1px solid #fff; margin:0px; padding:2px; display:inline-block;
}




#inhalt {width:60%;}

/* hier folgt das wirklich Wichtige ;) */
body {
	height:100%;
	margin:0; /* margin:0 und padding:0 sind notwendig um die "blinde" Scrollleiste im IE zu entfernen */
	padding:0;
}
body>#menu { /* wird von allen Browsern außer IE unterstützt */
	position:fixed;
}
#menu {
	left:0;
	top:0;
	width:100%;
	height:157px;
	background-image:url(logo/streifen-verlaengerung.jpg)
	z-index:4;
}
body>#inhalt { /* wird von allen Browsern außer IE unterstützt */
	position:static;
}
body>#rahmen { /* wird von allen Browsern außer IE unterstützt */
	padding-top:157px;
}
/* #rahmen {background-image: url(logo/frau.jpg); background-repeat:no-repeat; background-position:0px 157px; background-attachment:fixed;} */
#menu {	background-image: url(logo/streifen-verlaengerung.jpg);}