/*

Farben:

*/
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
/* Typografie */
body { font: 12pt 'Segoe UI', Tahoma, Verdana, Arial, Helvetica, sans-serif; background-color: #efefef; color: #1a1a1a; }

a { color: #ea7f2b; text-decoration: none; }
a:link, a:visited, a:active { text-decoration: none; }
a:hover { text-decoration: underline; color: #0087c9;  }
a.more { white-space: nowrap; padding-right: 10px; }
a[rel="external"], 
a.external { white-space: nowrap; padding-right: 15px; }
strong, b { font-weight: bold; }
em, i { font-style: italic; }
sup { padding-left: 1px; font-size: 10px !important; font-weight: normal !important; vertical-align: baseline; position: relative; bottom: 0.33em; color: #76797c; _position: static !important; }
abbr { border: 0; }
.sosumi { font-size: 10px !important; color:#76797c; }
.sosumi_features { font-size: 10px !important; color:#76797c; }

p { margin-bottom: 18px; }
h1 { font-weight: bold; font-size: 24px; line-height: 36px; margin-bottom: 18px; }
h2 { font-weight: bold; font-size: 16px; line-height: 18px; margin-bottom: 18px; }
h3 { font-weight: bold; font-size: 1em; line-height: 18px; }
h4 { font-weight: bold; font-size: 10px; line-height: 18px; }
p.intro { font-weight: bold; }
.more { text-align: right; }

ul { margin-bottom: 18px; list-style: none outside; }
ol { margin-bottom: 18px; list-style: decimal; margin-left: 2.2em; }
ul.square,
ul.circle { margin-left: 2em; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul ul.circle,
ul ul.square { margin-top: 4px; margin-bottom: 5px; }
ol.sosumi { margin-left: 0; padding-left: 2em; }

body {
    margin: 0;
	padding: 0;
	background: #fff url('../images/bg-mac.gif') repeat-x;
   	direction: ltr;
}
body.no_bg	{
	background: #fff;
	width: 100%;
	
}

a img , img a , img { border: none }

.img_small	{
	border: 5px solid #eee;
	opacity: 0.6;
	filter: alpha(opacity=60);
   	zoom: 1;  /* needed to trigger "hasLayout" in IE if no width or height is set */ 
}
.img_small:hover	{
	border: 5px solid #ea7f2b;
	opacity: 1;
	filter: alpha(opacity=100);
   	zoom: 1;  /* needed to trigger "hasLayout" in IE if no width or height is set */ 
}
.img_small2	{
	border: none;
	opacity: 0.6;
	filter: alpha(opacity=60);
   	zoom: 1;  /* needed to trigger "hasLayout" in IE if no width or height is set */ 
}
.img_small2:hover	{
	border: none;
	opacity: 1;
	filter: alpha(opacity=100);
   	zoom: 1;  /* needed to trigger "hasLayout" in IE if no width or height is set */ 
}
iframe	{
	width: 99%;
	min-height: 500px;
	border: none;
}
.red	{
	color: #d76c1c;
	font-weight: bold;
}
/* Tabellen */
table {
	border: 1px solid #ea7f2b;
	width: 99%;
}
th	{
	font-weight: 900;
	color: #fff;
	background-color: #ea7f2b;

}
td	{
	font-size: 9pt;
	color: #333;
	border: 1px solid #ea7f2b;
}
td ul	{
	list-style-type: disc;
	margin-left: 15px;
}
tr.light	{
	background-color: #fff;
}
tr.dark		{
	background-color: #eee;
	}
/* Formulare */
fieldset	{
	margin: 10px;
	padding: 10px;
}

fieldset.border	{
	background: #fbfbfb;
	border: 1px solid #ea7f2b;
	    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}
fieldset.border legend	{
	background: #ea7f2b;
	color: #fff;
	margin: 10px;
	padding: 5px 10px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
	}
fieldset.border legend a 	{
	color: #fff;
}
label, input, select { /* Alle Labels UND Formularelemente auswählen */
  display: block;
  width: 150px;
}
label	{
	padding-top: 5px;
	margin-bottom: 5px;
	font-size: 11pt; 
	float: left;
	//display: inline;
	width: 200px;
	border-bottom: 1px solid #ea7f2b; 
}
input, select	{
	background: #fff;
	border: 1px solid #ea7f2b;
	margin: 10px;
	padding: 2px 5px;
	width: 380px;
	font-size: 10pt;
}
input[type=checkbox]	{
	border: 1px solid #ea7f2b;
	background: #fff;
	margin-left: 17px; 
}
input[type=checkbox]	{

	}
.file	{	
	width: 400px;
	}
.submit, .reset	{
	background: #ea7f2b;
	border: 1px solid #fff;
	margin: 10px;
	padding: 2px 5px;
	width: 400px;
	font-size: 10pt;
	color: #fff;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}
form br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}

input#submit { /* den Submit-Button */
}
input#hidden { /* den Submit-Button */
	border: none;
  float: none;
  width: auto;
}

textarea	{
	width: 450px;
	height: 100px;
}

legend	{
	font-size: 11pt;
	font-weight: normal;
}
input {
}

input.clear {
}

input:focus {
}
input#image	{
	border: 1px solid #000;
	background-color: transparent;
	width: 100%;
	height: 100%;
}

span.green {
    color: #009000;
}

form {
	margin: 0;
	padding: 0;
}
small	{
	color: #ea7f2b;
}
/* Container */
#container {
	width: 970px;
	margin: 0px auto;
	border: 0px solid #000;
}
/* header */
#header	{
	width: 954px;
	height: 110px;
	background: #fff;
	border: 1px solid #ea7f2b;
	border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	display: block;
	padding: 0px 0px 10px 0px;
	background: #fff url('../images/Logo-klein.jpg') no-repeat 10px;
}
#header_top_menu	{
	text-align: left;
	margin: 15px 0px 0px 140px;
	padding: 0px;
	height: 20px;
	width: 750px;
	border-top: 1px solid #fff;
}
#header_top_menu ul {
	/*background: url('../images/topnav.png') no-repeat;*/

	padding: 0px;

}
#header_top_menu ul li {
	display: inline; /* Listenelemente nebeneinander */
	list-style-type: none; /* Aufzählungszeichen entfernen */
	margin: 0px;
	}
