/*--- Globale HTML-Tag-Eingenschaften -------------------------------------------------------*/

br {
	line-height: 1.0em;
}


body {
	position: relative;
	height:100%;
	background-color: #00519d;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, Sans;
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	padding: 10px;
	overflow: scroll;
}


a {
	color: #f58d63;
	text-decoration: none;
	outline: none;
}

a img {
	border: none;
}

td {
	vertical-align: top;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, Sans;
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 10px;
}

/*--- Clear-Helper --------------------------------------------------------------------------*/

.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}

/*--- Content -------------------------------------------------------------------------------*/

.center {
	width: 900px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: left;
}

#wrapper {
	position: absolute;
	top: 105px;
	bottom: 0px;
	width: 100%;
	overflow: auto;
}

#container
{
	top: 0px;
	left: 0px;
	position: absolute;
	width: 900px;
	text-align: left;
	overflow: hidden;
	height: 100%;
}

.scroller {
	height: 100%;
	overflow: auto;
}

#rscroller {
	height: 100%;
	overflow: auto;
	width: 635px;
	margin-left: 75px;
}

#header {
	height: 100px;
	border-bottom: solid 5px #ffffff;
}

#header .image {
	float: left;
	border-right: solid 5px #ffffff;
	margin: 0px;
	padding: 0px;
}

#header #address {
	float: left;
	font-size: 11px;
	padding: 8px 20px;
	line-height: 16px;
}

#header a {
	color: white;
}


#content {
	
}

#leftcolumn {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 190px;
	color: #ffffff;
	margin: 0px;
	height: 100%;
}


#border {
	position: absolute;
	top: 0px;
	left: 195px;
	width: 0px;
	height: 100%;
	border-left: solid 5px #ffffff;
}

#rightcolumn {
	position: absolute;
	top: 0px;
	left: 190px;
	color: #bce4f6
	text-align: right;
	height: 100%;
	width: 710px;
	border-left: solid 5px #ffffff;
}

#page {
	width: 550px;
	padding-top: 30px;
	padding-bottom: 40px;
}

.menucontainer_0 {
	margin-bottom: 10px;
	cursor: default;
}

.menucontainer_0 img {
	vertical-align: middle;
}

.menu_0 {
	background-color: #e75012;
	background-image: url(../img/bg_orange.jpg);
	color: #ffffff;
	font-weight: bold;
	font-variant:small-caps;
	line-height: 20px;
	font-size: 12px;
	vertical-align: middle;
	height: 20px;
}

.menu_0.selected {
	background-image: url(../img/bg_orange_selected.jpg);
}

.menu_1 {
	color: #ffffff;
	font-weight: bold;
	line-height: 19px;
	vertical-align: middle;
	font-size: 12px;
}

.menu_1.selected {
	background-image: url(../img/bg_blue_selected.jpg);
	background-position: left bottom;
}

.menu_2.selected {
	background-image: url(../img/bg_blue2_selected.jpg);
}

.menu_2, .menu_3, .menu_4, .menu_5, .menu_6, .menu_7, .menu_8, .menu_9
 {
	color: #ffffff;
	font-size: 12px;
}

.menucontainer_0 a
 {
	color: #ffffff;
}

.subcontainer {
	margin-bottom: 5px;
}

.more {
	vertical-align: middle;
}

#traeumen
{
	position: absolute;
	bottom: 0px;
	left: 207px;
	width: 670px;
	height: 45px;
	background-color: #00519d;
	text-align: right;
	margin: 0px;
	border: none;
}

#shadowRight {
	position: absolute;
	right: -17px;
	top: 5px;
	width: 12px;
	height: 100%;
	background-image: url(../img/shadow_right.jpg);
}

#shadowBottom {
	position: absolute;
	bottom: -16px;
	left: -5px;
	width: 923px;
	height: 11px;
	line-height: 0px;
	font-size: 0px;
	background-image: url(../img/shadow_bottom.jpg);
}

.textHeadline {
	font-weight: bold;
	font-size: 13px;
}

.imageTopLeft {
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}

.imageTopRight {
	margin-left: 20px;
	margin-bottom: 20px;
	float: right;
}

.imageLeft {
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
}

.imageRight {
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	float: right;
}