body {
	margin:auto;
	background:#B9C6DC;
	background-repeat:no-repeat;
	font-family:Arial,Helvetica,Verdana,sans-serif;
	font-size:10pt;
	color:#616161;
	text-align:center;
}

#outerContainer{
	margin:50px auto;
	margin-bottom:10px;
	width:770px;
	text-align:left;
}

#outerContainer img.logo{
	margin-left:316px;
	border:1px solid #B7B7B7;
	border-bottom:0;
	display:block;
}

#outerContainer #titleContainer{
	text-align:right;
	margin:0;
	padding:0;
	height:40px;
	line-height:40px;
	position:relative;
}

#outerContainer #titleContainer span{
	padding:0 160px 0 30px;
	border:1px solid #5F5F5F;
	border-bottom:0;
	color:#FFFFFF;
	font-size:26pt;
	font-style:italic;
	text-shadow:0 0 1px #FFFFFF;
}

#outerContainer #titleContainer img{
	position:absolute;
	right:5px;
}

img.banner{
	display:block;
	border-bottom:2px solid #2C3960;
}

div.innerContainer {
	background:#E3E1E1;
	border:1px solid #5F5F5F;
	margin-bottom:4px;
}


div.content{
	overflow:auto; /* Ohne Höhenangabe, damit float nicht Überagt */
	background:#EAEAEA;
	margin:35px 5px 5px 10px;
	padding:15px 5px 5px 20px;
	text-align:justify;
	border:1px solid #BCBCBC;
	line-height:15pt;
}

* html div.content{
	/* Für IE6, da float sonst überragt */
	height:100px;
	overflow:visible;
}

h1.contentTitle{
	margin:0px 0px 10px 10px;
	padding:5px 50px 5px 20px;
	background:url('contentTitleBackground.jpg') repeat-x #EAEAEA;
	border:1px solid #BCBCBC;
	border-bottom:0;
	position:relative;
	top:32px;
	white-space:nowrap;
	display:inline;
	font-size:16pt;
}

table.InformationTable img.EnlargeButton{
	display:inline;
	border:0px;
	width:auto;
}

table.InformationTable{
		float:right;
		width:312px;
		border-collapse:collapse;
		background:#F5F5F5;
		border:1px solid #BCBCBC;
		margin-left:10px;
}

table.InformationTable td, table.InformationTable th{
		border:1px solid #BCBCBC;
		padding:5px;
		text-align:left;
		font-family:arial;
		font-size:9pt;
		font-weight:normal;
}

table.InformationTable td{
		width:50%;
}

table.InformationTable img {
	display:block;
	border:1px solid #BCBCBC;
	width:143px;
}

table.InformationTable th img{
	width:300px;
}

h2{
	font-size:11pt;
	margin-bottom:5px;
	border-bottom:1px solid #BCBCBC;
	padding:0;
	padding-bottom:1px;
	font-weight:normal;
}

ul.LinkList, ul.LinkList ul{
	list-style-type:circle;
	padding-left:20px;
	border:1px solid #DCDCDC;
	border-right:0;
}

ul.LinkList{
	width:312px;
	background:#F5F5F5;
	border:1px solid #BCBCBC;
	margin-left:10px;
	padding:6px;
	padding-right:0;
	padding-left:30px;
}

div.InformationBox{
	padding:5px 10px;
	background:#F5F5F5;
	border:1px solid #BCBCBC;
}

ul.LinkList a{
	color:#616161;
}

ul.LinkList a:hover{
	text-decoration:none;
}

a.DutyLinks{
	color:#4747FF;
	text-decoration:underline;
}

a.DutyLinks:hover{
	text-decoration:none;
}
