@charset "utf-8";
* {
   margin: 0;
   padding: 0; }
body {
	color: #404040;
	font-family: Arial;
	font-size: 12px;
	background-color: #f6f6f6;
}


/******** Content variations ********/
#head { 
   background-color: transparent; }
#outerwrapper {
   width: 960px; 
   background-color: #fff;
   border-left: 1px solid #ccc;
   border-right: 1px solid #ccc;
   margin: 0 auto;
   line-height: 1.4em;
   color: #404040; }
#innerwrapper {
   float: left; 
   margin-left:5px;
   width:760px;}
#content {
   float: left; 
   width: 534px; }
#contentmid {
	float: right;
	margin-right: 10px;
	width: 534px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: #dddddd;
	border-left-color: #dddddd;
	padding-right: 8px;
	padding-left: 8px;
}
#midsidebar { /* C-S-S Layout */
   margin-right: 10px; 
   width: 180px;
   float: right;
   clear:right;  
    }
#leftsidebar { /* S-C-S Layout */
	margin-right: 10px;
	width: 180px;
	float: left;
	clear:left;	
	background-color: #FFFFFF;
}
#rightsidebar {
	float: right;
	clear:right;		
	margin-right: 5px;
	width: 180px;
}

/***** General Styles *****/
a {
	text-decoration: none;
	color: #336600;
	font-size: 12px;
	font-weight: bolder;
}
a:visited {
	color: #336600;
	font-weight: bolder;
}
a:hover {
	color: #336600;
	text-decoration: underline overline;
	font-weight: bolder;
}
a img {
   border:0; }
p {
   margin-bottom: 10px; }
code, pre {font-size: 1.2em; 
	color:#980000; }
blockquote:before, blockquote:after {content: "\"";
	font-size: 16pt;
	font-family: serif; }
blockquote {
	margin: 10px 0 2.5em;
	padding: 5px;
	background: #f9f9f9;
	color: #404040;
	border-top: 1px none #dddddd;
	border-right: 1px none #dddddd;
	border-bottom: 1px none #dddddd;
	border-left: 1px none #dddddd;
}
blockquote p {display: inline; }
blockquote a {
}
table {
	border-collapse: collapse;
	margin: 10px auto 15px auto;
}
th {
   background: #376ca3; 
   height: 25px; 
   padding: 0 10px;
   color: #ffffff; 
   text-align: left; }
td {
   padding: 0 10px; 
   height: 25px; }
tr.odd {
   background: #efefef; }
tr.even {
   background: #cfcfcf; }
form {
   background: transparent; 
   margin: 10px auto; 
   padding: 5px; 
   border: 1px none #cccccc; }
label {
   display: block; 
   font-weight: bold; 
   margin: 5px 0 ; }
input {
   padding: 2px; 
   border: 1px solid #cccccc; }
textarea {
   width: 400px; 
   padding: 2px; 
   border: 1px solid eeeeee;
   height: 100px; 
   display: block; }
input.button {
   margin: 0; 
   padding: 2px 3px; 	
   border: 1px solid #f2f2f2; }
input, select, textarea {
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 1.0em; }
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #336600;
	border-bottom: 1px dotted #cccccc;
	margin: 0 0 10px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h2 {
   font-size: 14px;
   font-weight: bold;
   color: #404040;
   border-bottom: 3px solid #ffa000; 
   margin: 0 0 5px 0; }
h3 {
	font-size: 12px;
	display: block;
	margin: 10px 0;
	font-weight: bold;
	color: #336600;
} 
h4 {
	margin-bottom: 15px;
	font-size: 12pt;
	font-weight: bold;
	color: #336600;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
}
h5 {
	font-size: 12px;
	color: #404040;
	border-bottom: 3px none #ffa000;
	margin: 0 0 5px 0;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
h6 {
	font-size: 12px;
	color: #404040;
	border-bottom: 1px dotted #cccccc;
	margin: 0 0 5px 0;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	text-align: left;
}
ul, ol {
   list-style-position: inside; }

   
/***** Identity ******/
#topbar {
   width: auto !important; 
   width /**/:760px; 
   height: 68px;
   border: 0px; }
#identity {
	height: 20px;
	width: 500px;
	float: left;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	color: #666666;
	padding-bottom: 2px;
}
#identity h5 {
   font-size: 1.0em;
   padding: 5px 0 0 10px; }
#identity h5 a, #identity h5 a:hover {
   color: #666;
   text-decoration: none; }
#identity p.head2 {
	color: #666;
	font-size: 0.9em;
	padding-left: 12px;
	font-weight: normal;
	line-height: 1.7;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

/****** Top Navigation ******/
#topnav {
	width: 455px;
	height: 45px;
	font-size: 0.9em;
	color: #999999;
	float: right;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: none;
	border-left: 0px none;
}
#topnav ul {margin: 0px;
   width: auto;
   list-style-type: none;
   line-height: 1.0em;
   border: 0px solid #000000;
   float: right; }
#topnav ul li {
	margin: 0px 0px 0px 4px;
	padding: 10px 5px 0px;
	border-left: 1px solid #999999;
	float: left;
}
#topnav ul li a {
	text-decoration: none;
	color: #999999;
	text-align: center;
}
#topnav ul li a:hover {text-decoration: none;
   color: #333333; }

/****** Searchbox ******/
#logo {
	height: 250px;
	width: 960px;
	background: #FFFFFF;
}
#sitesearch {
	width: 190px;
	height: 34px;
	float: right;
	margin: 0px 15px 0 0;
	padding-left: 0px;
}
#sitesearch form {
   background: url(img/searchorange.png) no-repeat center center;
   height: 30px;
   border: 0;
   margin: 0;
   width: 184px;
   text-align: right;
   padding: 11px 20px 0 0;
   font-size: 0.9em; }
