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

html {
	overflow: auto;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #767676;
}

A {
	outline: none;
	color: #ff0000;
}

TD P.bodytext {
	padding: 0;
	margin: 0;
}

P.bodytext {
	padding: 0;
	margin: 0;
	padding-top: 3px;
	padding-bottom: 6px;
}

#all {
	position: absolute;
	width: 908px;
	height: 700px;
	margin-left: -454px;
	left: 50%;
	margin-top: -350px;
	top: 50%;
	background-image: url(../_img/bg.gif);
	background-repeat: no-repeat;
}

#head {
	position: relative;
	width: 900px;
	height: 180px;
}

#logo {
	position: relative;
	width: 220px;
	height: 180px;
	float: right;
}

#navigation {
	position: relative;
	width: 680px;
	height: 18px;
	background-color: #FF0000;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
}
#navigation A {
	display: block;
	float: left;
	color: #ffffff;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 3px;
}
#navigation A:hover {
	background-color: #000000;
}
#navigation A.act {
	background-color: #000000;
}

#content-left {
	position: absolute;
	top: 235px;
	left: 0px;
	height: 367px;
	width: 140px;
	font-size: 10px;
	text-transform: uppercase;
}
#content-left A {
	color: #ff0000;
	display: block;
	text-decoration: none;
	margin-bottom: 10px;
}
#content-left A:hover, #content-left A.act {
	text-decoration: underline;
}
#content {
	position: absolute;
	top: 200px;
	left: 140px;
	height: 420px;
	width: 520px;
	padding: 10px;
	overflow: auto;
}

#content H1, #content-normal H1 {
	color: #767676;
	font-size: 16px;
	margin: 0;
	padding: 0;
	padding-top: 25px;
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content-normal {
	position: absolute;
	top: 200px;
	left: 0px;
	height: 420px;
	width: 330px;
	padding: 10px;
	overflow: auto;
}
#content-border {
	position: absolute;
	top: 200px;
	left: 360px;
	height: 420px;
	width: 300px;
	padding: 10px;
}

#content-right {
	position: absolute;
	right: 8px;
	top: 180px;
	width: 180px;
	height: 445px;
	background-color: #d7d7d7;
	padding: 10px;
	overflow: auto;
}

#content-right H1 {
	color: #ff0000;
	font-size: 20px;
	margin: 0;
	padding: 0;
	padding-top: 25px;
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.head-right {
	display: block;
	top: 0px;
	left: 0px;
	position: absolute;
	width: 200px;
	height: 13px;
	padding-top: 2px;
	padding-bottom: 3px;
	background-color: #ff0000;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
}

#footer {
	position: absolute;
	width: 900px;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	top: 655px;
}

#footer A {
	color: #767676;
}

#head-bild {
	position: absolute;
	width: 730px;
	height: 190px;
	bottom: 0px;
	right: 220px;
}


#head-bild * {
	padding: 0;
	margin: 0;
}



FIELDSET {
	border: none;
	padding: 0;
	margin: 0;
}
LABEL {
	display: block;
	float: left;
	clear: left;
	width: 120px;
	padding-top: 3px;
}
INPUT, TEXTAREA {
	width: 180px;
	margin-bottom: 3px;
}

.csc-mailform-submit {
	width: auto;
}