#header_top_menu ul li a{
	font-size: 9pt;
	height: 20px !important;
	width: 117px !important;
	color: #2d2d2d;
	display: block;
	float: left;
	text-decoration: none;
	text-align: left;
	padding: 3px 3px 7px 3px;
	border: 1px solid #002983;
	border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	background-color: #ea7f2b;
}
#header_top_menu li a:hover{
	color: #fff;
	/*text-shadow: #2d2d2d 1px 1px 1px;*/
	text-decoration: none;
	background-color: #002983;
}
#header_top_menu li a.top_navi_active{
	color: #fff;
	/*text-shadow: #2d2d2d 1px 1px 1px;*/
	text-decoration: none;
	background-color: #002983;
	border: 1px solid #002983;
}
#header_sub_menu	{
	text-align: left;
	margin: 7px 0px 0px 140px;
	padding: 0px;
	height: 33px;
	width: 748px;
	background-color: #002983;
	border: 1px solid #002983;
	/*border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;*/
	border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
}
#header_sub_menu ul {
	/*background: url('../images/subnav.png') no-repeat;*/

	padding: 0px;

}
#header_sub_menu ul li {
	display: inline; /* Listenelemente nebeneinander */
	list-style-type: none; /* Aufzählungszeichen entfernen */
	margin: 0px;
	}
