@charset "utf-8";
/* Textlayout */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.75em;
	line-height:1.8em;
	word-spacing: 0.2em;
	color: #0A0A0A;
	text-align:left;
}
a, a:visited {
	font-family: verdana;
	line-height:1.5em;
	word-spacing: 0em;
	letter-spacing: 0em;
  	font-weight:normal;
 	text-decoration:none;
	outline: none; 
	color: #1a1a1a;
}
a:hover, a:active {	
	background-color:#ede8dd;
}
h1 {
	font-size: 1.75em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin: 1em auto;
	color:#222;
}
h2 {
	margin-bottom: 1em;
	font-size: 1em;
	font-weight:bold;
	font-family: Verdana, Geneva, sans-serif;
}
h3 {
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin: 1.5em auto;
	color:#222;
}
#heading h1{
	font-size: 2.3em;
	line-height:1.8em;
	word-spacing: 0.1em;
	color: #F5F5F5;
	text-align:center;
	margin: 0;
}
#heading h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	line-height:1.8em;
	word-spacing: 0.2em;
	color: #F5F5F5;
	font-weight:normal;
	text-align:center;	
}
p {
	margin-bottom: 1em;
	page-break-inside:avoid;
}
q {
	border-left: 2px solid #ccc;
	page-break-inside:avoid;
        padding-left: 15px;
        display: block;
        background-image: url("../images/quote.jpg");
        background-repeat: no-repeat;
        background-position: bottom right;
}
#content a, #content a:visited {
	background-color: #f5f5f5;
	color: #333333;
}
#content a:hover, #content a:active {
	background-color: #ede8dd;
	color: #000000;
}
#content ol {
	list-style-type: decimal;
}
#content ol li {
	margin-left: 5em;
}
#content ul li {
	margin-left: 1em;
}
img	{
	border: solid 2px #D4D4D4;
	}
.unterschrift {
	border: 0px;
}
.imgcenter {
	text-align: center;
	margin: 0px auto;
	background-color: transparent;
}
.imgleft {
	position:relative;
	margin: 10px 10px 10px 0px;
	float:left;
}
.imgright {
	margin-left: 10px;
	float:right;
}
.hmargin {
	margin: 10px 0px;
}
.infobox {
	width: 250px;
	float:right;
	background-color:#CCC;
	margin: 0px 0px 10px 15px;
	border: 1px solid #999;
}
#archivbox {
	background-color:#cccccc;
	margin: 10px 0px;
	border: 1px solid #999;
}
.boxmargin {
	margin: 10px;
}
.boxmargin a, .boxmargin a:visited {
	background-color:transparent !important;
}
.boxmargin a:hover, .boxmargin a:active {
	background-color:#ede8dd !important;
}
table {
	border: 1px solid #999999;
	color: #0A0A0A;
}
table * a {
	background-color: transparent !important;
}
tr:hover {
	background-color:#f1f1f1;
}
.darktr {
	background-color: #e5e5e5;
}
.spacetd {
	width: 10px;
}
.clear {
	clear:both;
	display:block;
	width:100%;
}
.clearr {
	clear:right;
	display:block;
	width:100%;
}

