@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#386D9F;
}

a, a:link, a:active, a:visited {
	color:#000000;
}

#all {
	width:810px;
	height:auto;
}

#head {
	width:inherit;
	height:75px;
	margin-top:20px;
}

#head .headline {
	font-face:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#AAB2BA;
	padding:0px 0px 10px 20px;
}

#head .naviContainer {
	width:770px;
	height:29px;
	background:url(img/new_naviBG.jpg) no-repeat left top;
	padding:11px 20px 0px 20px;
}

#head .naviContainer .seperator {
	float:left;
	/*width:1px;*/
	height:15px;
	border-left:1px solid #548EC4;
}

#head .naviContainer .navi {
	float:left; 
	width:auto;
	padding:0px 14px 0px 8px; 
	text-align:center; 
	white-space:nowrap;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:transparent;
}

#head .naviContainer .navi a {
	font-size:11px;
	text-decoration:none;
	color:#000000;
}

#head .naviContainer .navi_selected, #head .naviContainer .navi_active {
	background:#C6D9EA;*/
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:#548EC4;
	
}

#head .naviContainer .lang {
	float:right;
	width:auto;
}

#content {
	width:inherit;
	min-height:490px;
}

#content .top {
	width:inherit;
	height:10px;
	background:url(img/new_contentTop.gif) no-repeat left bottom;
}

#content .body {
	width:810px;
	min-height:490px;
	padding-left:3px;
	background:url(img/new_contentBody.gif) repeat-y left top;
}

#content .body .teaser {
	width:798px;
	height:256px;
	background:url(img/new_street.jpg);
	margin-bottom:15px;
}

#content .body .subNavi {
	width:auto;
	height:60px;
	background:url(img/new_car.gif) no-repeat left top;
	padding-left:10px;
}

#content .body .subNavi .service {
	float:left;
	margin-top:17px;
}

.serviceBox {
	height:100%; 
	text-align:justify; 
	padding:15px; 
	line-height:140%;
	margin:50px 4px 4px 4px; 
	border-left:1px solid #AAAAAA;
	/*background-color:#C7D6E2; 
	border:1px solid #AAAAAA;*/
}

.serviceBox .close {
	float:right; 
	width:15px; 
	border:1px solid #666666; 
	text-align:center; 
	cursor:pointer;
}

#content .body .subNavi .service .link {
	float:left;
	width:auto;
	height:auto;
	padding:11px 5px 0px 5px;
	margin:0px 0px 0px 0px;
}

#content .body .subNavi .service .leftBG {
	float:left;
	width:6px;
	height:27px;
}

#content .body .subNavi .service .set_leftBG {
	background:url(img/new_leftCorner.gif) no-repeat left top;
}

#content .body .subNavi .service .set_rightBG {
	background:url(img/new_rightCorner.gif) no-repeat left top;
}

#content .body .subNavi .service .rightBG {
	float:left;
	width:6px;
	height:27px;
	margin-right:8px;
}

#content .body .subNavi .service .link .box {
	position:relative;
	top:-5px;
	width:auto;
	height:auto;
}

#content .body .subNavi .service .link a {
	color:#6E8AA5;
	text-decoration:none;
}

#content .body .subNavi .service .active {
	border-top:1px solid #AAB2BA;
	border-bottom:1px solid #F6F7FA;
	background:#F6F7FA;
}

#content .body .subNavi .service .active a {
	color:#000000;
}

#content .body .homeText {
	width:auto;
	height:auto;
	text-align:justify;
	padding: 25px 0px 0px 55px;
	font-size:12px;
	line-height:120%;
}

#content .body .homeText a {
	color:#000000;
}

#content .body .homeText a:hover {
	color:#548EC4;
}

ul {
	margin:10px 0px 0px 20px;
	padding:0px;
	text-align:left;
}


#content .bottom {
	width:810px;
	height:25px;
	background:url(img/new_contentBottom.gif) no-repeat left top;
}

#contact .headline {
	border-bottom:1px solid #CCCCCC;
	text-align:center;
	width:400px;
	font-weight:bold;
}

#contact .contactBox {
	margin:10px 0px 0px 170px;
}

#contact .data {
	float:left;
	width:200px;
	margin:10px 0px 10px 90px;
	line-height:18px;
	text-align: center;
}

#contact .net {
	margin:20px 0px;
	width:400px;
	text-align:center;
	line-height:18px;
}

