@charset "utf-8";
* {
   margin: 0;
   padding: 0; }
body {
	color: #555555;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fdf3d0;
}


/******** Content variations ********/
#head { 
   background-color: transparent; }
#outerwrapper {
	width: 960px;
	background-color: #fdf3d0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 0 auto;
	line-height: 1.4em;
	color: #555555;
	background-image: url(img/outerwrapper.gif);
	background-repeat: repeat-y;
}
#innerwrapper {
   float: left; 
   margin-left:5px;
   width:760px;}
#content {
   float: left; 
   width: 534px; }
#contentmid {
	float: right;
	margin-right: 10px;
	width: 534px;
	padding-right: 8px;
	padding-left: 8px;
}
#midsidebar { /* C-S-S Layout */
   margin-right: 10px; 
   width: 180px;
   float: right;
   clear:right;  
    }
	
/**** Beginn Navigation links ***/
	
	
#leftsidebar { /* S-C-S Layout */
	margin-right: 10px;
	width: 180px;
	float: left;
	clear:left;
	background-color: transparent;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
}

#leftsidebar ul {	
	width: 100%;
	padding: 0em;
	margin: 0em;
	list-style: none;
}	

#leftsidebar li {
	margin: 0em 0em 0em 0em;
}

#leftsidebar li a {
	display: block;
	padding: 0.5em 0.7em 0.2em 0.6em;
	border-left: 1px solid #d9cf9a;
	border-top: 1px solid #fbedbc;
	background-color: #fdf3d0;
	text-decoration: none;
	font-weight: bold;
	/* 	color: rgb(50,50,50); */
	color: #555555;
	height: 1.6em;
	border-bottom-style: solid;
	border-bottom-color: #b99d3c;
	border-bottom-width: 1px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #fbedbc;
	font-size: 11px;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}	
	
#leftsidebar a:hover {
	border-left: 1px solid #d9cf9a;
	background-color: #b99d3c;
	text-decoration: none;
	color: #ffffff;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 1px;
	border-top-color: #fbedbc;
	border-right-color: #fbedbc;
	border-bottom-color: #b99d3c;
}

#leftsidebar .selected {
	display: block;
	padding: 0.3em 0.7em 0.2em 1.2em;
	border-left: solid 0.5em rgb(175,175,175);
	border-top: solid 0.1em rgb(200,200,200);
	color: #555555;
}
#leftsidebar-red { /* S-C-S Layout */
	margin-right: 10px;
	width: 180px;
	float: left;
	clear:left;
	background-color: transparent;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
}

#leftsidebar-red ul {	
	width: 100%;
	padding: 0em;
	margin: 0em;
	list-style: none;
}	

#leftsidebar-red li {
	margin: 0em 0em 0em 0em;
}

#leftsidebar-red li a {
	display: block;
	padding: 0.5em 0.7em 0.2em 0.6em;
	border-left: 1px none #d9cf9a;
	border-top: 1px none #fbedbc;
	background-color: #fdf3d0;
	text-decoration: none;
	font-weight: bold;
	/* 	color: rgb(50,50,50); */
	color: #555555;
	height: 1.6em;
	border-bottom-style: none;
	border-bottom-color: #b99d3c;
	border-bottom-width: 1px;
	border-right-width: 3px;
	border-right-style: none;
	border-right-color: #fbedbc;
	font-size: 11px;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}	
	
#leftsidebar-red a:hover {
	border-left: 1px none #d9cf9a;
	background-color: #b99d3c;
	text-decoration: none;
	color: #ffffff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 1px;
	border-top-color: #fbedbc;
	border-right-color: #fbedbc;
	border-bottom-color: #b99d3c;
}

#leftsidebar-red .selected {
	display: block;
	padding: 0.3em 0.7em 0.2em 1.2em;
	border-left: 0.5em none rgb(175,175,175);
	border-top: 0.1em none rgb(200,200,200);
	font-weight: normal;
	color: rgb(50,50,50);
	border-right-style: none;
	border-bottom-style: none;
}

/*** Ende Navigation links ***/ 


#rightsidebar {
	float: right;
	clear:right;
	margin-right: 5px;
	width: 180px;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	background-color: transparent;
}

#rightsidebar-green{
	float: right;
	clear:right;
	margin-right: 5px;
	width: 180px;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	background-color: transparent;
	color: #FFFFFF;
}

