* {
	margin:0;
	padding:0;
}

body {
	font-family: arial, sans-serif;
	font-size:14px;
	background-color:#fffdea;
  	color:#000000;	
	background-image:url(../pix/hintergrund.gif);
	background-repeat:repeat-x;
	background-position:0px 75px;
}
a{
	color:#000000
}
.clear {
	clear:both;
	float:none;
}

.ie_center {
	width:100%;
	height:100%;
}

#wrap {
	width:1140px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

img {
	border-width:0px;
}

#navigation {
	position: relative;
	margin-top:70px;
	padding-top:10px;
	padding-bottom:10px;
}

#navigation a {
	color:white;
	text-transform:uppercase;
	text-decoration:none;
	margin-right:12px;
	letter-spacing:1.1px;
	font-size:13px;
}
#navigation a#navigation_start {position: absolute; bottom: 76px; left: 0; color: #000000;}
#navigation a#navigation_kontakt {position: absolute; bottom: 76px; left: 55px; color: #000000;}
#navigation a#navigation_impressum {position: absolute; bottom: 76px; left: 127px; color: #000000;}

#navigation a.aktiv {
	font-weight:bold;
}

#bild{
	position:absolute;
	top:0px;
	right:0px;
}

#page{
	position:absolute;
	top:0px;
	left:0px;
}

#content {
	margin-top:60px;
	width:750px;
	line-height:17px;
	
}

h1 {
	font-size:26px;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:5px;
	margin-bottom:60px;
}

h2 {
	font-size:18px;
	margin-bottom:30px;
	margin-top:20px;
}

p {
	padding-bottom:20px;
}
.spalte1 {
	width:70px;
	vertical-align:top;
}


.divider {
	border-top:1px dotted #000000;
	height:1px;
	overflow:hidden;
}