/* ---------- Allgemein ---------- */

html {
	overflow-y: scroll;
}

body {
	margin: 0;
	background-color: #999;
}

hr {
	background-color: #CCC;
	width: 100%;
	border: 0;
	height: 1px;
}

#left li {
	list-style-type: disc;
	color: #000;
}

/* ---------- Fonts ---------- */

* {
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
}

h1 {
	color: #000;
	display: block;
	font-size: 24px;
	font-weight: normal;
	font-variant: small-caps;
	border-bottom: 1px solid #7dbd2f;
	margin: 0;
}

h2 {
	color: #7dbd2f;
	font-size: 16px;
	font-weight: normal;
}

h3 {
	font-size: 13px;
}

/* ---------- Links ---------- */

#left a {
	color: #000;
	display: block;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #7dbd2f;
	margin-bottom: 10px;
}

#left a:hover, #left a.active {
	color: #7dbd2f;
}

#right a:link, #right a:visited {
	color: #FF6600;
	text-decoration: none;
}

#right a:hover, #right a:active {
	color: #FF3300;
}

#bottom a {
	color: #666;
	text-decoration: none;
}

#bottom a:hover {
	color: #333;
	text-decoration: none;
}

/* ---------- Divs ---------- */

#center {
	position: relative;
	text-align: left;
	width: 1000px;
	margin: 40px auto;
}

#top, #left, #right {
	background-color: #FFF;
	border: 10px solid #000;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}

#top {
	float: center;
	width: 980px;
	text-align: center;
	margin-bottom: 30px;
}

#left {
	float: left;
	width: 220px;
	padding: 30px 0;
}

#right {
	float: left;
	clear: right;
	width: 630px;
	min-height: 400px;
	margin-left: 30px;
	padding: 30px 40px;
}

#bottom {
	clear: both;
	text-align: right;
	padding-top: 20px;
}

/* ---------- Kontakt ---------- */

#fail {
	color: #CC0033;
	background-image: url(../img/icon/fail.png);
	background-repeat: no-repeat;
	background-position: left;
	border: 1px solid #CC0033;
	padding: 3px 3px 3px 50px;
}

#pass {
	color: #006600;
	background-image: url(../img/icon/pass.png);
	background-repeat: no-repeat;
	background-position: left;
	border: 1px solid #006600;
	padding: 3px 3px 3px 50px;
}

input.kontakt, textarea.kontakt {
	width: 300px;
}

