* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 77%;
	color: #444;
	background-color:#ffdab9;
}

h1, h2, h3 {
	color: #E48E2E;
}

p, blockquote{
	margin-bottom: 1.8em;
	line-height: 1.3;
}


a:hover {
	text-decoration: none;
	color: #b22222;
}

/***************************HEAD****************/
#head{
margin-top:44px;
}


/* Columns */

#left {
	float: left;
	width: 29%;
	margin:0;
	text-align:right;
	padding:1em 0;
	
}

#left a {
	font-size: 0.9em;
	font-weight:bold;
	color: #555;
	text-decoration: none;
	padding:0 0.7em;
	
}


#left a:hover, #right a:hover, footer a:hover {
	text-decoration: none;
	color: #666;
}

#left .active, #right .active, #footer .active {
  color: #777;
}



#center {
	float: left;
	margin: 0;
	width:243px;
	border:1px #bbb solid;
}



#right {
	float: left;
	margin:3em 0;
	width:20%;
}

#right a {
	font-size: 0.9em;
	font-weight:bold;
	color: #555;
	text-decoration: none;
	padding:0 0.7em;
}

#left ul, #right ul {
	
	list-style-position: inside;
	
}

#left li {
	margin:0;
	list-style-type:none;
	padding:0.5em 0 0.4em 0;
	background:transparent url(images/button/bg_but_left.gif) right bottom no-repeat;
	
}
#right li {
	margin:0;
	list-style-type:none;
	padding:0.5em 0 0.4em 0;
	background:transparent url(images/button/bg_but_right.gif) left bottom no-repeat;
	
}

/***************************INHALT****************/
#content {
	margin: 0 10% 0 30%;
	border-bottom:0 solid #FFF;
	padding:0 10em 1em 0;
}

#content h1{
	font-size:1.1em;
	font-weight:bold;
	padding-bottom:1em;
}

#content a{
	color:#A46219;
	font-size: 100%;
	font-weight:bold;
	text-decoration:none;
}

#content a:hover{
	color:#E48E2E;
	font-size: 100%;
	font-weight:bold;
	text-decoration:underline;
	
}


#content ul{
	margin-bottom: 1.8em;
	line-height: 1.3;
}

#content li span{
	margin-top: 1.8em;
	list-style-type:none;
	font-weight:bold;
}


/* Footer */

#footer {
	margin:11px 1% 0 29%;
	border:1px solid #FFF;
}

#footer p {
	margin: 0;
	padding: 20px 1em 1em 1em;
	font-weight:bold;
	color:#777;
	font-size:0.9em;
	
}
#footer a{
	font-size: 100%;
	font-weight:bold;
	color: #555;
	text-decoration: none;
}



/*************************spezial******************/

.csc-mailform { border:none; }
.csc-mailform-field label {
  display: block;
  margin-top: 15px;
}

