/* Stylesheet-Datei für allgemeine Styles
09-07-22 AP, schalk & friends gmbh */


/* Reset - Browser Default Styles deaktivieren
-------------------------------------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

ol, ul {
	list-style: none;
}

address, cite, code, dfn, em, var {
	font-style: normal;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	vertical-align: top;
}

fieldset,img {
	border: 0;
}

caption, th {
	text-align: left;
}

q:before, q:after {
	content: '';
}

a {
	outline: none;
}

.clear {
	clear: both;
	line-height: 0px;
	font-size: 0px;
	height: 0px;
}

/* Allgemeine Styles
-------------------------------------------------------- */

.printOnly,
.invisible,
.access { /* Links zur Verbesserung der Accessibility */
	display: none;
}

.clearfix:after { /* automatisches Clearing von Floats */
	clear: both;
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


body,
label, input, textarea, select {
	font: 11px/17px Verdana, Arial, Helvetica, sans-serif;
	color: #420000;
}

a {
	color: #420000;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif
}

a:hover {
	color: #420000;
}

/* Allgemeines Layout 
-------------------------------------------------------- */

body {
	background-color: #FFFFFF;
	color: #420000;
}

#header {
	margin: 0 0 6px 0;
	height: 54px;
}

#pageWrapper {
	width: 960px;
	margin: 11px 0 0 0;
}

#naviMain {
	float: left;
	width: 210px;
}

#naviMain h2 {
	margin-left: 31px;
	margin-right: 5px;
	margin-bottom: 5px;
}

#naviMain p.eingerueckt {
	margin-left: 31px;
	margin-right: 5px;
}

#contentLeftWrapper {
	float: right;
	width: 750px;
}

#contentInnerWrapper {
	float: left;
	width: 499px;
	padding: 0 20px 60px 20px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	position: relative;
	min-height: 430px;
}

#marginalWrapper {
	float: right;
	width: 209px;
}

#marginalWrapper #selectLanguage {
	text-align: right;
	color: #7A2926;
}

#marginalWrapper #selectLanguage p {
	color: #7A2926;
}
#marginalWrapper #selectLanguage a {
	text-decoration: none;
	color: #7A2926;
}
#marginalWrapper #selectLanguage a:hover {
	text-decoration: underline;
}

#marginalWrapper .marginalBox {
	padding: 10px;
}

#marginalWrapper .marginalPresse {
	padding: 10px 0px 10px 10px;
}

#marginalWrapper .border {
	border-bottom: 1px solid #ccc;
}

#footer {
	clear: both;
	width: 960px;
	background-color: #7a2926;
	color: #FFFFFF;
	margin-top: 14px;
}

#footer #tools {
	float: left;
	width: 179px;
	margin-left: 31px;
}

#footer #tools img {
	margin-right: 15px;
}

#footer ul.footerLinks {
	margin-left: 20px;
	width: 730px;
	height: 28px;
	float: right;
}

#footer ul.footerLinks li {
	float: left;
	line-height: 28px;
}

#footer ul.footerLinks li.copyright {
	margin-left:100px;
}

#footer ul.footerLinks li a {
	color: #FFFFFF;
	text-decoration: none;
}

.tracking {
	margin-top: 10px;
	width: 948px; 
	padding: 5px; 
	text-align: center; 
	border: 1px solid #7A2926; 
	font-weight: bold;
}

#startText ol {
	list-style:decimal;
	padding-left: 20px;
	color: #555555;
}

#marginalWrapper ul{
margin: 0 0 1em 0;
}

h2.soon{
font-size: 16px;
}