body {
	font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:13px;
	text-align:center;
	margin: 0;
	padding: 0;
	color: #727375;
}

a {
	color:#750101;
	text-decoration:none;
}
a:hover {
	color: #727375;
	text-decoration:underline;
}

h1 {
	margin: 0;
	padding: 0 0 20px 0;
	color: #929496;
}
h2 {
	margin: 0;
	padding: 0 0 5px 0;
	font-size:18px;
	color: #929496;
}
h3 {
	margin: 0 -10px 10px -10px;
	padding: 0 0 0 10px;
	color:#929496;
	font-size:17px;
	text-transform:uppercase;
	font-weight:normal;
	border-bottom:1px solid #cccccc;
}
h4 {
	font-size: 15px;
	margin: 0;
}
p {
	margin: 0;
	padding: 0 0 12px 0;
	line-height:16px;
}
#gesamteseite {
	margin-left: auto;
	margin-right: auto;
	width: 824px;
	text-align:left;
	background:url(../images/header-gradient.jpg) top left repeat-y #ffffff;
	padding: 0 6px 0 6px;
}
#header {
	background-color:#FF00ff;
	height: 114px;
	background:url(../images/grey-gradient-top.jpg) bottom left repeat-x #ffffff;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	
}
#globallinks {
	float:right;
	font-size: 11px;
	color: #929496;
	background:url(../images/globallinks-bg.jpg) top left no-repeat;
	width:270px;
	height:38px;
	text-align:center;
	padding: 8px 0 0 0;
	}
#globallinks a{
	color: #929496;
	border: none;
	padding: 0 5px 0 5px;
	text-decoration:none;
	}
#globallinks #language{
	padding: 0 0 0 5px;
	}
#logo {
	float: left;
	margin: 20px 0 0 20px;
}
#banner {
	background-color:#4e0000;
	height:180px;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}
#content {
	padding: 25px 0 0 0;
	background:url(../images/grey-gradient.jpg) top left repeat-x #ffffff;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
#container{
	background:url(../images/grey-gradient-top.jpg) bottom left repeat-x;
	padding: 0 0 25px 0;
}
#footer {
	clear: both;
	padding: 0 25px 0 25px;
	font-size:10px;
	border-top: 1px solid #cccccc;
	line-height:30px;
}
#leftcol {
	width:450px;
	float: left;
	padding: 0 25px 0 25px;
	border-right: 1px dashed #cccccc;
}
#rightcol {
	width: 270px;
	float: right;
	padding: 0 25px 0 0px;
}
#twocol {

	float: left;
	padding: 0 25px 0 25px;
}
.imageright {
	float: right;
}
.clear {
	clear:both;
}
.textlink:hover {
	color: #727375;
	background:url(../images/textlink-icon.gif) center left no-repeat;
	padding: 0 0 0 16px;
	text-decoration:underline;
}
.textlink {
	color:#750101;
	background:url(../images/textlink-icon-over.gif) center left no-repeat;
	padding: 0 0 0 16px;
	text-decoration:none;
}
.pdflink {
	background:url(../images/pdficon.gif) center left no-repeat;
	padding: 0 0 0 20px;
}
/*LISTEN*/
.bulletlist {
	list-style-image:url(../images/bulletpoint.gif);
	margin:0 0 0 16px;
	padding: 0;
}
.bulletlist li{
	margin:0 0 5px 0;
}
/*Images*/
.imageright {
	float:right;
	margin: 0 0 10px 10px;
}
/*BOXES*/
.box {
	background:url(../images/box-gradient.jpg) bottom left repeat-x #ffffff;
	border: 1px solid #D7DADB;
	padding: 10px;
	margin: 0 0 10px 0;
}
.box2 {
	background:url(../images/box2-gradient.jpg) 0px 31px repeat-x;
	padding: 10px;
	margin: 0 0 10px 0;
}
/*DatenZabelle*/
.datatable {
	border: 1px solid #cccccc;
	padding:0px;
	margin:0px;
	border-collapse:collapse;
}
.datatable tr.odd td, .datatable tr.even td {
	padding: 5px;
}
.datatable tr.odd {
	background-color:#F8F9FC;
}
.datatable tr.even {
	background-color:#EBEEF3;
}
.datatable th {
	background-color:#c6ced6;
	height:3px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align:left;
}
.datatable th h2{
	color: #fff;
	padding: 5px;
	font-weight:normal;
}
.datatable td.image {
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 20px;
	text-align:center;
}
.datatable td.image img{ cursor: url(../images/zoomin.cur), pointer; outline:none;}
.datatable td.image a, .picturetable td.picture a{
}
.datatable td.image a:hover, .picturetable td.picture a:hover{
	text-decoration:none;
}
.datatable td.image a span, .picturetable td.picture a span{
	font-size: 0.8em;
	margin: 3px 0 5px 0;
	display:block;
}
/* Picturetable */
.picturetable {
	width:770px;
	border:none;
	margin: 0;
	padding: 0;
	border-spacing:5px;
}
.picturetable td.picture{
	border: 1px solid #cccccc;
	text-align:center;
	width:25%;
	background-color:#FFFFFF;
	background:url(../images/grey-gradient.jpg) top left repeat-x;
	vertical-align:bottom;
}
.picturetable td.picture img{
	padding:10px 10px 10px 10px;
	border:none;
	cursor: url(../images/zoomin.cur), pointer; 
	outline:none;
}
.picturetable td.picture p{
	background-color:#EBEEF3;
	display:block;
	height:50px;
	margin: 0;
	padding: 5px;
	color:#727375;
}
/*Clearfix*/
.box:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.box {display: inline-block;}

