html {
}

body {
	background-color: #5e5e60;
	font-family: "Trebuchet MS" ,verdana;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}

#header {
	position: absolute;
	top: 36px;
	width: 838px;
}

#content {
	width: 838px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../imgs/back_middle.png);
	padding-top: 10px;
	padding-left: 32px;
	padding-right: 39px;
}

#content_header {
	padding-top: 7px;
	background-image: url(../imgs/back_top.png);
	width: 909px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#content_footer {
	padding-bottom: 8px;
	background-repeat: none;
	background-position: left bottom;
	background-image: url(../imgs/back_bottom.png);
	width: 909px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

#logo {
	width: 253px;
	height: 59px;
	float: right;
}
#logo a {
	width: 253px;
	height: 59px;
	display:block;
	background-image: url(../imgs/logo.png);
}

/* fastmenu */
#fast_menu {
	font-size: 11px;
	float: left;
	overflow: hidden;
}

#fast_menu .item {
	margin-right: 17px;
}


/* main menu */
#main_menu {
	margin-top: 0px;
	padding-top: 0px;
	float: left;
	font-size: 14px;
}

#outer_main_menu {
	height: 34px;
	margin-top: 1px;
	margin-bottom: 1px;
	background-color: white;
}

* html #outer_main_menu {
	overflow: hidden;
}

#main_menu div.item {
	padding-left: 7px;
	padding-top: 6px;
	padding-right: 9px;
	padding-bottom: 9px;
	/*
	border-top: 1px dotted #5e5e60;
	border-bottom: 1px dotted #5e5e60;
	*/
	background-color: white;
	margin-top: 1px;
}

#main_menu div.selected {
	background-color: #eaeff5;	
	padding-top: 8px;
	padding-bottom: 10px;
	border-bottom: none;
	border-top: none;
	margin-top: 0px;
	position:relative;
	top:-1px;
}

#main_menu div a {
	/* bold */
	/* color: #333333; */
	font-weight: bold;
}

#main_menu div.selected a {
	color: #00759a;	 
}

#main_menu div a:hover {
	color: #00759a;	 
}

/* search */
#search {
	background-color: white;
	margin-top: 1px;
	float:right;
	height:20px;
	padding-bottom:7px;
	padding-top:4px;
	overflow: hidden;
}

* html #search {
	padding-top: 6px;
}

#top_menu_main {
	height: 36px;
	overflow: hidden;
	margin-top: 10px;
	background-image: url(../imgs/dotted.gif);
	background-repeat: repeat-y;
}

#search div {
	width: 246px;
	text-align: right;
}

#search input {
	color: #5e5e60;
	width: 181px;
	text-align: right;
	border: 1px solid #5e5e60;
}

#search .search_submit {
	width: 56px;
	text-align: center;
	color: #5e5e60;
	margin-left: 5px;
}

* html #search .search_submit {
	height: 20px;
}

.search_pages {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.search_pages a {
	text-decoration: none;
}
.search_pages a:visited {
	color: blue;
}



.search_pages .search_page {
	display: inline;
	margin-right: 5px;
}

.search_pages .search_page.selected {
	font-weight: bold;
	/*color: #00759A;*/
}

.search_pages .search_page.selected a:visited {
	/*color: #00759A;*/
}

/* submenu */
#sub_menu {
	font-size: 13px;
	margin-bottom: 1px;
	width: 838px;
	background-color: #eaeff5;		
	background-image: url(../imgs/submenu_back.png);
	height: 35px;
}

#sub_menu div.item {
	padding-top: 10px;
	padding-bottom: 7px;
	padding-left: 7px;
	padding-right: 9px;		
}

#sub_menu div.selected a {
	color: #00759a;	 
}

#sub_menu div a {
	/* bold */
	font-weight: bold;	 
}

/* pic */
#menu_pic {
	width: 838px;
	height: 115px;
	background-repeat: no-repeat;
	/*padding-bottom: 2px;
	border-bottom: 1px dotted #5e5e60;*/
}

