@charset "utf-8";
/* made by Alexander Bothe (alexanderbothe.com) */

body, html{
	margin:0;
	padding:0;
	text-align:center;
	/*background-image:url('hg.gif');*/
	background-color:#cc0000;

	font-family:"Lucida Grande", Tahoma, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#414B56;
}

#cont hr{
	color:#A9AAAB;
	background-color:#A9AAAB;
	height:0;
	border:none;
	border-top:1px solid #A9AAAB;
}

img
{
border:none;
}

a{
	text-decoration:none;
	color:#cc0000;
}
a:hover{
	text-decoration:underline;
	color:#cc0000;
}

#mainwrap{
	height:2150px;
	width:922px;
	margin-left:  auto;
	margin-right:  auto;
	margin-top: 0;
	margin-bottom: 0;
	position:relative;
	clear:none;
	overflow:hidden;
}

#wrap_left{
	height:100%; float:left; width:20px; /*background-image:url('wrap_left.png');*/ background-repeat:repeat-y;
}
#wrap_right{
	height:100%; float:left; width:20px; /*background-image:url('wrap_right.png');*/ background-repeat:repeat-y;
}

#main{
	height:100%;
	width:880px;
	text-align:left;
	float:left;
	background-color:#FFF;

	border-left:1px solid #727a7d;
	border-right:1px solid #727a7d;
	z-index:1;
}

#head{
	width:100%;
	height:194px;
	text-align:center;
	position:relative;
}

#left{
	width:0px;
	float:left;
	height:100%;
}

#cont{
	width:615px;
	float:left;
	margin-top:20px;
	padding:0 30px;
	height:2000px;
	overflow:auto;

	line-height:1.5;
}

.submenu{
	border-style:solid;
	border-color:#727a7d;
	border-width:0 1px 1px 1px;
	width:193px;
	position:absolute;
	background-color:#FFF;
	z-index:1000;
	text-align:left;
}

.submenu a{
	line-height:18px;
	padding:2px 5px;

	display:block;
	margin:0 5px;
	border-top:1px solid #dfe4ea;
	font-family:"Lucida Grande", Tahoma, sans-serif;
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
	color:#414B56;
}
.submenu a:hover, .submenu .act{
	color:#66A2C0;
}

#cont h1{
	margin:0px 0px 6px 0px;
	padding:0px;
	font-weight:bold;
	display:block;
	width:100%;
	border-bottom:1px solid #414B56;
	font-size:14px;
	color:#414B56;
}

#cont h2{
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:bold;
}

.schein {margin:0;padding:0;}
.scheinbilder { vertical-align:middle; margin-top:7px; margin-bottom:13px; }
.scheinbilder img { margin: 7px; }
.selectedSchein{text-align:left;}

#right{
	width:200px;
	background-image:url('hg_right.gif');
	height:2000px;
	float:right;
	padding-top:20px;

}

#right a{
	text-decoration:underline;
	font-size:10px;
	color:#414B56;
}

#right ul{
	padding:0;
	margin:0;
	list-style-type:none;
}

#right dl{
	padding:5px 0;
	margin:0;
	width:100%;
	text-align:left;
	border-bottom:1px solid #fff;
}

#right dt{
	margin:0px;
	padding:0 6px 6px 6px;
	font-weight:bold;
	font-size:10px;
	color:#414B56;
}

#right dd{
	padding:0px 6px;
	margin:0;
	font-size:10px;
	color:#414B56;
}

#menu{
	width:870x;
	background-color:#333333;
	line-height:24px;

	font-weight:bold;
	font-size:11px;
	color:#ffffff;
	padding-left:10px;
}

#menu .active{
	background-image:url("menu_act.png");
	background-position:center bottom;
	background-repeat:no-repeat;
	position:relative;
}

#menu a{
	background-color:#333333;
	font-weight:bold;
	font-size:11px;
	color:#ffffff;
	display:inline-block;

	position:relative;

	padding:0 18px;
	border-right:1px solid #ffffff;
}
#menu a:hover{
	text-decoration:underline;
}
#menu .last{
	border-right:none;
	background-image:url("btn_arrow_down.gif");
	background-position: 90px 8px;
	background-repeat:no-repeat;
}


#foot, #comments{
	width:100%;
	margin-top:5px;
	padding-top:5px;
	padding-bottom:10px;
	border-top:1px solid #A9AAAB;
	text-decoration:none;
	font-size:11px;
	float:left;
}


#comments dl{
	display:inline-block;
	border:1px solid #A9AAAB;
	padding:5px;
	margin:10px;
	text-align:left;
}
#comments dd{
	text-align:left;
	margin:0;
	padding:0;
}



input, select, textarea
{
	font-family:"Lucida Grande", Tahoma, sans-serif;
	font-size:11px;
	color:#414B56;
}
