@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
	padding: 0;
	background: #555 url(/images/site-bg.png) repeat-y 50% 0;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: .8px;
	line-height: 20px;
	color: #333;
	}
		
#wrapper {
	margin: 0 auto;
	width: 869px;
	background: url(images/bg.png) no-repeat 0 100%;
	font-size: 80%;
	}
		
#header {
	height: 343px;
	margin: auto;
	background: url(images/head.jpg) no-repeat 0 0;
		}
			
#title {
	margin: 20px 0 0 77px;
	height: 122px;
	text-align: left;
	background: url(images/headline.jpg) no-repeat;
	background-position: left;
	}
		
#content {
	margin: 60px 0 10px 77px;
	}
		
#footer {
	margin: 50px 0 0 0;
	padding: 20px 0 40px 79px;
	font-size: 80%;
	clear: both;
	}


#footer a{
	padding: 10px 0 10px 0;
	color: #06F;
	text-decoration: underline;
	font-weight: bold;
	text-align: center;
	}
		
h1 {
	color: #666;
	font-family:  Helvetica,Arial,  sans-serif;
	font-size:200%;
	font-weight: 900;
	}

h2 {
	width: 480px;
	color: #C00;
	font-family: Arial, sans-serif;
	font-size: 24px;
	font-weight: 100;
	line-height: 130%;
	letter-spacing: 1px;
	}
h3 {
	color: #333px;
	}

p {
	width: 450px;
	font-size: 95%;
	}

.logo {
	margin: 60px 0 0 0;
	padding-right: 30px;
	float: right;
	}
	
.logo img a, a:hover{
	border: 0px;
	text-decoration: none;
	}

ul {
	margin: -8px 0 0;
	padding: 0 14px;
	font-size: 85%;
	}
.check {
	margin: 8px 0;
	padding-left: 30px;
	background-image: url("images/li_check.jpg")  ;
	background-repeat: no-repeat;
	font-size: 12px;
	list-style: none; 
	}

.rightBar {
	padding-right: 15px;
	float: right;
	}
.rightBar p {
	margin: 0 0 0 20px;
	width: 190px;
	color: #555;
	font-size: 85%;
	}

.sidebars {
	width: 200px;
	float: right;
	margin-right: 33px;
	}

.button {
	border: 0;
	}
		
/* Formular */
form {
	margin: 1em 0;
	padding: 1em;
	width: 60%;
	background: #EFF5DD;
	border: 2px solid #CFCFCF;
	}
		
fieldset {
	margin-top: 10px;
	padding: 6px;
	}
		
legend {
	font-weight: 900;
	color: #555;
	}
		
label {
	padding: 3px 6px;
	width: 150px;
	display: block;
	float: left;
	font-size: 80%;
	font-weight: 900;
	font-style: italic;
	color: #666;
	}
	
.requiredIndicator {
	color: #c00;
	}

input.cf {
	padding-left: 3px;
	display: block;
	float: left;
	width: 230px;
	border: 2px inset #C0C0C0;
	color: #444;
	}
	
select {
	width: 240px;
	font-size: .9em;
	}
	
button {
	margin: 10px 0 0 165px;
	padding: 4px 6px;
	background: #696;
	border: 2px solid #9C6;
	vertical-align: top;
	cursor: pointer;
	font-size: 115%;
	font-weight: 900;
	}
	
.success {
	margin: 40px 0 10px;
	padding: 12px 18px;
	width: 50%;
	background: #FFC;
	border-top: 3px solid #9c3;
	border-bottom: 3px solid #9c3; 
	color: #121;
	font-weight:bold;
	font-size:12px;
	}
		
.warning {
	margin: 40px 0 10px;
	padding: 12px 18px;
	width: 50%;
	background: #fcc;
	border-top: 3px solid #f00;
	border-bottom: 3px solid #f00; 
	color: #211;
	font-weight:bold;
	font-size:12px;
	}

