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

#Head {
	width:950px;
	height:195px;
	margin:0px auto;
	background-image: url(../grafik/bg/kopf.jpg);
	background-repeat: no-repeat;
	border-right:1px solid #B2B6D9;
}
#HeadPrint {
	display:none;
}
#NaviLeiste {
	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:686px;
	height:36px;
	padding-top:12px;
        padding-left:264px;
	margin:0px auto;
	background-image: url(../grafik/bg/bg2.jpg);
	background-repeat: no-repeat;
	border-right:1px solid #B2B6D9;
}
#BreadcrumpLeiste a {
	color:#1A3989;
	text-decoration: none;
}
#BreadcrumpLeiste a:hover {
	color:#980003;
	text-decoration: none;
}
#Pfad {
	margin-left:264px;
}
#Pfad a {
	display:block;
	color:#1A3989;
	text-decoration: none;
}
#Pfad a:hover {
	display:block;
	color:#980003;
	text-decoration: none;
}
#Pfad a.aktiv {
	display:block;
	color:#980003;
	text-decoration: none;
}
#Content {
	width:950px;
	min-height:450px;
	margin:0px auto;
	background-image: url(../grafik/bg/content.jpg);
	background-repeat: repeat-y;
	border-right:1px solid #B2B6D9;

}
#ContentLinks {
	float:left;
	width:209px;
	padding-left:20px;
	min-height:400px;
	color:#1A3989;
}
#ContentLinks a {
	display:block;
	color:#1A3989;
	text-decoration: none;
}
#ContentLinks a:hover {
	display:block;
	color:#980003;
	text-decoration: none;
}
#ContentLinks a.aktiv {
	display:block;
	color:#980003;
	text-decoration: none;
}
#Suche {
	width:100%;
	margin-bottom:10px;
}
#Content680 {
	float:left;
	width:680px;
	margin-left:35px;
	min-height:400px;
	/*background-color:#CCCCCC;*/
}
#Content680 a {
	color:#980003;
	text-decoration: none;
}
#Content680 a:hover {
	color:#980003;
	text-decoration: underline;
}
#ContentHead {
	float:left;
	width:680px;
	margin-left:35px;
	/*background-color:#CCCCCC;*/
}

#Content345 {
	float:left;
	width:345px;
	margin-left:35px;
	min-height:400px;
	/*background-color:#CCCCCC;*/
}
#Content345 a {
	color:#980003;
	text-decoration: none;
}
#Content345 a:hover {
	color:#980003;
	text-decoration: underline;
}
#Content300 {
	float:left;
	width:300px;
	margin-left:35px;
	min-height:400px;
	/*background-color:#CCCCCC;*/
}
#Content300 a {
	color:#980003;
	text-decoration: none;
}
#Content300 a:hover {
	color:#980003;
	text-decoration: underline;
}
#Textfeld {
        float:left;
	width:320px;
}
#Leinwand {
	float:right;
        width:350px;
}
#player {
	float:right;
}
#Footer {
	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;
}
#Footer a {
	display:block;
	color:#FFFFFF;
	text-decoration: none;
}
#Footer a:hover {
	display:block;
	color:#FFFFFF;
	text-decoration: underline;
}
#Footer a.aktiv {
	display:block;
	color:#FFFFFF;
	text-decoration: underline;
}
/* ++++++++++++++  NAVIGATION  ++++++++++++++++ */

/* ++++++++++++++  MENUE LINKS/ISMA  ++++++++++++++++ */
.menuebutton {
	margin-top:10px;
	margin-bottom:0px;
}
.menuebuttonStufe2 {
	margin-left:10px;
	margin-top:2px;
	margin-bottom:2px;
	font-size:12px;
}
/* ++++++++++++++  MENUE OBEN/THEMEN  ++++++++++++++++ */
.navibuttonFirst {
	float:left;
	padding-right:10px;
	border-right: 1px solid #1A3989;
}
.navibutton {
	float:left;
	padding-left:10px;
	padding-right:10px;
	border-right: 1px solid #1A3989;
}
.navibuttonLast {
	float:left;
	padding-left:10px;
}
/* ++++++++++++++  MENUE UNTEN/ALLGEMEIN  ++++++++++++++++ */
.navibuttonallgemein {
	float:left;
	padding-left:10px;
	padding-right:10px;
	border-right: 1px solid #FFFFFF;
}


/* ++++++++++++++  FORMS  ++++++++++++++++ */
.SucheingabeStandard {
	width:160px;
	background-color:#C5C9E2;
}
.SucheingabeFocus {
	width:160px;
	background-color:#FFFFFF;
	border-left:2px solid #858486;
	border-top:2px solid #858486;
	border-right:2px solid #FFFFFF;
	border-bottom:2px solid #FFFFFF;
}
form {
	margin-top:5px;
	margin-bottom:0px;
}

/* ++++++++++++++  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;
        display:inline;
}
a:hover {
	color:#980003;
	text-decoration:underline;
        display:inline;
}
/* ++++++++++++++  INTERN  ++++++++++++++++ */
#LstEintraege {
        font-size:0.8em;
        margin-top:6px;
}
#LstEintraege td{
        font-size:1em;
}
tr.odd {
        background-color:#B2B6D9;
}
tr.even {
        background-color:#FFFFFF;
}
#LstEintraege th {
	text-align:left;
        border-bottom:1px solid #1A3989;
}
#ListAktionenFooter td{
        padding-top:3px;
        border-top:1px solid #1A3989;
}

/* ++++++++++++++  MISC  ++++++++++++++++ */
.clear {
	clear:both;
}
hr {
	border: 1px solid #B2B6D9;
	height:1px;
}
td {
	font-size:14px;
}