/*format*/

body, td {
	font: 0.8em Arial, sans-serif;
	color: #262626;
}

td {
	font: 1em Arial, sans-serif;
	color: #262626;
}

input, textarea, select {
	font: 1em Arial, sans-serif;
	color: #F00606;
	padding-left:3px;
}

.imgright {
	position:relative;
	float:right;
	margin: 0 0 11px 11px;
	z-index:10;
	/*border-top: 1px solid #F00606;
	border-left: 1px solid #F00606;*/
	border-right: 2px solid #aab;
	border-bottom: 2px solid #aab;
}

.divright {
	position:relative;
	float:right;
	margin: 0 0 11px 11px;
	padding: 5px;
	z-index:10;
	/**/border-top: 1px solid #F00606;
	border-left: 1px solid #F00606;
	border-right: 2px solid #aab;
	border-bottom: 2px solid #aab;
	width: 200px;
}

.divleft {
	float:left;
}

.imgleft { 
	position:relative;
	z-index:10;
	margin: 0 11px 11px 0;	
}

.tabelle {
	border:0;
	margin:0;
	padding:0;
}
.tabelle td { 
	vertical-align: top; 
}

p { 
	margin: 0 0;
	margin-bottom: 1em;
}

h1,h2,h3,h4 { 
	margin: 0 0; 
}

h4 {
	margin-bottom: 4px;
	font-size: 1.2em;
}

h3 {
	margin-left:-10px;
	margin-bottom: 8px;
	font-size: 1.5em;
}

h3 img {
	position:relative;
	top:5px;
	float:left;
	margin-right:4px;
	padding-bottom:210px;
	/*border:1px solid red;*/
}

hr {
color:#aab;
background-color:#aab; 
height:1px;
}



/*ul {
	list-style-image:url(../images/pfeil_ul.gif)
}*/

a { 
	color: #262626;
	text-decoration: underline; 
}
a:link { 
}
a:visited { 
}
a:hover { 
	color: #F00606;
	text-decoration: none; 
}
a:active { 
	color: #aab; 
}


.topnavi {
margin-bottom: 14px;
padding-bottom: 4px;
border-bottom: 1px solid #F00606;
}
.topnavi a { 
	color: #262626;
	text-decoration: none; 
	font-weight:bold;
}
.topnavi a:link { 
}
.topnavi a:visited { 
}
.topnavi a:hover { 
	color: #F00606;
	text-decoration: underline overline; 
}
.topnavi a:active { 
	color: #aab; 
}
.topnavi #activesub { 
	color: #F00606; 
}
/*end format*/



/*layout*/
body {
	margin:0; padding:0;
	/*background-image: url(../images/hg_main.gif);
	border: 2px solid #002E56;	*/
border-top: 1px solid #F00606;
}

#header {
	margin:0; padding:0;
	width:100%; 
	white-space:nowrap; 
	overflow:hidden;
	height: 90px;
	/*width: 100%;
	overflow:hidden;*/
}

#header div { 
border-left: 1px solid #F00606;
}

#header img {

	margin-top:3px;
}

/*#header img {
	border-right: 2px solid #002E56;
	margin-bottom: -3px;
}*/

#main1 {
	margin:0; padding:0;
	max-width: 1100px;
	background: url("../images/hg_menu.gif") top left repeat-y;
	clear:left;
}

#main2 {
	margin:0; padding:0;
	/*background:url("../images/border-left_blue.gif") top right repeat-y;
	border-top: 2px solid #002E56;*/
}

#left {
	float:left;
	width:170px;
	margin:0; padding:5px;
	/*background:url("../images/hg_leftcol.gif") top left no-repeat;*/
}

/*#right {
	float:right;
	width:10%;
	margin:0; padding:10px;
	border: 1px solid black
	background:url("corner.gif") top right no-repeat;
	}*/

#middle {
	position:relative;
	z-index:5;
	margin:0 0 0 190px;
	padding:6px 10px 10px 10px;
	padding-right:15%;
background-image: url(../images/hg_main.gif);
background-position : left top;
background-repeat: no-repeat;
	/*background:#FFC54E;*/
}

#footer {
	background:#ffffff;
	padding: 8px 0 8px 2%;
	font-weight: bold;
	background:url("../images/line_footer.gif") top left no-repeat;
}

.column-in {
	margin:0; padding:0;
	/*padding:0.5em 1em;*/
}

.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}

.topline {
	height: 16px;
	background:url("../images/line_header.gif") top left no-repeat;
	}
/*end layout*/

	
/*menu*/

#navcontainer {
position:relative;
left: 1px;
top: -2px;
}

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 13px Arial, Helvetica, sans-serif;
}

#navcontainer li { margin: 1px 0 9px 0; }

#navcontainer a
{
display: block;
padding: 0.25em 0.5em 0.25em 0.75em;
border-left: 0.2em solid #F00606;
width: 10em;
background-color: white;
}

#navcontainer a:link, #navlist a:visited
{
color: #262626;
text-decoration: none;
}

#navcontainer a:hover
{
border-color: #aab;
color: #F00606;
background: white;
background-image: url(../images/pfeil_menu.gif);
background-position : left center;
background-repeat: no-repeat;
}

#navcontainer a:active
{
color: #aab;
}

#active a:link, #active a:visited, #active a:hover
{
border-color: #F00606;
color: #F00606;
background: white;
background-image: url(../images/pfeil_menu_on.gif);
background-position : left center;
background-repeat: no-repeat;
}
/*end menu*/

.imgpadding img { padding:5px 5px 0 0;
text-align: left;
}