/* @group Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}

:focus {
	outline: 0;
}

a img, :link img, :visited img {
	border: none;
}

body {
	line-height: 1;
	color: #000;
	background-color: #fff;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* @end */

/* @group HTML */

body {
	background-color: #fff;
	color: #000;
	font: 12px/16px Verdana, Arial, sans-serif;
}

em {
	font-style: italic;
}

h2 {
	font-size: 18px;
	line-height: 21px;
}

a.no_style {
	color: #000;
	text-decoration: none;
}

hr {
	color: #000;
	border: #000;
	height: 1px;
	background-color: #000;
	margin: -5px 0;
}

/* @end */

/* @group Container */

div#main_container {
	width: 1024px;
	min-height: 768px;
	height: 768px;
	position: relative;
	background: transparent url(../images/bg_linien_main.png) repeat scroll left 84px;
	overflow: visible;
	margin-left: 77px;
}

div.home {
	background: url(../images/bg_linien_main.gif) no-repeat !important;
}

div#navigation {
	width: 155px;
	height: 341px;
	float: left;
	margin: 21px 0 0 44px;
	background: #FFF url(../images/bg_menu.gif) repeat-x;
	text-align: left;
}

div#navigation_content {
	padding: 23px 0 0 10px;
}

div#navigation_content a {
	color: #000;
	text-decoration: none;
	line-height: 22px;
}

div#navigation_content a:hover {
	text-decoration: line-through;
}

div#navigation_content a.active {
	font-weight: bold;
}

div#content_container {
	width: 765px;
	float: left;
	margin-top: 21px;
	background-color: #FFF;
}

div#block {
	width: 100%;
	height: 21px;
	background-color: #000;
}

div#content {
	width: 100%;
	height: 665px;
}

div#titel_container {
	background-color: #FFF;
	height: 84px;
}

div#titel_container img {
	padding-top: 26px;
}

div#spalte1 {
	float: left;
	width: 425px;
	margin-right: 20px;
}

div#spalte2 {
	float: left;
	width: 265px;
}

div#top {
	float: left;
	width: 6px;
	margin: 0px 0px 10px 15px;
}

/* @end */
