body {
	scrollbar-3dlight-color : #475777;
	scrollbar-arrow-color : #475777;
	scrollbar-base-color : white;
	scrollbar-darkshadow-color : Black;
	scrollbar-face-color : white;
	scrollbar-highlight-color :#475777;
	scrollbar-shadow-color : #475777;
	scrollbar-track-color : white;
	background-color : White;
	margin-left : 0;
	margin-top : 0;
	margin-right : 0;
	margin-bottom : 0;
}

.lexikon {
	 font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-size : 11px;
	voice-family : female;
	text-align : left;
}

.lexilink {
	font-style : italic;
	text-decoration : underline;
	color : #000099;
}

.hilfsnav {
	color:#000099;
	font-size: 9px;
}

.header {
	font-weight : bold;
	color: Black;

	font-size : 13px;

}

button {

	background-color :#475777;
	text-align : center;
	font-family : Arial, Helvetica, sans-serif;
	color : White;
	width:150px;
	cursor : pointer;
	border : 1px solid black;
	margin: 1px;
}

H1 {
	 font-family: Arial, Helvetica, sans-serif;
	color: #475777;
	font-size : 15px;
}

H2{
	 font-family: Arial, Helvetica, sans-serif;
	color: Maroon;
	font-size : 14px;
}
H3 {
	 font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-size : 13px;
}

p {
    font-family: Arial, Helvetica, sans-serif;
	color: #5E5E5E;
	font-size : 12px;
	display : block;
	line-height : 17px;
	voice-family : female;
	text-align : justify;
	}

a:visited, a:link {
	text-decoration: none;
	color : #000099;
}

a:hover {
	text-decoration: underline;
	color : Red;
}

.subnavigation{
	padding-left: 2px;
}

a.aktivsubnavigation:visited,a.aktivsubnavigation:link, a.aktivsubnavigation:hover {
	text-decoration: none;
	color : red;
	text-transform: capitalize;
	}

table{
	font-family: Arial, Helvetica, sans-serif;
	voice-family : male;
	color: #5E5E5E;
  	font-size : 12px;
	line-height : 17px;
	text-align: justify;
}


LI {
	font-family: Arial, Helvetica, sans-serif;
	color: #5E5E5E;
	font-size : 12px;
}

.formbox{
	width: 300px;
	border: 1px dotted black;
	padding: 2px;
}

.formgen_textarea {
	width: 300px;
	height: 100px;
}

h1.projects{
font-size: 90%;
}

.searchengine{ background-color: Yellow; }