@CHARSET "ISO-8859-1";
/* RESET ALL ////////////////////////////////////////////////////////////////*/
html,address,blockquote,body,div,dl,dt,dd,fieldset,form,h1,h2,h3,h4,h5,h6,ol,p,ul,li,center,hr,pre,table,tr,td,th,thead,tbody,tfoot,caption {
	font-family:inherit; font-style:normal; font-weight:normal;
	font-variant:normal; font-size:inherit; line-height:inherit;
	text-align:left; text-decoration:none; padding:0; margin:0;
	float:none; border:0px; display:block; cursor:default; }
span,a,img,abbr,code,em,b,i,textarea,legend,button,input,object,select,var,tt,kbd,samp,small,sub,sup {
	font:inherit; background:transparent; padding:0; margin:0;
	color:inherit; display:inline; float:none; border:0; }

li       { display:list-item; }

table    { display:table; border-spacing:0; border-collapse:collapse; }
tr       { display:table-row; }
th,td    { display:table-cell; }
thead    { display:table-header-group; }
tbody    { display:table-row-group; }
tfoot    { display:table-footer-group; }
caption  { display:table-caption; }
colgroup { display:table-column-group; }
col      { display:table-column; }

head     { display:none; }

button,textarea,select,input,object { display:inline-block; }

/* Optionales */
html {
	font-family: Arial, Helvetica, sans-serif;
	font-size:small; line-height:1.2em;}
a:link, a:visited, a:hover, a:active { cursor:pointer; }
input, textarea, select { cursor:text; }
input.submit { cursor: pointer; }
input.buttonAdmin2 { cursor: pointer; }
input.buttonAdmin { cursor: pointer; }
ul li { list-style-type:square; }
ol li { list-style-type:decimal; }
/*///////////////////////////////////////////////////////////////////////////////*/

body { 
	background-color: #FFFFFF; 
	/*background-image: url(../images/white.gif);*/ 
	/*background-repeat: repeat;*/ 
	color: black; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
 }

div#top_banner{ 
	position:relative; top:2px; left:-65px;
         margin: 0 auto 0 auto; 
         	text-align: right; 
	/*background-color: #333;*/
	width: 800px; 
	height: 90px;
 }
 
div#right_banner{ 
	position: relative; 
	margin-top: -88px !important; 
	margin-top: -88px; 
	/*background-color: #fff; */
	float: left; 
	width: 160px; 
	height: 600px;
 }
 
div#mastercontainer{
	margin: 11px auto;
	text-align: left;
	width: 990px;
 }
 
div#layoutcontainer{
	background-image: url(../images/oh_layout_repeat_bg.jpg);
	background-repeat: repeat-y;
	text-align: left;
	width: 830px;
	overflow: hidden;
	float: left;
 }

div#border_left{
	background-image: url(../images/oh_border_left_bg.jpg);
	background-repeat:no-repeat;
	float: left;
	width: 45px;
	height: 325px;
}

div#leftcontainer{
	margin: 0;
	padding: 0;
	background-image: url(../images/oh_leftcontainer_bg.jpg);
	float: left;
	width: 200px;
}

img#logolink{
	margin-top: 15px;
	margin-left: 10px;
}

div#navigation{
	margin-top: 43px;
}

div#secondnavigation{
	text-align: right;
	margin-top: 50px;
}

div#uebergang{
	margin: 0;
	padding: 0;
	background-image: url(../images/oh_uebergang_bg.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 27px;
	overflow: hidden;
}

div#left_content{
	padding-top: 5px;
	padding-left: 20px;
	background-image: url(../images/oh_left_content_repeat_bg.jpg);
	background-repeat: repeat-y;
	width: 180px;
	min-height: 40px;
	height:auto !important;  /* für moderne Browser */
	height: 40px;  /*für den IE */
	/*border-right: 1px solid #ccc;*/
}

div#contentcontainer{
	background-image: url(../images/oh_content_bg.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 530px;
}

div#content{
	margin-top: 100px;
	width:505px;
	padding: 0 5px;
	background-image: url(../images/oh_content_repeat_bg.jpg);
	background-repeat: repeat-y;
}

div#border_right{
	background-image: url(../images/oh_border_right_bg.jpg);
	background-repeat:no-repeat;
	float: left;
	width: 45px;
	height: 325px;
}


div#footer{
	margin-left: 45px;
	background-image: url(../images/oh_footer_bg.jpg);
	background-repeat: no-repeat;
	width: 730px;
	height: 25px;
}

.nofloat{
	clear: both;
}
p.klugscheiss {
padding: 0 5px;
}
p.klugscheisslsg {
color:#00bb00;
font-weight:bold;
padding: 0 5px;
}