* {
	font-family:arial;
}

.clear {
	clear:both;
}

body {
	margin:0px;
	background-color:#ffffff;
	color:#323232;
	line-height:18px;
}

ul {
	list-style-image:url("../images/bullet.png");
}

div#top {
	color:#323232;
	min-width:990px;
}

div#head {
	height:105px;
	background-image:url("../images/world_1.jpg");
	background-repeat:no-repeat;
	background-position:bottom right;
}

div#head_name {
	height:40px;
	width:600px;
	margin:20px 20px 0px 0px;
	float:right;
}

div#head_name p {
	padding:0px;
	margin:0px;
	font-size:22px;
	font-weight:bold;
}

div#head_name span.light {
	color:#B8B8B8;
	margin-left:20px;
	font-weight:normal;
}

div#main_menu_bar {
	height:40px;
	background-image:url("../images/menu_bg.jpg");
	background-repeat:repeat-x;
}




div#main_menu {
	height:40px;
	width:600px;
	background-image:url("../images/menu_bg_structure.jpg");
	background-repeat:no-repeat;
}

div#main_menu ul {
	list-style-type:none;
	margin:0px;
	padding:10px 0px 0px 20px;
}

div#main_menu li {
	display:inline;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
}

div#main_menu li a {
	padding:11px 15px 13px 15px;
	color:#ffffff;
	text-decoration:none;
}

div#main_menu li a:hover {
	background-color:#78AB26;
	color:#323232;
}

div#main_menu li.active a {
	background-color:#ffffff;
	color:#30649D;
}



div#head_spacer {
	height:5px;
	font-size:0px;
	background-image:url("../images/world_3.jpg");
	background-repeat:no-repeat;
	background-position:top right;
}

div#news_bar {
	height:250px;
	background-image:url("../images/head_bottom_bg.jpg");
	background-repeat:repeat-x;
}


div#news_bg {
	width:580px;
	height:150px;
	background-image:url("../images/news_bg.jpg");
	background-repeat:no-repeat;
	font-size:0px;
}

div#news {
	width:540px;
	height:110px;
	margin:20px 0px 0px 20px;
	overflow:hidden;
	color:#323232;
	font-size:12px;
	line-height:18px;
}

div#news h1, div#news h2, div#news h3 {
	font-size:16px;
	font-weight:bold;
	margin:0px;
	
}

div#news h4, div#news h5 {
	font-size:12px;
	font-weight:bold;
	margin:10px 0px 0px 0px;
}

div#news p {
	margin:0px;
}

div#news hr {
	color:#D0DFEA;
	height:1px;
}

div#head_bottom {
	width:530px;
	height:55px;
	background-image:url("../images/head_bottom_1.jpg");
	background-repeat:no-repeat;
}

div#main {
	min-width:990px;
	color:#323232;
	line-height:18px;
	font-size:12px;
}

div#main h1, div#main h2, div#main h3 {
	font-size:16px;
	border-bottom:1px solid #B8B8B8;
	color:#30649D;
}

div#main h4, div#main h5 {
	font-size:14px;
	color:#30649D;
}

div#main span.light {
	color:#707070;
	margin-left:20px;
}

div#main hr {
	color:#D0DFEA;
	height:1px;
}

div#main a {
	color:#3B6803;
	text-decoration:none;
}

div#main a:hover {
	color:#609C00;
}

div#main_left_column {
	width:140px;
	margin:10px 20px 40px 20px;
	float:left;
}

div#main_center_column {
	width:530px;
	margin:10px 0px 40px 0px;
	padding:0px 20px 0px 20px;
	float:left;
	border-left:1px solid #b8b8b8;
	border-right:1px solid #b8b8b8;
}

div#main_right_column {
	width:200px;
	margin:10px 0px 40px 20px;
	float:left;
}

div#footer {
	height:100px;
	width:100%;
	background-color:#323232;
	float:left;
	position:relative;
	left:0px;
	bottom:0px;
}

div#footer_menu {
	margin:auto;
	text-align:center;
}

div#footer_menu ul {
	list-style-type:none;
	margin:0px;
	padding:10px 0px 0px 20px;
}

div#footer_menu li {
	display:inline;
	font-size:11px;
	font-weight:normal;
}

div#footer_menu li a {
	padding:13px 15px 11px 15px;
	color:#b8b8b8;
	text-decoration:none;
}

div#footer_menu li a:hover {
	color:#ffffff;
}

div#footer_menu li.active a {
	color:#78AB26;
}


div#sub_menu {
	width:100px;
	background-color:#D5E1EC;
	padding:5px 20px;
}

div#sub_menu_top {
	width:140px;
	height:16px;
	background-color:#D5E1EC;
	background-image:url("../images/submenu_top.jpg");
	background-repeat:no-repeat;
}

div#sub_menu_bottom{
	width:140px;
	height:16px;
	background-color:#D5E1EC;
	background-image:url("../images/submenu_bottom.jpg");
	background-repeat:no-repeat;
}

div#sub_menu h4 {
	margin:0px 0px 10px 0px;
}

div#sub_menu ul {
	list-style-type:none;
	margin:0px 0px 0px 15px;
	padding:0px;
}

div#sub_menu li {
	font-size:12px;
	font-weight:normal;
	margin:10px 0px;
}

div#sub_menu li a {
	color:#323232;
}

div#sub_menu li a:hover {
	color:#000000;
}


div#sub_menu li.active a {
	color:#30649D;
	font-weight:bold;
}



div#contact_form {
	margin:0px 0px 20px 0px;
}

div#contact_form input {
	font-size:12px;
	width:180px;
	margin:0px 0px 8px 0px;
}

div#contact_form input.button {
	font-size:12px;
	width:90px;
}

div#contact_form textarea {
	font-size:12px;
	width:180px;
	height:100px;
	margin:0px 0px 8px 0px;
}




div#world_2 {
	height:40px;
	background-image:url("../images/world_2.jpg");
	background-repeat:no-repeat;
	background-position:top right;
}

div#world_4 {
	height:250px;
	background-image:url("../images/world_4.jpg");
	background-repeat:no-repeat;
	background-position:top right;
}

div#world_5 {
	width:470px;
	height:100px;
	background-image:url("../images/head_bottom_2.jpg");
	position:absolute;
	right:0px;
	top:300px;
}





div#referenzen .title {
	font-weight:bold;
	margin-right:10px;
}

div#referenzen .image {
	width:180px;
	margin-right:20px;
	float:left;
}

div#referenzen img {
	margin-right:10px;
}

div#referenzen .ref_web {
	height:120px;
}



.clear {
	clear:both;
}
