
body{
	width:100%;
	height:100%;
	border:0px;
	margin:0px;
	padding:0px;
	background:#fcf0c5;
	font-family: 'Libre Baskerville', serif;
	font-size:0.9em;
	color:#33333f;
}

a, a:link, a:visited, a:active{text-decoration:none;color:#33333f;font-weight:800;}
h1{
	font-size:1.4em;
}

.block{
	margin:0px 0px 20px 0px;
}

#outer_frame{
	width:100%;
	height:100%;
}

#inner_frame{
	width:1000px;
	margin:20px auto 0px auto;
}
#imagefooter{width:1000px;height:200px;background:url('../images/allover/footerimage.jpg') no-repeat left;overflow:hidden;padding:10px 0px 0px 0px;}
#header_immage{
	width:1000px;
	height:300px;
	background:url('../images/allover/header.jpg');
}

#logo_part{
	width:1000px;
	height:100px;
	margin:20px auto 0px auto;
	background:url('../images/allover/im-steinbuehl.png') no-repeat left;
}

#header_immage_2{
	position:relative;
	z-index:+100;
	height:340px;
	-moz-box-shadow:    0px 5px 10px 0px #000;
  -webkit-box-shadow: 0px 5px 10px 0px #000;
  box-shadow:         0px 5px 10px 0px #000;
}
#content_part{
	width:1000px;
	overflow:hidden;
	padding:20px 0px 0px 0px;
}

#left{
	width:260px;
	float:left;
}

#middle{
	width:440px;
	margin:0px 20px 0px 20px;
	float:left;
}

#middle_impressum{
	width:440px;
	margin:0px 20px 0px 20px;
	float:left;
	display:none;
}

#right{
	width:260px;
	float:left;
}

.middle_block{
	width:440px;
	margin:10px 0px 10px 0px;
}


form {
    margin: 0px;
}
fieldset.csc-mailform {
    border: medium none;
	padding: 0;
}
input.field:focus {
    background: none repeat scroll 0 0 #545454;
}
.csc-mailform-field {
    margin: 5px 0;
    width: 260px;
}
.csc-mailform-field input, .csc-mailform-field textarea {
    float: right;
    width: 260px;
}
.csc-mailform-field input.csc-mailform-submit {
    margin: 5px;
	padding:5px;
    width: 80px;
}
.csc-mailform-field label {
    font-size: 13px;
    height: 30px;
    margin: 0 10px 0 0;
    overflow: hidden;
    width: 50px;
}


small{display:none;}