body
{
	background-color:#fff3d9;
	margin:0px;
}

#container
{
	position:relative;
	background-image:url(img/start.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:650px;
	top:30px;
}


.start_text_stichworte
{
	text-align:right;
	font-size:17px;
	padding:0px;
	margin:0px;
	line-height: 1.4;
	color:#012e53;

}

.start_text_name
{
	text-align:right;
	font-size:19px;
	padding:0px;
	margin:0px;
	line-height: 1.3;
	color:#012e53;
}

.start_text_zusatz
{
	text-align:right;
	font-size:17px;
	padding:0px;
	margin:0px;
	line-height: 1.2;
	color:#012e53;
}

#top_text
{
	position:absolute;
	bottom:430px;
	right:163px;
}

#bottom_text
{
	position:absolute;
	bottom:140px;
	right:163px;
}



#content
{
	width:450px;
	height:310px;
	border:1px solid #d1822b;
	position:absolute;
	top:220px;
	left:320px;
	padding:10px;
	background-color:#FFFFFF;
}


/* MENU TOP START*/

#menu
{
	text-align:right;
	width:250px;
	position:absolute;
	top:225px;
	left:50px;
}

.menu_level0
{
	padding-top:2px;
	padding-bottom:2px;
	padding-left:15px;
	cursor:default;
	line-height: 1.8;
}
.menu_level0:hover, .menu_level1:hover, .menu_level2:hover
{
	color:#d1822b;
}

#menu_right_container
{
	padding-bottom:9px;
	margin-top:-5px;
}

.menu_level1,.menu_level2
{
	padding-top:2px;
	padding-bottom:2px;
	padding-left:15px;
	cursor:default;
	line-height: 0.9;
}

#printbox
{
	position:absolute;
	top:539px;
	left:212px;
	font-size:9px;
}


.menu_act
{
	color:#d1822b;
}
/* MENU RIGHT END */

