* {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

body, table, select, input, textarea {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

body {
	background-color: #ffffff;
	background-image: url(../images/body_background.gif);
	background-repeat: repeat-x;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
}

table td {
    vertical-align: top;
}

h1 {
	font-size: 20px;
	font-weight: normal;
	color: #003366;
	padding-bottom: 30px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	padding-bottom: 15px;
}

p {
	padding-bottom: 15px;
	line-height: 16px;
}

a {
	color: #000000;
}


.clear {
	clear: both;
	line-height: 0px;
}

.hidden {
	display: none;
}

.clearLeft {
	clear: left;
	line-height: 0px;
}

#wrap {
	margin-left: auto;
	margin-right: auto;
	width: 932px;
}

#head {
	background-image: url(../images/kopfmotiv.jpg);
	background-repeat: no-repeat;
	padding-bottom: 30px;
}

/* Meta Navigation */
#metaNavi {
	list-style-type: none;
	text-align: right;
	padding: 15px 23px 0px 760px;
	font-size: 10px;
	height: 85px;
}

#metaNavi li {
	float: left;
	padding: 0px 8px 0px 11px;
	border-left: 1px solid #003366;
}

#metaNavi li.first {
	border: 0px;
}

#metaNavi li a {
	color: #003366;
	text-decoration: none;
}

#metaNavi li a:hover {
	text-decoration: underline;
}

/* Main Navigation */
#mainNavi {
	list-style-type: none;
	padding: 5px 23px 0px 0px;
	height: 20px;
}

#mainNavi li {
	float: left;
	padding: 0px 25px 0px 25px;
	background-image: url(../images/main_navi_separator.gif);
	background-repeat: no-repeat;
	background-position: right center;
	font-weight: bold;
}

#mainNavi li a {
	color: #336699;
	text-decoration: none;
}

#mainNavi li.active a {
	display: block;
	color: #003366;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: 0px 4px
}

#mainNavi li a:hover {
	text-decoration: underline;
}

/* Sub Navigation */
#leftColumn {
	position: absolute;
	width: 205px;
}

#subNavi {
	border-top: 2px solid #9eafc0;
	border-bottom: 2px solid #9eafc0;
	padding: 15px 0px 5px 0px;	
	list-style-type: none;
	margin-bottom: 15px;
}

#subNavi li {
	padding: 0px 10px 10px 25px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px 3px
}

#subNavi li.active {
	font-weight: bold;
}

#subNavi li a {
	color: #003366;
	text-decoration: none;
}

#subNavi li a:hover {
	font-weight: bold;
}

/* Content */
#contentWrap {
	padding: 0px 0px 30px 215px;
}

#contentWrap ul {
	list-style-type: none;
}

#contentWrap ul li {
	padding: 0px 10px 10px 25px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px 3px;
}

#contentWrap img {
	margin: 0px 0px 15px 0px;
}

#content {
	padding-right: 250px;
}

#marginal {
	width: 234px;
	float: right;
	padding-top: 57px;
	color: #666666;
	font-size: 10px;
}

#marginal img {
	padding: 14px 2px 14px 2px;
	background-image: url(../images/image_frame.gif);
	background-repeat: no-repeat;
}

/* Login */
#login_area {
	border: 1px solid #cccccc;
	padding: 10px;
	background-image: url(../images/body_background.gif);
	background-repeat: repeat-x;
	background-position: 0px -160px;
	width: 400px;
}

#login_area form {
	display: block;
	padding-left: 10px;
	background-image: url(../images/login_key.gif);
	background-repeat: no-repeat;
	
}

#login_area input.text,
#login_area input.password {
	width: 200px;
}

#login_area td {
	padding: 5px;
}


/* Formular */
label {
	font-weight: bold;
	color: #003366;
}

input.text,
input.password {
	border: 1px solid #b8c3cd;
	padding: 2px;
	background-color: #f8f9f9;
}

input.submit {
	background-color: #003366;
	color: #ffffff;
	padding: 3px 5px 3px 5px;
}

/* Footer */
#footer {
	border-top: 2px solid #9eafc0;
	text-align: right;
	padding: 5px 0px 50px 0px;
	color: #999999;
}