/* nav_position */
#nav_position {
	color: #5e5e60;
	font-size: 11px;
	margin-top: 2px;
	padding-top: 4px;
	background-repeat: no-repeat;
	background-image: url(../imgs/dotted.gif); 
}

/* inner content */
#inner_content_left {
	width: 100%;
	float: left;
	margin-top: 30px;
}

#inner_content {
	margin-top: 120px;
	color: #5e5e60;
	font-size: 13px;
	padding-bottom: 35px;	
}

h1 {
	font-size: 22px;
	font-weight: normal;
	color: #5e5e60;
}

#inner_content h2 {
	font-size: 18px;
	font-weight: normal;
	color: #5e5e60;
}

/* quickstart box */
#quick_start {
	float: right;
	width: 253px;
	margin-left: 15px;
	margin-bottom: 15px;	
	font-size: 12px;
}

#quick_start #q_inner .rtop , #quick_start #q_inner .rbottom {
	display: none;
}

#quick_start .rtop, #quick_start .rbottom {
	display: block;
}

#quick_start #q_inner {
	padding: 10px;
	width: 233px;
	text-align: center;
	background-color: rgb(233, 233, 233);
}

#quick_start #q_inner .inner {
	padding-left: 55px;
	text-align: left;	
}

#quick_start #q_inner .item {
	background-position: 0px 2px;
	padding-left: 15px;
	background-image: url(../imgs/arrow.gif);
	background-repeat: no-repeat;
}

#quick_start .item a {
	color: #00759a;	
}

#quick_start .item {
	padding-bottom: 10px;
}

.corner {
	font-size: 0px;
}

#quick_start .corner {
	width: 5px;
	height: 5px;
}

#quick_start #left_t {
	float: left;
	background-image: url(../imgs/corner_left_up.png);
}

#quick_start #right_t {
	float: right;
	background-image: url(../imgs/corner_right_up.png);
}

#quick_start #left_b {
	float: left;
	background-image: url(../imgs/corner_left_down.png);
}

#quick_start #right_b {
	float: right;
	background-image: url(../imgs/corner_right_down.png);
}


#quick_start .item {
	float: none;
}

/* footer */
#footer {
	/*border-top: 1px dotted #5e5e60;*/
	background-repeat: no-repeat;
	background-image: url(../imgs/dotted.gif);
	padding-top: 6px;	
	height: 20px;
	font-size: 11px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#footer div.left a {
	color: #00759a;
}

#footer div.right {
	float: right;
	padding-left: 18px;
}


/* other classes */
.item {
	float: left;
}

.item a:hover, #nav_position a:hover {
	color: #00759a;	 	
}


.item a, #nav_position a {
	text-decoration: none;
	color: #5e5e60;
}

/* search results */
div.search_result {
	margin-bottom: 10px;
}

/* selected menuitem */
div#footer div.selected {
	font-weight: bold;
}

div#quick_start div.selected {
	font-weight: bold;
}

div#fast_menu div.selected {
	font-weight: bold;
}


/** circle container **/
.content_circle_container {	
	float: left;
	background-image:url(../imgs/circle_container.png);
}

.item_circle_container {
	cursor: pointer;
	z-index: 100;
}

.item_circle_container .inner {
	width: 100px;
	height: 100px;		
}

.item_circle_container.selected .rtop, .item_circle_container.selected .rbottom {
	visibility: hidden;
}

.item_circle_container .rtop, .item_circle_container .rbottom {
	display: block;
}

.item_circle_container b.rtop b, .item_circle_container b.rbottom b
{
	background-color: transparent;
}

.item_circle_container .inner.hover, .item_circle_container b.rtop b.hover, .item_circle_container b.rbottom b.hover
{
	background-color:#E9E9E9;
}

.item_circle_container.selected .inner.hover, .item_circle_container.selected b.rtop b.hover, .item_circle_container.selected b.rbottom b.hover
{
	background-color:transparent;
}

.item_circle_container .inner {
	background-repeat: no-repeat;
}

