/* globals */

* {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight:normal;
	text-decoration:none;
	color: #000000;
	border:none;
	margin:0px;
	padding:0px;
}

body {
	font-size:16px;
}

/*important*/

#left {
	display:none;
}

#right { }

#kaewfer {
	text-align:right;
	float:right;
}
#adresse {}

/*layout*/

#container {
	position:absolute;
	top:120px; bottom:0px;
	margin: 0 auto 0 0;
	width:800px;
	clear:both;
}

#border{
	margin:0;	
}
#top {
	text-align:right;
	border-bottom:#990000 solid 1px;
	padding:5px;
}

#content {
	padding:20px;

}

#footer {
	text-align:right;
	border-top:#990000 solid 1px;
	padding:5px;
}

/* styles */

.white { color:#000000;}
.white_h { color:#000000; font-weight:bold; padding 0 0 2px 0; margin:0 0 4px 0;}
.divleft { text-align:left; float:left; }
.small { font-size:11px; color:#990000; }
.middle { font-size:14px; color:#990000; }
.tall { font-size:16px;color:#990000; }
.printer { color:#000000; }
.red { color:#990000; }
.black { color:#000000; }
.dates { width:80px;}
.text { float:left; }

a { color:#990000; }
a:hover { text-decoration:underline; }	
h1 { color:#990000; font-size:1.5em; margin:0 0 0.3em 0;}
h2 { font-size:1.2em; border-bottom:#990000 solid 1px; display:block; margin: 0.8em 0 0.3em 0; }
h3 { border-bottom:#555555 thin dashed; display:block; margin:0.8em 0 0.3em 0; font-size:1em; }
h4 { color:#000000; font-size:1em; margin: 0.8em 0 0.3em 0; font-weight:bold; }
p { margin-bottom:0.7em; }
td { vertical-align:top; padding:0 2px 0 0; }

/*float and clear*/
.picFLR{ float:right; text-align:center; margin:10px 0 5px 5px;}
.picFLR img { border:#555555 solid 1px; }
.picFLL { float:left; margin:5px 15px 10px 0; border:#000000 solid 1px; }
.clearer { clear:both; }

/*lists*/
ul { margin:0 0 0 10px; }
ol { list-style:url(../img/square.jpg); }
li { list-style:url(../img/square.jpg);  margin: 0 0 0 8px; }

/*Hacks für Listicon*/
* html li{ list-style:url(../img/square2.jpg); margin: 0 0 0 8px; }
*:first-child+html li { list-style:url(../img/square2.jpg); margin: 0 0 0 8px; }
