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

.fehler {background: red; }
/* Standartdefinitionen */

body {
	/*font: 100% Verdana, Arial, Helvetica, sans-serif; */
         font: 17px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #4a4036;
         background: #FFFFFF;
}
img {
	border:0;
}
#container {
	width: 800px;
	background: #FFFFFF;
	//margin: 0 20;
         margin: auto;
         padding: auto;
         text-align: left;

}
#mainContent {
	padding: 0 10px;
	margin: auto;
	padding: auto;
         width: 530px;
         text-align: left;
         float:right;
}
.moveForward {
	margin-top: 20px;
}
/* Texformate und Links */

h1.main {
	color: #4a4036;
	border-bottom: 1px solid #957860;
	padding-bottom: 10px;
	padding-top: 15px;
	font-size:1.2em;
}
h2.sub {
	color: #4a4036;
	padding-top: 15px;
	font-size: 1em;
}



/* Siedebar */

#sidebar {
	width:245px;
	font-family:Arial, Helvetica, sans-serif;
	padding-right:0px;
         padding-left:3px;
        /* padding-right:20px; */

         padding-top:17px;
	border-right: 1px solid #9e795f;
         float:left;
position:relative;
top:0;
left:0;
z-index:2;
}


#sidebar ul{
	list-style-type:none;
	font-size: 12px;
	line-height:16px;
margin-top:30px;

}

#sidebar h3 {
	border-bottom: 1px solid #9e795f;
	padding-bottom: 10px;
	color: #4a4036;
}


#carporttv {
	display:none;
	margin-top:30px;
}

#einladung {
         margin-left:30px;
	margin-top:30px;
}

#chat {
position:absolute;
top:70px;
left:0;
z-index:-1;
}

#taffel {
position:absolute;
top:100px;
left:0;
z-index:-1;
}


/* Menü oben */

#pagernav{
	padding-top:15px;

         }

dt {
float: left;
margin:0;
padding:0;
cursor:pointer;
font-size:1.4em;
}

dd {
float: left;
margin:0;
margin-left:-25px;
padding-right:25px;
padding-bottom:5px;
height:50px;
width:105px;
border-top:1px solid #957860;
cursor:pointer;
padding-top:4px;
}

dd:hover {
	color:#cc0000;
}

.top {
	position:relative;
	top:-28px;
         background:transparent;
         border:0px;
         padding:0px;
         margin:0px;
         font-size:0.9em;
         color:#cccccc;
}

.done {
	color:#00cc00;
}

.undone {
	color:#4a4036;
}


.douwn {
	text-align:left;
         background:transparent;
         border:0px;
         padding:0px;
         margin:0px;
         color:#4a4036 ;
}
.douwn:hover {
         color:#cc0000;
}



/* Boxen und Auswahlfelder */

.selectType td {
	background-color: #F5EEDE;
}
.clear {
	clear: both;
}
.boxBodyUnseparated {
	background-color: #F5EEDE;
	font-size: 0, 6em;
	padding:10px 10px 10px 30px;
	margin-top: 5px;
}

.weiss {
	background-color: #fff;

}

.boxBodySeparated {
	height:auto;
}
.boxBodyUnseparated  {
	font-size: 0.6em;
}
.boxSeparated {
	width: 550px;
}
table.boxSeparated tr td {
	background-color: #F5EEDE;
	padding:10px;
}
table.boxSeparated {
	text-align: center;
	font-size: 0.6em;
	text-decoration:none;
	width:530px;
}
table.boxSeparated td.boxSeparated_1col {
	border-right: 2px solid #f8f0d8;
	width: 25%;
	text-align: center;
}
table.boxSeparated td.boxSeparated_2col {
	border-right: 2px solid #f8f0d8;
	width: 10%;
	text-align: center;
}
table.boxSeparated td.boxSeparated_3col {
	border-right: 2px solid #f8f0d8;
	text-align: left;
}
table.boxSeparated td.boxSeparated_4col {
	width: 10%;
	text-align: center;
}
table.selectType tr td {
	width: 100%;
	text-align:center;
	width:100%;
}
table.selectType a {
	text-align: center;
	color: #957860;
	font-size: 0.8em;
	text-decoration:none;
}
table.boxTitle {
	width:100%;
	color: #957860;
	font-size: 1em;
	border-bottom: 1px solid #957860;
	margin-top: 15px;
}
table.boxTitle td.boxTitle {
	width:90%;
}

/* Statusimage fÃ¼r Formularfelder */

table.boxTitle td.boxStatusImgPre {
	background: url(../img/preChecked.gif);
	background-position:left;
	background-repeat: no-repeat;
	width:25px;
	height:15px;
	text-align:right;
	padding-left:15px;
}

table.boxTitle td.boxStatusImgPreCheck {
	background: url(../img/checked.gif);
	background-position:left;
	background-repeat: no-repeat;
	width:25px;
	height:15px;
	text-align:right;
	padding-left:15px;
}

table.boxTitle td.boxStatusImgPreFail {
	background: url(../img/fail.gif);
	background-position:left;
	background-repeat: no-repeat;
	width:25px;
	height:15px;
	padding-left:15px;
}
