@charset "utf-8";
* {
   margin: 0;
   padding: 0; }
body {
	color: #555555;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	font-size: 75%;
	background-color: #cd6502;
}


/******** Content variations ********/
#head { 
   background-color: transparent; }
#outerwrapper {
	width: 960px;
	background-color: #ffffff;
	margin: 0 auto;
	line-height: 1.4em;
	color: #555555;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9c0001;
	border-left-color: #9c0001;
}
#innerwrapper {
   float: left; 
   margin-left:5px;
   width:760px;}
#content {
   float: left; 
   width: 550px; }
#contentmid {
	float: right;
	width: 550px;
	clear: right;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #dddddd;
	padding-right: 10px;
	margin: 0px;
}
#midsidebar { /* C-S-S Layout */
	margin-right: 10px;
	width: 180px;
	float: right;
	clear: right;
}
#leftsidebar { /* S-C-S Layout */
	margin-right: 2px;
	width: 180px;
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #cccccc;
}
#rightsidebar {
	float: right;
	margin-right: 2px;
	width: 180px;
	clear: right;
	margin-left: 2px;
}

/***** General Styles *****/
a {
   text-decoration: none;
   color: #cd6502; }
a:hover {
   color: #9c0001;
   text-decoration: none; }
a img {
   border:0; }
p {
   margin-bottom: 10px; }
code, pre {font-size: 1.2em; 
	color:#666666; }
blockquote:before, blockquote:after {content: "\"";
	font-size: 16pt;
	font-family: serif; }
blockquote {
	margin: 10px 0 0 0;
	padding: 5px;
	border: 1px solid #f7e8d9;
	line-height: 1.6em;
	color: #666666;
	font-style:italic;
	background-color: #fff5ef;
}
blockquote p {display: inline; }
blockquote a {
   color: #666666; 
   text-decoration: underline; }
table {
	border-collapse: collapse;
	margin: 10px auto 15px auto;
}
th {
   height: 25px; 
   padding: 0 10px;
   color: #666666; 
   text-align: left; }
td {
   padding: 0 10px; 
   height: 25px; }
tr.odd {
}
tr.even {
}
form {
	margin: 10px auto;
	padding: 5px;
	border-top-color: #eee;
	border-right-color: #eee;
	border-bottom-color: #eee;
	border-left-color: #eee;
}
label {
   color: #666666;
   display: block; 
   font-weight: bold; 
   margin: 5px 0 ; }
input {
	padding: 2px;
	border: 1px solid #eee;
}
textarea {
	width: 400px;
	padding: 2px;
	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: 1.5em;
	font-weight: bold;
	color: #6285c9;
	line-height: 1.6em;
	margin-bottom: 6px;
	font-family: "Comic Sans MS";
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #cd6502;
}   
   
h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #6285c9;
	line-height: 1.3em;
	font-family: "Comic Sans MS";
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #cd6502;
}
h3 {
	font-size: 1.3em;
	margin: 10px 0;
	font-family: "Comic Sans MS";
	color: #9c0001;
	line-height: 1.5em;
	font-weight: lighter;
} 
h4 {
	margin-bottom: 15px;
	font-size: 1.7em;
	font-weight: bold;
	font-family: "Comic Sans MS";
	color: #9c0001;
	margin-top: 5px;
	line-height: 1.9em;
}

h5 {
	margin-bottom: 5px;
	font-size: 1.4em;
	font-weight: bold;
	font-family: "Comic Sans MS";
	color: #9c0001;
	margin-top: 5px;
	text-indent: 55px;
	background-image: url(img/wanderer.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	line-height: 50px;
}

h6 {
	margin-bottom: 8px;
	font-size: 1.4em;
	font-weight: bold;
	font-family: "Comic Sans MS";
	color: #9c0001;
	margin-top: 5px;
	line-height: 1.6em;
}


ul, ol {
   list-style-position: inside; }

   
/***** Identity ******/
#topbar {
	width: auto !important;
	width /**/:760px;
	height: 45px;
	border: 0px;
	background-image: url(img/logo_top.jpg);
}
#identity {
   height: 45px;
   width: 410px;
   border: 0px;
   float: left; }
