body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
	list-style:none;
}
caption,th{
	text-align:left;
}
.inv{
	display:none;
}

body{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
}
html{
	position:relative;
	height:100%;
	background:url(/pics/html_bg.png) #e26727 50% 0 repeat-y;
}
body{
	position:relative;
	height:100%;
	background:url(/pics/body_bg.jpg) 50% 50% no-repeat;
}

#wrapper{
	position:absolute;
	top:50%;
	left:50%;
	width:950px;
	height:601px;
	margin:-300.5px 0 0 -475px;
}
#logo{
	position:absolute;
	top:0;
	right:7px;
}
#logo a{
	display:block;
	width:401px;
	height:131px;
	background:url(/pics/logo.jpg);
	text-indent:-19999px;
	overflow:hidden;
	text-decoration:none;
}

#content{
	position:absolute;
	left:0;
	top:180px;
	text-align:right;
	width:922px;
	z-index:10;
}
.body_links #content, .body_imprint #content, .body_contact #content{
	text-align:left;
}
#content h1{
	font-size:26px;
	font-weight:normal;
	font-family:Arial, Verdana, sans-serif;
	letter-spacing:1px;
	margin:0 0 20px 0;
	display:none;
}
#content .hl{
	margin:0 -7px 0 -1px;
	height:28px;
}
.body_home #content .hl{
	margin-top:15px;
}
#conetnt .hl img{
	position:relative;
}
#content p, #content ul, #content ol{
	margin:20px 0;
	line-height:20px;
}
.body_imprint #content p{
	font-size:12px;
	margin:10px 0;
}
#content a{
	color:#fff;
	text-decoration:none;
}
#content a:hover{
	text-decoration:underline;
}

#routenplaner{
    float:right;
    width:220px;
    padding:0 50px 10px 10px;
}
#routenplaner h2{
    font-size:13px;
    margin:0 0 5px 0;
    padding:2px 4px;
	display:none;
}
#routenplaner p{
    margin:0;
    padding:3px 3px;
	border-bottom:1px solid #fff;
}
#routenplaner label{
    display:block;
    font-weight:bold;
    padding:4px 0;
}
#routenplaner input{
    width:206px;
}
#routenplaner input.button{
    width:208px;
}


#mainimg{
	position:absolute;
	top:73px;
	left:-7px;
	background:url(/pics/mainimg_bg.jpg);
	width:492px;
	height:228px;
	padding:20px 0 0 20px;
}

#menu{
	position:absolute;
	top:445px;
	left:-16px;
	width:693px;
	height:139px;
	background:url(/pics/menu_bg.jpg) 0 0 no-repeat;
	padding:17px 0 0 16px;
}
#menu li, #menu a{
	float:left;
}
#menu a{
	background-image:url(/pics/menu.gif);
	text-indent:-19999px;
	overflow:hidden;
	height:123px;
	width:123px;
	position:relative;
	z-index:15;
}
#menu a#m_home{
	background-position:0 0;
	margin-right:15px;
}
#menu a#m_home:hover, #menu a#m_home.active{
	background-position:0 100%;
}
#menu a#m_company{
	background-position:-138px 0;
	margin-right:13px;
}
#menu a#m_company:hover, #menu a#m_company.active{
	background-position:-138px 100%;
}
#menu a#m_managements{
	background-position:-274px 0;
	margin-right:17px;
}
#menu a#m_managements:hover, #menu a#m_managements.active{
	background-position:-274px 100%;
}
#menu a#m_participations{
	background-position:-414px 0;
	margin-right:16px;
}
#menu a#m_participations:hover, #menu a#m_participations.active{
	background-position:-414px 100%;
}
#menu a#m_trade_missions{
	background-position:-553px 0;
}
#menu a#m_trade_missions:hover, #menu a#m_trade_missions.active{
	background-position:-553px 100%;
}

#footer{
	position:absolute;
	right:0;
	bottom:27px;
	font-size:12px;
	color:#fff;
	text-transform:lowercase;
}
#footer a{
	color:#fff;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
/* imgpopup */
#imgp_imgwrap{
	position:absolute;
	background:#eee;
	border:15px solid #fff;
	z-index:131;
	display:none;
}
#imgp_img{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-position:50% 50%;
	background-repeat:no-repeat;
}
#imgp_caption{
	position:absolute;
	left:0px;
	bottom:0px;
	background:#fff;
	color:#000;
	padding:5px 10px;
}
#imgp_close{
	position:absolute;
	right:0;
	top:0;
	width:21px;
	height:21px;
	background:url(/pics/imgpopup/close.gif) #fff 50% 50% no-repeat;
	cursor:pointer;
}
#imgp_prev, #imgp_next{
	position:absolute;
	width:38px;
	height:45px;
	top:50%;
	margin-top:-23px;
	background:url(/pics/imgpopup/arrow.gif) no-repeat;
	opacity:0.5;
	filter:alpha(opacity=50);
	cursor:pointer;
}
#imgp_prev{
	left:0;
	background-position:10px 10px;
}
#imgp_next{
	right:0;
	background-position:-18px 10px;
}
#imgp_prev:hover, #imgp_next:hover{
	opacity:1;
	filter:alpha(opacity=100);
}
#imgp_prev:hover{
	background-position:10px -25px;
}
#imgp_next:hover{
	background-position:-18px -25px;
}
#imgp_shadow_wrap{
	position:absolute;
	z-index:130;
	display:none;
}
#imgp_shadow_wrap div{
	position:absolute;
}
#imgp_shadow_nw{
	top:0;
	left:0;
	width:87px;
	height:85px;
	background:url(/pics/imgpopup/shadow_nw.png);
}
#imgp_shadow_n{
	height:85px;
	background:url(/pics/imgpopup/shadow_n.png);
	left:87px;
	right:85px;
	top:0;
}
#imgp_shadow_ne{
	top:0;
	right:0;
	width:85px;
	height:85px;
	background:url(/pics/imgpopup/shadow_ne.png);
}
#imgp_shadow_w{
	left:0;
	top:85px;
	bottom:87px;
	width:87px;
	background:url(/pics/imgpopup/shadow_w.png);
}
#imgp_shadow{
	background:url(/pics/imgpopup/shadow.png);
	left:87px;
	right:85px;
	top:85px;
	bottom:87px;
}
#imgp_shadow_e{
	right:0;
	top:85px;
	bottom:87px;
	width:85px;
	background:url(/pics/imgpopup/shadow_e.png);
}
#imgp_shadow_sw{
	bottom:0;
	left:0;
	width:87px;
	height:87px;
	background:url(/pics/imgpopup/shadow_sw.png);
}
#imgp_shadow_s{
	height:87px;
	background:url(/pics/imgpopup/shadow_s.png);
	left:87px;
	right:85px;
	bottom:0;
}
#imgp_shadow_se{
	bottom:0;
	right:0;
	width:85px;
	height:87px;
	background:url(/pics/imgpopup/shadow_se.png);
}

/* ie6  */
* html #imgp_shadow_wrap{
	background:#000;
	filter:alpha(opacity=30);
}
* html #imgp_shadow_wrap div{
	display:none;
}

