@import url(content.css);

* {
	margin:0;
	padding:0;
	list-style:none;
	border:none;
	font:12px/14px Arial,Helvetica,Verdana,sans-serif;
}
body {
	background-color:#676767;
	color:#000;
	text-align:center;
	height:100.01%;
}
html {
	height:100.01%;
}

a {
	color:#F22026;
	text-decoration:none;
	outline:none;
}
a:hover {
	text-decoration:underline;
}
.clear_both {
	clear:both;
	font-size:0em;
	margin-bottom:5px;
}
.clearBoth {
	clear:both;
	font-size:0em;
	display:block;
}
.clearIt {
	clear:both;
}
.clearLeft {
	clear:left;
}
.clearRight {
	clear:right;
}
.left {
	float:left;
}
.right {
	float:right;
}
.textleft {
	text-align:left;
}
.textright {
	text-align:right;
}
.bold,b,strong {
	font-weight:bold;
}
.mB25 {
	margin-bottom:25px;
}
.mB20 {
	margin-bottom:20px;
}
.mB15 {
	margin-bottom:15px;
}
.mB10 {
	margin-bottom:10px;
}
.mB5 {
	margin-bottom:5px;
}
.mT15 {
	margin-top:15px;
}
.mT10 {
	margin-top:10px;
}
.mT5 {
	margin-top:5px;
}
.mL15 {
	margin-left:15px;
}
.mL10 {
	margin-left:10px;
}
.mL5 {
	margin-left:5px;
}
.mR15 {
	margin-right:15px;
}
.mR10 {
	margin-right:10px;
}
.mR5 {
	margin-right:5px;
}
.m0 {
	margin:0;
}
.p5 {
	padding:5px;
}
.pB10 {
    padding-bottom:10px;
}
.pB15 {
    padding-bottom:15px;
}
.pB20 {
    padding-bottom:20px;
}
.pB30 {
    padding-bottom:30px;
}
.pR5 {
    padding-right:5px;
}
.block {
	display:block;
}
p {
	margin-bottom:15px;
}
input,select,textarea {
	border:1px solid #D3D3D3;
}
input {
	padding:1px;
}
input.image,input.button {
	border:none;
}
.noBorder {
	border:none;
	padding:0;
}
.achtung {
	color:red;
}
.blue {
	background-color:blue;
}
.green {
	background-color:green;
}
.orange {
	background-color:orange;
}
.cB {
    margin:0 5px 0 4px;
	border:none;
}
.help {
    cursor:help;
}
.input200 {
    width:230px;
    color:#7BAD43;
    font-size:11px;
    padding:1px 0;
}
input.input250 {
    width:248px;
    color:#7BAD43;
    font-size:11px;
    padding:1px 0;
}
select.input250 {
    width:250px;
    color:#7BAD43;
    font-size:11px;
}
.input50 {
    width:48px;
    color:#7BAD43;
    font-size:11px;
    padding:1px 0;
}
.input190 {
    width:188px;
    color:#7BAD43;
    font-size:11px;
    line-height:15px;
    padding:1px 0;
}
.input510 {
    width:510px;
    color:#7BAD43;
    font-size:11px;
}

/* Gesamtbereich */
#all {
	width:842px;
	margin:0 auto;
	min-height:100%;
	background-color:#fff;
}

/* Spalten */
#main {
	width:842px;
	padding-bottom:30px;
	position:relative;
	text-align:left;
	background-color:#fff;
}
#col_left {
	width:250px;
	float:left;
	/*background-color:#ECEDEC;*/
	margin-left:11px;
}
#col_right {
	width:532px;
	float:left;
	margin-left:17px;
}
#col_left .bildtext {
	padding:1px;
	font-size:11px;
	line-height:12px;
}
#col_all {
    width:842px;
    float:none;
}

#popupCont {
	margin:15px;
	text-align:left;
}

/* Header */
#header {
	width:820px;
	margin-left:22px;
	text-align:left;
	height:119px;
	position:relative;
}
#logo {
	position:absolute;
	top:26px;
	left:43px;
}
#nav_back {
	position:absolute;
	text-align:center;
	top:0;
	left:267px;
	width:553px;
	height:39px;
	background-color:#F22026;
	z-index:10;
}
#navigation {
	position:absolute;
	text-align:center;
	top:0;
	left:267px;
	width:553px;
	height:39px;
	z-index:20;
}
#navigation ul {
	margin-left:8px;
}
#navigation li {
	float:left;
	text-align:center;
}
#navigation li a {
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
	line-height:39px;
	padding:0 8px;
	display:block;
}
#navigation li.active a {
	color:#000;
}

#navigation ul li ul {
	margin-left:0;
}
#navigation ul li ul li {
	float:left;
	font-weight:normal;
	text-align:center;
}
#navigation ul li ul li.pipe {
	position:relative;
	top:2px;
	padding:0 3px;
}
#navigation ul li ul li a {
	padding:0 8px;
	line-height:18px;
	display:block;
	font-size:10px;
	font-weight:normal;
	color:#000;
}
#navigation ul li ul li a:hover {
	background-color:#D2D2D2;
	text-decoration:none;
}
#navigation ul li ul li.active a {
	background-color:#D2D2D2;
	font-weight:normal;
}

#subnavigation {
	position:absolute;
	top:39px;
	left:267px;
	width:553px;
	height:18px;
	background-color:#ECEDEC;
	z-index:10;
}