@charset "utf-8";
/* CSS Document */

* {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	background-color: #e6e6e6;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
}

a {
	color: #000;

}
a:hover {
	text-decoration: underline;
}


p {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	color: #9B3333;
	padding-bottom: 5px;
	text-shadow: #ccc 1px 1px;
	
}
.layer {
	background-color: #F3F3F3;
	padding: 10px;
	-moz-border-radius:8px;
	border: 1px solid #CCC;
}
.beitrag {
	font-size: 14px;
}

.beitrag br {
	margin-bottom: 12px;
}

.scala {
	background-image: url(/images/scala_bg.gif);
	background-repeat: no-repeat;
	background-position: -100px;
	height: 10px;
	width: 102px;
}
.grey, a.grey {
	color: #666;
}


.newcomer{
	text-align: center;
	float: left;
}

.newcomer img{
	padding: 1px;
	width: 176px;
	border: 1px solid #666;
	margin-right: 8px;
	margin-left: 8px;
	margin-top: 2px;
}
.special-link{
	font-size: 13px;
	font-weight: bold;
	color: #036;
	text-decoration: none;
	background-image: url(/images/special-link.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	margin-left: 5px;
	padding-left: 10px;
}
.topline{
	font-size: 14px;
	font-weight: bold;
	color: #036;
	margin-bottom: 4px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	width: 100%;
}
.topline a {
	font-size: 14px;
	font-weight: bold;
	color: #036;
	text-decoration: none;
}

.textfield {
	width: 100%;
	padding: 1px;
	border: 1px solid #999;
}
.values td{
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}


.dropdown {
	width: 100%;
	border: 1px solid #999;
}

.dkarte{
	float: right;
	margin-left: 10px;
	text-align: center;
	margin-top: 10px;
}

.button  {
	padding: 1px;
	border: 1px solid #B03A3A;
	font-weight: bold;
	color: #B03A3A;
	background-color: #E9E9E9;
	width: 100%;
	-moz-border-radius:8px;
}
.button:hover {
	color: #FFF;
	background-color: #B03A3A;
}
.klein {
	font-size: 10px;
}
.gross {
	font-size: 15px;
}


#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 130px;
	margin-top: 10px;
	margin-bottom: 5px;
}
#header .sponsor {
	border: 1px solid #CCC;
	float: right;
	height: 90px;
	width: 170px;
	margin-top: 25px;
	margin-left: 6px;
}

#topnavi {
	background-image: url(/images/topnavi.gif);
	height: 25px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}
#topnavi a {
	font-size: 13px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	float: left;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin-top: 1px;
	margin-bottom: 1px;
	text-shadow: #eee 1px 1px;
}
#topnavi a:hover {
	background-color: #666;
	color: #FFF;
	text-shadow: black 1px 1px;
}
#content  {
	float: left;
	width: 640px;
}
#content .hinweis {
	padding: 7px;
	margin: 5px;
	border: 1px solid #060;
	background-color: #F0FFF0;
}
#content .warnung {
	padding: 7px;
	margin: 5px;
	border: 1px solid #F00;
	background-color: #FFE8E8;
}


#content td p {
	padding-top: 4px;
	padding-bottom: 4px;
}

#content ul {
	margin-top: 10px;
	margin-bottom: 20px;
}
#content li {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 20px;
}
#content hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999;
	margin-top: 20px;
	padding-top: 15px;
	clear: both;
}
#content .steps {
	text-align: center;
	padding-top: 10px;
	padding-right: 3px;
	padding-left: 3px;
}
#content .value-cell td{
	background-color: #F2F2F2;
	padding: 5px;
	border: 2px solid #FFF;
}
#content .value-cell tbody tr:hover td{
	background-color: #E5E5E5;
}

#content .value-cell thead td {
	background-color: #999;
	padding: 5px;
	border: 2px solid #FFF;
	font-weight: bold;
	color: #FFF;
}


#content .steps a {
	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 1px;
	padding-left: 6px;
}
#content .steps b {
	color: #FFF;
	background-color: #9B3333;
	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 1px;
	padding-left: 6px;
}
#content .steps i {
	color: #666;
	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 1px;
	padding-left: 6px;
	font-style: normal;
}



#content .box .top {
	background-image: url(/images/content_box_top.gif);
	height: 7px;
}





#content .box .center {
	background-image: url(/images/content_box_center.gif);
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content .box .record{
	margin-left: 165px;
}
#content .box .record-img  {
	float: left;
	margin-right: 5px;
	margin-bottom: 15px;
	width: 150px;
	border: 1px solid #666;
}


#content .box .bottom {
	background-image: url(/images/content_box_bottom.gif);
	height: 6px;
	margin-bottom: 10px;
}
#content .search-check {
	display: block;
	float: left;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	margin: 5px;
}


#sidebar {
	float: right;
	width: 250px;
}

#sidebar .box .top {
	background-image: url(/images/sidebar_box_top.gif);
	height: 7px;
}
#sidebar .box .center {
	background-image: url(/images/sidebar_box_center.gif);
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sidebar .box .bottom {
	background-image: url(/images/sidebar_box_bottom.gif);
	height: 6px;
	margin-bottom: 10px;
}
#sidebar  ul{
	list-style-position: inside;
	padding-left: 5px;
}
#sidebar li {
	margin-top: 4px;
	margin-bottom: 4px;
}


#footer {
	margin-top: 10px;
	background-color: #F0F0F0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	clear: both;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