/* Hides from IE-mac \*/
* html .box {height: 1%;}
.box {display: block;}
/* End hide from IE-mac */
/* ================================================================ 
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/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu { z-index:100; margin: 42px 0 0 220px;float:right; position:relative;padding: 0 20px 0 0; width:420px;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:420px; w\idth:420px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;z-index: 10;}
.menu ul ul {width:138px; background-color:#fafafa; border-bottom: 1px solid #cccccc;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {font-size: 15px; z-index: 10;display:block; padding: 0 10px 0 10px; border-left: 1px solid #cccccc; color: #000000; text-decoration:none; line-height:25px;border-top: 1px solid #F1F2F6;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {padding: 0 10px 0 10px; border-left: 1px solid #cccccc; color: #000000; text-decoration:none; line-height:25px;}
/* style the second level hover */

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul a:hover {
	text-decoration:none;
}
.menu ul ul {
visibility:hidden;
position:absolute;
top:25px;
left:0; 
width:auto;
background:#fafafa;
border-bottom: 1px solid #cccccc;
border-top: 1px solid #cccccc;
border-right: 1px solid #cccccc;
z-index: -5;
text-align:left;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:25px;
t\op:25px;
background:#fafafa;
position:absolute;
z-index:-5;
padding: -1px 0 0 0;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}


/* style the top level hover */
.menu ul a:hover{color:#cc0000; background:#fafafa; border-top: 1px solid #cccccc;}
.menu :hover > a, .menu ul :hover > a {color:#cc0000; background:#fafafa;border-top: 1px solid #cccccc;}

/* style the second level links*/ 
.menu ul ul a, .menu ul ul a:visited { 
background: #fafafa;
color:#000000; 
height:auto; 
line-height:1em; 
padding:5px 10px;
border:none; 
border-left: 1px solid #cccccc; 
/*border-right: 1px solid #cccccc;*/ 
width: 138px;
font-size:12px;
}
.menu ul ul a:hover, .menu ul ul a:visited { 
color:#000000; 
height:auto; 
line-height:1em; 
padding:5px 10px;
border-top:none;
border-left: 1px solid #cccccc; 
/*border-right: 1px solid #cccccc;*/
}
.menu ul ul a:hover{
	background:url(../images/menue_hover.jpg) top left repeat-x #3c0000;
	text-decoration:none;
	color:#FFFFFF;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:160px;w\idth:128px;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}
.menu #contact{
border-right:1px solid #F1F2F6;
}
.menu #contact:hover {
border-right:1px solid #cccccc;
}