*:first-child+html .text_above_circle_container {
	margin-left: 150px;
}

.text_above_circle_container {
	overflow: hidden;
	float:right;
	margin-left:590px;
	position:absolute;
	width:253px;
	margin-top: 200px;
}

* html .text_above_circle_container {
	margin-top: 170px;
}

* html .text_above_circle_container {
	margin-left: 150px;
}

.content_circle_selected {
	background-color:#EAEFF5;
	left:165px;
	position:absolute;
	top:170px;
	width:280px;
	z-index:1;
}

.content_circle_selected b.rtop, .content_circle_selected b.rbottom {
	background:#FFFFFF none repeat scroll 0 0;
	display:block;
}

.content_circle_selected b.rtop b, .content_circle_selected b.rbottom b {
	background:#EAEFF5 none repeat scroll 0 0;
}

.content_circle_selected .inner {
	height: 100px;
}

.text_above_circle_container h2 {
	margin-top: 0px;
}

.link_circle_container {
	margin-top: 5px;
	margin-bottom: 15px;
}

.link_circle_container a {
	text-decoration: none;
	margin-right: 30px;
	color: #00759A;
	display: block;
	float: left;
}

.link_circle_container a.selected {
	font-weight: bold;
	text-decoration: underline;
}

.link_circle_container a:hover {
	text-decoration: underline;
}

/** content_circle **/

/** sitemap **/
.sitemap .item {
	float: none;
}

.sitemap .item .item {
	padding-left: 20px;
}

.sitemap .item a {
	color: #00759A;
}

.sitemap .MainMenuModule, .sitemap .AdditionalMenuModule, .sitemap .MenuModule
{
	float: left;
	width: 200px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.sitemap .MainMenuModule .inner, .sitemap .AdditionalMenuModule .inner, .sitemap .MenuModule .inner
{
	padding-right: 10px;
	background-color: #EAEFF5;
	padding: 5px;
}

.sitemap .MainMenuModule .inner div.item {
	position: relative;
}

.sitemap .fastmenu  {
	width: 140px;
}

.sitemap .rtop b, .sitemap .rbottom b {
	background-color: #EAEFF5;
}

.sitemap .SubMenuModule .rtop, .sitemap .SubMenuModule .rbottom {
	display: none;
}

.sitemap .rtop , .sitemap .rbottom {
	display: block;
}



/** sitemap ended **/

/** contact map **/
.contact_map_item
{
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 5px;
}

.contact_map_item_container a {
	text-decoration: underline;
	color: #00759A;
}

.contact_map_item_container a:visited {
}

.contact_map_child {
	/*height: 200px;*/
}

.contact_map_direction a:visited {
}

.contact_map_direction a {
	text-decoration: underline;
	color: #00759A;
}


.twGmapInfo {
	width: 300px;
}

.twGmapInfo p {
	padding: 0px;
	margin: 0px;
}

.contact_map_item_heading {
	display: block;
	height: 55px;
	overflow: hidden;
}

.contact_map_direction {
	padding-top: 3px;
}

.contact_map_container .contact_map_item_heading {
	height: auto;
}

/** comment module **/
#email {
	display: none;
}

/** corner **/
b.rtop, b.rbottom {
	display:block;
	display:none;
}

b.rtop b, b.rbottom b {
	background-color:#E9E9E9;
	display:block;
	height:1px;
	overflow:hidden;
}
b.r1 {
	margin:0 5px;
}
b.r2 {
	margin:0 3px;
}

b.r3 {
	margin:0 2px;
}

b.r4 {
	margin:0 1px;
}

a {
	text-decoration: underline;
	color: #00759A;
}

a:visited {
}

