body {
	margin: 0px;
	padding: 0px;
	font-size : 12px;  
 	font-family : arial, sans-serif; 
  	font-weight : normal;
  	color: white;
  	background: url(layout_FILES/hintergrundkachel.gif);
}

#wrapper{
	height: 600px;
  	width: 936px;
  	position: absolute;
  	left: 50%;
  	top: 0px;
  	margin-left: -468px;
}

#header {
	position: absolute;
	left: 0px;
	top: 0px;
}

#nav {
	position: absolute;
	top: 10px;
	left: 10px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#subnav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#logo {
	position: absolute;
	left: 760px;
	top: 10px;
}

#main {
	position: absolute;
	top: 210px;
}

#border_1 {
	position: absolute;
	top: 210px;
	height: 1px;
	width: 100%;
	border-top: 1px dotted #c0c0c0;
}

#border_2 {
	position: absolute;
	top: 550px;
	height: 1px;
	width: 100%;
	border-top: 1px dotted #c0c0c0;
}

#footer_left {
	position: absolute;
	top: 560px;
	left: 10px;
	width: 610px;
	background: url(layout_FILES/content.gif);
}

#footer_right{
	position: absolute;
	top: 560px;
	left: 630px;
	width: 300px;
	background: url(layout_FILES/content.gif);
}

.footer-space {
	font-weight:bold;
	margin: 2px;
} 

.image_1 {
	position: absolute;
	left: 10px;
	top: 10px;
}

.content_1 {
	width: 300px;
	height: 320px;
	overflow: auto;
	position: absolute;
	left: 630px;
	top: 10px;
	background: url(layout_FILES/content.gif);
}	

.subnav_2 {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 300px; 
	height: 320px;	
}

.image_2 {
	position: absolute;
	left: 630px;
	top: 10px;
	background: url(layout_FILES/content.gif);
	width: 300px; 
	height: 320px;	
}	

.content_2 {
	overflow: auto;
	position: absolute;
	left: 320px;
	top: 10px;
	background: url(layout_FILES/content.gif);
	width: 300px; 
	height: 320px;
}	

.space {
	margin: 15px;
}

h1 {
	font-size: 14px;
	margin: 0px;
}

h2 {
	font-size: 14px;
	margin: 0px;
}

h3 {
	font-size: 13px;
	margin: 0px;
}

a {
	text-decoration: none;
	color: white;
	margin: 0px;
}