@charset "utf-8";

/* *   Allgemeine Definitionen   * */
html {
	overflow: -moz-scrollbars-vertical;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
img {
	border: 0;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #990000;
}
p {
	margin-top: 3px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 22px;
	font-weight: normal;
	color: #000000;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.csc-header {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}
h3 {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
#valid {
	position: absolute;
	left: 10px;
	top: 8px;
}
/* * * * * * * * * * * * * * * * * */

/* *   Layout   * */
#pola {
	position: absolute;
	top: 140px;
	right: 25px;
}
#contentwrapper #pola {
	position: relative;
	top: 0;
	right: 0;
	float: right;
	width: 330px;
	height: 328px;
	padding-left: 20px;
	margin: -160px 0px 0 10px;
	overflow:hidden;
	text-align: left;
}
#contentwrapper #pola img {
	position: absolute;
	left: 0;
	top: 0;
}
#pt {
	position: absolute;
	width: 800px;
	top: 0;
	left: 50%;
	margin-left: -400px;
	margin-top: 6px;
}
#top {
	position: fixed;
	height: 6px;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	background-color: #d70014;
	background-image:url(images/red.png);
	z-index: 99;
}
#topbar {
	position: relative;
	height: 113px;
	width: 100%;
}
#menu {
	position: absolute;
	right: 0;
	bottom: 0;
}
#menu img {
	margin: 0 0px;
}
#submenu img {
	margin: 0 5px 0 0;
}
#splash {
	height: 158px;
	margin-bottom: 24px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
#contentwrapper {
   position: relative;
}
#content {
	margin-bottom: 40px;
}
#bottom {
	position: fixed;
	width: 785px;
	height: 15px;
	bottom: 0;
	left: 50%;
	margin-left: -400px;
	padding: 5px;
	padding-right: 10px;
	font-size: 10px;
	color: white;
	text-align: right;
	background-color: #d70014;
	background-image:url(images/red.png);
	border-top: 10px solid white;
}