/* GENERAL */


body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #333;
	background-color: #fff;
	background-image: url(../img/hintergrund.gif);
	background-repeat: repeat-y;
}

h1 {
	font-size: 20px;
	font-weight: normal;
	line-height: 26px;
	text-transform: uppercase;
	margin-bottom: 17px;
}

h1 a {
	text-decoration: none !important;
}



h2 {
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 10px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;

}

h4 {
	font-size: 11px;
	font-weight: bold;
}

p {
	margin-bottom: 17px;
}

#wrapper {
	position: absolute;
	width: 960px;
}

/* HEADER */

#header {
	margin-bottom: 20px;
}

#headertop {
	height: 43px;
	margin-bottom: 2px;
	padding-top: 7px;
}

#headertop img {
	margin-left: 90px;
}



/* NAVIGATION */

ul#navigation {
	background-color: #eee;
	height: 265px;
	position: absolute;
	right: 0px;
	top: 52px;
	width: 309px;
	font-size: 12px;
	padding-left: 20px;
	padding-top: 15px;
	line-height: 21px;
}

ul#navigation li a {
	color: #333;
	text-decoration: none;
}

ul#navigation li a.active {
	font-weight: bold;
}

ul#navigation ul {
	margin-bottom: 3px;
}

ul#navigation li ul li {
	font-size: 11px;
	line-height: 15px;
	margin-left: 5px;
}

#main {
	min-height: 700px;
}

#content {
	float: left;
	margin-left: 90px;
	width: 480px;
	padding-right: 60px;
	display: inline;
}

#content a {
	text-decoration: underline;
}

#content a:hover {
	color: #000;
}



/* FORMULAR */

.csc-mailform-field label {
	float: left;
	width: 50px;
}

.csc-mailform-field input {
	width: 220px;
	margin-bottom: 4px;
}

#mailformformtype_mail {
	border: 0;
	padding: 2px 0px;
	margin-top: 5px;
	width: 66px;
}

/* SIDEBAR */

#sidebar {
	float: left;
	width: 320px;
	margin-top: -40px;
	padding-right: 10px;
}

/*#sidebar p {
	margin-bottom: 0;
}*/



.sidebox h2 {
	line-height: 25px;
	margin-top: 40px; 
}

.sidebox a {
	text-decoration: underline;
}

.sidebox a:hover {
	color: #000;
}


/* FOOTER */

#footer {
	clear: both;
	margin-left: 90px;
	margin-bottom: 20px;
	padding-top: 50px;
}

/* TABELLE */

table {
	margin-bottom: 17px;
}

.td-0 {
	width: 220px;
}

.td-1 {
	width: 120px;
}

/* 2 Spalten Layout */

div.two-column {
	float:left;
	min-height: 150px;
	padding-left:0;
	width:50%;
}

div.hr {
	background: transparent url(../img/line-dotted.gif) top left repeat-x;
	height: 1px;
	margin: 15px 0 20px 0;
}

.tx-felogin-pi1 label {
	float: left;
	width: 100px;
}

.tx-felogin-pi1 input {
	margin-bottom: 10px;
}

.labels input {
	width: 150px;
}

div#content ul li {
	background-image:url(../img/list-image.gif);
	background-position:0 8px;
	background-repeat:no-repeat;
	padding-left:15px;
}

#fieldset-buttons {
	margin: 10px 0;
}

#first_name, #last_name, #email {
	width: 200px;
}

.errors {
	color: red;
}

body#uid-55 ul li {
	background-image: none;
	margin: 0;
	padding: 0;
}