﻿body

{

	background-image: url("../images/bg_color.png");

	margin: 0px;

	padding: 0px;

}



#Container

{	

	background-image: url("../images/bg_all.png");

	text-align: center;

}



#Site

{

	width: 1000px;

	margin-right:auto;

	margin-left:auto;

}



#Top

{	

    background-image: url("../images/top.png");    

	position: relative;

	height: 260px;

}



#Bottom

{

	background-image: url("../images/bg_main.png");

	float: right;

}



#LeftContent

{	

	width: 350px;

	height: 602px;

	float: left;	

}



#SubMenu

{

    margin: 0px;

    padding: 0px;

	height: 155px;	

	overflow: hidden;

	text-align: left;

}



#SubMenu ul 

{

	list-style-type: none;

}



#SubMenu li

{

    text-decoration: none;

	color: #F3EEE8;

	font-family: Verdana;

	font-size: 14px;

	font-weight: bold;

	margin: 10px;

}



#SubMenu a

{

    text-decoration: none;

	color: #F3EEE8;

	font-family: Verdana;

	font-size: 14px;

	font-weight: bold;

}



#SubMenu a:hover

{

    text-decoration: underline;

	color: #ffffff;

}



#LeftPic

{	

	overflow: hidden;

	margin: 0px;

	padding-left: 10px;

}



#LeftPic img

{

	display: block;

	margin: 0px;

	padding: 0px;

}



#RightContent

{

	float: right;

	width: 650px;

	text-align: left;

}



#Foot

{

    background-color: #6E6E6E;

	background-image: url(../images/bg_foot.png);

	background-repeat: no-repeat;	

	clear: both;

	height: 10px;

}



#Menu

{

    position: absolute;

    bottom: 0;

    left: 50px;

	width: 900px;

	height: 60px;

	background-color: #87B99E;

}



#Menu ul 

{

	margin: 0px;

	padding: 0px;

	height: 60px;

	list-style-type: none;

	list-style-position: outside;

	line-height: normal;

	overflow: hidden;

}



#Menu li 

{

    text-align: center;

    float: left;

    width: 150px;

    background-image: url(../images/button_light.png);

    padding: 22px;

    padding-left: 0px;

    padding-right: 0px;

}



#Menu .Active

{

    text-align: center;

    background-image: url(../images/button_dark.png);

}



#Menu a {

	text-align: center;

	text-decoration: none;

	color: #F3EEE8;

	font-family: Verdana;

	font-size: 14px;

	font-weight: bold;

}



#Menu a:hover {

	text-decoration: underline;

	color: #FFFFFF;

}



#MainContent

{

    color: #6E6E6E;

    font-family: Arial;

    font-size: 13px;

    line-height: 22px;

    height: 600px;

    overflow: auto;

    margin-right: 10px;

}



#MainContent2

{

    margin: 50px;

}



#MainContent h1

{

	margin: 0px;

	font-family: Arial;

	font-weight: bold;

	font-size: 20px;

	color: #fcbc46;

}



#MainContent h2

{

	margin: 0px;

	font-family: Arial;

	line-height: 24px;

	font-size: 16px;

	color: #fcbc46;

}



#MainContent h3

{

	margin: 0px;

	margin-top: 15px;

	font-family: Arial;

	line-height: 22px;

	font-size: 14px;

	color: #6E6E6E;

}

#MainContent td
{
    vertical-align: top;
    color: #6E6E6E;
    font-family: Arial;
    font-size: 13px;
    line-height: 22px;
}


#MainContent a
{
	color: #C7BFB9;
}

#MainContent a
{
	color: #C7BFB9;
}

#MainContent a:hover
{
	color: #A9A19C;
	text-decoration: underline;
}



.csc-mailform {
  border: 0px;
}

.csc-mailform-field label {
  float:left;
  clear:both;
  width:70px;
  margin-right:10px;
  padding-top:0.2em;
  text-align:left;
  font-weight:bold;
  font-family: Verdana, sans-serif; 
  font-size : 11px; 
  line-height: 11px;
  color: #6E6E6E; /* allgemeine Textfarbe */ 
  margin-bottom: 10px;
}

.form-control {
  width: 500px;
  margin-bottom: 10px;
}

.xxlarge {
  height: 150px;
}