/* 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: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
}

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; }

.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_000 {	color: #000000; }
.bg_000 { background-color: #000000; }
.vg_fff { color: #ffffff; }
.hg_fff { background-color: #ffffff; }
.vg_red { color: #cc0000; }
.hg_red { background-color: #cc0000; }
.vg_orange { color: #f37800; }
.hg_orange { background-color: #f37800; }
.vg_violet { color: #c800cf; }
.hg_violet { background-color: #c800cf; }
.vg_cyan { color: #00a7c0; }
.hg_cyan { background-color: #00a7c0; }
.vg_green { color: #acb500; }
.hg_green { background-color: #acb500; }
.vg_blue { color: #0072ad; }
.hg_blue { background-color: #0072ad; }
.vg_darkgrey { color: #919191; }
.hg_darkgrey { background-color: #919191; }
.vg_brightgrey { color: #c8c8c8; }
.hg_brightgrey { background-color: #c8c8c8; }
/* END general color styles */



/* START general page layout styles */
body {
	background-color: #ffffff;
	background-position: top left;
	background-repeat: repeat;
}

a.top_anchor {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

div.pageCenter {
	width: 999px;
	margin: 24px auto 0 auto;
	position: relative;
}

div.pageCenter_iframe {
	margin-top: 0;
}

div.pageHeader {
	position: relative;
/*	background-color: #eeeeee; /* TODO: delete */
	height: 199px;
	overflow: visible;
	z-index: 20;
}

div.pageContent {
	margin-top: 1px;
}

div.pageContent:after {
	display: block;
	content: '.';
	visibility: hidden;
	height: 0;
	line-height: 0;
	clear: both;
	margin: 0;
}

div.pageContent div.colLeft {
	float: left;
	width: 199px;
/*	background-color: #f9f9f9; /* TODO: delete */
}

div.pageContent div.colCenter {
	float: left;
	width: 599px;
	margin-left: 1px;
	position: relative; /* try */
/*	background-color: #fbfbfb; /* TODO: delete */
}

div.pageContent div.colRight {
	float: left;
	width: 199px;
	margin-left: 1px;
/*	background-color: #fafafa; /* TODO: delete */
	position: relative;
	z-index: 10;
}

div.pageContent div.colCenterAndRight,
div.pageContent iframe.colCenterAndRight {
	float: left;
	width: 799px;
	margin-left: 1px;
	position: relative;
	z-index: 10;
}

div.pageFooter {
	position: relative;
/*	background-color: #ccc; /* TODO: delete */
}
/* END general page layout styles */



/* START header styles */
div.pageHeader div.logo {
	position: absolute;
	left: 0;
	top: 0;
}

div.pageHeader div.logo_schriftzug {
	position: absolute;
	right: 0;
	top: 0;
}
/* END header styles */



/* START footer styles */
div.pageFooter {
	clear: both;
	margin-top: 1px; /* TODO */
	height: 96px;
}

div.pageFooter a.link_top {
	position: absolute;
	right: 0;
	top: 0px;
}

div.pageFooter a.link_top img {
	background: transparent url(../images/icon_top.gif) left top no-repeat;
}

div.pageFooter a.link_top:hover img {
	background-position: -11px 0px;
}
/* END footer styles */


/* START MobileDevices */

div.mobileContentHint {
	margin-bottom: 24px;
	text-align: center;
}

div.mobileContentHint a {
	color: #919191;
	font-size: 11px;
}


/* END MobileDevices */

