* {margin:0; padding:0;}

html {height:100%;}

body {
background: url(img/bg.jpg) bottom left repeat-x fixed #F4DBA1;
margin:0;
font-family: Arial, Sans-Serif;
font-size:13px;
color: #644102;
height:100%;
}

#wrap {
background: url(img/wrap_bg.png) top center repeat-y;
width:967px;
margin:0px auto;
min-height:100%;
}

#header {
width:967px;
height:178px;
background: url(img/header2.jpg) top center no-repeat;
text-indent:-2000px;
}

#sidebar {
float:left;
width:258px;
}

#menu {
list-style-type:none;
margin: 5px 0px 20px 34px;
}

#umenu {list-style-type: none;}

#menu li a {
display:block;
width:194px;
padding:10px 0px 10px 20px;
border-bottom:1px solid #F1CB86;
border-right:10px solid #FFEDC3;
background-color:#FFEDC3;
font-size:16px;
text-decoration:none;
color:#876A36;
}

#umenu li a {
width:194px;
padding:5px 0px 5px 20px;
margin-left:-1px;
font-size:13px;
border-left:10px solid #644102;
border-right:none;
}

#menu li a:hover, #menu li a.current {
border-bottom:1px solid #644102;
border-right:10px solid #644102;
background-color:#F1CB86;
font-size:16px;
color:#644102;
}

#umenu li a:hover, #umenu li a.current {
border-right:none;

font-size:13px;
}

#sidebar p {
padding:20px 10px 10px 54px;
}

#content {
padding: 40px 80px 40px 300px;
}

#content h1 {
font-size:24px;
text-align:right;
width:100%;
border-bottom:1px solid #644102;
margin-bottom:10px;
}

#content h2 {
margin-bottom:20px;
}

#content h3 {
margin-top:30px;
}

table.eckdaten {
background:#FBB665;
font-size:11px;
margin-bottom:10px;
}

table.eckdaten th, table.eckdaten td {
padding:2px;
}

table.eckdaten td {
background:#FFFFFF;
}

table.list td {
padding:2px 4px 3px 0px;
}

.rahmen {
border:2px solid #FBB665;
}

#content ul {
margin:10px 10px 10px 30px;
}

#content a {
color:#C06C21;
font-weight:700;
}

#content a:hover {
color:#FBB665;
}

#Website {display:none;}


/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #590007;
	background-color: #F4DBA1;
	border: 1px solid #E07314;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #C22C00;
	background-color: #FFFAB8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #C22C00;
	border: 1px solid #FFFFFF;
	color:#FFFFFF;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color:#FFFFFF;
	border: 1px solid #C22C00;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
color: #590007;
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #E07314;
	border: 1px solid #FFFFFF;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: #590007;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: #FFFFFF;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background: #E07314;
	font-weight: bold;
	padding: 0px;
	border: 1px solid #FFFFFF;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #590007;
	background: #FFFAB8;
	font-weight: bold;
		border: 1px solid #C22C00;
	}