* {
	margin: 0; 
	padding: 0;
}

body {
	background: #B5897D url(../_resources/static/start_background.gif) repeat-x;
}

/***editor hintergrundfarbe***/
body.mceContentBody {
	background: #FFFFFF;
}

/***editor absätze***/
body.mceContentBody p {
	padding-bottom: 10px;
        font-size: 13px;
}

#button_btn_static_webtailor_ecke_inactive_0 {
	border: 0;
}

#start_box {
	margin: 0 auto;
	width: 589px;
	height: 406px;
	background: url(../_resources/static/start_box.gif) no-repeat;
margin-top: 28px;
}

img#start_logo {
	margin: 0 0 67px 177px;
        padding-top: 87px;
        display: block;
}

#start_box ul {
	list-style-type: none;
	height: 37px;
        padding-bottom: 30px;
}

#start_box ul li {
	float: left;
	line-height: 37px;
	width: 294px;
}

#start_box ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	display: block;
}

#start_box ul li a.private_area {
	background: url(../_resources/static/arrow_red_inactive.gif) no-repeat 33px 5px;
	margin-left: 7px;
	padding-left: 69px;
}

#start_box ul li a.private_area:hover {
	background: url(../_resources/static/arrow_red_hover.gif) no-repeat 33px 5px;
}

#start_box ul li a.company_area {
	background: url(../_resources/static/arrow_blue_inactive.gif) no-repeat 9px 5px;
	padding-left: 46px;
}

#start_box ul li a.company_area:hover {
	background: url(../_resources/static/arrow_blue_hover.gif) no-repeat 9px 5px;
}

#start_box p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #767671;
	display: block;
	text-align: center;
}

#start_box p a {
	color: #767671;
	text-decoration: none;
}

#start_box p a:hover {
	color: #A60C0C;
}

#start_box p.news {
        padding-top: 24px;
}

#start_box p.news a,
#start_box p.news  {
        color: #FFF;
}

#start_box p.news a:hover{
	color: #A60C0C;
}

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