@charset "utf-8";
/* CSS main style */

* {
	margin: 0;
	padding: 0;
}

html {
	height:101%;
}

body {
	color: #666666;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	font-size:12px;
	min-width: 1000px;
	background:#FFFFFF url(grafik/bg_main.gif) top left repeat;
}

h1, h2, h3, h4, h5, h6 {
	margin:0 0 10px 0;
	font-weight:normal;
}

.align-right {
	text-align:right;
}

.align-center {
	text-align:center;
}

.align-justify {
	text-align:justify;
}

span.important {
	color:#d90027;
	font-weight:bold;
}

h1 {
	font-size:22px;
}

h2 {
	font-size:20px;
}

h3 {
	font-size:18px;
}

h4 {
	font-size:16px;
}

h5 {
	font-size:14px;
}

h6 {
	font-size:12px;
}

ul {
	margin-left:10px;
	margin-bottom:10px;
}

li {
	margin-left:10px;
}

a {
	text-decoration:none;
	color:#d90027;
}

a:hover {
	text-decoration:underline;
}

p {
	margin-bottom:10px;
}

.clear {
	clear: both;
}

/* slider section */
#loopedSlider{
	width:740px;
	padding-left:260px;
}

.container { 
	width:740px; 
	height:310px; 
	overflow:hidden; 
	position:relative; 
	cursor:pointer;
}

.slides { 
	position:absolute; 
	top:0; 
	left:0;
}

.slides div { 
	position:absolute; 
	top:0; 
	width:1000px; 
	display:none;
}


/* main section */
#container {
	width: 1000px;
	margin: 0 auto;
	padding-top:25px;
	height:700px;
}

/* header section */
#menu_box {
	width: 100%;
	overflow: hidden;
	height: 25px;
	position: relative;
	/* background-color:#cccccc;*/
}

#sprache {
	margin-left:60px;
	float:left;
}

#menu_top {
	margin-top:5px;
	color:#FFFFFF;
	list-style:none;
	float:right;
}

#menu_top li {
	float:left;
	margin:0;
	padding:0 5px 0 5px;
}

#menu_top li a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

/* toolbox section */
#box {
	height: 310px;
	overflow: hidden;
	width: 100%;
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#cccccc;
}

/* content section */
#content {
	width: 1000px;
	padding-top:25px;
	overflow: hidden;
	background:#FFFFFF url(grafik/bg_left.gif) top left repeat-y;
	border-bottom:#FFFFFF 3px solid;
}

#links {
	width: 260px;
	margin-left:20px;
	float: left;
}

p.menu {
	margin-left:40px;
}

p.menu a {
	text-decoration:none;
	color:#666666;
	font-weight:bold;
}

p.menu a:hover {
	color:#d90027;
}

p.menusub {
	margin-left:60px;
}

p.menusub a {
	text-decoration:none;
	color:#666666;
	padding-left:10px;
	background:url(grafik/punkt.gif) 0px 5px no-repeat;
}

p.menusub a:hover {
	color:#d90027;
	background:url(grafik/punkt_aktiv.gif) 0px 5px no-repeat;
}

#menu_left {
	background-color:#FFFFFF;
	padding-top:20px;
}

#adresse {
	padding:20px;
}

#rechts {
	width: 640px;
	padding:0 40px 40px 0;
	float:right;
}


/* footer section */
#footer {
	width: 1000px;
	margin: 0 auto;
	height:25px;
	background-color: #cccccc;
}

#blende {
	position:absolute;
	width: 1000px;
	top:25px;
	left:50%;
	margin-left:-500px;
	height:310px;
	z-index:99;
}


/* form section */
.csc-mailform {
	margin:10px 0 0 0;
	padding:0;
	border:none;
}

.csc-mailform-field {
	margin:5px 0 0 0;
	padding:0;
}

.csc-mailform-field input, select, textarea {
	border: 1px solid #cbcbcb;
	width:250px;
}

.csc-mailform-field label {
	width: 120px;
	padding: 0px;
	float: left;
}

.csc-mailform-field input.csc-mailform-submit {
	width:100px;
	background-color:#cbcbcb;
	border: 1px solid #000000;
}