#identity h1 {
   font-size: 1.0em;
   padding: 5px 0 0 3px; }
#identity h1 a, #identity h1 a:hover {
   color: #666;
   text-decoration: none; }
#identity p.head2 {
   color: #666;
   font-size: 0.9em; 
   padding-left: 3px; 
   font-weight: normal;
   line-height: 1.7; }

/****** Top Navigation ******/
#topnav {width: 350px; 
   height: 45px;
   border: 0px solid #000000;
   font-size: 0.9em;
   color: #999999;
   float: right; }
#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 5px 0px 10px;
   padding: 10px 5px 0px 5px;
   border-left: 1px solid #999999;
   float: left; }
#topnav ul li a {text-decoration: none;
   color: #999999; }
#topnav ul li a:hover {text-decoration: none;
   color: #333333; }

/****** Searchbox ******/
#logo {
	height: 252px;
	width: 960px;
	background-image: url(img/logo.jpg);
	background-repeat: no-repeat;
}
#sitesearch {
   width: 190px;
   height: 34px;
   float: right;
   margin: 10px 15px 0 0; }
#sitesearch form {
	height: 30px;
	border: 0;
	margin: 0;
	width: 184px;
	text-align: right;
	padding: 11px 20px 0 0;
	font-size: 0.9em;
}
#sitesearch input {
   color: #fff5ef;
   width: 120px; 
   border: 1px solid #cd6502;
   padding: 2px; }


/****** Navigation ******/
#navigation {
	width: 960px;
	height: 31px;
	margin-bottom: 20px;
	background-image: url(img/nav_dkred.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FF861C;
}
#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; }
#navigation #navbar_link ul li a {
	padding: 6px 15px;
	color: #fff;
	text-decoration: none;
	line-height: 1.6em;
	float: left;
	text-decoration: none;
	font-size: 1.0em;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff5ef;
}
#navigation #navbar_link a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #FF9924;
	background-image: url(img/nav_ltred.png);
	background-repeat: repeat-x;
	background-position: center -33px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff5ef;
}
   
.currentpage a {
	background-color: #9c0001;
	background-image: url(img/nav_dkred.png);
	background-repeat: repeat-x;
	background-position: center -33px;
}



/****** Sidebar Items ******/
.SidebarItem {
   margin: 0 0 15px 0; }
.SidebarItem ul, #SidebarItem ol {
   list-style: none; }
.SidebarItem li {
   line-height: 1.2; }
   
/*** Sidebar Blöcke rechts ***/
.SidebarItem-box-orange {
	padding-top: 0px;
	font-weight: bold;
	color: #ffffff;
	background-color: #cd6502;
	font-size: 11px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: center;
	width: 165px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	border: 1px solid #9c0001;
}
.SidebarItem-box-orange a{
	margin: 0;
	color: #9c0001;
	font-size: 11px;
	text-decoration: underline;
	padding: 0px;
}
.SidebarItem-box-orange a:hover{
	margin: 0;
	color: #FF9900;
	font-size: 11px;
	text-decoration: none;
	padding: 0px;
}
.SidebarItem-box-title-orange {
	clear: both;
	display: block;
	margin: 0em;
	font-weight: bolder;
	color: #9c0001;
	height: 15px;
	font-size: 13px;
	text-align: center;
	padding-top: 0.6em;
	padding-right: 0.2em;
	padding-left: 0.4em;
	padding-bottom: 0.1px;
	border-bottom-color: #FFFFFF;
	font-family: "Comic Sans MS";
}   

/******** Footer ********/
#footer {
	clear: both;
	width: 960px;
	color: #ffffff;
	height: 25px;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0px auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9c0001;
	background-color: #9c0001;
}
#footer p {
	font-weight: bold;
	padding: 5px 0 5px 3px;
}
#footer p span {
   padding-right: 3px; }
#footer a {
   color: #fff5ef;
   text-decoration: underline; }
#footer a:hover {
	text-decoration: underline;
}
img {margin: 0; padding: 0; border:0;}
