@charset "utf-8";
@import url("top_menu.css");
/* CSS Document */

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1,h2
{
	/* text-transform:uppercase; */
}

h1
{
	background-image:url(../img/headline_bg.jpg);
	background-position:top right;
	padding-right:15px;
	background-repeat:no-repeat;
	font-size:14px;
	color:#009ee0;
	margin-bottom:20px;
	display:inline-block;
	float:left;	
}

h2
{
	font-size:12px;
	color:#009ee0;
	margin-bottom:10px;
	margin-top:0;	
}

h2 span.gray
{
	color:#5e5e5e;
}

h2 a
{
	text-decoration:none;
	color:#5e5e5e;
/*	text-transform:uppercase; */
}

p
{
	padding:0;
	margin:0;
}

.clear
{
	clear:both;
}

#wrapper
{
	width:800px;
	margin:0 auto;
}

#header
{
	background-image:url(../img/header_bg.jpg);
	background-repeat:repeat-x;
	background-position:0px 86px;
	padding-top:10px;
}

.logo_de
{
	background-image:url(../img/logo.jpg);
	background-repeat:no-repeat;
	width:282px;
	height:51px;
	text-indent:-9999px;
	float:left;
	margin:5px 0 10px 20px;
}

.logo_en
{
	background-image:url(../img/logo_en.jpg);
	background-repeat:no-repeat;
	width:282px;
	height:51px;
	text-indent:-9999px;
	float:left;
	margin:5px 0 10px 20px;
}

#header_small_menu
{
	margin-left:74px;
}

#header p.textmenu
{
	padding-top:2px;
	float:left;
}

.newsletter
{
	float:left;
}

.newsletter form
{
	padding:0;
	margin:0;
}

.newsletter input[type=text]
{
	border:1px solid #ddd;
	font-size:11px;
	color:#848484;
	padding:2px;
	text-align:center;	
}

.newsletter input[type=submit]
{
	padding:1px;
	background-color:#009de0;
	border:1px solid #ddd;
	color:#fff;
	font-size:11px;
	font-weight:bold;
}

.main_menu
{
	float:right;
}

.main_menu p
{
	text-align:right;
	margin-right:10px;
	color:#ccc;
	text-transform:uppercase;
	vertical-align:middle;
    font-size: 11px;    
}

.main_menu p a
{
	color:#ccc;
	text-decoration:none;
}

.main_menu img
{
	border:0;
}

.main_menu p a:hover
{

	color:#5e5e5e;
	text-decoration:none;
}

.main_menu ul
{
	list-style:none;
	padding:0;
	margin:26px 0 0 0;
	float:left;
}

.main_menu li
{
	float:left;
	text-indent:-9999px;
}

.main_menu p
{
	padding-right:10px;
}

.sub_menu
{
	background-image:url(../img/sub_menu/menu_bg.jpg);
	background-repeat:no-repeat;
	background-position:right;
	clear:both;
}

.sub_menu ul
{
	background-image:url(../img/sub_menu/left_corner.jpg);
	background-repeat:no-repeat;
	list-style:none;
	margin:0;
	padding:0;
	height:38px;
	padding-left:10px;
}

.sub_menu ul li
{
	float:left;
}

.sub_menu ul li a
{
	display:block;
	padding:10px 10px;
	color:#ccc;
	text-decoration:none;
	font-family:"DINPro", Arial, Verdana;
	font-weight:bold;
	text-transform:uppercase;
}

.sub_menu ul li a:hover
{
	color:#ccc;
/*	text-decoration:underline; */
}

.sub_menu ul li.selected a
{
	color:#fff;
}

.sub_menu ul li.selected a:hover
{
	color:#fff;
	text-decoration:none;
}

#content
{
	padding:20px;
}

#content p
{
	line-height:20px;
	margin-bottom:10px;
}

#content ul
{
	margin:0;
	padding:0 0 0 15px;
}

.right
{
	float:right;
}

.content_head
{
	padding-bottom:20px;
	border-bottom:1px dotted #009ee0;
	margin-bottom:20px;
}

.content_head .head_text
{
	float:left;
	width:499px;
}

.content_head img
{
	float:right;
}

.content_box
{
	border-bottom:1px dotted #009ee0;
	margin-bottom:20px;
	padding-bottom:20px;
}

.news_box
{
	float:left;
	width:499px;
	margin-right:120px;
}

.news_box_right
{
	float:left;
	width:141px;
}

.next, .prev
{
	color:#009ee0;
	text-decoration:none;
	cursor:pointer;
}

.slideshow
{
	float:left;
	margin-bottom:5px;
}

#map
{
	width:235px;
	height:222px;
	overflow:hidden;
}

.clients
{
	padding:0;
	margin:0;
	list-style:none;
}

.clients li
{
	float:left;
	padding:0;
	margin:0;
}

.clients li a
{
	display:block;
	padding:10px;
	border:1px solid #fff;
}

.clients li img
{
	border:0;
}