@charset "UTF-8";
body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #000000;
}

#topbar {
	position: absolute;
	height: 100px;
	width: 100%;
	left: 0px;
	top: 0px;
}
#leftbar {
	position: absolute;
	height: 100%;
	width: 220px;
	left: 0px;
	top: 100px;
}
p {
	margin: 0px;
}
li {
	margin: 0px;
	padding-left: 0px;
}
ul {
	margin: 0px;
	padding-left: 15px;
}
.tabletitle {
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 15px;
	width: 30%;
	background-image: url(images/titlebar.gif);
	background-repeat: repeat-x;
}
.tablecontent {
	vertical-align: top;
	background-image: url(images/tabback.png);
	padding: 2px;
	width: 30%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #6395cf;
	border-bottom-color: #6395cf;
	border-left-color: #6395cf;
}
#rightbar {
	position: absolute;
	height: 100%;
	width: 250px;
	top: 100px;
	right: 0px;
	padding-left: 10px;
}
#content {
	position: absolute;
	height: 100px;
	left: 220px;
	top: 100px;
	right: 260px;
	bottom: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
}
.tablemargin {
	width: 5%;
}
#content .tablecontent a {
	color: #000000;
	text-decoration: none;
}
.summary {
	font-weight: bold;
	color: #333333;
}
#content h1 {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
}
#rightbar #Accordion3 .AccordionPanel .AccordionPanelContentSmall p {
	padding-left: 5px;
}
#content h2 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0px;
	color: #c41e3a;
}

#content h3 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0px;
	color: #c41e3a;
}

a:link {
	color: #1084c5;
}
#navbar {
	position: absolute;
	height: 20px;
	left: 0px;
	top: 80px;
	bottom: 0px;
	width: 100%;
	background-image: url(images/navback.gif);
	background-repeat: repeat-x;
}
#content .tablecontent a:hover {
	color: #6395cf;
	text-decoration: underline;
}
#content h4 {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 0px;
	margin-top: 10px;
}
table {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.rechts {
	float: right;
}
.right {
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;
}
