/* 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;
}

html, body {
	height: 100%;
}

body {
	overflow-y: scroll;
}

body, div, p, a, li, span, td, input, textarea, h1, h2, h3, h4, select, option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
}

a {
	text-decoration: none;
}

a.nn { text-decoration: none; }
a.nn:hover { text-decoration: none; }
a.ny { text-decoration: none; }
a.ny:hover { text-decoration: underline; }
a.yn { text-decoration: underline; }
a.yn:hover { text-decoration: none; }
a.yy { text-decoration: underline; }
a.yy:hover { 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_fff { color: #fff; }
.hg_fff { background-color: #fff; }
/* END general color styles */



/* START general page layout styles */
body {
	background: #aaa;
}

div.pageCenter {
	position: relative;
	width: 958px;
	margin: 0 auto;
}

div.pageContainer {
	padding: 0 6px 0 2px;
}

div.pageHeader {
	position: relative;
	height: 75px;
	background: #f5fcfc url(../images/bg_header.gif) left top repeat-x;
}

div.pageContent {
	background-color: #46789c;
}

div.pageContent:after {
	display: block;
	content: '.';
	visibility: hidden;
	height: 0;
	line-height: 0;
	clear: both;
	margin: 0;
}

div.pageFooter {
	position: relative;
	width: 958px;
	height: 54px;
	margin-top: 3px;
}
/* END general page layout styles */



/* START header styles */
div.pageHeader h1 {
	position: absolute;
	left: 30px;
	top: 39px;
	font-size: 20px;
	color: #131644;
}

div.pageHeader div.logo {
	position: absolute;
	right: 25px;
	top: 27px;
}
/* END header styles */



/* START footer styles */
div.pageFooter div.shadow_t {
	position: absolute;
	background: transparent url(../images/shadow_footer_t.png) left top no-repeat;
	width: 952px;
	height: 1px;
	left: 0;
	top: 0;
}

div.pageFooter div.shadow_r {
	position: absolute;
	background: transparent url(../images/shadow_footer_r.png) left top no-repeat;
	width: 6px;
	height: 45px;
	right: 0;
	top: 1px;
}

div.pageFooter div.shadow_b {
	position: absolute;
	background: transparent url(../images/shadow_footer_b.png) left top no-repeat;
	width: 958px;
	height: 8px;
	left: 0;
	bottom: 1px;
}

div.pageFooter div.shadow_l {
	position: absolute;
	background: transparent url(../images/shadow_footer_l.png) left top no-repeat;
	width: 2px;
	height: 45px;
	left: 0;
	top: 1px;
}

div.pageFooter div.footerContent {
	background: transparent url(../images/bg_footer.png) left top no-repeat;
	width: 922px;
	height: 31px;
	margin: 4px 0 0 2px;
	padding: 14px 0 0 28px;
	color: #ffe92f;
}

div.pageFooter div.footerContent a {
	font-weight: bold;
	color: #ffe92f;
}

div.pageFooter div.footerContent span.middot {
	font-weight: bold;
	color: #ffe92f;
	padding: 0 5px;
}
/* END footer styles */
