body {
	width:100%;
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

#Head {
        display:none;
	width:950px;
	height:195px;
	margin:0px auto;
	background-image: url(../grafik/bg/kopf.jpg);
	background-repeat: no-repeat;
	border-right:1px solid #B2B6D9;
}
#HeadPrint {
	width:650px;
        height:110px;
        border-bottom:1px solid #1A3989;
        margin-bottom:10px;
}
#NaviLeiste {
        display:none;
	width:950px;
	height:32px;
	padding-top:10px;
	margin:0px auto;
	background-image: url(../grafik/bg/bg1.jpg);
	background-repeat: no-repeat;
	border-right:1px solid #B2B6D9;
}
#BreadcrumpLeiste {
	width:650px;
	height:36px;
	margin:0px;
}
#BreadcrumpLeiste a {
	color:#000000;
	text-decoration: none;
}
#Pfad {
	margin-left:0px;
}
#Pfad a {
	display:block;
	color:#000000;
	text-decoration: none;
}
#Content {
	width:650px;
	min-height:450px;
	margin:0px;
}
#ContentLinks {
        display:none;
	float:left;
	width:209px;
	padding-left:20px;
	min-height:400px;
	color:#1A3989;
}
#Content680 {

	width:650px;
	margin:0px;
}
#Content680 a {
	color:#000000;
	text-decoration: none;
}
#ContentHead {
	float:left;
	width:650px;
	margin:0px;
}

#Content345 {
	float:left;
	width:330px;
	margin-left:0px;
}
#Content345 a {
	display:block;
	color:#000000;
	text-decoration: none;
}

#Content300 {
	float:left;
	width:300px;
	margin-left:20px;
	min-height:400px;
	/*background-color:#CCCCCC;*/
}
#Content300 a {
	display:block;
	color:#000000;
	text-decoration: none;
}

#Footer {
        display:none;
	width:940px;
	padding-right:10px;
	text-align:right;
	font-size:12px;
	height:18px;
	padding-top:2px;
	margin:0px auto;
	background-color:#1A3989;
	color:#FFFFFF;
	border-right:1px solid #1A3989;
}

/* ++++++++++++++  TEXT  ++++++++++++++++ */
h1 {
	margin-top:0px;
	margin-bottom:8px;
	font-size: 18px;
	font-weight: bold;
	color:#980003;
}
h2 {
	margin-top:0px;
	margin-bottom:5px;
	font-size: 16px;
	font-weight: bold;
	color:#1A3989;
}
h3 {
	margin-top:0px;
	margin-bottom:3px;
	font-size: 14px;
	font-weight: bold;
	color:#000000;
}
p {
        margin-top:0px;
        margin-bottom:0px;
}
/* ++++++++++++++  BILDER ++++++++++++++++ */
.Bildrahmen {
	width:10px;
	border: 1px solid #B2B6D9;
	margin-bottom:5px;
}
/* ++++++++++++++  ANKER ++++++++++++++++ */
a {
	color:#000000;
	text-decoration:none;
}

/* ++++++++++++++  MISC  ++++++++++++++++ */
.clear {
	clear:both;
}
hr {
	border: 1px solid #B2B6D9;
	height:1px;
}