body {
	background-color: #ffffff;
	padding:0;
	margin:0;
	text-align: center;
	font-family: verdana;
	font-size: 11px;
	color: #ffffff;
}
#body {
	width: 940px;
	margin: auto;
	text-align: left;
}
#head {
	width: 940px;
	height: 176px;
}
div.head_start {
	background:url(images/head_start.jpg) 360px 0 no-repeat;
}
div.head_service {
	background:url(images/head_service.jpg) 360px 0 no-repeat;
}
div.head_inside {
	background:url(images/head_inside.jpg) 360px 0 no-repeat;
}
div.head_download {
	background:url(images/head_download.jpg) 360px 0 no-repeat;
}
div.head_presse {
	background:url(images/head_presse.jpg) 360px 0 no-repeat;
}
div.head_login {
	background:url(images/head_login.jpg) 360px 0 no-repeat;
}
div.head_kontakt {
	background:url(images/head_kontakt.jpg) 360px 0 no-repeat;
}

#head img#logo {
	width: 227px;
	height: 61px;
	margin-top: 34px;
}
#head #language {
	float: right;
	padding: 60px 15px 0 0;
	color: #222222;
}
#head #language a {
	color: #222222;
	font-size:10px;
	text-decoration:none;
}
#head #language a:hover {
	text-decoration:underline;
}
#left {
	width: 173px;
	height: 384px;
	float: left;
	background:#0A4080;
}
#right {
	float: left;
	width: 767px;
	height: 384px;
	background: url(images/bckgrnd_content.gif) repeat-y;
	overflow:auto;
}
#karte {
	float: left;
	width: 767px;
	height: 384px;
	background: url(images/bckgrnd_content.gif) repeat-y;
}
#footer {
	width: 940px;
	font-size: 9px;
	color: #222222;
	padding-top: 10px;
}
#footer a {
	text-decoration: none;
	color: #222222;
}
#footer a:hover {
	text-decoration: underline;
}
#footer #footerleft {
	float:left;
	width:650px;
	margin-left: 15px;
}
#footer #footerright {
	float: right;
	width: 230px;
	text-align:right;
	margin-right:15px;
}

#content {
	padding: 25px 40px 5px 50px;
}
#content h1 {
	font-size: 46px;
	font-weight:normal;
	text-align:right;
}
#content a {
	color: #white;
	text-decoration: underline;
	font-weight: normal;
}

#leftcontent {
	padding: 240px 5px 10px 18px;
}

#leftcontent a {
	color: white;
	text-decoration: none;
	font-weight: normal;
}
#leftcontent a:hover {
	color: white;
	text-decoration: underline;
	font-weight: normal;
}


/* MENU */
/* ================================================================
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/drop_definition.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any
way to fit your requirements.
=================================================================== */
#menu {list-style-type:none; margin:0; padding:58px 0 0 0; float:left;}

#menu li {
	float:left;
	padding:0;
	margin:0 1px 0 0;
	position:relative;
	/* width:70px; special value for each entry */
	height:1px;
	z-index:100;
}
#menu li a, #menu li a:visited {text-decoration:none;}

#menu dl {position:absolute; top:0; left:0; width: 80px; margin: 0; padding: 0;}
#menu dt {margin:0;font-size: 11px; width:80px; float:left;}
#menu dd {display:none; background: transparent; clear:left; margin:0; padding:0; color: #ffffff; font-size: 1em; text-align:left;}

#menu dt a, #menu dt a:visited {
	display:block;
	color:#222222;
	padding: 4px 5px 3px 10px;
	/* width:20px; special value for each entry */
}
#menu dd a, #menu dd a:visited {background:#ffffff; color:#222222; text-decoration:none; display:block; padding:4px 5px 4px 20px; width:135px;}

#menu li a:hover {border:0;}

#menu li:hover dd, #menu li a:hover dd {display:block;}
#menu li:hover dl, #menu li a:hover dl {width:150px;}
#menu li:hover dt a, #menu li a:hover dt a, #menu li dt a.active, #menu dd a:hover {background: #0A4080; color:#ffffff;}

#menu li.l1-start { width: 50px; }
#menu li.l1-start dt a, #menu li.l1-start dt a:visited { width: 40px;}
#menu li.l1-service { width: 60px; }
#menu li.l1-service dt a, #menu li.l1-service dt a:visited { width: 50px;}
#menu li.l1-inside { width: 60px; }
#menu li.l1-inside dt a, #menu li.l1-inside dt a:visited { width: 50px;}
#menu li.l1-download { width: 80px; }
#menu li.l1-download dt a, #menu li.l1-download dt a:visited { width: 70px;}
#menu li.l1-presse { width: 60px; }
#menu li.l1-presse dt a, #menu li.l1-presse dt a:visited { width: 50px;}
#menu li.l1-login { width: 50px; }
#menu li.l1-login dt a, #menu li.l1-login dt a:visited { width: 40px;}
#menu li.l1-kontakt { width: 60px; }
#menu li.l1-kontakt dt a, #menu li.l1-kontakt dt a:visited { width: 50px;}

