body,html { 	
	margin: 0px 0px 0px 0px;
	height:100%; 
	padding: 0px;
	background-color: #01bdeb;
}

#all {
	position: absolute;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(images/SDBG1.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height:auto;
	width:100%;
	background-color: #01bdeb;
	font-size: 10pt;
}

#bannerbereich {
	position: relative;
	height: 104px;
	width: 955px;
	background-repeat: repeat-x;
	z-index: 4;

}

#menu {
	position: relative;
	height: 20px;
	width: auto;
	left: 0px;
	z-index:10;	
}

#partner {
	position: absolute;
	height: 20px;
	width: auto;
	top: 10px;
	right: 0px;
}

#sponsors {
	position: absolute;
	height: 20px;
	width: auto;
	top: 10px;
	left: 0px;
	z-index: 1;
}

#lang {
	position: absolute;
	height: 21px;
	width: auto;
	top: 10px;
	right: 0px;
}


#banner {
	position: relative;
	height: 212px;
	width: 955px;
}

#contentcontainer {
	position: relative;
	width: 955px;
	min-height:800px;
  	height:auto !important;
  	height:800px;
	top: 190px;

	
}

#content {
	position: relative;
	width: 620px;
	color: #002c37;
	left: 0px;
	text-align: left;
	float: left;
	padding-right: 13px;
	min-height:500px;
  	height:auto !important;
  	height:500px;
	border-top: dotted 1px #ffffff;
	top: 10px;
}

#contentright {
	position: relative;
	width: 310px;
	background-color: #ffffff;
	right: 0px;
	text-align: center;
	float: right;
	color: #002c37;
	border-top: dotted 1px #ffffff;
	top: 10px;
}

#main {
	position: relative;
	height:auto;
	width:100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	font-size: 10pt;
	bottom: 0px;
	float:left;
}

#footer {
	position: relative;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height:910px;
	width:100%;
}

A{
    font-size : 13px;
    font-weight: bold;
    color : #ffffff;
}

A:hover{
    font-size : 13px;
    font-weight: bold;
    color : #ea1c24;
}

P{
    font-size : 13px;
}

strong {
    font-size : 13px;
    color : #ffffff;
}							    

h1 {
    font-size:18px;
    color: #ffffff;
    border-bottom: 1px dotted #ffffff;
    height: 25px;
}

h2 {
    font-size: 18px;
    color: #ffffff;
    background-color: #01bdeb;
    border-bottom: 1px double #ffffff;
    height: 25px;
}

h3 {
    font-size: 15px;
    color: #002c37;
    height: 25px;
    color: 002c37;
}

#nav, #nav ul {
	float: left;
	width: 955px;
	list-style: none;
	line-height: 1em;
	background-image: url();
	color: #FFFFFF ;
	padding: 0;
}
 
#nav li li {
	background:red;
	border-bottom:1px solid #ffffff;
}
 
#nav a {
	display: block;
	xwidth: 7em;
	color: #ffffff;
	text-decoration: none;
	padding: 0.2em 0em;
}
 
#nav a.menuparent  {
	background: url() no-repeat 90% 40%;
}
 
#nav li {
	float: left;
	padding: 0;
}
 
#nav ul li a {
	color: #ffffff;
	font-size:11px;
	font-weight:bold;
}
 
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14em;
	font-weight: normal;
	margin: 0;
}
 
#nav li li {
	width: 15em;
}
 
#nav li ul a {
}
 
#nav li ul ul {
	margin: -1.45em 0 0 150px !important;
	margin: -1.45em 0 0 5.45em ;
}
 
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
 
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
 
#nav li li:hover, #nav li li.sfhover {
	background: #ff4d00;
}
 
#nav li li {
x	background: red;
}
 
#nav li li a {
	padding-left:5px;
}
 
#nav li ul  {
	background-image: none;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */