/* static zurück */
.menuh {
BORDER-COLOR : blue;
cursor : hand ;
Border-Left : green ;
Border-right : green ;
Border-Top : blue ;
Padding-Left : 1px ;
Padding-Top : 1px ;
Background-Color : #6699cc ;
color:ffff00;
font-family:Arial;
font-weight:bold;

}
.menu {
color: #ffffff;
font-family:Arial;
font-weight:bold;
Background-Color : #6699cc ;
}
.home {

cursor : hand ;

}


.menulinks{
text-decoration : none;
}
td.menu2 {color: #ffffff; font-family:Arial; font-weight:bold} 


td.blue {font-family:Arial; font-size:10pt; color: blue}

/* Ende zurück */


/* Box für Navigationsspalte: */
#navi {
margin: 0px;
width: 170px;
position: absolute;
top: opx; left: opx;

}

/* Box für Hauptspalte: */
#main {
	margin-top: 5px;
	width: 784px;
	position: absolute;
	top: 31px;
	left: 190px;
	background-color: white;
	height: 739px;

}

/* für Auf */

.blau {
font-family: Arial, Verdana, sans-serif;
font-size: 11pt;
font-weight: bold;
color: blue;
}


.blauklein {
font-family: Arial, Verdana, sans-serif;
font-size: 9pt;
font-weight: bold;
color: blue;
}

/* rote Umrandung search */
input.rotrandsearch {
border-style: solid;
border-width: 1px;
border-color: #ff0000;
background-color: #ffffcc;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10.4pt;
color: #6699cc;
font-weight: bold;
}




/* rote Umrandung Auf */
input.rotrand {
border-style: solid;
border-width: 1px;
border-color: #ff0000;
background-color: #ffff99;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11pt;

}

/* Auf firm*/

.gruen {
font-family: "Century Gothic", "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 13pt;
font-weight: bold;
color: green;
}


body {
scrollbar-face-color: #6699cc;
scrollbar-arrow-color: red;
scrollbar-3dlight-color: blue;
scrollbar-highlight-color: #6699cc;
scrollbar-shadow-color: red;
color: blue;
font-family: Arial, Verdana, sans-serif;
background-color: #ffffff;
font-size: 10t;

}



h2 {
font-family:  Verdana, Arial, Helvetica, sans-serif;
font-size: 12pt;
font-weight: bold;
color: white;
width: 650px;
/*background-color: #FF6600;*/
background-color: tomato;
border-style: solid;
border-width: 1px;
border-left-width: 10px;
border-color:#ff0000;
padding: 3px;
 /* nur für NN 6 und Opera nötig: */
margin-top: 0px; 
}

/* rote Umrandung textarea */
textarea.rotrand {
border-style: solid;
border-width: 1px;
border-color: #ff0000;

background-color: #ffff99;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11pt;
}


p {
color: blue;
font-size: 10pt;
}

.rot {
font-family: "Century Gothic", "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 11pt;
font-weight: bold;
color: red;
}

p.bold {
color:red;
font-size: 12pt;
font-weight: bold;
}

ul {
color: blue;
font-size: 10pt;
}

/* 3D-Effekt für Buttons */
input.knopf {
border-style: outset;
border-width: 1px;
border-color: #ff0000;
background-color: white;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;

}

/* 3D-Effekt für Buttons style = solid*/
input.knopf {
border-style: solid;
border-width: 1px;
border-color: #ff0000;
background-color: white;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: blue;
font-size: 10pt;
cursor:pointer
}





 /* Linie */
hr {
color: #6699cc;
}

/* Kasten für Hauptüberschrift: */
h1 {
font-family:  Verdana, Arial, Helvetica, sans-serif;
font-size: 15pt;
font-weight: bold;
color: white;
width: 800px;
background-color: #ff9900;
border-style: solid;
border-width: 1px;
border-left-width: 10px;
border-color:#ff0000;
padding: 3px;
 /* nur für NN 6 und Opera nötig: */
margin-top: 0px; 
}


/* Form, Auf */


/* rote Umrandung select */
select.rotrand {
border-style: solid;
border-width: 1px;
border-color: #ff0000;
background-color: #ffff99;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11pt;
}

/* input, select, textarea {font-family: Tahoma, Helvetica, sans-serif; font-size: 11px}*/

#navcontainer { width: 120px;}

#navcontainer ul{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
background-color: #6699cc;
}

#navcontainer a
{
display: block;
padding:2px;
width: 120px;
text-decoration: none;
color: #ffffff;
font-size: 12px;
font-weight: bold;
background-color: #6699cc;
border-bottom: 0px solid red;
}

#navcontainer a:link, .navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #6699cc;
color: #ffff00;
font-weight: bold;
}

