/*
Schriften:
font-family: 'Sorts Mill Goudy', Georgia, Times, serif;
font-family: 'Ruthie', cursive;
font-family: 'Open Sans', Verdana, Arial, sans-serif;
font-family: 'Open Sans Condensed', Verdana, Arial, sans-serif;

*/

html {
	margin:0;
	padding:0;
}
a, a:hover {color:#EFEDD3; text-decoration:underline;}
body {
	background: url("../images/site/bg1.jpg") repeat fixed 0 0 transparent;
	
}
#header {
  height: 125px;
  margin: 30px 0 0;
  position: relative;
}
#header-claim {
  color: #EFEDD3;
  font-family: 'Sorts Mill Goudy', Georgia, Times, serif;
  font-size: 30px;
  position: absolute;
  right: 1px;
  top: 55px;
}
#logo {
	background: url("../images/site/logo.png") no-repeat scroll center center transparent;
	width:270px;
	height:121px;
	position:absolute;
	top:0px;
	z-index:9999;
}
#wrapper_main {
	/*background: url("../images/site/teaser.jpg") no-repeat scroll center center #fff;*/
    margin:0px auto 0;
    width: 1000px;
}

#cont_slider {
	border:5px solid #EFEDD3;
	margin-bottom:40px;
}
#footer {
	color:#EFEDD3;
	float:left;
	font-family: 'Sorts Mill Goudy', Georgia, Times, serif;
	font-size:14px;
}
#footer_left {
	color:#EFEDD3;
	float:right;
	text-align:right;
	font-family: 'Sorts Mill Goudy', Georgia, Times, serif;
	font-size:14px;
}