@charset "UTF-8";
/* CSS Document */

html,
body
{
	background-color:#CFE1EF;
	background-image:url(../gfx/hg_kachel_36.gif);
	height:100%;
}

#container
{
	margin:auto;
	width: 900px;
	height:100%;
	overflow:visible;
}

#wrapper
{
	background-image:url(../gfx/hintergrund_wrapper.jpg);
	background-repeat:repeat-y;
}

#navigation
{
	width:160px;
	height:100%;
	background-color:#6794B8;
	background-image:url(../gfx/hg_navigation.jpg);
	background-repeat:repeat-y;
	float:left;
}

#navigation ul
{
	list-style-type:none;
	padding-left: 15px;
}

#navigation ul li,
#navigation ul li a
{
	top: 20px;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
	font-size:13px;
	color:#00345F;
	padding-top:8px;
	padding-bottom:3px;
	border-bottom: 1px solid #4b7aa0;
}

#navigation ul li a:hover
{
color:#FC0;
}


#navigation ul li .active
{
color:#FC0;

}


#content
{
	width:685px;
	background-color:#00345f;
	background-image:url(../gfx/hg_main_15.jpg);
	background-repeat:repeat-x;
	margin-left:160px;
	
}


#subnavigation
{
	width:170px;
	float:left;
	padding-top:40px;
}

#subnavigation ul
{
	list-style-type:none;
	padding-left:15px;
}

#subnavigation ul li,
#subnavigation ul li a
{
	font-family:Verdana, Geneva, sans-serif;
	color:#FC0;
	text-decoration:none;
	font-size:11px;
	padding-top:5px;
}

#subnavigation ul li a:hover, 
#subnavigation ul li ul li a:hover
{
	text-decoration:underline;
}


#subnavigation ul li ul li,
#subnavigation ul li ul li a
{
	font-family:Verdana, Geneva, sans-serif;
	color:#a69721;
	text-decoration:none;
	font-size:11px;
	padding-top:1px;
	padding-left:5px;
}



#inhalt
{
	float:right;
	width:485px;
	padding-top:10px;
	padding-right:25px;
}


#logoleiste
{
	width:55px;
	height:100%;
	background-color:#6794B8;
	background-image:url(../gfx/hg_logoleiste.jpg);
	background-repeat:repeat-y;
	float:right;
	padding:0px;

}

#clearer
{
	clear:left;
}

#logo
{
	background-color:transparent;
	width: 160px;
	height:160px;
	background-image:url(../gfx/logo_jec_2016.png);
	background-repeat:no-repeat;
}

#titel
{
	background-color:transparent;
	background-image:url(../gfx/titeltext.gif);
	background-repeat:no-repeat;
	width: 685px;
	height:160px;
}

#topnav
{
	position:relative;
	width:100%;
	height:20px;
	top:125px;
	float:right;
	font-family:Verdana, Geneva, sans-serif;
	color:#00345F;
	font-size:10px;
	padding-top:2px;
	padding-right:10px;
	text-align:right;
}

#topnav ul
{
	list-style-type:none;
	padding:0px;
}

#topnav li,
#topnav a
{
	text-decoration:none;
	color:#00345F;
	display:inline;
	padding-right:10px;
}

#topnav a:hover
{
	text-decoration:underline;
}

#footer
{
	background-color:#00345f;
	height:5px;
}

/* Schriftdefinitionen */

.fliesstext,
.fliesslinie,
.sitemap
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#FFF;
	text-decoration:none;
}


.fliesstext a,
.fliesslinie a
{
	background-color:#fff;
	color:#00345f;
	text-decoration:none;
}

.fliesstext a:hover,
.fliesslinie a:hover
{
	text-decoration:underline;
}

.sitemap a
{
	color:#FFF;
	text-decoration:none;
}

.sitemap a:hover
{
	text-decoration:underline;
}


/* Überschriften */

h1
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:21px;
	color:#FC0;
	font-weight:300;
	line-height:28px;
}

h2 
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#FFF;
	font-weight:300;
}

	h3, h3 a
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#FC0;
	font-weight:300;
	line-height:18px;
	text-decoration:none;
}

h3 a:hover
{
	text-decoration:underline;
}

h4
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FC0;
	font-weight:300;
	line-height:14px;
}

h5
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#fff;
	font-weight:300;
	line-height:14px;
}


/*clearfix*/

   .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  
  .clearfix { display: block; }
  
   #ie_clearing { display: none; }
   
   
/* --- pdf link ----*/
.pdf_link
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-align:right;
	color:#FC0;
	
}

.pdf_link a
{
	color:#FC0;
	text-decoration:none;
}

.pdf_link a:hover
{
	text-decoration:underline;
}

/* ---- Tabelle --- */


td
{
	padding-top:5px;
	padding-left:5px;
	padding-bottom:5px;
}

/* Korrekturen IE */

* html .topnav
{
	top:135px;
}

*+html .topnav
{
	top:135px;
}