#header_sub_menu ul li a{
	font-size: 9pt;
	height: 20px !important;
	width: 119px !important;
	color: #ea7f2b;
	display: block;
	float: left;
	text-decoration: none;
	text-align: left;
	padding: 3px 3px 7px 3px;
	background-color: #002983;
}
#header_sub_menu li a:hover{
	color: #fff;
	/*text-shadow: #2d2d2d 1px 1px 1px;*/
	text-decoration: none;
	background-color: #ea7f2b;
}
#header_sub_menu li a.sub_navi_active{
	color: #fff;
	/*text-shadow: #2d2d2d 1px 1px 1px;*/
	text-decoration: none;
	background-color: #002983;
	border: 1px solid #ea7f2b;
}
/* Content Frame */

/* Boxes generell */
#content, .sidebar_box {
	background: #fff;
	border: 1px solid #ea7f2b;
	border-bottom: 5px solid #ea7f2b;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.50);
	}

#content {
	min-height: 250px;
	width: 690px;
	padding: 5px;
	margin: 0px;
	line-height: 120%;
	float: left;
}
#content_blank {
	min-height: 250px;
	padding: 0px;
	margin: 10px 0px 0px 4px;
	line-height: 120%;
	border: 0px solid #000;
	width: 90%;
}

#content ul {
  padding-left: 15px;
  list-style-type: disc;
}
/* Sidebar */

#sidebar {
    margin-top: -10px;
    border: 0px solid #000;
   	margin-left: 715px;
}
.sidebar_box img, .sidebar_box_red img {
}

.sidebar_box, .sidebar_box_red {
	width: 239px;
	margin: 10px 0;
	overflow: none;
	background: #fff;
}
.sidebar_inner_box {
	border: 0px solid #000;
	text-align: left;
	font-size: 10pt;
    padding: 0px 15px;
    margin: 0px;
  }
.sidebar_inner_box img, #header img	{
	width: 32px;
	height: 32px;
	border: 0px solid #000;
	margin: 0px 5px;
	padding-top: -5px;

  }

.sidebar_inner_box ol, .sidebar_inner_box ul	{
	margin: 0px;
	padding: 0px 10px;
	list-style-type:none;
}
.sidebar_inner_box li	{
	font-size: 9pt;
	list-style-type:none;
}
.sidebar_box h3, .sidebar_box_red h3, #sidebar_box_footer span {
    font-size: 12pt;
    font-weight: bold;
    text-transform: capitalize;
    display: block;
    margin: 0;
}

.sidebar_box h3 {
    height: 45px;
    line-height: 36px;
    padding: 0px 25px;
    color: #000;
    text-align: left;
    border: 0px solid #000;
}
.sidebar_box_footer {
	padding: 0px 0px 0px 15px;
	height: 17px;
	margin-bottom: 10px;
	text-align: left;
}

/* Footer */

#footer {
	width: 960px;
	height: 50px;
	margin: 10px 0px;
	padding-top: 10px;
	font-size: 10px;
	overflow: none;
	border: 0px solid #000;
	text-align: center;
	border-top: 1px solid #ea7f2b;
}
#footer_left	{
	width: 475px;
	border: 0px solid #000;
	text-align: left;
	float: left;
}
#footer_right	{
	width: 475px;
	border: 0px solid #000;
	text-align: right;
	float: left;
}
#footer_txt	{
	border-top: 1px solid #ea7f2b;
	width: 960px;
	border: 0px solid #000;
	text-align: left;
}
#bookmarks	{
	display: none;
}
/* Mitteilungen */
#mitt_inhalt	{
	background-color: #efefef;
	border-top: 2px solid #ea7f2b;
	padding: 5px;
}
#mitt_header {
	background-color: #ea7f2b;
	padding: 5px;
}
/* Diverses */
#breadcrumb {
	font-size: 8pt;
	text-align: right;
	margin: 5px;
}
.hinweis	{
	font-size: 14pt;
	color: #626065;
	margin: 10px;
	padding: 15px 10px 5px 10px;
	background-color: #d76c1c;
	border: 1px solid #d76c1c;
	border-radius: 8px;
	-webkit-border-radius: 8px;
}