/*
base.css	Basis-Styles fuer www.gerritzen-gmbh.de

			(c) by sko it Gmbh, Moers
			
$Id$
*/

body {
	font-style: 	normal;
	font-weight: 	normal;
	font-family: 	Verdana, Arial, sans-serif;

	line-height: 	1.3em;
	color:			#a9a9a9; /* darkgray; */
}
	
a {
	text-decoration: none;
	color:			#777;
}

p, td, th {
	font-size: 0.88em;
	font-weight: normal;
	color:		#3a3a3a;
	margin-top:	0.3em;
	margin-bottom: 1.5em;
	text-align:	left;
	vertical-align:	top;
}


a:hover {
	color:#f6545b;
	}

input, textarea {
	border:			1px solid #333;
	background: 	#fff; 
	padding-left:	5px;
	font-size: 		0.8em;
	}

input.missed, textarea.missed {
	border:		1px solid #F00;
	background:	#fff0f0;
}

h1 {
	font-style: 	normal;
	font-weight: 	normal;
	font-size: 		1.2em;
	color:			#00008b;/* darkblue; */
	height:			1.4em;
	background-image: url("../images/h1.png");
	background-repeat: no-repeat;
	background-position: bottom left;
	}

h2, .artikelheader {
	font-style: 	normal;
	font-weight: 	normal;
	font-size: 		1.1em;
	margin-top:		1.5em;
	margin-bottom:	0.2em;
	padding-bottom: 0;
	color:			#1e90ef; /* dodgerblue; */
	}

h3 {
	font-style: 	normal;
	font-weight: 	normal;
	font-size: 		0.9em;
	}

ul li {
	font-size: 0.8em;
	color:	#3a3a3a;
}


ol li {
	font-size: 0.8em;
	color:	#3a3a3a;
	margin-bottom: 0.6em;
}

	


