body {
	margin:						0em;
	padding:					0em;
	color:						#666666;
	font-family:					Verdana, Arial, sans-serif;
	font-size:					100%;
	background-color: #ffffff;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #366599;
}

/* Gesamter Seiteninhalt */
#Seite {
	width:						60em;
	height: 40em;
	/* horizontal zentriert */
	margin-left:					auto;
	margin-right:					auto;
	margin-top: 5px;
	background-color: #e2e2e2;
}

#MenueHeader {
	float:						left;
	width:						59.6em; /* minus padding */
	text-align:					right;
	height: 1.5em;
}

#Logo {
	float:						left;
	width:						60em;
	height:						6.25em;
}

#TrailerImage {
	width:						60em;
	height:						6.25em;
}


#MenueOben {
	float:						left;
	width:						59.6em; /* minus padding */
	text-align:					center;
	height: 1.5em;
}

#Trennlinie {
	float:						left;
	width:						60em;
	text-align:					center;
	overflow: hidden;
	height: 0em;
	border-top: 0.05em solid #fff;
	border-bottom: 0.05em solid #e2e2e2;
}

#MenueLinks {
	float:						left;
	width:						12em;
	height:						28em;
}

#MenueLinks hr {
	height: 0px;
	border-top: 0.03em solid #ccc;
}


#MenueLinks p {
	margin-left: auto;
	margin-right: auto;
	width: 9.375em;
}

#MenueLinks object, #MenueLinks embed {
	width: 9.375em;
	height: 5em;
}

#Inhalt {
	float:						left;
	width:						35em;
	height:						28.05em;
	padding: 0.5em 0.5em 0.5em 0.5em;
	background-color: #ffffff;
	overflow: auto;
}

#Inhalt .csc-firstHeader {
	margin: 0em;
}

#Inhalt h1 {
	font-size: 1em;
}

#Inhalt p, ul {
	font-size: 0.8em;
}

#Inhalt a {
	font-weight: bold;
}

#Rechts {
	float:						left;
	width:						12em;
}

#TrennlinieUnten {
	float:						left;
	width:						60em;
	text-align:					center;
	overflow: hidden;
	height: 0em;
	border-bottom: 0.05em solid #fff;
	border-top: 0.05em solid #e2e2e2;
}

#Fusszeile {
	float:						left;
	width:						60em;
	text-align:					left;
	height: 1.5em;
}

#poweredBy {
	font-size: 0.65em;
	display: inline;
	margin-left: 0.5em;
}

#poweredBy a {
	font-weight: bold;
}


#copyRights {
	display: inline;
	margin-left: 29.5em;
}

.linkcolor {
	color: #666666;
	font-size: 0.65em;
	font-weight: bold;
	text-decoration: none;
}

.linkcolor:hover {
	color: #366599;
}

.linkcoloraktiv {
	color: #366599;
	font-size: 0.65em;
	font-weight: bold;
	text-decoration: none;
}

.linkcolorsmall {
	color: #666666;
	font-size: 0.65em;
	text-decoration: none;
}

.linkcolorsmall:hover {
	color: #366599;
}

.linkcoloraktivsmall {
	color: #366599;
	font-size: 0.65em;
	text-decoration: none;
}



.color_gray01 {
	color: #cccccc;
}


