/*Grunddefinition, Hintergrund und Container fuer Zentrierung*/

* {
	margin: 0px;
         padding: 0px;

         text-align: left;
}

BODY {
	background-image: url(gfx/verlauf.jpg);
         background-position: top;
         background-repeat: repeat-x;
         background-color: #F8CAAD;

         text-align: center;
}


/*Gestaltung Inhalt*/

#inhalt {
	width: 550px;
         margin: auto;
         margin-top: 25px;
}

#inhalt H1, H2, P, A, LI, TD, #inhalt .csc-textpic-caption, INPUT, LABEL, TEXTAREA {
         font-family: verdana, sans-serif;
         font-size: 12px;
}

#inhalt H1 {
	font-size: 17px;
         line-height: 150%;
	background-repeat: no-repeat;
         background-position: left 13px;
         padding-top: 15px;
	margin-top: 0px !important;
         margin-top: 20px;
}

#inhalt H1 STRONG {
	visibility: hidden;
}

#inhalt H2 {
	font-size: 14px;
         color: #F58345;
         padding-top: 7px;
}

#inhalt P {
	line-height: 150%;
         margin-bottom: 10px;
         margin-top: 10px;
}

#inhalt A {
	font-weight: bold;
         color: #F58345;
}

#inhalt A:HOVER {
	text-decoration: none;
}

#inhalt UL {
	margin-left: 30px;
         font-weight: bold;
}

#inhalt UL LI {
	line-height: 150%;
         padding-bottom: 7px;
}

#inhalt .csc-textpic IMG {
         margin-top: 30px;
}

#inhalt .csc-textpic-imagewrap {
	margin-top: -35px;

}

#inhalt .csc-textpic-text {
	margin-top: 0px;
}

#inhalt .csc-textpic-caption {
	font-size: 11px;
         margin-top: 3px;
         margin-bottom: 2px;
}

#inhalt .csc-textpic-intext-left-nowrap .csc-textpic-imagewrap, #inhalt .csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
	padding-top: 6px;
}

#inhalt FORM {
	margin-left: 50px;
}

#inhalt .csc-mailform-field {
	margin-top: 15px;
}

#inhalt INPUT, #inhalt TEXTAREA, #inhalt SELECT {
	display: block;
         width: 494px;
         padding: 3px;
         border: 1px solid #EA813F;
}

#inhalt SELECT {
	width: 500px;
         margin-bottom: 15px;
}

#inhalt INPUT.csc-mailform-check, #inhalt INPUT.csc-mailform-radio {
         float: left;
         width: 15px;
         border: 0px;
         text-align: left;
         margin: 0px 7px 0px 0px;
}

#inhalt INPUT.csc-mailform-check {
	height: 15px;
}

#inhalt INPUT.csc-mailform-radio {
	height: 15px;
         margin-top: 4px;
}

#inhalt fieldset label {
	line-height: 180%;
}

#inhalt fieldset legend {
	display: none;
}

#inhalt fieldset {
	border: 0px;
}


* html #inhalt INPUT {
	height: 22px;
}

#inhalt INPUT.csc-mailform-submit {
	text-align: center;
         font-weight: bold;
         width: 150px;
         margin-left: 350px;
         margin-bottom: 20px;
         background-color: #C60E12;
         color: white;
         border: 0px;
         align: right;
}

#inhalt LABEL {
	display: block;
         margin-bottom: 3px;
         font-weight: bold;
}


#inhalt TABLE {
	width: 600px;
	margin-top: 10px;
	margin-bottom: 15px;
         margin-left: 10px;
         font-size: 12px;
         line-height: 130%;
         background-color: transparent;
}

#inhalt TH, #inhalt THEAD TR TD {
	background-color: #F58345;
	font-weight: bold;
	color: white;
	padding: 5px;
	vertical-align: top;
         font-size: 12px;
         line-height: 130%;
}

#inhalt THEAD TR TD P {
	font-weight: bold;
	color: white;
	margin: 0px;
	padding: 0px;
         font-size: 12px;
         line-height: 130%;
}

#inhalt TD P {
   	margin: 0px;
   	padding: 0px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
	line-height: 130%;
}

#inhalt TD {
	background-color: white;
	padding: 5px;
	vertical-align: top;
         font-size: 12px;
         line-height: 130%;
}

#inhalt BLOCKQUOTE {
	margin-left: 30px;
}





