/* Copyright 2005 by Matthias Koch, www.finalnet.de */



/* reset */
* {
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70.01%;
	color: #000;
	background-color: #fff;
}
a {
	color: #4682B4;
	background-color: inherit;
	text-decoration: underline;
}
p {
	margin-bottom: 0.5em;
	font-size: 120%;
	line-height: 1.3em;
}
p abbr {
	border-bottom: 1px dotted black;
}
p.readmore {
	margin-top: 1.0em;
	font-size: 110%;
	line-height: 1.2em;
}
#page {
	position: relative;
	margin: 0 auto;
	width: 100%;
}
#wrapper {
 	height: 100%;    /* neccessary for IE6 to show bg-img */
	margin-top: 40px; 
}
#header, #sitenav, .sidebar {
	display: none !important;
}

#header #sitename {
 	visibility: visible;
	padding-left: 20px;
	height: 45px;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
#header #sitename h1 {
	font-size: 24px;
}
#header #sitename p {
	margin-top: -6px;
	font-size: 12px;
}
#header #sitename a {
	color: #5890A8;
	text-decoration: none;
	background-color: inherit;
}
/* Main Content */
#content, #content2 {
	padding: 0 0 10px 0;
	width: 98%;
	float: left;
}
#content2 {
	width: 100%;
	border: 0 none; 
	background: #FFF;
	color: inherit;
	padding: 0 0 10px 0;
	float: left;
}
#content .linebox, #content2 .linebox {
	clear: both;
	margin-bottom: 15px;
	padding-bottom: 15px;
	width: 100%;
	float: left;
	border: 0 none;
}
#content .linebox .text, #content2 .linebox .text {
    padding-top: 7px;
}
#content h1, #content2 h1 {
	margin-bottom: 10px;
	padding-bottom: 2px;
	font-size: 180%;
	color: #5890A8;
	background-color: inherit;
	border-bottom: 1px solid #5890A8;
}
#content h2, #content2 h2 {
	font-size: 160%;
	color: #5890A8;
	background-color: inherit;
}
#content h1, #content .onecol {
	overflow: hidden;
}
#content2 h1, #content2 .onecol {
	overflow: hidden;
}
#content .onecol, #content2 .onecol {
	text-align: justify;            
}
#content h3, #content2 h3 {
	font-size: 120%;
	color: #5890A8;
	background-color: inherit;
}
#content .twocol-left {
	width: 47%;
	overflow: hidden;
	float: left;
}
#content2 .twocol-left {
	width: 47%;
	overflow: hidden;
	float: left;
}
#content .twocol-right {
	width: 47%;
	overflow: hidden;
	float: right;
}
#content2 .twocol-right {
	width: 47%;
	overflow: hidden;
	float: right;
}
#content .threecol-left {
	clear: both;
	margin-right: 25px;
	width: 30%;
	overflow: hidden;
	float: left;
}
#content2 .threecol-left {
	clear: both;
	margin-right: 25px;
	width: 30%;
	overflow: hidden;
	float: left;
}
#content .threecol-middle {
	width: 30%;
	overflow: hidden;
	float: left;
}
#content2 .threecol-middle {
	width: 30%;
	overflow: hidden;
	float: left;
}
#content .threecol-right {
	width: 30%;
	overflow: hidden;
	float: right;
}
#content2 .threecol-right {
	width: 30%;
	overflow: hidden;
	float: right;
}

/* Images */
#content .linebox .onecol .text img.fleft, 
#content2 .linebox .onecol .text img.fleft {
	border: 1px solid #F2F2F2;
	float: left;
	padding: 3px;
	margin: 3px 10px 0 0;
}
#content .linebox .onecol .text img.fright, 
#content2 .linebox .onecol .text img.fright {
	border: 1px solid #F2F2F2;
	float: right;
	padding: 3px;
	margin: 3px 0 0 10px;
}

/* Lists */
#page #wrapper #content .linebox .text ul, 
#page #wrapper #content2 .linebox .text ul, 
#page #wrapper #content .linebox .text ol, 
#page #wrapper #content2 .linebox .text ol{
	padding-left: 50px;
	margin-bottom: 0.5em;
}
#page #wrapper #content .linebox .text ul li, 
#page #wrapper #content2 .linebox .text ul li,
#page #wrapper #content .linebox .text ol li, 
#page #wrapper #content2 .linebox .text ol li { 
	font-size: 120%;
	line-height: 1.2em;
}
#page #wrapper #content .linebox .text ul li, 
#page #wrapper #content2 .linebox .text ul li { 
	list-style-image: url(../img/li_pointer2.gif);
	list-style-type: square;
}
#page #wrapper #content .linebox .text ol li, 
#page #wrapper #content2 .linebox .text ol li {
	list-style-type: decimal;
}
#extra {
	display: none;
}
/* Tables */
div.breite { 
	width: 99%;
}
table {
	border-color: #000;
	border: 1px solid;
	color: #000;
	background-color: #FFF;
}
td { 
	padding: 0; 
	margin: 0; 
}

/* Form */
#content2 form {
	width: 562px;
	font-family: inherit;
	font-size: 1em;
	color: inherit;
	background: inherit;
	display: block;
}
#content2 textarea {
	width: 450px;
	overflow: auto;
	border: 1px solid #ccc;
	padding: 2px;
	font-family: inherit;
	color: inherit;
	background: #fff;
}
#content2 input {
	width: 362px;
	border: 1px solid #CCC;
	padding: 2px 0 2px 3px;
	color: inherit;
    background: #fff;
}
#content2 input#submit {
	width: 8em;
	border-width: 1px;
	border-style: solid;
	border-color: #D7D7D7 #AAA #AAA #D7D7D7;
	padding: 0;
	color: inherit;
	background-color: #E5E5E5;
}

/* Footer */
#footer {
	clear: both;
	padding: 0.5em 0;
	width: 100%;
	height: 3.0em;
	overflow: hidden;
	font-size: 1.0em;
	color: black;
	background-color: white;
	border-top: 1px solid #7D7D7D;
}
#footer p {
	font-size: 110%;
	line-height: 1.0em;
	text-align: center;
}
#footer a {
	color: black;
	background-color: inherit;
}
#footer a:hover {
	color: #000;
	background-color: inherit;
}
#footer p#noprint { 
	display: none;
}
/* Special */
em.textmarker {
 	color: black;
	background-color: #E5EEF5; 
	font-style: normal;
	padding: 0 3px;
}
#content .nobb, #content2 .nobb {    
	border-bottom: 0 none;
}