/***** General Styles *****/
a {
	text-decoration: none;
	color: #968031;
	font-size: 12px;
	font-weight: bolder;
}
a:visited {
	color: #968031;
	font-weight: bolder;
	text-decoration: none;
}
a:hover {
	color: #d9cf9a;
	font-weight: bolder;
	text-decoration: underline;
}
a img {
   border:0; }
p {
   margin-bottom: 10px; }
code, pre {font-size: 1.2em; 
	color:#b99d3c; }
blockquote:before, blockquote:after {content: "\"";
	font-size: 16pt;
	font-family: serif; }
blockquote {
	margin: 10px 0 2.5em;
	padding: 5px;
	background: #d9cf9a;
	color: #555555;
	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;
	font-size: 12px;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #555555;
}
th {
   background: #b99d3c; 
   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 #d9cf9a; }
textarea {
	width: 400px;
	padding: 2px;
	height: 100px;
	display: block;
}
input.button {
   margin: 0; 
   padding: 2px 3px; 	
   border: 1px solid #d9cf9a; }
input, select, textarea {
   font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif; 
   font-size: 1em; }
h1 {
	font-size: 13px;
	font-weight: bold;
	color: #b99d3c;
	border-bottom: 1px dotted #d9cf9a;
	margin: 0 0 10px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #555555;
	border-bottom: 3px solid #ffa000;
	margin: 0 0 5px 0;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}
h3 {
	font-size: 12px;
	display: block;
	margin: 10px 0;
	font-weight: bold;
	color: #b99d3c;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
} 
h4 {
	margin-bottom: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #b99d3c;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d9cf9a;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}
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;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}
h6 {
	font-size: 12px;
	color: #555555;
	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;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}
ul, ol {
   list-style-position: inside; }

   
/***** Identity ******/
#topbar {
	width: auto !important;
	width /**/:760px;
	height: 43px;
	border: 0px;
	background-image: url(img/header_top.gif);
}
#identity {
	height: 5px;
	width: 500px;
	float: left;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}
#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: 400px;
	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: 276px;
	width: 960px;
	background: #fdf7df url(img/header_back.jpg);
}
#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/navi_back.jpg) center top;
	height: 20px;
	border-top: none;
	margin-bottom: 15px;
	border-bottom-style: none;
	margin-top: 0px;
	padding: 0px;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	border-right-style: none;
	border-left-style: none;
}
#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;
	background-color: transparent;
}
.SidebarItem ul, #SidebarItem ol {
   list-style: none; }
.SidebarItem li {
	line-height: 1.3px;
	color: #555555;
	font-size: 12px;
	font-weight: bold;
}

/*** Sidebar Blöcke rechts ***/
.SidebarItem-box-gold {
	margin: 0 0 20px;
	padding-top: 0px;
	font-weight: bold;
	color: #ffffff;
	background-color: #b99d3c;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(img/box_gold_u.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: center;
}
.SidebarItem-box-title-gold {
	clear: both;
	display: block;
	margin: 0em;
	font-weight: bold;
	color: #ffffff;
	background-position: top;
	height: 18px;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(img/box_gold_o.gif);
	text-align: center;
	padding-top: 1.2em;
	padding-right: 0.2em;
	padding-left: 0.4em;
	padding-bottom: 0.2px;
}

.SidebarItem-box-red {
	margin: 0 0 20px;
	padding-top: 0px;
	font-weight: bold;
	color: #ffffff;
	background-color: #9a2537;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(img/box_red_u.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 5px;
}

.SidebarItem-box-title-red {
	clear: both;
	display: block;
	margin: 0em;
	padding: 0.4em 0.2em 0.2em 0.4em;
	font-weight: bold;
	color: #ffffff;
	background-position: top;
	height: 12px;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	background-image: url(img/box_red_o.gif);
}

.SidebarItem-box-green {
	margin: 0 0 20px;
	padding-top: 0px;
	font-weight: bold;
	color: #ffffff;
	background-color: #176004;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(img/box_green_u.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 5px;
}

.SidebarItem-box-green a{
	margin: 0;
	font-weight: bold;
	color: #ffffff;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	padding: 0px;
}
.SidebarItem-box-green a:hover{
	margin: 0;
	font-weight: bold;
	color: #b99d3c;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	padding: 0px;
}


