@charset "UTF-8";

html{
	color:#000;
	background:#FFF;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,address {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 13px;
	line-height: 16px;
}

/* LAYOUT */

#container {
	position:absolute;
	width: 960px;
	clear:both;
	margin: 40px 0 50px 50px;
	padding: 0;
}

#header {
	width:960px;
	height:120px;
}

#main {
	width:640px;
	float:left;
	min-height:510px;
	padding-bottom: 50px;
}

#sidebar {
	width:300px;
	float:right;
	}

#footer {
	width:960px;
	position:relative;
	clear:both;
	margin: 20px 0 0 20px;
}


/* ELEMENTS */

#bereich1 {
	margin: 0 0 32px 0;
}

#bereich2 {
	margin: 0 0 16px 0;
}

#bild {
	margin: 32px 0 64px 0;
}


/* TYPOGRAPHY */

a:link, a:visited, a:active, a:hover {
	color: #000;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	margin: 32px 0 16px 0;
}

h3 {
	font-size: 13px;
	font-weight: normal;
	margin: 0 13px 0 0;
	float: left;
}

p {
	margin-top: 0px;
	margin-bottom: 16px;
}

p.last {
	margin-bottom:64px;
}

.first {
	margin-top: 0px;
}

ul {
	list-style-type: none;
	margin-bottom: 5px;
}

li {
	position: relative;
	margin-left: 60px;
}

li.first {
	position: relative;
	margin: 8px 0 0 60px;
}