/* CSS Document */
@import url(format.css);


html {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 100.1%;
	height: 100%;
	min-height: 100%;
	width:100%;
}

body {
	font-size: 12px; /* 12px */
	line-height: 1.3em;
	height: auto;
	min-height: 100%;
	background-color: #FFFFFF;
	color:#333333;
	font-size:14px;
}

/*####### WRAPPER ##########*/
div.wrapper {
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -450px;
	width: 900px;
	min-height: 100%;
	height: 100%;
}


div#header {
	position:relative;
	height: 150px;
	width:100%;
	background: #FFF url(../images/header1.jpg) no-repeat 0 0;
	z-index: 5;
}

div.header1 {
	background: #FFF url(../images/header1.jpg) no-repeat 0 0 !important;
}

div.header2 {
	background: #FFF url(../images/header2.jpg) no-repeat 0 0 !important;
}
div.header3 {
	background: #FFF url(../images/header3.jpg) no-repeat 0 0 !important;
}
div.header4 {
	background: #FFF url(../images/header4.jpg) no-repeat 0 0 !important;
}
div.header5 {
	background: #FFF url(../images/header5.jpg) no-repeat 0 0 !important;
}

div#header .descr {
	position:absolute;
	bottom: 40px;
	left: 28px;
	font-family:Verdana, Arial;
	font-size:14;
	font-weight:bold;	
	color:#FFFFFF;
	line-height: 120%;
}

.navigation {
	position:absolute;
	top: 0;
	left:0;
	background-color: #FFDED6;
	width: 182px;
	float: left;
	height: 100%;
	min-height: 400px;
	z-index: 1;
}

.navigation .top,
.navigation .footer {
	position:absolute;
	bottom: 0px;
	left: 0px;
	height: 1px;
	width:100%;	
	display:none;
}

.navigation .login {
	position:absolute;
	bottom: 50px;
	left: 0px;
	height: 6px;
	width:100%;	
}

.navigation .login a,
.navigation .login a:visited {
	display:block;
	text-align:left;
	padding-left:30px;
	height:15px;
	font-weight:bold;
	font-size:13px;
	color:#003333;
	text-decoration:none;
	background: transparent url(../images/login_dot.gif) no-repeat 0 0;
	
}

.navigation .login a:hover,
.navigation .login a:active,
.navigation .login a.aktiv {
	background: transparent url(../images/login_dot.gif) no-repeat 0 0;
}




.content {
	float: right;
	width: 660px;
	margin: 20px 0px 20px 50px;
}

.content p {
	margin-bottom: 10px;
}
.content ul,li {
	list-style:inside;
}

.content img {
	border: solid;
	border-width: 1px;
	margin: 10px 20px 0 20px;
	float:right;
}
	
h2 {
	margin:0;
	padding:0 0 5px 0;
	font-size:20x;
	font-weight:normal;
	margin-bottom: 5px;
	line-height: 1.3em;
}
h1 {
	margin:0;
	padding:0 0 5px 0;
	font-size:24x;
	font-weight:normal;
	margin-bottom: 5px;
	line-height: 1.3em;
}

b, strong, th {
	color:#18697A;
	font-weight: bold;
}

a:link, a:active, a:visited, a:hover{
	color:#336666;
}

ul#subnav {
	margin: 0;
	padding-top:165px;
}

#subnav li{
	margin:15px 0;
	padding:0;
	list-style:none;
}

#subnav a,
#subnav a:visited {
	display:block;
	text-align:left;
	padding-left:30px;
	height:15px;
	font-weight:bold;
	font-size:13px;
	color:#003333;
	text-decoration:none;
	background: transparent url(../images/dot.gif) no-repeat 0 -15px;
	
}

#subnav a:hover,
#subnav a:active,
#subnav a.aktiv {
	background: transparent url(../images/dot.gif) no-repeat 0 0;
}

/* FORMULAR begin */
form div {
	float:left;
	margin:1px 0pt;
	padding:2px 0pt;
	width:100%;
}

form div label {
	float:left;
	margin:0pt;
	padding:2px 0pt;
	width:15em;
}

form div div {
	float: left;
	margin: 0;
	padding: 0;
	width: 10em;
	white-space: nowrap;
}

form div div input[type="text"],
form div div input[type="password"],
form div div select {
	border:1px solid #CCCCCC;
	font-family: inherit;
	font-size: 1.1em;
	width:18em;
}


form div div textarea {
	border:1px solid #CCCCCC;
	font-family: inherit;
	font-size: 1.1em;
}

form div div input[type="submit"],
form div div input[type="button"],
form div div input[type="reset"] {
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
}
/* FORMULAR end */

/* Fehlermeldung begin */
.error {
	float: left;
	width: 100%;
	margin: 20px 0;
}

.error ul {
	margin:0;
	padding:0;
	list-style:none;
	color:red;
}

/* Fehlermeldung end */

/* Tabellen */

.tableList {
	border-collapse: collapse;
	border: 1px solid #FFE6E6;
}

.tableList th {
	padding: 3px 2px;
	color: #18697A;
	background-color: #FFE6E6;
}


.tableList td {
	padding: 3px 2px;
}

.tableList tr.row1 td {
	background-color: #FFF7F7;
}

.tableList tr.row0 td {
	background-color: #FFE6E6;
}



/* Tabellen end */




