/* copyright ArtProLog 2007 Ursula Bartels */

/* BODY */
body							{
	color: #666;
	font-size: 0.75em;
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	background-color: white;
	background-image: url(../images/layout/freestyle/pattern.jpg);
	background-repeat: repeat;
	background-position: left top;
	text-align: center;
	margin: 0;
	padding: 0    }
	
/* PRE FORMAT */
p,pre							{ margin: 0 }
img								{ border-style: none }
ul								{
	list-style-image: url("../images/misc/pfeil_grau.gif");
	margin: 0px;
	padding: 0px;
}
						
h1,h2,h3,h4						{ font-weight: bold;  padding: 0}
h1								{ font-size: 1.5em; text-transform: uppercase; margin-top: 5px; margin-bottom: 5px }
h2								{ font-size: 1.2em; margin: 0 }
h3								{ font-size: 1.1em; margin: 0 }
h4								{ font-size: 1em; margin: 0 }

/* LINK */
a,
a:link,
a:visited,
a:hover,
a:active						{ color: #873C20; text-decoration: none }
a:hover 						{ text-decoration: underline;}

/* CLASSES */
.pb								{ font-weight: bold }
.pbrot							{ font-weight: bold; color: #873C20;}
.clearer						{ clear: both }
.separator						 { margin-top: 10px; margin-bottom: 10px; height: 1px; border-top: 1px dashed #fff; clear: both }
/* LOGO PRINT*/
#printbox						{ display: none}

/* CONTAINER */
#containerbox {
	background-color: #fff;
	height: 100%;
	margin: auto;
	text-align: left;
	width: 955px;
}

#container {
	background-color: #fff;
	height: 100%;
	position: relative;
	top: 0;
	width: 955px;
	z-index: 100; }
#brgd {
	background-color: #f0ece4;
	height: 100%;
	position: absolute;
	top: 0;
	width: 955px;
	z-index: 10;
}
/* TOP */
#top1,#top2	      				{ width: 955px; height: 79px }
#top1							{ background-image: url("../images/layout/freestyle/top1.jpg"); background-repeat: no-repeat; background-position: left top; margin-bottom: 1px }
#top2							{ background-image: url("../images/layout/freestyle/top2.jpg"); background-repeat: no-repeat; background-position: left top; height: 170px }

/* NAVIGATION */
#navigation						{
	text-align: left;
	margin-top: 15px;
	width: 955px;
	height: 25px  }
#navigation-bottom   			{ background-color: #873c20; margin-bottom: 1px; height: 5px }


/* CONTENT */
#contentbox1					{ background-color: #f0ece4; background-image: url("../images/layout/freestyle/bgrd_content.jpg"); background-repeat: no-repeat; background-position: left top; text-align: left; width: 955px; min-height: 304px }
*html #contentbox1				{ height: 304px }

#contentwrap					{ width: 955px;}
#contentrechtswrap				{ display: none }

#content						{ padding: 10px 30px; }

#content li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

/* FOOTER */
#footer							{ font-size: 0.9em; text-align: left; margin-top: 10px; margin-bottom: 20px; margin-left: 30px }

/* FORM */
csc-mailform, form 				{ margin-left: 0px}
label							{ font-weight: normal; text-align: left; display: block; margin-right: 0px; margin-bottom: 0px; width: 160px; float: left }
.csc-mailform-field 			{ clear: left}
form,fieldset					{ border-width: 0; margin: 0; padding: 0 }
input,textarea,select			{ color:#666; font-size: 11px; background-color: #fff; width:160px; margin-bottom: 5px; padding: 1px; border: solid 1px #666}
.csc-mailform-submit   			{ display: block; margin-top: 3px; width:164px; margin-left: 0px }