@charset "iso-8859-2";
body {
	background-color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #555555;
}
.clearfix {
	clear: both;
}
#container {
	width: 977px;
	height: inherit;
	margin: 0 auto;
}
p {
	margin: 0;
	padding: 4px 0;
}

a img {
	border: 0;
}

/* -------------------- ROW 1 - HEAD ---------- */
#row1 {
	background-image: url(../grf/head-main-bg.png);
	height: 194px;
	width: 977px;
	position: relative;
}
#row1-logo {
	top: 26px;
	position: absolute;
	left: 30px;
}
#row1-pic {
	position: absolute;
	top: 27px;
	left: 349px;
}
#row1-frame {
	top: 23px;
	position: absolute;
	left: 345px;
}

/* -------------------- ROW 2 - MENU ---------- */
#row2 {
	background-image: url(../grf/body-main-bg.png);
	width: 977px;
}
#row2-cont {
	width: 951px;
	height: 42px;
	margin: 0 16px 0 10px;
	background: url(../grf/button-bg.png) repeat-x;
	border-left: solid 1px #ddd;
}

/* -------------------- ROW 3 - CONTENT ---------- */
#row3 {
	background: url(../grf/body-main-bg.png) repeat-y;
	width: 977px;
	padding: 10px 26px 10px 20px;
}
#row3-cont {
	width: 931px;
}
#row3-cont ul {
	text-align: left;
}
/* -------------------- LINKS */

#row3-cont a:hover {
color: #000;
text-decoration: none;
}
#row3-cont a {
color: #575afc;
text-decoration: none;
}


/* -------------------- Überschriften */
#row3-cont h1 {
text-align: left;
font-size: 18px;
color: #a0a0a0;
margin: 8px 0 8px 0;
padding: 0 0 0 0;
font-weight: normal;
}
#row3-cont h2 {
text-align: left;
font-size: 18px;
color: #575afc;
margin: 8px 0 8px 0;
padding: 0 0 0 0;
font-weight: normal;
}
#row3-cont h3 {
font-family: Arial, Helvetica, sans-serif;
text-align: left;
font-size: 18px;
color: #c00418;
margin: 8px 0 8px 0;
padding: 0 0 0 0;
font-weight: bold;
}
#row3-cont h4 {
font-family: Arial, Helvetica, sans-serif;
text-align: left;
font-size: 18px;
color: #a0a0a0;
margin: 8px 0 8px 0;
padding: 0 0 0 0;
border-top: solid 2px #a0a0a0;
border-bottom: solid 2px #a0a0a0;
font-weight: bold;
}
#row3-cont h5 {
font-family: Arial, Helvetica, sans-serif;
text-align: left;
font-size: 18px;
color: #a0a0a0;
margin: 8px 0 8px 0;
padding: 0 0 0 0;
font-weight: bold;
}

/* -------------------- ROW 4 - FOOT ---------- */
#row4 {
	background-image: url(../grf/foot-main-bg.png);
	width: 977px;
	height: 51px;
	font-size: 10px;
	color: #666666;
}
#row4 a {
	color: #555555;
	text-decoration: none;
}
#row4 a:hover {
	color: #000000;
	text-decoration: none;
}
#row4 p {
	display: inline;
	margin: 0;
	padding: 0;
}
#row4-cont-lft {
	float: left;
	margin-top: 14px;
	margin-left: 20px;
}
#row4-cont-rgt {
	float: right;
	padding-top: 14px;
	padding-right: 26px;
	text-align: right;
}

/* -------------------- STYLE STANDARDS -------------------- */
.align-justify { text-align: justify; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.align-left { text-align: left; }

/* -------------------- STYLE FORMULAR */
.csc-mailform {
border: none;
margin: 0;
padding: 0;
}
.csc-mailform-field {
clear: both;
}
.csc-mailform-field label {
float: left;
}
.csc-mailform-field input {
float: right;
font-size: 11px;
padding: 2px;
margin: 0 0 3px 0;
background-color: #eeeeee;
border: solid 1px #777777;
}
.csc-mailform-field textarea {
float: right;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
background-color: #eeeeee;
border: solid 1px #777777;
}
.csc-mailform-field .csc-mailform-submit {
font-size: 10px;
background-color: #eeeeee;
border: solid 1px #777777;
padding: 0 20px;
margin-top: 5px;
}

.csc-frame-frame2 {
border: dashed 1px #999;
padding: 5px;
background-color: #eeeef8;
}
