/* Allgemein */
* {
	padding: 0;
	margin: 0;
	
}

html {
	height: 100%;
	width: 100%;
}

body, td {
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	border:0;
	
}


/*Style/Positionierung*/
#logo {
	position: absolute;
	left: 347px;
	top: 59px;
	width: 182px;
	height: 26px;
}

#eventlogo {
	position: absolute;
	left: 660px;
	top: 70px;
	width: 118px;
	height: 118px;
}

#nav {
	position: absolute;
	left: 0px;
	top: 114px;
}

#subnav {
	position: absolute;
	top: 213px;
	left: 11px;
	width: 154px;
}

#contentbereich {
	position: absolute;
	top: 180px;
	left: 175px;
	width: 580px;
}

#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 30px;
	background-color: #0066ff;
	color: #FFF;
	font-size: 12px;
	background-repeat:no-repeat;
	background-position:right;
}

#redline {
	position: fixed;
	bottom:0;
	width: 100%;
	height:45px;
	background-image:url(../img/layout/redline.jpg);
	background-repeat:repeat-x;
	font-size: 12px;
	
}

#whiteline {
	position: fixed;
	bottom:30px;
	width: 100%;
	height:10px;
	background-color:#FFF;
	background-repeat:repeat-x;
	font-size: 12px;
	
}

#deep{
	position: fixed;
	bottom:0;
	width: 100%;
	height:60px;
	background-position:right;
	font-size: 12px;
	
}

#footer_text {
	position: relative;
	margin-left: 26px;
	margin-top: 4px;
}

.newsfront {
	float: left;
	width: 200px;
}

.content_start {
	float: left;
	width:340px;
	margin-right:40px;
}

/* Formation */
p {
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	text-align: justify;
	margin-bottom: 15px;
}

h1 {
	margin-bottom: 15px;
	font-size: 15px;
	font-weight: bold;
	padding-bottom:5px;
	background-image:url(../img/layout/line.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

h2 {
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
}


/* Links */
#footer a {
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	bottom: 0;
}

#footer a:hover, a:active{
	color:  #7fb2ff;
	text-decoration: none;
	font-size: 12px;
	bottom: 0;
}




a {
	color: #000000;
	text-decoration: none;
}

a:hover, a:active{
	color:  #7fb2ff;
	text-decoration: none;
}


/* Hauptnavigation */
#nav ul li {
   list-style: none;
   float: left;
}

#nav ul li a,nav ul li a:link,nav ul li a:visited,nav ul li a:active {
	font-size: 12px;
	color: #000;
	border: none;

   	text-decoration: none;
   	display: block;
	
	padding-bottom: 3px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 3px;
	
	border-bottom: 1px solid #999999;
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
	
	outline: 0;
}

#nav ul li a:hover {
	background-color: #7fb2ff;
}

#nav ul li a.nav_on, a:link.nav_on, a:visited.nav_on, a:active.nav_on {
   	background-color: #7fb2ff;
	font-weight: normal;
	font-size: 12px;
	color: #000;
	border: none;

   	text-decoration: none;
   	display: block;
	
	padding-bottom: 3px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 3px;
	
	border-bottom: 1px solid #999999;
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
	
	outline: 0;
}

/* Subnavigation */
#subnav ul li {
   list-style: none;
}

#subnav ul li a,subnav ul li a:link,subnav ul li a:visited,subnav ul li a:active {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	border: none;

   	text-decoration: none;
   	display: block;
	
	padding-bottom: 3px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 3px;
	
	outline: 0;
}

#subnav ul li a:hover {
	font-weight: bold;
	
	
}

#subnav ul li a.nav_on, a:link.nav_on, a:visited.nav_on, a:active.nav_on {
	background-color: #FFF;
	font-size: 12px;
	color: #000000;
	border: none;

   	text-decoration: none;
   	display: block;
	
	padding-bottom: 3px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 3px;
	
	outline: 0;
}

#subnav ul ul li a,subnav ul ul li a:link,subnav ul ul li a:visited,subnav ul ul li a:active {
	background-color: #FFF;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	border: none;

   	text-decoration: none;
   	display: block;
	
	padding-bottom: 1px;
    padding-left: 30px;
    padding-right: 12px;
    padding-top: 1px;
	
	outline: 0;
}

#subnav ul ul li a:hover {
	color:#0099CC;
}

#subnav ul ul li a.nav_on, a:link.nav_on, a:visited.nav_on, a:active.nav_on {
	background-color: #FFF;
	font-size: 12px;
	
	color: #0099CC;
	border: none;

   	text-decoration: none;
   	display: block;
	
	padding-bottom: 1px;
    padding-left: 30px;
    padding-right: 12px;
    padding-top: 1px;
	
	outline: 0;
}


/* Spezielles */
#logo a,logo a:link,logo a:visited,logo a:active {
color:#000000;
	border: none;
	padding: 0;
	margin: 0;
}

#logo a,logo a:hover {
color:#0066CC;
	border: none;
	padding: 0;
	margin: 0;
}

