html {
	height: 100%;
	margin-top: 100px;
}

body {
	margin:0px;
	padding:0px;
	height:100%;
	background-color: #FDEFEA; /* #aaa; */
}

.boldpink    { font-family: Verdana, Sans Serif; font-size: 11px; color: #EA2C58; line-height: 130%; font-weight: bold; }

img {
	border:0px;
	margin: 0px;
	padding: 0px;
}

a:link {
	color: inherit;
	text-decoration: none;
}

a:visited {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
	text-decoration: underline;
}

a:active {
	color: inherit;
	text-decoration: none;
}

#main_outer {
	width:900px;
	color: #666666;
	font-family:Verdana, Sans Serif;
	font-size:12px;
	background-image:url(images/schatten.png);
	
	/* horizontal zentrieren mit Abstand nach oben */
	position:relative;
	margin: auto;
	margin-top:5px;
	margin-bottom: 20px;
	/* nur horizontal zentrieren
	position:relative;
	margin: auto;
	*/
	
	/* vertikal und horizontal zentrieren, d.h. erst um 50% in die Mitte schieben, dann wieder um die halbe Breite und Höhe zurück 
	position:absolute;
	top: 50%;
	left: 50%;
	margin-left: -443px; /* weniger als 880px wird heutzutage niemand mehr haben
	margin-top: -334px; /* halbe Höhe -50px um immer einen oberen Rand zu haben */

}

#main {
	position:relative;
	width:900px;
	background-color: #fff;
	background-repeat:no-repeat;
	color: #666666;
	margin-left:auto;
	margin-right:auto;
}

#header {
	width:100%;
	height: 81px;
	position: relative;
	color: #FDEFEA;
	background-color:#FDEFEA;
	/* background-image: url(images/header_hintergrund.jpg); */
}

#content_frame {
	width: 100%;
	position:relative;
	color:#666666;
	font-family:Verdana, Sans Serif;
	font-size: 11px;
	line-height:16px;
	/* border-top: 2px solid #085477; */
}

#menu_outer {
	width: 700px;
	position: absolute;
	bottom: 0px;
	right: -36px;
	z-index: 100;
	overflow: hidden;
	height:30px;
}

#content_outer {
	position: relative;
	width: 495px;
	overflow:visible;
	float: left;
	margin-left: 35px;
	margin-top: 45px;
	z-index: 90;
}

#right_column_outer {
	text-align:center;
	width: 260px;
	padding: 0px;	
	float: right;
}

#left_column_outer {
	text-align:center;
	width: 72px;
	padding: 0px;	
	float: left;
	margin-top: 45px;
}

#height_spacer_content_right {
	width: 1px;
	height: 300px;
	float:right;
}

#height_spacer_content_bottom {
	height: 1px;
	clear: both;
	overflow:hidden;
}

#footer {
	width:100%;
	height:24px;
	position: relative;
	text-align:center;
	line-height:24px;
	color: #666666;
	font-size:11px;
	font-weight:normal;
	clear:both;
	z-index: 10;
	/* border-top: 2px solid #085477; */
}


#header1 {
	font-size: 14px;
	font-weight:bold;
	position: absolute;
	top: 20px;
	right: 0px;
	height:27px;
	z-index: 10;
	width: 850px;
	background-image:url(images/header_balken.png);
}

#header1 span{
	top:5px;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
}

#content {
	position: relative;
	width: 480px;
	padding:0px;
	overflow:visible;
	background-color:#fff;
	margin: 0px;
	line-height: 130%;
	float: left;
}

#content h1 {
	color: #085477;
	font-size: 15px;
	margin: 15px;
	text-align: left;	
}

#content h2 {
	font-size: 13px;
	margin-top:0px;
	margin-left: 15px;
}

#content h3 {
	font-size: 12px;
	margin-top:0px;
	margin-left: 20px;
}


#content p {
	padding:0px;
	text-align: left;
}

#content .small {
	font-size: 10px;
	line-height:20px;
	margin-left: 10px;
	margin-right: 10px;
	padding:0px;
}

#content .largetext{
	font-size: 16px;
	line-height:22px;
	margin:0px;
	padding:0px;
}

#content h1 a {
	text-decoration:none;
}

