/* CSS Document */

/* Global */

* html {
	text-align: center;
}

* {
line-height: 150%;
}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #808080;
	text-decoration: none;
}

body {
	width: 100%;
	margin: auto;
	text-align: center;
	font-family: verdana, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #1A3B88;
	background-color: #white;
	background-image: url(img/backback.gif);
	background-position: left top;
}

#elements  {
	margin: auto;
	width: 770px;
}

h1 {
	color: #1A3B88;
	font-family: verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 8px;
}

h2 {
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 6px;
	letter-spacing: 0,5px;
	color: #1A3B88;
}

a img {
	border: 0;
}

/* Global ENDE */

/* Formular */

fieldset {
	border: 0;
}

.left {
	display: block;
	width: 100px;
	height: 26px;
	float: left;
	clear: both;
}

.button {
	text-align: center;
	background-color: #1A3B88;
	color: white;
	border: 1px solid white;
}

.ausgabe {
	display: block;
	width: 120px;
	height: 14px;
	float: left;
	clear: both;
}

.ausrichtung {
	display: block;
	margin-bottom: 3px;
}

.chkbox {
	margin-left: 70px;
}

.area {
	overflow: hidden;
}

input {
	margin-bottom: 6px;
}

.check {
	color: red;
	display: block;
	width: 100px;
	height: 26px;
	float: left;
	clear: both;
}

/* Formular Ende */


#head  {
	margin-top: 50px;
	height: 136px;
	background-image: url(img/back2.jpg);
	background-repeat: no-repeat;
}

/* Navigation */

#nav {
	height: 32px;
	background-image: url(img/nav_back.jpg);
	background-repeat: repeat-x;
}

#nav div {
	padding-left: 181px;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav span {
	display: block;
	padding-top: 7px;
}

#nav a {
	display: block;
	height: 32px;
	width: 129px;
	color: #E4E4E4;
	text-align: center;
	background-image: url(img/nav.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

#nav a:hover {
	color: #1FB3B3;
	background-image: url(img/nav_on.gif);
	text-decoration: none;
}

#nav a.current, #nav a:active {
	display: block;
	height: 32px;
	width: 129px;
	color: #1FB3B3;
	background-image: url(img/nav_on.gif);
	text-decoration: none;
}

/* Content */

#content {
	text-align: left;
	background-color: #8FD9D9;
	background-image: url(img/back-left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#content ul {
	list-style-type: none;
	list-style-image: url(img/bullet.gif);
	padding: 8px 0px 5px 15px;	
}

#content li {
	padding-bottom: 12px;
	padding-left: 5px;
}

#content p {
	padding-bottom: 12px;	
}

#content p.klein {
	font-size: 10px;
	padding-bottom: 14px;	
}

#content a {
	color: #263758;
}

#content a:hover {
	text-decoration: underline;
	color: #263758;
}

#leftstage {
	width: 570px;
	float: left;
}

#leftstage div {
	padding: 30px 20px 40px 210px;
}

#rightstage {
	width: 200px; 
	float: right;
}

#rightstage div {
	padding: 0px 0px 20px 0px;
	font-size: 10px;
	text-align: right;
}

#footer {
	width: 770px;
	height: 20px;
	background-color: #214171;
	clear: both;
}

#footerleft {
	width: 181px;
	background-color: #214071;
	float: left;
}

#footerright {
	width: 589px;
	background-image: url(img/footerback.gif);
	background-repeat: repeat-x;
	background-position: left top;
	float: right;
}
