/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
 font-size: 13px;
	background: url(../images/stripeGrayFade.png) repeat-x;
}

a { 
	color: #465E38; 
	text-decoration: none;
}

a:hover { 
	color: #303D29; 
	text-decoration: none;
}


#wrapper { 
 margin: 25px auto;
 width: 822px;
}
#header {
 width: 820px;
 height: 200px;
 color: #f55027;
 padding: 0px;
 border: 1px solid #ccc;
 margin: 10px 0px 2px 0px;
 background: #303d29 url(../images/header.png) no-repeat;

}
#header p{
	color: #fff;
	font-size: 15px;
	text-transform: none;
	letter-spacing: 1px;
}

/*  ------------------------ HAUPT- UND SUBMENUE ----------------------- */
	
#menu_1 { 
width: 800px;
height: 10px;
 color: #535353;
 padding: 5px 10px 10px 10px;
 border: 1px solid #ccc;
 margin: 0px 0px 5px 0px;
 background: url(../images/menuback.png) repeat-x;
white-space: nowrap;
}

#menu_1 a {
	text-decoration: none;
	color: #333;
	 margin: 0px 20px 5px 0px;
	 float: left;
}

#menu_1 a:hover {
	
	float: left;
	color: #212121;
}


.menu_1-level1-act a {
	float: left;
}

		
	
.content { 
 width: 800px;
 color: #333;
 border: 1px solid #ccc;
 background: #f3f3f3;
 margin: 0px 0px 5px 0px;
 padding: 10px;
}

h3 {
	font-size: 14px;
}

h2 {
	font-size: 15px;
}

h1 {
	font-size: 16px;
	padding: 5px 0px 10px 0px;
	
}

/* -------------------------- content tables ----------------------------- */

.external-link-new-window img {
	border-style: none;
}

.contenttable img {
	border-style: none;
}

table.pictable {
	margin-left: 30px;
}

TD.pictdtable {
	border-bottom: 1px solid #cacaca;
	padding: 15px 20px 15px 15px;
	text-align: center;
	
}

table.cleantable {
	margin-left: 30px;

}

TD.clean {

    border-style: none;
	text-align: left;
	padding: 10px 20px 10px 15px;
}



/* -------------------------- Kontaktormular ----------------------------- */

fieldset.csc-mailform {
	border: 0;
}

fieldset.csc-mailform .csc-mailform-field label {
	display:  block;
	font-weight: bold;
}

fieldset.csc-mailform #mailformname,
fieldset.csc-mailform #mailformemail, 
fieldset.csc-mailform #mailformmessage {
	color: red;
}

#footer {
 width: 800px;
 
 color: #333;
 padding: 11px;
 margin: 0px 0px 5px 0px;
	font-size: 10px;
	text-align: center;
}

