/**************************/
/********* basics *********/
/**************************/
html {
	overflow: hidden;	/* keine Scrollbalken in IE < 8 */
}
body {
    color: #000;
    background: #fff;
    padding: 0;
    margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
}

/********* Textformatierung *********/
p,h1,h2,h3,ul,li {
	color: #4f4339;
	padding:  0px 0px 0px 0px;
}
p,h3 {
	font-size: 14px;
	line-height: 20px;
	margin-bottom:40px;
}
ul,li {
	font-size: 14px;
	line-height: 20px;
	margin-left: 10px;
}
h1,h2 {
	font-size: 14px;
	font-weight:bold;
}
.fett {
	font-weight:bold;
}
.bullet{
	font-size: 35px;
	font-weight:bold;
	vertical-align:bottom;
}
.bullet_small{
	font-size: 9px;
	vertical-align:middle;
}

.logo_home {
	margin:0px 0px 25px 0px;	
}
.logo {
	margin:0px 0px 25px 26px;	
}
.navi {
	margin-bottom:14px;	
}
.first_line {
	margin: 0px 0px 0px 0px;
}
.first_hdl_left {
	margin: 45px 60px 0px 100px;
}
.hdl_left {
	margin: 20px 60px 0px 100px;
}
.p_left {
	margin: 0px 60px 0px 100px;
}
.p_left_scroll {
	margin: 20px 0px 0px 0px;
}
.content{
	margin: 0px 0px 5px 0px;
}
.highlight {
	font-weight:bold;
}



/********* Links *********/
a:link {
	color:#fff;
	font-weight:bold;
	text-decoration: none;
}
a:visited {
	color:#fff;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color: #4f4339;
	font-weight:bold;
	text-decoration: none;
}
/********* Content Links *********/
a.content_link:link {
	color:#4f4339;
	font-weight:bold;
	text-decoration: none;
}
a.content_link:visited {
	color:#4f4339;
	font-weight:bold;
	text-decoration: none;
}
a.content_link:hover {
	color: #4f4339;
	font-weight:bold;	
	text-decoration: none;
}

/*************************************/
/**********`` Grundflaeche ***********/
/*************************************/
/********* mittenzentriertes 1px-DIV *********/
#centerpx {
    width: 1px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: visible;
}
/********* zentrierte Grundflaeche *********/
#centerbox {
    position: absolute;
	background-color: #fff;
	background-image:url(images/schatten.gif);
	width: 956px;
    height: 560px;
	left: -478px; 		/* width/2 + padding + margin + 2*border-width */
    top: -280px;		/* height/2 + padding + margin + 2*border-width */
	padding: 10px;
    margin: 0px;
}

/********* Datenschutz *********/
#datenschutz {
	background-color: #fff;
	width: 934px;
    height: 40px;
	clear: both;
	padding: 0px 0px 0px 25px;
	/* border:thin solid black; */
}

