/* START test and bugfix styles */
.markiert { border: 1px solid #c00 !important; }
.markiert2 { background-color: #ddd !important; }
.markiert3 { background-color: #900 !important; }
.markiert4 { background-color: #090 !important; }
/* END test and bugfix styles */



/* START general styles */
* {
	margin: 0;
	padding: 0;
}

body, div, p, a, li, span, td, input, textarea, h1, h2, h3, h4, select, option {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	line-height: 16px; /* TODO: Umstellung auf 18px line-height. Achtung: viele Seiteneffekte */
	color: #2d3c8c;
}

a { text-decoration: none; }

a.nn { text-decoration: none !important; }
a.ny { text-decoration: none !important; }
a.yn { text-decoration: underline !important; }
a.yy { text-decoration: underline !important; }
a.nn:hover { text-decoration: none !important; }
a.ny:hover { text-decoration: underline !important; }
a.yn:hover { text-decoration: none !important; }
a.yy:hover { text-decoration: underline !important; }

a.facebook_share {
	display: inline-block;
}

a.facebook_share img {
	margin-right: 3px;
	position: relative;
	top: 3px;
}

a.facebook_share span {
	font-weight: bold;
}

a.facebook_share:hover span {
	text-decoration: underline;
}

.clearForIE {
	display: none;
}

.clearafter:after {
	display: block;
	content: '.';
	visibility: hidden;
	height: 0;
	line-height: 0;
	clear: both;
	margin: 0;
}

input[type="text"],
input[type="password"],
input[type="file"],
textarea {
	-moz-box-sizing: content-box;
}

input[type="hidden"] {
	display: none !important;
}
/* END general styles */



/* START general color styles */
.vg_blau { color: #2d3c8c; }
.hg_blau { background-color: #2d3c8c; }
.vg_gelb { color: #e3b787; }
.hg_gelb { background-color: #e3b787; }
.vg_fff { color: #fff; }
.hg_fff { background-color: #fff; }
.vg_jungesdt { color: #009ee1; }
.hg_jungesdt { background-color: #009ee1; }
/* END general color styles */



/* START general page layout styles */
body {
	background-color: #fff;
	background-position: top left;
	background-repeat: repeat;
}

div.pageCenter {
	width: 990px;
	margin: 0 auto;
	position: relative;
}

div.pageHeader {
	text-align: center;
	position: relative;
}

div.pageContent {
	text-align: center;
	padding: 0 45px;
/*	background-color: #eee; /* TODO: delete */
}

div.pageContent:after {
	display: block;
	content: '.';
	visibility: hidden;
	height: 0;
	line-height: 0;
	clear: both;
	margin: 0;
}

div.pageFooter {
	text-align: center;
}
/* END general page layout styles */



/* START header styles  */

div.mobileContentHint {
	margin: 10px 0;
	background-color: #fff;
	padding: 0px 5px;
	text-align: center;
}

div.languageSwitch {
	position: absolute;
	left: -5px;
	top: 28px;
	height: 18px;
	background-color: #fff;
	padding: 0px 5px;
}

div.languageSwitch a {
	font-weight: bold;
}

div.languageSwitch span {
	font-weight: normal;
	font-size: 16px;
}

div.pageHeader div.logo {
	padding: 20px 0 14px 0;
}

div.pageHeader div.logo img {
	background: transparent url(../images/logo_dt.png) left top no-repeat;
}

div.loginInfo {
	position: absolute;
	right: -5px;
	top: 28px;
	height: 18px;
	background-color: #fff;
	padding: 0px 5px;
}

div.loginInfo a.loginInfo_loginLogout {
	font-weight: bold;
}

div.loginInfo span.loginStatus {
	font-weight: bold;
}

div.loginInfo a.loginInfo_facebook {
	position: relative;
	top: 3px;
}

div.loginInfo a.loginInfo_rss {
	position: relative;
	top: 3px;
	padding-right: 4px;
}

div.loginInfo a.loginInfo_newsletter {
	position: relative;
	top: 2px;
	padding-right: 4px;
}

/* END header styles */



/* START footer styles */
div.pageFooter {
	margin-top: 36px;
}

div.pageFooter ul.menu2 {
	list-style: none;
}

div.pageFooter ul.menu2 li {
	display: inline;
}	

div.pageFooter ul.menu2 li a {
	color: #2d3c8c;
	font-weight: bold;
	padding: 0 6px 0 7px;
	margin: 0 1px;
}

div.pageFooter div.logo {
	padding: 16px 0 10px 0;
}

div.pageFooter div.logo img {
	background: transparent url(../images/logo_dt_txt.png) left top no-repeat;
}
/* END footer styles */

