body {
	margin: 0px;
	padding: 0px;
	background: url(images/bg.gif) repeat-x;
}

/* container */
#main {
	margin: 0;
	width: 996px;
}

#left {
	float: left;
	width: 520px;
}

#right {
	float: right;
	width: 476px;
}

#left_top {
	height: 135px;
	background: url(images/bg_left_top.gif) no-repeat;
}

#right_top {
	height: 117px;
	background: url(images/bg_right_top.gif) no-repeat;
}

#left_content {
	padding-left: 116px;
	padding-bottom: 50px;
}

#right_content {
	padding-left: 15px;
	padding-bottom: 50px;
}

#right_content2 {
	padding-top: 0px;
	margin-top: 0px;
	padding-left: 15px;
	height: 318px;
}


#spacer_left {
	height: 115px;
}

#spacer_right {
	height: 133px;
}

#bottom {
clear:both;
	height: 56px;
	width: 100%;
	background: url(images/bg2.gif) repeat-x;
}

#bottom_banner {
	height: 56px;
	width: 996px;
	background: url(images/bg_bottom.gif) no-repeat;
}

/* TEXT */
a {
	text-decoration: none;
	color: #003366;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
	line-height: 18px;
}

p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	line-height: 18px;
}

.grau {
	color: #999999;
	
}.grauKlein {
	color: #999999;
	font-size: 12px;
	line-height: 14px;
}

.intropix {
	position: relative;
}

#logo-dav {
	position: absolute;
	bottom: 0;
	left: 0;
}
