﻿body {
	padding: 0px;
	margin: 0px;
	border: 0px;

	background:  url(images/bg.png) repeat-y center top;
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;

	min-width: 41em;
	height: 100%;
}

div, span, p {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5 {
	margin-top: 0px; padding-top: 0px;
}

img {
	border: 0px;
}

td {
	vertical-align: top;
}

input {
	border: 1px solid #999999;
	background-color: #FFFFFF;
}
textarea 
{
	border: 1px solid #999999;
	background-color: #FFFFFF;
}
select
{
	border: 1px solid #999999;
	background-color: #FFFFFF;
}

ul.noType {
	list-style: none;
}



/* Start Container */
#container {
	width: 750px;

	margin-right: auto;
	margin-left: auto;

	position: relative;
}
/* Ende Container */

/* Start Banner */
#banner {
	margin-left: auto;
	margin-top: auto;
	position: relative;
}
/* Ende Banner */



/* Start Menü oben */
#pageTop {
	position: relative;
	width: 750px;
	background: url(images/menueverlauf.gif) repeat-x top;
	height: 20px;
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
}

#pageTop div#searchBox {
	float: left;
	padding-left: 10px;
	text-align: left;
	width: 145px;
	border-right: 1px solid #999999;
	height: 20px;
}

#pageTop div#searchBox img {
	 padding-top: 2px;
}
#pageTop div#searchBox input {
	margin: 0px;
	font-size: 10px;
	width: 80px;
	height: 12px;
}

#pageTop a {
	color: #333333;
	text-decoration: none;
}

#pageTop a:hover, a.current {
	text-decoration: none;
}

#pageTop table#topMenu {
	border-collapse:collapse;
	border-width:0px;
	margin: 0px;
	margin-right: 10px;
	position: relative;
	padding: 0px;
	height: 20px;
	display: inline;
}
#pageTop table#topMenu tr td {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	border-width: 0px;
	text-align: center;
	border-left: 1px solid #999999;
}
#pageTop table#topMenu tr td a {
	padding-top: 4px;
	height: 16px;
	display: block;
	width: 75px;
}

#pageTop table#topMenu tr td a:hover,  #pageTop table#topMenu tr td a:active {
	display: block;
	background-image: url(images/menueverlauf_hoover.gif);
	background-repeat: repeat-x;
	background-position: left;
	text-decoration: none;
}
/* Ende Menü oben */


/* Start Content */
#content {
	margin: 0px 0px 0px 155px;
	left: 155px;
	border-left: 1px #999999 solid;		
	padding: 30px 15px 30px 15px;	
	min-height: 400px;
}

#content img {
	border: 1px solid #cccccc;
	padding: 0px;
}

#content h1 {
	font-size: 1.8em;
	font-weight: normal;
	color: #007bbb;
}

#content h2 {
	font-size: 1em;
	font-weight: bold;
	color: #333333;

}

#content h3, h4, h5, h6 {
	color: #333333;
	font-size: 0.9em;
	font-weight: normal;
}

#content a, #content a:visited {
	color: #007bbb; /* in Vorlage: #008bcb */
	text-decoration: underline;
}

#content a:active, #content a:hover {
	color: #007bbb; /* in Vorlage: #008bcb */
	text-decoration: underline;
}
/* Ende Content */



/* Start Menü links */
#pageMenu {
	float: left;
	width: 155px;
	position: relative;
}
* html #pageMenu { border-right: 1px #999999 solid; }

#pageMenu ul 
{
	width: 155px;
	list-style-type: none;
	border-bottom: 1px solid #999999;
	margin: 0px; padding: 0px;
	margin-top: 30px;
	text-transform:  uppercase;
}

#pageMenu ul li {
	display: inline;
}

#pageMenu ul li a, #pageMenu ul li a:visited {
	color: #333333;
	text-decoration: none;
	border-top: 1px solid #999999;
	padding: 5px 5px 5px 7px;
	margin: 0px;
	display: block;
}

#pageMenu ul li a:active, #pageMenu ul li a:hover, #pageMenu ul li a.current {
	background-color:#d9edf9;
	border-top: 1px solid #999999;
	
}

#pageMenu ul li ul {
	padding-left: 0px;
	border: 0px;
	margin: 0px;
	margin-left: 7px;
	text-transform: none;
	width: auto;
}

#pageMenu ul li ul li a, #pageMenu ul li ul li a:visited {
	color: #007bbb;
	border: 0px;
	padding-left: 10px;
	background-image: url(images/untermenuepfeil.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

#pageMenu ul li ul li a:active, #pageMenu ul li ul li a:hover, #pageMenu ul li ul li a.current {
	text-decoration: underline;
	background-color: #ffffff;
	border: 0px;
}

/* Ende Menü links */

/* Start Fußzeile */
#footer {
	border-top: 1px solid #999999;
	font-size: 10px;
	padding-top: 10px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#footer ul {
	display: inline;
	position: relative;
	padding: 0px;
	margin-left: 180px;
	border-left: 1px solid #999999;
	width: 200px;
}

#footer ul li {
	display: inline;
	border-right: 1px solid #999999;
	padding-left: 5px;
	padding-right: 5px;
}

#footer a {
	color: #333333;
	text-decoration: none;
}