#sitesearch input {
   color: #ffa000;
   width: 120px; 
   border: 1px solid #ffa000;
   padding: 2px; }


/****** Navigation ******/
#navigation {
	width: 960px;
	background: url(img/nav-gruen.png) repeat-x center top;
	height: 31px;
	border-top: none;
	margin-bottom: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #004400;
	margin-top: 0px;
	padding: 0px;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}
#navbar_link {
   height: 30px;
   float: left; }
#navigation #navbar_link ul {
   float: left;
   height:30px;
   width: 100%;
   list-style-type: none; }
#navigation #navbar_link ul li {
	display: inline;
	padding: 0px;
}
#navigation #navbar_link ul li a {
	padding: 6px 14px;
	color: #fff;
	text-decoration: none;
	line-height: 1.6em;
	float: left;
	border-right: 1px solid #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: none;
	border-bottom-color: #004400;
	text-transform: uppercase;
}
#navigation #navbar_link a:hover {
	text-decoration: none;
	border-right: 1px solid #FFFFFF;
	color: #fff;
	background: url(img/nav-gruen.png) repeat-x center -33px;
	border-bottom-width: 2px;
	border-bottom-style: none;
	border-bottom-color: #004400;
}
   

/****** Sidebar Items ******/
.SidebarItem {
	margin: 0 0 20px;
	padding-top: 5px;
	font-weight: bold;
	color: #404040;
	background-color: #ffa000;
}
.SidebarItem ul, #SidebarItem ol {
   list-style: none; }
.SidebarItem li {
	line-height: 1.3px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

/******** Footer ********/
#footer {
	clear: both;
	width: 960px;
	color: #ffffff;
	height: 25px;
	font-size: 0.8em;
	font-weight: bold;
	border-bottom: 2px solid #ccc;
	margin: 0px auto;
	background-color: #336600;
}
#footer p {
   font-weight: bold;
   border-top: 1px solid #aaa;
   padding: 5px 0 5px 3px; }
#footer p span {
   padding-right: 3px; }
#footer a {
   color: #FF9F55;
   text-decoration: underline; }
#footer a:hover {
   color: #FF7F00; }
#logo_top {
   width: 190px;
   height: 34px;
   float: left;
   margin: 0px 15px 0 0;
}
.SidebarItem_left {
	margin: 0 0 20px;
	padding-top: 2px;
	padding-left: 0px;
	text-align: center;
	background-color: #336600;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(img/bg_item_li.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.SidebarItem_left_2f {
	margin: 0 0 20px;
	padding-top: 0px;
	padding-left: 0px;
	text-align: left;
	background-color: #FFFFFF;
	text-indent: 5px;
}
.SidebarItem_left a {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px;
}
.SidebarItem_left a: hover {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	color: #FFBF00;
	padding: 0px;
}
.SidebarItem_right {
	margin: 0 0 20px;
	padding-top: 2px;
	font-weight: bold;
	color: #404040;
	background-color: #ffa000;
	text-align: center;
	background-image: url(img/bg_item_re.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 12px;
}
.SidebarItem_right a {
	font-weight: bold;
	color: #404040;
	font-size: 12px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
.SidebarItem_right a: hover {
	font-weight: bold;
	color: #ffffff;
	font-size: 12px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
.SidebarItem_right_weiss {
	margin: 0 0 20px;
	padding-top: 2px;
	font-weight: bold;
	color: #404040;
	text-align: left;
	font-size: 12px;
	text-indent: 5px;
}
.SidebarItem_right_weiss a {
	margin: 0 0 20px;
	padding-top: 2px;
	font-weight: bold;
	color: #404040;
	text-align: center;
	font-size: 12px;
}
.SidebarItem_right_weiss a:hover {
	margin: 0 0 20px;
	padding-top: 2px;
	font-weight: bold;
	color: #ffa00;
	text-align: center;
	font-size: 12px;
}
.SidebarItem_right_gruen {
	margin: 0 0 20px;
	padding-top: 2px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	font-size: 12px;
	text-indent: 0px;
	background-color: #336600;
	background-image: url(img/bg_item_li.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-left: 5px;
}
.SidebarItem_right_gruen a {
	margin: 0 0 20px;
	padding-top: 2px;
	font-weight: bold;
	color: #ffffff;
	font-size: 12px;
	background-repeat: no-repeat;
	text-align: left;
	background-image: url(img/tree.gif);
	background-position: left;
	padding-left: 17px;
}
.SidebarItem_right_gruen a:hover {
	margin: 0 0 20px;
	padding-top: 2px;
	font-weight: bold;
	color: #ffa000;
	text-align: left;
	font-size: 12px;
	background-image: url(img/navi_arrow_hover.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
}
.SidebarItem_right_white {
	margin: 0 0 20px;
	padding-top: 2px;
	font-weight: bold;
	color: #404040;
	text-align: left;
	font-size: 12px;
	text-indent: 0px;
	background-color: #ffffff;
	background-image: url(img/item_right_bgweiss.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-left: 5px;
	text-decoration: none;
}

}.SidebarItem_left_white {
	margin: 0 0 20px;
	padding-top: 2px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	font-size: 10px;
	text-indent: 0px;
	background-color: #FFFFFF;
	text-decoration: none;
	line-height: 11px;
}
.SidebarItem_left_white a {
	margin: 0 0 20px;
	font-weight: bold;
	color: #ffa000;
	text-decoration: none;
	font-size: 10px;
}
.SidebarItem_left_white a:hover {
	margin: 0 0 20px;
	text-decoration: underline overline;
	font-size: 10px;
	font-weight: bold;
