@charset "utf-8";
body {
	background-color: #999999;
	font-size: 100.01%;
	font-family: Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 1em;	
}

/* Einstellungen für gesamten Website-Bereich*/
#komplett {
	height: 640px;
	width: 950px;
	background-color: #2A35FF;
}

/* Einstellungen für Header-Bereich*/
#Header {
	text-align: center;
	background-color: #FFFFFF;
	width: auto;
}

#Inhalt {
	background-color: #FFFFFF;
	height: 430px;
	width: auto;
	left: 200px;
	top: 140px;
	margin-right: 5px;
	overflow: auto;
	border: thin inset #666666;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
}

#Inhalt h1 {
	font-size: 1.3em;
	margin: 0 0 0.5em;
	color: #F09E00;
	line-height: 2;
  }
#Inhalt a {
	color: #2A35FF;
	text-decoration: none;
}
#Inhalt a:link {
	color: #2A35FF;
	text-decoration: none;
}
#Inhalt a:visited {
	color: #2A35FF;
	text-decoration: none;
}
#Inhalt a:hover {
	color: #F09E00;
	text-decoration: none;
	font-weight: bold;
}
#Inhalt a:active {
	color: #2A35FF;
	text-decoration: none;
}

#Inhalt h2 {
	font-size: 1.3em;
	margin: 0.2em 0;
	color: #F09E00;
  }
#Inhalt p {
	font-size: 0.9em;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin: 1em 0;  }

/* Einstellungen für Navigationsbereich links*/
#Navigation {
	background-color: #2A35FF;
	height: 400px;
	width: 210px;
	float: left;
}


/* Einstellungen für Menu-Bereich links*/
#MenuLinks {
	background-color: #F09E00;
	height: 350px;
	width: 190px;
	padding-left: 5px;
	padding-top: 5px;
}
.MenuLinks_2 {
	background-color: #F09E00;
	width: 169px;
	padding-left: 1em;
	padding-top: 5px;
}


#MenuLinks li {
	list-style: none;
	margin: 0;
	text-decoration: none;
	background-color: #F09E00;
	font-weight: bold;
	color: #2A35FF;
	padding-top: 0.2em;
	padding-right: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.4em;
  }
#MenuLinks a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding-top: 0.2em;
	margin-left: 5px;
	background-color: #F09E00;
	color: #2A35FF;
  }
#MenuLinks a:link {
	color: #2A35FF;
	background-color: #F09E00;
	background-position: 5px;
  }
#MenuLinks a:visited {
	color: #2A35FF;
	background-color:  #F09E00;
	font-weight: bold;
  }
#MenuLinks a:hover {
	color: #F09E00;
	background-color: #2A35FF;
	font-weight: bold;
  }
#MenuLinks a:active {
	color: #F09E00;
	background-color: #2A35FF;
	font-weight: bold;
  }

/* Einstellungen für Menu-Oben */
#MenuOben {
	height: auto;
	color: #F09E00;
	text-decoration: none;
	background-color: #2A35FF;
	text-align: center;
	vertical-align: middle;
	width: auto;
	border: 1px dashed #F09E00;
}
	
.linkMenuOben {
	font-weight: bold;
	color: #F09E00;
	text-decoration: none;
}	
#LastUpdate {
}

#footer {
	height: auto;
	background-repeat: no-repeat;
	background-color: #2A35FF;
	width: auto;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	margin-top: auto;
	padding-right: 1em;
	border: 1px none #F09E00;
}

#LastUpdate {
	height: auto;
	background-repeat: no-repeat;
	background-color: #2A35FF;
	width: 30%;
	margin-top: auto;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	float: left;
	font-size: 12px;
	padding-left: 1em;
	border: 1px none #F09E00;
}

/* Subheader, general */
P.csc-subheader {
	font-style: normal;
	font-size: 1.3em;
	font-weight: bold;
}

/* Subheader, specific */
P.csc-subheader-0 {
	font-style: normal;
	color: #F09E00;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
P.csc-subheader-1 {
	font-style: normal;
	font-size: 1.3em !important;
	color: #F09E00;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
P.csc-subheader-2 { color: #10007B; }
P.csc-subheader-3 { color: #8A0020; }

/* Linie nach Contentelement*/
.csc-frame {
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-width: thin;
	border-bottom-color: #F09E00;
	margin-top: 1em;
	margin-bottom: 1em;
}

