* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	color: #000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	 }
	 
a {
	text-decoration: none;
	color: #B581DD;
}

a:hover {
	color: #AB42ED;
}

span.info {
	color: #AB42ED;
	background-image: url(../i/info.gif);
	background-repeat: no-repeat;
	background-position: 1px 3px;
	padding-left: 11px;
}

span.pseudolink {
	color: #B581DD;
	font-weight: bold;
}

strong {
	font-weight: bold;
	color: #AF9059;
}

p {
	margin: 0 0 15px 0;
	line-height: 18px;
}

p.soft {
	/*color: #A28AB5;*/
	color: #AF9059;
}

img {
	border: 0;
}
	
div#page {
	margin-left: 110px;
	width: 862px;
	text-align: left;
}

div#header {
	text-align: right;
	height: 155px;
}

div#content {
	padding: 30px 30px 5px 30px;
	background-image: url(../i/dotted_top.gif);
	background-repeat: no-repeat;
}

div#footer {
	background-image: url(../i/dotted_bottom.gif);
	background-repeat: no-repeat;
	text-align: right;
	color: #666;
	margin: 0 0 0 30px;
	padding: 38px 30px 15px 0;
	font-size: 9px;
	line-height: 18px;
	font-weight: normal;
}

div#footer img {
	float: right;
	padding-left: 12px;
}

div#footer img#validator {
	width: 51px;
	height: 18px;
}

div#footer img#spampoison {
	padding-top: 1px;
	
}

img#logo {
	margin-top: 30px;
	margin-right: 32px;
}

div#header h1 {
	font-family: Courier-new;
	font-size: 20px;
	letter-spacing: 1px;
	position: absolute;
	left: -1000px;
}

div#header h2 {
	background-color: #fff;
	position: absolute;
	top: 110px;
	left: 140px;
	width: 370px;
	color: #666;
	font-family: Georgia, serif;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 3px;
	text-align: left;
	text-transform: lowercase;
}


div#navigation  {
	background-color: #fff;
	position: absolute;
	top: 119px;
	left: 520px;
	width: 420px;
	font-size: 14px;
	color: #999;
	text-align: right;
	
}

div#navigation a  {
	color: #000;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	padding-left: 18px;
}

div#navigation a:hover  {
	
	color: #9236D8;
}

div#footer a {
	text-decoration: none;
	color: #999;
}
	
br.clear {
	clear: both;
	visibility: hidden;
	/* Ab hier Fixes fuerr IE6 und IE7 */
	font-size: 1px;
	height: 0px;
	line-height: 0px;
}

div#home {
	font-size: 24px;
	color: #bbb;
	text-align: justify;
}

div#home a {
	letter-spacing: 2px;
}

div#kontakt {
	font-size: 14px;
	color: #666;
	text-align: justify;
	line-height: 150%;
	
}

div#kontakt a {
	font-weight: bold;
}

div#kontakt div#error_message {
	color: #F17214;
	position: absolute;
	top: 255px;
	left: 720px;
	width: 222px;
	text-align: left;
}

div#kontakt div#response {
	color: #AF9059;
	font-weight: bold;
	width: 370px;
	height: 150px;
	text-align: left;
}

div#zurperson {
	font-size: 14px;
	color: #999;
	text-align: justify;
	line-height: 150%;
}

div#zurperson h3 {
	font-family: Georgia, serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #000;
	margin: 0 0 20px 0;
}

div#zurperson h4 {
	margin: 20px 0 0 0;
	font-size: 14px;
	font-weight: normal;
	color: #000;
}

div#impressum {
	margin: 50px 0 30px 0;
	font-size: 14px;
	color: #666;
	line-height: 150%;
}

div#impressum div#left {
	width: 240px;
	float: left;
}

div#impressum div#right {
	width: 240px;
	float: left;
}

div.references {
	background-color: #fff;
	margin-bottom: 60px;
}

div.references h2 {
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: bold;
	color: #99a9a9;
}

div.references h1 {
	font-family: Georgia, serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #000;
	margin: 15px 0 0 0;
}

div.references h3 {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	margin: 7px 0 22px 0;
}

div.references h3 a {
	font-weight: bold;
}

div.references img {
	float: left;
	padding-right: 30px;
}

div.info {
	background-color: #AC98BF;
	border: 1px solid #fff;
	color: #fff;
	width: 270px;
	padding: 5px 5px 8px 8px;
	line-height: 130%;
	font-size: 10px;
}

form {
	margin: 20px 0 5px 0;
	width: 100%;
	font-size: 14px;
	color: #666;
	}
	

form div#error_message {
	color: #ED008C;
	margin: 0  0 10px 10px;
}
	
label {
	margin-top: 14px;
	width: 170px;
	display: block;
	float: left;
}

label.error {
	color: #ED008C;
}

input, textarea {
	width: 360px;
	margin-top: 15px;
	padding: 2px 5px 5px 5px;
	border: 1px solid #ccc;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	line-height: 140%;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	float: left;
}

input.hidden {
	margin: 0;
	padding: 0;
}

input.submit {
	color: #B581DD;
	background-color: transparent;
	border: 0;
	padding-left: 0;
	font-weight: bold;
	width: auto;
}

form br {
	clear: left;
	line-height: 0.1em;
}

