/*//////////////////////////////STANDARTS*/
body {
	background-color: #FFFFFF;
	color: #000000;
	overflow: auto;
	margin: 0px;
	padding: 0px;
}
body, table, tr, td, p, input, legend, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
form { margin: 0px; padding: 0px; }
/*//////////////////////////////ID'S*/
#table_head { }
#table_spacer { }
#table_content { }
/*//////////////////////////////LINKS*/
a {
	color: #0058A0;
	text-decoration: none;
}
a:hover {
	color: #209CFF;
	text-decoration: none;
}
/* Outlines unterdruecken */
:active, :focus { outline: none; }
a:active, a:focus { outline: none; }
/*//////////////////////////////SPACER*/
.spacer_site {
	width: 900px;
}
.spacer_navi {
	width: 315px;
}
.spacer_content {
	width: 400px;
}
.spacer_subnavi {
	width: 185px;
}
.spacer_logo {
	padding-right: 30px;
}
/*//////////////////////////////BG'S*/
.bg_head0 {
	background-repeat: repeat-x;
	background-position: left bottom;
}
.bg_head1 {
	background-repeat: repeat-x;
	background-position: left bottom;
}
/*//////////////////////////////NAVI*/
.navi {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/*//////////////////////////////SUBNAVI*/
.subnavi {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.subnavi_title {
	font-size: 13px;
	color: #000000;
	text-align: left;
	vertical-align: bottom;
	font-weight: bold;
}
	.subnavi_title a {
		color: #000000;
	}
	.subnavi_title a:hover {
		color: #000000;
	}

.subnavi_list {
	color: #A0A0A0;
	text-align: left;
	vertical-align: top;
	padding-bottom: 2px;
}
	/**/
	.subnavi_list a {
		color: #A0A0A0;
	}
	/**/
	.subnavi_list a:hover {
		color: #7A7A7A;
	}
	/**/
.subnavi_down {
	color: #0058A0;
}
	/**/
	.subnavi_down a {
		color: #0058A0;
	}
	/**/
	.subnavi_down a:hover {
		color: #0058A0;
	}
	/**/
.subnavi_address {
	font-size: 10px;
}
.subnavi_spacer {
	height: 1px;
	margin-top: 3px;
	margin-bottom: 3px;
}
/*//////////////////////////////CONTENT*/
.content {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.content_title {
	font-size: 27px;
	color: #B2B2B3;
	text-align: right;
	vertical-align: bottom;
}
.content_title_big {
	font-size: 38px;
	color: #B2B2B3;
	text-align: right;
	vertical-align: bottom;
}
.content_subtitle {
	font-size: 18px;
	color: #A0A0A0;
	text-align: left;
	vertical-align: bottom;
}
.content_text {
	text-align: left;
	vertical-align: top;
}
	/**/
	.content_text ul {
		color: #000000;
		list-style-type: disc;
		margin: 2px 0px 0px 35px;
	}
	/**/
	.content_text li {
		margin: 0px 0px 1px 0px;
	}
	/**/
	.content_text hr {
		border-top: 1px solid #666666;
		border-right: 1px solid #FFFFFF;
		border-bottom: 1px solid #FFFFFF;
		border-left: 1px solid #FFFFFF;
	}

.content_text_small {
	font-size: 11px;
	text-align: left;
	vertical-align: top;
}

.content_text_tiny {
	font-size: 1px;
	text-align: left;
	vertical-align: top;
}

.content_text_error {
	text-align: left;
	vertical-align: top;
	color: #FF0000;
}

	/**/
/*//////////////////////////////FORM*/
.form_text {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	border: 1px solid;
}
.form_select {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	border: 1px solid;
}
.form_textarea {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	border: 1px solid;
	overflow: auto;
}
.form_radio {
	vertical-align:  middle;
}
.form_checkbox {
	vertical-align: middle;
}
.form_button {
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	cursor: pointer;
}
/*//////////////////////////////SPECIAL*/
#news {
	margin: 70px 0px 0px 40px;
}
/**/
.special_color {
	color: #0058A0;
}
.special_ctrl_panel {
	color: #7A7A7A;
}
	/**/
	.special_ctrl_panel a {
		color: #A0A0A0;
	}
	/**/
	.special_ctrl_panel a:hover {
		color: #209CFF;
	}
	/**/
.special_icon_go {
	margin: 3px 10px 3px 0px;
}
/*//////////////////////////////NEWS*/
#newsPOPUP {
	position: relative;
	background-image: url(img/news_head.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/*TOP*/
#newsPOPUP #top { position: relative; }
/*SEARCH*/
#newsPOPUP #search {
	position: absolute;
	top: 210px;
	left: 145px;
	/**/
	margin: 0px;
	padding: 0px;
}
/*NAVI*/
#newsPOPUP #navi {
	position: absolute;
	z-index: 999;
	top: 210px;
	right: 20px;
	width: 185px;
}
/**/
#newsPOPUP #navi ul { margin: 0px; padding: 0px; list-style-type: none; }
#newsPOPUP #navi ul { background-image:url(img/news_btn.gif); background-position: right top; background-repeat: no-repeat; }
/**/
#newsPOPUP #navi li { margin: 0px; padding: 0px 0px 5px 0px; }
/**/
#newsPOPUP #navi a {
	display: block;
	width: 185px;
	height: 26px;
	line-height: 26px;
	/**/
	padding: 0px 5px 0px 5px;
	margin: 0px;
	/**/
	font-weight: bold;
}
#newsPOPUP #navi a { color: #000000; }
#newsPOPUP #navi a:hover { color: #006AAB; }
/**/
/*CONTENT*/
#newsPOPUP #content {
	position: absolute;
	left: 5px;
	top: 270px;
	width: 660px;
	/**/
	margin: 0px;
	padding: 5px;
}
#newsPOPUP #content td {
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	border-bottom: 2px solid #E0ECF8;
}
#newsPOPUP #content td div { padding: 10px; }
/**/
.color_gray, .color_gray a { color: #A0A0A0; }
/*//////////////////////////////*/
