@charset "utf-8";
/* CSS main style */

* {
	margin: 0;
	padding: 0;
	border:none;
}

html {
	height:120%;
}

body {
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	min-width: 1000px;
	background: #FFFFFF url(grafik/bg_content.gif) top center repeat-y;
}

p {
	margin-bottom:10px;
}

a {
	color:#af8666;
	text-decoration:none;
}

a:hover {
	color:#af8666;
	text-decoration:underline;
}

td {
	font-size:12px;
}


h1,h2,h3,h4,h5,h6 {
	margin-bottom:15px;
}

h1 {
	font-size:24px;
}

h2 {
	font-size:22px;
}

h3 {
	font-size:20px;
}

h4 {
	font-size:18px;
}

h5 {
	font-size:16px;
	color:#af8666;
}

h6 {
	font-size:14px;
}

ul {
	margin-left:10px;
	margin-bottom:10px;
}

li {
	margin-left:10px;
}

p.csc-frame-frame2 {
	padding:10px;
	background-color:#af8666;
	border: 1px solid #ffffff;
}

.clear {
	clear: both;
}


#container {
	margin:0 auto;
	width: 1000px;
	height:100%;

}

/* header section */
#header {
	width: 100%;
	overflow: hidden;
	height: 15px;
	position: relative;
	background-color:#af8666;
	text-align:right;
}

#header a {
	color:#ffffff;
	font-size:11px;
	margin-right:10px;
}

/* toolbox section */
#menu {
	margin-top:20px;
	margin-left:15px;
	overflow: hidden;
	width: 100%;
	height: 20px;
	list-style-type: none;
}

#menu li {
	float:left;
	margin:0 3px 0 3px;
}

#menu li a {
	color:#ffffff;
	display:block;
	text-decoration:none;
	font-size:12px;
}

#menu li a:hover {
	color:#af8666;
}

/* content section */
#content {
	width: 1000px;
	overflow:hidden;

}

#links {
	width: 550px;
	float: left;
	padding-left:50px;
}

#inhalt {
	padding: 20px;
}

#rechts {
	float: right;
	width:399px;
	color:#af8666;
	background: #FFFFFF url(grafik/logo.jpg) top center no-repeat;
}

#rechts h2 {
	color:#f8b65b;
	font-size:22px;
}


#box {
	margin:125px 0 30px 40px;
}

#galerie div.tx-rgsmoothgallery-pi1 {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}


/* footer section */
#footer {
	position:fixed;
	left:50%;
	width:1000px;
	margin-left: -500px;
	height : 144px;
	bottom:0;
	z-index:5;
}

#footer_top {
	height: 122px;
}

#footer_bottom {
	color: #FFF;
	font-size: 12px;
	height: 22px;
	text-align: center;
	background-color: #af8666;
	padding-top:8px;
}

#footer_bottom a {
	text-decoration:none;
	color:#ffffff;
}

#footer_bottom a:hover {
	color:#7cbb98;
}


/* form section */
.csc-mailform {
	margin:10px 0 0 0;
	padding:0;
	border:none;
}

.csc-mailform-field {
	margin:5px 0 0 0;
	padding:0;
}

.csc-mailform-field input, select {
	border: 1px solid #af8666;
}

.csc-mailform-field label {
	width: 120px;
	padding: 0px;
	float: left;
}
