/*-------------------CSS Reset ----------------------
---------------------------------------------------*/

* {
padding: 0;
margin: 0;
font-size: 100%;
font-weight:normal;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul {

}

b, strong {
font-weight: bold;	
}

img, a img {
border:  none;	
}


/*-------------------SCHRIFT / GRÖSSE ---------------
---------------------------------------------------*/

p{font-size:11px}
h1{
	font-size:14px;
	font-weight: bold;
	padding-bottom: 10px;
}

h2{ 
	font-size:14px;
	padding-bottom: 10px;
	}



body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000;
}

a {
	color: #000;
	text-decoration: underline;
}

p {
line-height: 1.3em;
}

#contenttop p{
	font-size: 12px;
}

#contentbottom p{
	font-size: 11px;
}



#contenttop li{
	font-size: 12px;
	margin-left: 18px;	
}

#contentbottom li{
	font-size: 11px;
	margin-left: 18px;
}


#contentone h1, #contenttwo h1,
#contentthree h1, #contentfour h1 {
	color: #D9CE9A;
	padding-top: 15px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-size: 12px;
}


#contentfour p {
	color: #D9CE9A;
	padding-bottom: 15px;
}

#contentfour h1 {
	color: #fff;
	padding-top: 0px;
	
}


#footer p {
color: #D9CE9A;
font-size: 10px;
padding-left: 2px;
padding-right: 2px;
}

#footer a {
color: #D9CE9A;
font-size: 10px;
padding-left: 2px;
padding-right: 2px;
text-decoration: none;
}


/*-------------------Boxmodell-----------------------
---------------------------------------------------*/
html {
	background-color: #1A1A1A;
}

#outerwrapper {
width: 100%;
background-color: #1A1A1A;
float:left;
}

#contentwrapper {
	width: 1000px;
	margin-right:120px;
	background-color: #F1A1A1A;
	margin: 0 auto;
}

#fixnav {
	width:300px;
	margin-left: 640px;
	text-align:center;
	height:30px;
	margin-top:5px;

}

/*---------------------------------------------------*/

#content {
float:left;
width: 1000px;
background-color: #D9CE9A;
}

#header {
	position:relative;
	height:340px;
	
}

#logo {
	position:absolute;
	top: 0px;
	left: -1px;
	height: 104px;
	width: 283px;
}

#headerimage {
	position:absolute;
	top: 30px;
	right: 30px;
	height:272px;
	width:539px; 
}

#mainnav {
	position:absolute;
	top:151px;
	left: 0px;
	width:970px;
	background-image: url(images/main_navi.jpg);
	background-repeat:repeat-x;
}

#mainnav1 {
	position:absolute;
	top:151px;
	left: 0px;
	width:970px;
	background-image: url(images/main_navi.jpg);
	background-repeat:repeat-x;
}

/*---------------------------------------------------*/

#contenttop {
	float:left;
	min-height:284px;
	margin-bottom: 15px;
}

#contenttopleft {
	float:left;
	width:297px;
}

#subnav {
	width:220px;
	margin-top:20px;
}


#contenttopright {
	float:right;
	width:703px;
}

#contenttopone {
	float:left;
	width: 303px;
	padding-left: 54px;
	padding-right:13px;
	padding-top:83px;
	background-image: url(images/titel_f.png);
	background-repeat:no-repeat;
	background-position: 0 30px;
	min-height:142px;
}

#contenttoptwo {
	float:right;
	width: 290px;
	padding-left:13px;
	padding-right:30px;
	padding-top:83px;
}

/*---------------------------------------------------*/

#contentbottom {
	background-color: #858066;
	float:left;
	width:1000px;
	padding-bottom: 15px;
}

#contentbottomleft {
	float:left;
	width:770px;
}

#leftcolwrapper {
	/* float:left; */
	width: 770px;
}


#contentone {
	float:left;
	padding-left: 15px;
	width:415px;
}

#contenttwo {
	float:left;
	padding-left:15px;
	width: 200px;
}


/*
#rightcolwrapper {
	float:right;
	width: 340px;
}

/* My Comment
#contentthree {
	float:left;
	padding-left: 15px;
	width:200px;
	padding-right: 125px;
}
*/

#contentbottomright {
	float:right;
	width:228px;
}

#bottomrightcolwrapper {
	border-left: 2px solid #000;
	margin-top: 15px;
	float:right;
}


#contentfour {
	float:left;
	width: 200px !important;
	width: 190px; /*IE 6*/
	padding-left: 15px;
	padding-right: 15px;
}
/*---------------------------------------------------*/

#footer {
	padding-top: 15px;
	float:left;
	width: 1000px;
	height:30px;
	text-align: right;
}

/*-------------------FORMULARE / NEWS / NEWSLETTER--
---------------------------------------------------*/

label {	font-size: 100%;}

form font{
	font-size: 100%;
	line-height: 150%;
}

.csc-mailform{	border: none;	padding: 0;}

.csc-mailform .csc-mailform-field input, .csc-mailform .csc-mailform-field textarea, form input, form textarea, form select {
	font-size: 12px;
	padding: 3px 15px 3px 2px;
	margin: 5px 2px 5px 0;
	background-color: #858066;
	border-style: none;
	width: 300px;
	border: 1px solid #493419;
}

form input[type=checkbox] {	
border: none;
}
.csc-mailform .csc-mailform-field textarea {
font-size: 12px;
}
.csc-mailform-field label, form label {	
display: block;
padding: 10px 0px 0px 0px;
font-size: 12px;
}

.csc-mailform .csc-mailform-field .csc-mailform-submit {
	font-size:12px;
	cursor: pointer;
	width: 100px;
	padding: 0;
	border: 1px solid #493419;
}



