/*  Style-Sheet       */
/* (c) OLUFS-Software */

body {
	color:			 black;
	background-color: #EEFFEE;
	font-size:		 13px /* 100.01%*/;
	font-family:	 Verdana, Helvetica, Arial, sans-serif;
	padding-bottom: 0px;
	margin-bottom:  0px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: invert ;
	background: transparent;
}
 a:link { color:#EE0000; text-decoration:none; font-weight:bold; }
 a:visited { color:#EEAAAA; text-decoration:none; font-weight:bold; }
 a:hover { color:#EE0000; text-decoration:none; background-color:#FFFF99; font-weight:bold; }
 a:active { color:#0000EE; background-color:#FFFF99; font-weight:bold; }
 a:focus { color:#00AA00; background-color:#FFFF77; font-weight:bold; }


.Inhalt {
	margin-left:		2em;
	margin-right:		2em;
	margin-bottom: 1em;
	line-height:		1.5;
	border:				1px dashed silver;
	text-align:			justify;
	min-width:			16em;
	background-color:	#FFFFFF;
	padding-top:		15px;
	padding-right:		220px;
	padding-right:		15px;
	padding-bottom:	15px;
	padding-left:		15px;

}

.Inhalt h1 {
	color: #006030;
	text-align:left;
	font-style:italic;
	font-size:20px;
	border-bottom-color: #006030;
	border-bottom-color: #006030;
	border-bottom: 1px dotted;
}

.Inhalt h3 {
	color: #006030;
	text-align:left;
	font-style:italic;
	font-size:13px;
	border-bottom-color: #006030;
	border-bottom: 1px solid;
	padding-top: 3em;
}

.Inhalt #datum {
	color: #990000;
	padding-top: 0;
	padding-bottom: 0;
}


.Inhalt td {
	border:			none;
	border-bottom:	1px solid silver;
	font-size:		13px /* 100.01%*/;
	font-family:	Verdana, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 5px;

}

.Inhalt td#noline {
	border-bottom: none;
}


h1 {
	text-align: left;
}

#neu {
	padding-left:	40px;
	background-image:url(bilder/neu_r.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#tipp {
	padding:	8px;
	padding-left:	16px;
	border-left: 10px solid #C7EFD5;
	background-color: #F4FDF4;
}

#neuer_tipp {
	background-color: #F4FDF4;
	background-image:url(bilder/neu_r.gif);
	background-repeat: no-repeat;
	background-position: 12px 8px;
	padding:	8px;
	padding-left:	50px;
	border-left: 10px solid #C7EFD5;
}

#achtung {
	background-image:	 url(bilder/blinkender_hintergrund.gif);
	background-repeat: repeat;
}

#header {
	height:		100px;
	margin:		0em;	/*background: url('/images/top.png') no-repeat;*/
	padding:		0em;
	background-image:	url(bilder/head.gif);
	background-repeat:	no-repeat;
	background-position: left top;
	background-color:	#C7EFD5;
	margin-left:	0em;
	margin-right:	0em;
	padding-top:	1em;
	padding-right:	2em;
	
}

#print_only {
	display: none;
}

#nav {
	font-size:	10px;
	text-align: center;
	height: 1.5em;
	vertical-align: middle;
	background-color: #C7EFD5;
	border-bottom: 1px solid #37A884;
	border-top: 1px solid #37A884;
	clear: both;
	margin-left:	0em;   
	margin-right:	0em;  
	margin-bottom:	1em;
	padding: 7px;
}

#nav a {
	color: black;
	text-decoration: none;
	padding: 5px;
	border: 1px solid #C7EFD5;
}

#nav a:hover, #nav a.selected {
	color: #EE0000;
	padding: 5px;
	border: 1px solid #FF9999;
}

#nav a#achtung {
	background-image:	url(bilder/blinkender_hintergrund_nav.gif);
	background-repeat: repeat;
}


#footer {
	height: 1.5em;
	vertical-align: middle;
	clear: both;
	font-size: 10px;
	background-color: #C7EFD5;
	border-bottom: 1px solid #37A884;
	border-top: 1px solid #37A884;

	margin-top: 10px;
	margin-left: 0em;   
	margin-right: 0em;  
	padding: 5px;
}

#footer a {
	color: black;
	text-decoration: underline;
}

#footer a:hover {
	color: white;
}

#footer p {
	padding-top: 20px;
}

#letzte_aenderung {
	vertical-align: middle;
	clear: both;
	font-size: 9px;
	color: silver;
	margin-top: 4px;
	margin-bottom: 4px;
}

.box {
	position: static;
	font-size: 7pt;
	line-height: 1.5;
	background-color: #FAFFFA;
	border: 1px solid #993300;
	float: right;
/*	width: 220px;*/
	width: 23%;
	padding: 0px;
	clear: both;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
	border: 1px solid #37A884;
}

.box p {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	padding-top: 8px;
	padding-left: 5px;	
	padding-right: 5px;	
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 8px;
}

.box p#noline {
	border-top:none;
}

.box h1 {
	text-align: center;
	font-size: 7pt;
	color: black;
	text-transform: uppercase;

	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;

	background-color: #C7EFD5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #37A884;
}


#werbung {
	text-align: center;
	font-size: 10px;
	vertical-align: middle;
	padding: 6px;
	margin: 3px;
	background-color:#CCFFFF;
}
