* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(../images/wp_damask_116.jpg);
	background-color: #704348;
	color: #004684;
	font-family: Verdana, Arial, Helvetica;
	font-size:13px;
	margin-bottom: 10px;
}

html > body div#wrapper {
	margin: 10px auto;
	width: 758px;
	height: 738px;
	background-image: url(../images/bg-content-gesamt.png);
	background-repeat: no-repeat;
}

* html div#wrapper {
	margin: 10px auto;
	width: 758px;
	height: 738px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='../images/bg-content-gesamt.png');
}

div#header {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: 379px 3px;
	width: 758px;
	height: 241px;
	padding: 2px 0 0 4px;
}

div#navigation {
	background-image: url(../images/bg-menu.jpg);
	background-repeat: none;
	font-family: Times New Roman, Arial, Helvetica;
	font-style: italic;
	text-transform: uppercase;
	width: 375px;
	height: 455px;
	background-color: #C6CFD8;
	float: left;
	margin-left: 5px !important;
	margin-left: 2px;
	position: relative;
}

div#navigation ul {
	margin: 40px 0 0 40px;
	width: 200px;
}

div#navigation li {
	list-style-type: none;
	height: 29px;
	padding-top: 4px;
	background: url(../images/linie.png) no-repeat 0 28px;
}

div#navigation a {
	display: block;
	padding-left: 30px;
	font-size: 16px;
	font-weight: bold;
}

div#navigation a:first-letter {
	font-size:21px;
}

div#navigation a, div#navigation a:link, div#navigation a:visited {
	color: #704348;
	text-decoration: none;
}

div#navigation a:hover, div#navigation a.act {
	background: url(../images/grieche.gif) no-repeat 3px 0;
}

div#content {
	font-family: Times New Roman, Arial, Helvetica;
	background-color: #E5E8EB;
	width: 324px !important;
	width: 310px;
	height: 411px;
	margin-left: 380px !important;
	margin-left: 375px;
	padding: 43px 13px 0 30px;
	position: relative;
}

div#content h1 {
	font-family: Times New Roman, Arial, Helvetica;
	font-style: italic;
	text-transform: uppercase;
	color: #704348;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 15px;
}

div#content p {
	margin-bottom: 10px;
}

div#content a:link, div#content a:visited, div#content a:focus, dix#content a:hover {
	color: #704348;
	text-decoration: none;
	border-bottom: 1px solid #704348;
}

div#content span.big{
	font-size: 22px;
}

div#content .imageblock{
	width: 103px;
	float: left;
	margin-right: 4px;
}

div#content .imageblock p {
	font-size: 11px;
	text-align: center;
}

div#content .imageblock a , div#content .imageblock a img{
	border: none;
}

div#footer {
	font-family: Times New Roman, Arial, Helvetica;
	position: relative;
	width: 723px;
	height: 27px;
	margin-left:4px;
	background-color: #C6CFD8;
	color: #000;
	padding: 13px 0 0 27px;
}

div#footerright {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 347px;
	height: 30px;
	background-color: #1B2542;
	color: #fff;
	padding: 10px 0 0 27px;
}

div#footerright p {
	margin-left: 8px;
}

span.phonenumber {
	font-size: 15px;
}

/*Mailformular*/

.csc-mailform {
	border: none;
	padding: 0;
}

.csc-mailform-field label{
	display: block;
	font-size: 12px;
	padding: 3px 0 3px 0;
	margin-bottom: -2px;
}

.csc-mailform-field input, textarea{
	background-color: #e5e8eb;
	border: 1px solid #0b4380;
	color: #004684;
	font-size: 12px;
	padding: 2px 0 2px 2px;
}

.csc-mailform-submit {
	margin-top: 10px;
}

