body
{
	color: black;
	font-family: Arial, sans-serif;
	font-size: 13px;
	background-color: #FFF;
	margin: 0px;
}

a 
{
  font-size: 13px;
  color: #275E94;
}

a:hover { color: #D18100; }

p
{
	line-height: 110%;
	margin-top: 0px;
}

h1
{
	color: #275E94;
	font-size: 18px;
	font-weight: bold;
	margin: 4px 0 8px 0;
}

h2
{
	color: #275E94;
	font-size: 14px;
	font-weight: bold;
	margin: 4px 0 8px 0;
}

#aussen
{
	width: 100%;
}

#main_surround
{
	background-image: url(images/global/bg_schatten.gif);
	width: 857px;
	height: auto;
	background-repeat: repeat-y;
}

#header
{
	width: 849px;
	height: 105px;
}

td#navi
{
	width: 700px;
	height: 38px;
	background-image: url(images/global/bg_navi.gif);
	background-repeat: repeat-x;
}


/* Navi oben */
#navi_oben
{
	width: 849px;
	height: 38px;
}

#navi_oben ul
{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#navi_oben ul li
{
	float: left;
	margin: 0px;
	padding: 0px;
}

#navi_oben a
{
	text-decoration: none;
	color: #002274;
	font-size: 16px;
	font-weight: bold;
	display: block;
	padding: 9px 8px 9px 8px;
	background-image: url(images/global/bg_navi.gif);
	background-repeat: repeat-x;
}

#navi_oben a:hover, #navi_oben a#currentPage
{
	color: #000;
	text-decoration: none;
	background-image: url(images/global/bg_nav_hover.gif);
	background-repeat: repeat-x;
}

#navi_oben a.uwf_asia
{
	background-image: url(images/global/bg_navi_asia.gif);
	background-repeat: repeat-x;
}

#navi_oben a.uwf_asia:hover, #navi_oben a.uwf_asia_active
{
	background-image: url(images/global/bg_nav_hover_asia.gif);
	background-repeat: repeat-x;
}


/* Flaggen Navi  */
#langnav
{
	padding:10px 0 0 20px;
	text-align:left;
}

/* div um content */

#main_content
{
	width: 804px;
	height: auto;
	padding: 29px 30px 10px 15px;
}



/* Navi links */

#box_nav1_top, #box_nav2_top, #box_news
{
	width: 199px;
	height: 28px;
	background-image: url(images/global/bg_box_nav.gif);
	background-repeat: no-repeat;
}

a#currentPage2
{
	color: black !important;
	background-color: white;
}

#box_nav1_top label a, #box_nav2_top label a, #box_news label
{
	font-size: 14px;
	font-weight: bold;
	color: white;
	display: block;
	text-decoration: none;
	padding: 6px 0 0 0;
}

#news
{
	width: 179px;
	height: auto;
	background-color: #eaedf0;
	padding: 8px 10px 10px 10px;
}

#nav1, #nav2
{
	width: 163px;
	height: auto;
	background-color: #eaedf0;
	padding: 8px 10px 10px 26px;
}

#nav1 label, #nav2 label
{
	font-size: 14px;
	font-weight: bold;
	color: #3d78bc;
}

#nav1 ul, #nav2 ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 6px 20px;
}

#nav1 li, #nav2 li { padding: 0px; }

#nav1 a, #nav2 a
{
	font-size: 12px;
	font-weight: normal;
	color: #3d78bc;
	text-decoration: underline;
}

#nav1 a:hover, #nav2 a:hover
{
	color: #000;
}



#abstand_boxen
{
	width: 199px;
	height: 9px;
}


#infobox
{
	background-image: url(images/global/bg_infobox.gif);
	background-repeat: no-repeat;
	width: 240px;
	height: auto;
	border-color: #3d78bc;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	padding: 0px 20px 10px 20px;
}

#infobox label
{
	color: white;
	font-size: 12px;
	font-weight: bold;
}

#infobox_links { padding: 10px 0px 0px 0px; }

#infobox_links a
{
	color: #275E94;
	font-size: 12px;
	font-weight: normal;
}

#infobox_links a:hover { color: black; }


/* Footer */

#footer_surround
{
	background-image: url(images/bg_schatten_footer.gif);
	width: 857px;
	height: 36px;
	background-repeat: no-repeat;
}

#footer
{
	width: 857px;
	height: 18px;
	padding: 18px 14px 0px 14px;
	background-image: url(images/global/bg_schatten_footer.gif);
	background-repeat: no-repeat;
	text-align: left;
}
  
  #footer a, #footer p
  {
  	color: #002274;
  	font-size: 12px;
  	margin-top: 0px;
  	font-weight: bold;
  }
  
  #footer a { text-decoration: none; }
  
  #footer a:hover { color: #000; }

/* forms */

legend { 
	margin-left:10px;
	padding: 0 2px; 
	font:normal 20px Times;
	color:#666666;
}

