@charset "UTF-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #000;
	font-size: 12px;
	background-image: url(img/hg_stripes.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0;
	background-attachment: fixed;
}
#container {
	position: relative;
	width: 960px;
	margin: auto;
	background-color: #000;
	clear: both;
	
}
#mainheader {
	background-image: url(img/header_hg.gif);
	background-color: #282828;
	background-position: center center;
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;	
}
#header {
	padding: 10px;
}

#content {
	background-color: #111;
	border-top:1px solid #444;
	border-bottom:1px solid #000;
	background-image: url(img/content_hg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
input, button, select, option {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input[type="button"] {
	cursor: pointer;
}
select, option {
	padding-top: 1px;
	padding-bottom: 1px;
	
}
option {
	padding-left: 6px;
}

#mainnavi {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;	/*background-color: #222;*/
}
#header h1 {
	margin: 0;
	float: left;
	color: #35BBF4;
	font-size: 20px;
}
#header h1 a {
	color: inherit;
	text-decoration: none;
}
#header h2 {
	margin: 0;
	margin-left: 100px;
	color: #666;
	font-size: 20px;
}
#forms {
	border-top:1px solid #333;
	padding-top: 10px;
	padding-left: 10px;
}

#show_tabs_btn {
	background-image: url(../img/bullets/info.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 32px;
	width: 32px;
	margin: 50px 0 0 30px;
	
}
#hide_tabs_btn {
	background-image: url(../img/bullets/info_hide.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 32px;
	width: 32px;
	margin: 50px 0 0 30px;
}
#show_tabs_btn span, #hide_tabs_btn span {
	display: none;
}

/*
Tab Content START

#info_container {
	background-color: #f8f8f8;
	width: 660px;
	min-height: 600px;
	margin: 40px 20px;
	
	border-style: solid;
	border-width: 1px;
	border-color: #444;
	
	-moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px; -khtml-border-top-left-radius: 10px; border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px; -khtml-border-top-right-radius: 10px; border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px; -khtml-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px; -khtml-border-bottom-right-radius: 10px; border-bottom-right-radius: 10px;
	
	position: relative;
}

.in_tab_menu {
	position:absolute;
	right: 10px;
}
.in_tab_menu input[type="button"] {
	background-color: #fff;
	border: 1px solid #999;
	color: #666;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-khtml-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-khtml-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-khtml-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-khtml-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	margin-right: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.in_tab_menu #css_ws_btn {
	background-color: #666;
	border: 1px solid #999;
	color: #fff;
	
}

#info_container #navi_container {
	background-color: #222;
	margin: 0px 0px 0px 0px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-khtml-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-khtml-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	padding-top: 20px;
	background-image: url(img/tab_header_hg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#info_container #info_tabs {
	padding: 10px 150px 40px 40px;
}
#info_container #info_tabs h3 {
	margin: 3em 0 1em 0;
	padding: 0 0 5px 0;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	background-image: url(../img/bullets/divider.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#info_container #info_tabs p.description {
	font-weight: bold;
	font-style: italic;
}
#info_container #info_tabs h4 {
	margin: 1em 0 0 0;
	font-style: italic;
	font-weight: bold;
}
#info_container #info_tabs p {
	margin: 0 0 1em 0;
	color: #444;
}
#info_container  #info_tabs p strong {
	color: #000;
}
#info_container #info_tabs ul.extern_links_list {
	margin: 40px 0px 0px 0px;
	padding: 0 0 0 10px;
	list-style-image: none;

	list-style-type: none;
}
#info_container #info_tabs ul.extern_links_list li {
	margin: 0px 0px 10px 0px;
	padding-left: 20px;
	background-image: url(../img/bullets/d_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#info_container #info_tabs a.extern_link {
	font-size: 14px;
	color: #000;
	text-decoration: none;
}


#info_container #tab2 ul {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0;
}
#info_container #tab2 ul li {
	padding-left: 18px;
	margin-left: 0;
	background-image: url(../img/bullets/ausruf.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 5px;
}
#info_container #tab3 ul, #info_container #tab1 ul {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0;
}
#info_container #tab3 ul li, #info_container #tab1 ul li {
	padding-left: 18px;
	margin-left: 0;
	background-image: url(../img/bullets/q_small.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 5px;
}


#info_container #info_tabs a.extern_link:hover {
	color: #2a92bf;
}
#info_container #info_tabs .imageholder {
	background-color: #282828;
	
	-moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -khtml-border-top-left-radius: 5px; border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -khtml-border-top-right-radius: 5px; border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; -khtml-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -khtml-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px;
}

#info_container #navi_container ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: 10px;
}
#info_container #navi_container ul li {
	
	display: inline-block;
	margin-bottom: 5px;
}
#info_container #navi_container ul li a {
	-moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -khtml-border-top-left-radius: 5px; border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -khtml-border-top-right-radius: 5px; border-top-right-radius: 5px;
	background-color: #444;
	text-decoration: none;
	padding: 10px 30px 5px 30px;
	color: #fff;
}
#info_container #navi_container ul li a:hover {
	color: #000;
}
#info_container #navi_container ul li a.selected {
	background-color: #f8f8f8;
	border-right-style: solid;
	border-right-color: #999;
	border-right-width: 1px;
	color: #000;
}
#info_container #navi_container ul li a.selected:hover {
	color: #000;
}

Tab Content ENDE
*/


#footer {
	height: 100px;
	background-image: url(img/header_hg.gif);
	background-position: center center;
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #444;
}
#nav {
	position: relative;
	z-index: 10000;
	
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav li.toplevel {
	color: #FFF;
	display: block;
	/*width: 150px;*/
	background-image: url(img/btn_hg1.gif);
	background-repeat: repeat-x;
	background-position: center -100px;
	
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-khtml-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-khtml-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	
	margin-top: 1px;
	margin-left: 1px;
	margin-right: 1px;
	
	cursor:default;
	

}
#nav li.toplevel:hover {
	margin: 0;
	background-position: center 0px;
	color: #35BBF4;
	
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-width: 1px;
	
	border-top-color: #444;
	border-left-color: #444;
	border-right-color: #000;
}
#nav li.toplevel span {
	display: block;
	/*width: 150px;*/
	color: inherit;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	text-transform: lowercase;

}
#nav a {
	display: block;
	/*width: 150px;*/
	text-decoration:none;
	/*background-color: #222;*/
	color: inherit;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-transform: lowercase;
}

#nav li {
	float: left;
	/*width: 200px;*/
}


#nav li ul {
	position: absolute;
	width: 180px;
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav ul li.sublevel a {
	width: 180px;
	background-color: #555;
	color: #999;

}
#nav ul li.sublevel a:hover {
	background-color: #444;
	color: #fff;
}

#mininav {
	position: absolute;
	top: 6px;
	right: 20px;
	list-style-type: none;
}
#mininav li a {
	color: #aaa;
	text-decoration: none;
}

#mininav li a:hover {
	color: #35BBF4;
	
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #35BBF4;
	
}



.rborder {
	-moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px;
}
.clear {
	clear:both;
	height: 1px;
}
.inrow {
	float: left;
}