#footer a:hover, a.current {
	text-decoration: underline;
}

/* Ende Fußzeile */



/* Start Hilfsklassen */
.nonPrintable {	

}

.onlyPrintable {
	display: none;	
}

.important {
	font-weight: bold;	
}


.importantStartPage {
	font-weight: bold;
	color: #003366;
}

.startPage {
	font-size: 1.5em;
}

.embracer:after, .embracerContent:after, .wholePage:after { /* CSS2 */
	content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

div.wholePage /* fix für IE7 */
{
	width: 100%;
}


table.pureLayout {
	border-collapse: collapse;
	border-width: 0px;
	width: 100%;
}

table.pureLayout tr, table.pureLayout tr td, table.pureLayout tr th {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

table.pureLayoutWithPadding {
	border-collapse: collapse;
	border-width: 0px;
	width: 100%;
}

table.pureLayoutWithPadding tr, table.pureLayoutWithPadding tr td, table.pureLayoutWithPadding tr th {
	margin: 0px;
	padding: 15px 5px 15px 5px;
	border-width: 0px;
}





/* Layouts (einspaltig & mehrspaltige)  */

div.onePage {
	position: relative;
	width: 450px;
	margin-left: 0px;
}

table.columns {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	width: 100%;
	height: 100%;
}

table.columns tr, table.columns tr td {
	margin: 0px; padding: 0px; border-width: 0px;
}

table.columns tr td.columnLeftBorder {
	border-width: 0px;
	border-left: 2px #999999 dotted;
}

table.columns tr td.firstColumn {
	width: 360px;
	padding-right: 15px;
}

table.columns tr td {
	padding-left: 5px; padding-right: 5px;
}

table.columns p, div.onePage p {
	margin-top: 6px;
	margin-bottom: 10px;
}

table.columns p, div.onePage p, table.columns h1, table.columns h2, table.columns h3, div.onePage h1, div.onePage h2, div.onePage h3 {
	margin-left: 0px; margin-right: 0px;
	padding-left: 10px; padding-right: 10px;
}

table.columns table, div.onePage table {
	margin-left: 10px; margin-right: 10px;
}

.rightArticles {
	color: #000000;
	border-bottom: 2px #999999 dotted;
	font-size: 0.9em;
	padding-bottom: 10px;
}


.rightArticles a, .rightArticles a:visited, .rightArticles a:active, .rightArticles a:hover {
	color: #007bbb;
	text-decoration: underline;
}

table.columns .infosHead {
	background-image: url(images/infos_dunkel.jpg);
	background-position: left;
	background-repeat: repeat-y;
	color:#000000;
	font-weight: bold;
	
	padding-top: 5px; padding-bottom: 5px;
	margin: 0px 0px 0px 0px;

}

table.columns .infosBody {
	color: #000000;
	background-image: url(images/infos_hell.jpg);
	background-position: left;
	background-repeat: repeat-y;

	padding-top: 5px; padding-bottom: 5px;
	margin: 0px 0px 0px 0px;

}

.infosBody a, .infosBody a:visited, .infosBody a:active, .infosBody a:hover {
	color: #007bbb;
	text-decoration: underline;
}

.bluebox {
	background-color: #d9edf9;
	padding-top: 5px;
	padding-bottom: 5px;
}

.rand, .underlined {
	padding-bottom: 5px;
	border-bottom: 2px #999999 dotted;
}

ul.sitemap, ul.sitemap li ul /* das ist interessant: ul.sitemap gilt nur für die UL selbst, ul.sitemap li ul gilt für alle folgenden Schachtelungen */
{
    list-style-type: none;
    padding: 0px 0px 0px 15px;    /* jede Ebene um 25px einrücken */
    margin: 0px 0px 0px 15px;
}	

ul.sitemap li 
{
  margin: 0px;
  padding: 2px 0px 2px 0px;
}

ul.sresults 
{
    list-style-type: none;
    margin: 0px;
    padding: 2px 0px 2px 0px;
    padding: 0px 0px 0px 15px;
}


/* Formulare */
.fieldset { margin: 5px 0px 0px 0px; padding: 0px; border-width: 0px; background-image: url(images/formulare_hell.gif); background-position: left; background-repeat: repeat-y; }
.fieldset label { padding: 5px 3px 3px 3px; width: 75px; text-align: right; float: left }
.fieldset .nobr { display: none }
.fieldset SELECT.textfield { margin: 3px; width: 100px; height: 20px }
.fieldset .textfield { margin: 3px; width: 120px; height: 20px }
.fieldset .textfieldlong { margin: 3px; width: 170px; height: 20px }
.fieldset .textarea { margin: 3px; width: 170px; height: 150px }
.fieldset legend { display: none; }


/* Woerterbuch */
dl#faqdic
{
	padding: 0px 10px 0px 10px;	
}
dl#faqdic dt
{
	margin: 0 0 0 0;
	padding: .5em;
	
	font-weight: bold;
	text-transform:uppercase;
	
	background-image: url(images/infos_dunkel.jpg);
	background-position: left;
	background-repeat: repeat-y;
	
}
dl#faqdic dd 
{
	margin: 0 0 0 0;
	padding: .5em .5em .5em .5em;
	border-bottom: 1px solid #999999;	

}

