html, body {
	background-color: #FFFFFF;
	font-size: 13px;
	font-family: kalinga, Arial, Helvetica, sans-serif;
	height: 100%;
}

/* TYPOGRAPHY */
h3{
	color: #FF6600;
	font-family: gisha, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

h4{
	color: #005DC6;
	font-family: kalinga, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.Titel {
	font-weight:bold;
	font-size:15px;
    text-align: right;
}

.contact td{
border: 0px;
}

textarea {
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
}

/*
h1,h2,h5 {
color: #005DC6;
}*/

form {
    padding: 15px;
    width: 500px;
}

legend {
    color: #005DC6;
}

label {
    float: left;
    width: 75px;
    text-align: right;
    margin-right: 15px;
}

/* LINKS */
a:link {
	color: #005DC6;
	text-decoration: underline;
	font-weight: bold;

}
a:visited {
	text-decoration: underline;
	color: #005DC6;
	font-weight: bold;

}
a:hover {
	text-decoration: none;
	color: #005DC6;
	font-weight: bold;

}
a:active {
	text-decoration: none;
	color: #005DC6;
	font-weight: bold;
}

/* DIVISIONS */
#Header {
	width: 900px;
	height: 166px;
	background: url(Images/Header.png);
}

#Container{	
	position: relative;
	top: 5px;
	right: 0px;
	bottom: 0%;
	left: 0px;
	width: 950px;
	margin: 0px auto;
	background-color: #FFFFFF;
    padding: 0;
	text-align: left;
}

#clm_main{
	position: relative; 
	float: left;
    width: 100%;
	left: 0px;
    /*height: 490px;*/
    /*border-color: #FFFFFF;*/
    /*border-width: 0px 0px 1px 1px;*/
    /*border-style: solid;*/
}

#Footer {
	bottom: 0;
	clear:both;
	height: 34px;
	width: 900px;
	font-size: 11px;
	color: #999999;
	text-align: center;
	line-height: 34px;
	position: relative;
}

a#Content {
	background: #FFFFFF;
	width: 882px;
	padding: 8px;
	margin: 0px;
	position: relative;
	z-index: 0;
	border: #CCCCCC 1px solid;
}

#Content {
	width: 900px;
}


#Links {
	float:left;
	width: 600px;
	padding: 8px;
    z-index: 1;
}

#Rechts {
	float: right;
	padding: 8px;
	width: 240px;
	background: #EAEAEA;
    z-index: 1;
}

#slide {
	float: right;
	padding: 8px;
	width: 240px;
	background: none;
    z-index: 1;
}

#fadeshow1 {
	float: right;
	padding: 8px;
	width: 240px;
	background: white;
    z-index: 1;
	text-align: center;
}

#Sponsors {
	float: left;
	padding-left: 8px;
	width: 874px;
	font-size: 11px;
	font-weight: bold;
	color:#999999;
	text-align: left;
	/*background: url(Images/Sponsors.png);*/
	height: 91px;
}

/* NAVIGATION */
#menu {
width: 100%;
float: left;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 127px;
height: 35px;
float: left;
text-align: center;
}

#menu a, #menu h2 {
font: bold 13px calibri, helvetica, sans-serif;
display: block;
margin: 0;
padding: 2px 3px;
}

#menu li li a{
border-width: 0px 0px 2px 0px;
border-style: solid;
border-color: #FFFFFF;
background: #EAEAEA;
}

#menu h2 {
color: #005DC6;
}

#menu a {
color: #005DC6;
text-decoration: none;
}

#menu a:hover {
color: #FFFFFF;
background: #005DC6;
}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

#Menu {
	background: url(Images/menu_bg.png);
	height: 24px;
	line-height: 27px;
	width: 900px;
	font-size: 13px;
	font-weight: bold;
	color:#005DC6;
	padding: 0 2 0 2px;
	margin: 0px;
} 

/*SCROLL BARS
.barson{
	overflow-y: scroll;
	overflow-x: no;
}

.barsoff{
	overflow-y: no;
	overflow-x: no;
}*/