#content a {
	text-decoration:underline;
}

.content_box_outer {
	position:absolute;
	text-align:center;
	margin-top:0px;
	padding: 0px;
	width: 100%;
	overflow: hidden;
}

.content_box {
	position: relative;
	background-color: #fff;
	border: 1px solid #085477;
	margin-bottom:15px;
	width: 220px;
	overflow: hidden;
}

.cb_content {
	/*text-align:center;*/
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 0px;
	width: 209px;
	overflow: hidden;
	float: left;
}

.cb_content ul {
	margin-left:0px;
	padding-left:20px;
}

.cb_content li {
	text-align:left;
	padding-left: 0px;
}

.cb_header {
	width: 100%;
	position:relative;
	height: 26px;
	color: #fff;
	margin: 0px;
	padding: 0px;
	background-color: #085477;
	vertical-align:middle;
	font-family: Verdana, Sans Serif;
	font-weight:normal;
	font-size: 15px;
	font-variant:small-caps;
	line-height: 26px;
}

.content_box h2 {
	font-size: 11px;
	color: #61231d;
	font-weight: bold;
	margin: 5px;
}

#menu {
	width: 100%;
	position:relative;
	color: #666666;
	background-color: #FDEFEA;
	clear: both;
	float: left;
	margin-bottom: 15px;
	/* overflow: hidden;
	height: 52px; */
	height: 26px;
}

#menu a:hover {
	color: #EA2C58;
	text-decoration: none;
}

menu * {
	margin: 0px;
	padding: 0px;
}

#menu ul{
	position:relative;
	float: left;
	left: 50%;
	margin: 0 auto;
	padding: 0px;
	list-style-type:none;
	height: 100%;
}

#menu li{
	position:relative;
	float: left;
	right: 50%;
	padding-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	/*overflow: visible;
	height: 26px; */
}

#menu a {
	vertical-align:middle;
	padding-right: 6px;
	padding-left: 6px;
	font-family: Verdana, Sans Serif;
	font-size: 14px;
	font-variant:small-caps;
	height:100%;
	line-height: 26px;
	display:block;
}

#menu .marked {
	color: #EA2C58;
	background-color:#FDEFEA;
	font-weight: bold;
}

#menu li:hover {
	color: #EA2C58;
	background-color:#FDEFEA;
}

#menu li:hover ul {
	display: inline;
}

#menu li.marked ul {
	display: inline;
	z-index:90;
}

#menu ul ul {
	display: none;
	float: left;
	position: absolute;
	overflow: visible;
	top: 26px;
	left: -500px;
	width: 450px;
	z-index:100;
	padding-top: 10px;
	background-color: #FDEFEA;
	padding-left:500px;
	padding-right: 500px;
}

#menu ul ul li {
	/*display: inline;*/
	float: left;
	position: relative;
	left: 0px;
	padding-top: 0px;
	margin-left: 5px;
/*	z-index:100;*/
	color: #000;
	font-weight: normal;
	/*width: 140px;*/
}

#menu ul ul li.marked {
	/* color: #fff;
	background-color: #085477; */
	font-weight:bold;
}

#menu ul ul li a{
	padding-right: 10px;
	padding-left: 10px;
	font-family: Verdana, Sans Serif;
	font-size: 14px;
	font-variant:small-caps;
	height:100%;
	line-height: 14px;
	text-align: left;
	color: #085477;
	border-left: 1px solid #085477;
}

#menu ul ul a:hover {
	/* color: #fff;
	background-color: #085477; */
	font-weight:bold;
}



#footer a {
	padding-left: 10px;
	padding-right: 10px;
}

.smalltext-list {
	margin:0px;
	padding-left: 15px;
	line-height:12px;
	font-size: 10px;
	line-height:12px;
}

.schatten {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 5px;
	top: 5px;
	z-index: 1;
	background-image:url(images/schattenpixel.png);
	background-repeat:repeat;
}

.freetext {
	position:absolute;
}

.thumbnail {
	width: 100px;
	margin-left: 5px;
	margin-right: 5px;
	border: 1px solid #61231D;
	margin-top: auto;
	margin-bottom: auto;
	vertical-align:middle;
}