.SidebarItem-box-title-green {
	clear: both;
	display: block;
	margin: 0em;
	padding: 1.2em 0.2em 0.2em 0.4em;
	font-weight: bold;
	color: #ffffff;
	background-position: top;
	height: 18px;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	background-image: url(img/box_green_o.gif);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

/*** Ende Sidbar Blöcke rechts***/ 


/*** Leftsidbar Blöcke ***/

.SidebarItem-left-box {
	margin: 0 0 20px;
	padding-top: 2px;
	font-weight: bold;
	color: #555555;
	background-color: transparent;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	text-align: justify;
	width: 180px;
	clear: right;
	float: right;
}
.SidebarItem-left-box-title {
	clear: both;
	display: block;
	margin: 0em 0em 3px;
	padding: 1.2em 0.2em 0em 0.4em;
	font-weight: bold;
	color: #666666;
	height: 18px;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #9a2537;
	text-indent: 3px;
}

.SidebarItem-left-box-braun {
	margin: 0 0 20px;
	padding-top: 2px;
	font-weight: bold;
	color: #555555;
	background-color: #d9cf9a;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	text-align: justify;
	width: 180px;
	clear: right;
	float: right;
}
.SidebarItem-left-box-title-braun {
	clear: both;
	display: block;
	margin: 0em 0em 3px;
	padding: 1.2em 0.2em 0em 0.4em;
	font-weight: bold;
	color: #666666;
	height: 18px;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #9a2537;
	text-indent: 3px;
}

.SidebarItem-left-box-red {
	margin: 0 0 20px;
	padding-top: 0px;
	font-weight: bold;
	color: #ffffff;
	background-color: #9a2537;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(img/box_red_u.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 5px;
}

.SidebarItem-left-box-title-red {
	clear: both;
	display: block;
	margin: 0em;
	padding: 0.6em 0.2em 0.2em 0.4em;
	font-weight: bold;
	color: #ffffff;
	background-position: top;
	height: 12px;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	background-image: url(img/box_red_o.gif);
}
.SidebarItem-left-box-goldbeige {
	padding-top: 0px;
	font-weight: bold;
	color: #555555;
	background-color: #fdf3d0;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9cf9a;
	margin-bottom: 20px;
	text-align: center;
}

.SidebarItem-left-box-title-goldbeige {
	clear: both;
	display: block;
	margin: 0em;
	padding: 1em 0.2em 0.2em 0.4em;
	font-weight: bold;
	color: #b99d3c;
	height: 16px;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: none;
	border-bottom-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

/*** Ende Leftsidbar Blöcke ***/


/******** Footer ********/
#footer {
	clear: both;
	width: 960px;
	color: #555555;
	height: 103px;
	font-size: 10px;
	font-weight: bold;
	border-bottom: 2px solid #ccc;
	margin: 0px auto;
	background-image: url(img/footer.jpg);
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}
#footer p {
	font-weight: bold;
	padding: 7px 0 5px 3px;
	font-size: 10px;
	color: #555555;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}
#footer p span {
	padding-right: 3px;
	font-size: 10px;
	font-weight: bold;
	color: #555555;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}
#footer a {
	color: #555555;
	font-size: 10px;
	font-weight: bold;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}
#footer a:hover {
	color: #555555;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline overline;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

img {margin: 0; padding: 0; border:0;}

/*** switch menue ***/

.navtitle ul {
	width: 100%;
	padding: 0em;
	margin: 0em;
	list-style: none;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}	

.navtitle li {
	margin: 0em 0em 0em 0em;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}

.navtitle li a {
	display: block;
	padding: 0.4em 0.7em 0.2em 0.6em;
	border-left: 1px solid #d9cf9a;
	border-top: 1px solid #fbedbc;
	background-color: #fdf7df;
	text-decoration: none;
	font-weight: bold;
	/* 	color: rgb(50,50,50); */
	color: #666666;
	height: 1.5em;
	border-bottom-style: solid;
	border-bottom-color: #b99d3c;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fbedbc;
	font-size: 12px;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}	
	
.navtitle a:hover {
	border-left: 1px solid #d9cf9a;
	background-color: #b99d3c;
	text-decoration: none;
	color: #ffffff;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 1px;
	border-top-color: #fbedbc;
	border-right-color: #fbedbc;
	border-bottom-color: #b99d3c;
}

.navtitle .selected {
	display: block;
	border-left: solid 0.5em rgb(175,175,175);
	border-top: solid 0.1em rgb(200,200,200);
	color: #555555;
} 
