/* CSS Document */

/*Hausfarbe: #0EAA9B */

body,td,th {
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	
}
body {
	font-size: 0.9em;
	background-color: #CCCCCC;
	text-align:center;	/*IE-Workaround*/
	line-height:1.2em;
}

th{text-align:left;}

a:link {
	color: 00ce9d;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}

#page {
	background-color:#fff;
	text-align:left;
	margin: 1em auto;
	padding:0.4em;
	border:1px solid #333333;
	width:820px;
}

#header{background:#0EAA9B url(images/header.jpg) top left no-repeat; height:260px;}
#headercontent{float:right; color:#000;background-color:none;width:550px;height:170px;padding:4em 1em 2em 0;}
#headercontent h1{font-size:26px;line-height:1.1em;}
#headercontent h1 .subline {font-size:0.7em; line-height:0.9em;}

#content {
	padding:1em 0 0 0.3em;
	background:#ffffff url(images/contentbg.jpg) top center repeat-x;
}
#footer {
	font-size:0.9em;
	text-align:center;
	padding:1em;
}
#footer p {margin:0.2em;font-size:0.9em;line-height:1.1em;}

.clear {
   clear: both;
   line-height: 1px;
   font-size: 1px;
   height: 1px;
}

.lit {
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-style:italic;
	font-size:1.4em;
	width:66%;
	line-height:1.1em;
	margin:0 0 0 auto;}
	
#c2{
	float:right;
	width:550px;
	padding-right:10px;
	}
.morespace {padding-right:40px !important; width:520px !important;}

#c1{
	float:left;
	}

#links tr {text-align:center;}

ul{line-height:1.5em;margin-right:30%;}
li{margin-bottom:0.3em;}

h2{font-size:17px; margin:1em 0 1.3em 0;font-weight:bolder;}
h3{font-size:14px; margin-bottom:-0.8em;padding-bottom:0;}

hr{height:1px;}