.clear {
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

/* Standard Tabelle */
table.standard {
    margin: 0 0 5px 0;
}

table.standard th {
    /*color: black;*/
    font-family: Trebuchet MS, Verdana;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
    /*padding: 2px;*/
    /*background-color: #eee;*/
}

table.standard td {
    text-align: left;
    font-family: Trebuchet MS, Verdana;
    font-size: 11px;
    vertical-align: middle;
    padding: 1px 0px;
}

table.standard input, table.standard select, table.standard textarea{
    font: 11px Arial;
}

/* Fehler Tabelle */
table.fehler{
	border: 1px solid #898989;
	width: 100%;
	margin: 0 0 5px 0;
}

table.fehler th {
    background: #dd0000;
	font: bold 11px Arial;
	color: white;
	height: 21px;
	padding: 0 0 0 3px;
	text-align: left;
	border-bottom: 1px solid #898989;
}

table.fehler td {  
	font-family: "Trebuchet MS" ,verdana;
    font-size: 11px;
	padding: 4px;
	vertical-align: middle;
	background-color: #FFFFDC;
}

td.error{
    color: #dd0000;
}

span.subtitle{
    font-family: "Trebuchet MS" ,verdana;
    font-size: 12px;
    font-weight: bold;   
}

span.footer{
    font-family: "Trebuchet MS" ,verdana;
    font-size: 11px;
    display: none;
}

ul.position_navi{
    list-style-type: none;
    display:inline;
}

ul.position_navi li{
    list-style-type: none;
    display:inline;
    margin: 0px 2px 0px 0px;
}

ul.position_navi li a{
    font: 11px Arial;
    color: black;
    padding: 2px 10px;
    background: #ccc;
    border-top: 1px solid #fefefe;
    border-left: 1px solid #fefefe;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    text-decoration: none;
}

ul.position_navi li a.activetab{
    font: bold 11px Arial;
    color: black;
    padding: 2px 10px;
    background: #ccc;
    line-height: 2;
    border: 1px solid black;
    text-decoration: none;
}

ul.position_navi li a.inactivetab{
    font: 11px Arial;
    color: black;
    padding: 2px 10px;
    background: #ccc;
    line-height: 2;
    border: 1px solid #aaa;
    text-decoration: none;
}

ul.position_navi li a:hover{
    color: black;
    background: #eee;
}

.subm1{ 
	font-family: Verdana, sans-serif, Helvetica; 
	font-size: 10px; 
	margin: 2px 0 2px 0;
	width: 200px;
	border: 1px solid black;
	cursor: pointer;
	font-weight: bold;
}

ul.fehler {
    list-style-type:square; 
}

ul.fehler li {
    font-size: 11px;
    font-family: "Trebuchet MS", Verdana;
    color: #dd0000;
}

img{
    border: 0;
}

td.formular_links
{
    font-size: 11px;
    width: 210px;
    padding: 2px 0;
}

td.formular_rechts
{
    font-size: 11px;
    padding: 1px 0;
}

.maininput
{
    font-size: 11px;
    font-family: "Trebuchet MS", Verdana;
}

.maininputerror
{
    background-color: #e6b9b8;
    font-size: 11px;
    font-family: "Trebuchet MS", Verdana;
}

select
{
    font-size: 11px;
    font-family: "Trebuchet MS", Verdana;
}

.button
{
    font-size: 11px;
    font-family: "Trebuchet MS", Verdana;
    padding: 2px 4px;
}

table.details{
    border: 1px solid #ccc;
    width: 100%;
    border-collapse: collapse;
}

table.details th{
    background-color: #ccc;
    color: white;
    padding: 1px 0px 1px 4px;
}

table.details td{
    padding: 1px 0px 1px 4px;
    border: 1px solid #ccc;
    vertical-align: top;
    font-family: "Trebuchet MS", Verdana;
    font-size: 11px;
}

table.standard2{
    border-collapse: collapse;
}

table.standard2 th{
    background-color: #aaa;
    color: white;
    padding: 1px 0px 1px 4px;
    text-align: left;
    font-size: 11px;
}

table.standard2 td{
    padding: 1px 0px 1px 4px;
    border-bottom: 1px solid #ccc;
    vertical-align: top;
    font-family: "Trebuchet MS", Verdana;
    font-size: 11px;
}