
* {
	margin: 0;
	padding: 0;
}

/* Body */
body {
	margin: 10px 20px;
	background-color: #3f3f3f;
}

/* Header */
#header {
	background: url(../images/header_background.png) repeat-x;
	height: 134px;
}

#left, #right { 
	display: block;
	height: 134px;
	position: absolute;
}

#left {
	background: url(../images/header_left.png) no-repeat;
	width: 563px;
}

#right {
	background: url(../images/header_right.png) no-repeat;
	width: 291px;
	right: 20px;
}

/* Navigation */
#navigation {
	background: #fff url(../images/navigation_background.png) repeat-x;
	height: 34px;
	margin-top: 5px;
	display: block;
}

#navigation ul {
	list-style-type: none;
	width: auto;
}

#navigation ul li {
	display: block;
	float: left;
}

#navigation ul li a {
	display: block;
	float: left;
	margin-top: 9px;
	padding: 3px 30px 3px 20px;
	text-decoration: none;
	font: 13px Verdana, Arial;
	color: #9a9a9a;
	border-left: 1px solid #eaeaea;
	border-right: 3px solid #fff;
	background-color: #f7f7f7;
}

#navigation ul li a:hover, #navigation ul li a.current {
	background-color: #e7e7e7;
}

/* Navigation-Path */
.navigationPath {
	background-color: #fff;
	color: black;
	font: 10px Verdana, Arial;
	padding: 2px 0 2px 10px;
}

/* Content */
#content {
	background: #fff url(../images/content_background.gif) no-repeat;
	background-position: left bottom;
	padding: 20px;
	font: 12px Verdana, Arial;
	min-height: 400px;
	position: relative;
}

#smallcontent {
    width:580px;
}

#content h1 {
    font: 20px Verdana, Arial;
    font-weight: bold;
}
#content h2 {
    font: 17px Verdana, Arial;
    font-weight: bold;
}
#content h3 {
    font: 15px Verdana, Arial;
    font-weight: bold;
}

#border_left, #border_right {
	width: 39px;
	background-color: #e5e5e5;
}

#border_left { float: left; }
#border_right { float: right; }

#content_corner {
	background: url(../images/content_corner.png) no-repeat;
	width: 10px;
	height: 10px;
	right: 0px;
	bottom: 0px;
	position: absolute;
}

#footnote {
	text-align: center;
	color: gray;
	font: 9px Verdana, Arial;
	padding: 5px;
}

#auflistung li {
	font-size: 13px;
	font-weight:bold;
}
#auflistung ul {
    margin-left:15px;
}

#auflistung2 ul {
    margin-left:15px;
}

#auflistung2 li {
    font-size: 13px;
    font-weight:bold;
    margin-top:5px;
}


textarea,input,select,option { font-size:13px;font-family: Verdana, Arial; border: 1px solid #A0A0A0; padding: 1px; background-color: #FFFFFF;}
input:focus { border: 1px solid #000000;background-color: #e7e7e7; }
input:hover { border: 1px solid #000000; background-color: #e7e7e7;}
textarea:focus { border: 1px solid #000000;background-color: #e7e7e7; }
textarea:hover { border: 1px solid #000000; background-color: #e7e7e7;}
select:focus { border: 1px solid #000000;background-color: #e7e7e7; }
select:hover { border: 1px solid #000000; background-color: #e7e7e7;}

input.long { width: 175px; }
input.short { width: 50px; }
input.longshort{ width: 117px; }


input.longerror { width: 175px; background-color:#FF4444;}
input.shorterror { width: 50px; background-color:#EE4444;}
input.longshorterror { width: 117px; background-color:#EE4444;}

a { color:#000000; text-decoration:underline; }
a:hover { color:#000000; text-decoration:none; }
