/* MAKE ONLY CHANGES IF YOU KNOW WHAT YOU ARE DOING!! */

/* SETTINGS FOR THE MAIN LAYOUT OF THE PAGE */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #424242;
	scrollbar-base-color: #ABABAB;
	scrollbar-arrow-color: #ABABAB;
	scrollbar-face-color: #424242;
	scrollbar-highlight-color: #ABABAB;
	scrollbar-3dlight-color: #424242;
	scrollbar-darkshadow-color: #424242;
	scrollbar-shadow-color: #ABABAB;
	scrollbar-track-color: #424242;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant:normal;
	text-transform:none;
	color:#ABABAB;
	text-decoration:none;
}

#container {
	position: absolute;
	width: 750px;
	left: 50%;
	margin-left: -375px; /* half of the container width */
	top: 0px;
	z-index: 1;
}

td, div, .navicolor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant:normal;
	text-transform:none;
	color:#ABABAB;
	text-decoration:none;
}

/* HYPERLINK SETTINGS */
a:link {
	color:#FFFFFF;
	text-decoration:none;
}
a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover {
	color:#C4151B;
	text-decoration:none;
}
a:active {
	color:#C4151B;
	text-decoration:none;
}

.subnavicolor {
	text-decoration:none;	
} 
a.subnavicolor:link {
	color: #ABABAB;;
	}
a.subnavicolor:visited {
	color: #ABABAB;;
}
a.subnavicolor:hover {
	color: #C4151B;
}
a.subnavicolor:active {
	color: #C4151B;
}

.subnavicolor2 {
	color: #C4151B;
	text-decoration:none;
} 
a.subnavicolor2:link {
	color: #C4151B;
}
a.subnavicolor2:visited {
	color:#C4151B;
}
a.subnavicolor2:hover {
	color: #FFFFFF;
}
a.subnavicolor2:active {
	color: #FFFFFF;
}

/* SPECIAL TEXT DECLARATIONS */
.language_disabled {
	color: #FFFFFF;
	text-decoration: line-through;
}
.language_active {
	color: #ABABAB;
}
.headcolor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant:normal;
	text-transform:none;
	color:#FFFFFF;
	text-decoration:none;
}
.errorcolor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #C4151B;
	text-decoration: none;
}

.contrastcolor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #424242;
	text-decoration: none;	
}

/* GRAFIC ELEMENTS */
#top {
	width: 750px;
	height: 70px;
	background-color: #424242;
	border-bottom: 2px solid #757575;
	z-index: 1;
}

#logo {
	position: absolute;
	width: 187px;
	height: 50px;
	left: 5px;
	top: 25px;
	z-index: 2;
}

#banner {
	height: 125px;
	width: 750px;
	margin-top: 1px;
	z-index: 1;
}

#language {
	position: absolute;
	top: 30px;
	left: 713px;
	z-index:10;
}

#menu {
	border-bottom: 1px solid #757575;
	z-index: 1;
	width: 750px;
	height:  100%;
}

#subnavi {
	width: 615px;
	margin-top: 3px;
	z-index: 100;
	margin-left: 13px;
}

/* CONTENT ELEMENTS */
#content {
	background-color: #424242;
	margin-top: 20px;
	z-index:10;
}

#footer {
	width:751px;
	height: 18px;
	background-color: #424242;
	border-top: 1px solid #757575;
}

/* FORMAT ELEMENTS */
.dotline_vertikal {
	height:100%;
	background-position: center;
	background-image:url(../images/linie_vert.gif);
	background-repeat:repeat-y;
}

.dotline_horizontal {
	height:5px;
	width:100%;
	background-image:url(../images/linie_hori.gif);
	background-repeat:repeat-x;
}

.lined_table {
	border-bottom: 2px solid #757575;
	border-top: 7px solid #757575;
}

.img_border_normal {
	border: 1px solid #FFFFFF;
}

.img_border_active {
	border: 1px solid #C4151B;
}

.img_no_border {
	border: 0px;
}

.img_bg_border {
	border: 1px solid #424242;
}

/* FORM ELEMENTS */
.send, .reset {
		border: 1px solid #C4151B;
		background-color:#424242;
		cursor:hand;
		height: 18px;
		font-family:Arial,Verdana, sans-serif;
		font-size:11px;
		color: #FFFFFF;
}
.input {
	border: 1px solid #C4151B;
	background-color:#FFFFFF;
	width: 100%;
	font-family:Arial,Verdana, sans-serif;
	font-size:11px;
	color: #424242;
}
textarea {
	border: 1px solid #C4151B;
	background-color:#FFFFFF;
	width: 100%;
	font-family:Arial,Verdana, sans-serif;
	font-size:11px;
	color: #424242;
	scrollbar-base-color: #C4151B;
	scrollbar-arrow-color: #C4151B;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #C4151B;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-shadow-color: #C4151B;
	scrollbar-track-color: #FFFFFF;
}

/* LAYER ELEMENTS */

#scroll_layer {
	width: 340px;
	height: 300px;
	scrollbar-base-color:#ABABAB;
	scrollbar-arrow-color:#ABABAB;
	scrollbar-face-color:#424242;
	scrollbar-highlight-color:#ABABAB;
	scrollbar-3dlight-color:#424242;
	scrollbar-darkshadow-color:#424242;
	scrollbar-shadow-color:#ABABAB;
	scrollbar-track-color:#424242;
	overflow: auto;
}