@charset "utf-8";
/* CSS Document */

body
	{
	background: #f5f5f5;
	color: #2d2d2d;
	font-family: Arial;
	font-size: 12px;
	margin: 0;
	padding: 0;
	}

#haupt
	{
	background: #fff;
	border: solid 1px #d8d8d8;
	margin: 9px auto 0;
	
	width: 967px;
	}


/* ========================================================================== HEADER ========= */

#header
	{
	border-bottom: solid 1px #d8d8d8;
	padding: 4px 0 4px 0;
	margin-left: 5px;
	width: 958px;
	}

#header img
	{
	margin-left: 1px;
	}

#logo
	{
	background: url(../gfx/header_bg.gif) repeat-x #0668a0;
	float: left;
	font-size: 24px;
	font-weight: 400;
	height: 127px;
	margin: 0;
	padding: 0;
	width: 243px;
	}

#logo span
	{
	display: block;
	font-size: 14px;
	margin-top: 7px;
	}

#logo a
	{
	background: url(../gfx/m_signet.png) no-repeat right;
	color: #fff;
	display: block;
	height: 97px;
	text-decoration: none;
	padding: 15px;
	width: 218px;
	}


/* ========================================================================== Spalte LINKS ========= */

#navigation
	{
	float: left;
	list-style: none;
	margin: 10px 0 0 5px;
	padding: 0;
	width: 216px;

	}

#navigation li
	{
	border-bottom: solid 1px #dee2e7;

	line-height: 14px;
	margin: 0;
	padding: 0;
	width: 100%;
	}



#navigation li a
	{
	
	color: #0768a1;
	display: block;
	font-size: 16px;
	font-weight: 700;
	height: 12px;
	margin: 0;
	padding: 10px 0 10px 44px;
	text-decoration: none;
	}

#navigation li a:hover
	{	
	color: #12ABFE;
	}

#navigation li.aktiv
	{

	}

.icon-3
	{
	background: url(../gfx/icon_home.gif) no-repeat 3px 2px;
	}

.icon-5
	{
	background: url(../gfx/icon_aktuelles.gif) no-repeat 3px 2px;
	}

.icon-2
	{
	background: url(../gfx/icon_hut.gif) no-repeat 3px 2px;
	}

.icon-6
	{
	background: url(../gfx/icon_schule.gif) no-repeat 3px 2px;
	}
	
.icon-7
	{
	background: url(../gfx/icon_mail.gif) no-repeat 3px 2px;
	}

.icon-14
	{
	background: url(../gfx/icon_pen.gif) no-repeat 3px 2px;
	}

#navigation li ul
	{
	list-style-type: none;
	margin:0 0 0 -5px;
	padding: 0;
	border-left: 18px solid #2c88c5;
	}

#navigation li ul li
	{
	background: #f6f6f6;
	border-top: solid 1px #dee2e7;
	border-bottom: 0;
	height: 23px;
	line-height: 15px;
	margin: 0;
	padding: 0;
	width: 100%;
	}

#navigation li ul li a
	{
	color: #0768a1;
	display: block;
	font-size: 12px;
	font-weight: 400;
	height: 12px;
	margin: 0;
	padding: 5px 0 6px 35px;
	text-decoration: none;
	}

#navigation li ul li.aktov a
	{
	color: #000;
	font-weight: 700;
	}



/* ========================================================================== INHALT ========= */

#inhalt
	{
	float: left;
	margin-left: 0;
	min-height: 360px; 
	padding: 22px 28px 50px;
	width: 440px;
	
	}

#breadcrumbs
	{
	margin: 0 0 20px;
	}


h2
	{
	color: #0668a0;
	font-size: 20px;
	line-height: 33px;
	margin: 0 0 16px;
	}

h3
	{
	color: #0668a0;
	font-size: 18px;
	font-weight: 400;
	}

h4
	{
	font-size: 14px;
	font-weight: 700;
	}

.spezialheadline
	{
	background: url(../gfx/pfeil.gif) no-repeat 0 1px;
	padding-left: 11px;
	}

p, td, th, li, dt, dd
	{
	line-height: 18px;
	}

a
	{
	color: #0768a1;
	}

a:hover
	{
	color: #42D2FD;
	}

.hinweis
	{
	background: #efefef;
	border-left: solid 12px #2c88c5;
	font-weight: 700;
	padding: 9px;
	}


table
	{
	width: 100%;
	}

th
	{
	background: #2c88c5;
	color: #fff;
	/* border-bottom: solid 1px #ccc; */
	padding: 3px 4px;
	text-align: left;
	}

td
	{	
	background: #f6f6f6;
	border-bottom: solid 1px #ccc;
	padding: 6px 4px;
	}

.dunkelgrau
	{ 
	color: #2d2d2d;
	} 
 
.blau
	{ 
	color: #0668a0;
	} 


#inhalt .rechts
	{
	float:       right;
	margin-left: 10px;
	clear:       both;
	}

#inhalt .links
	{
	float:        left;
	margin-right: 10px;
	clear:        both;
	}

hr
	{
	margin: 5px 0 0;
	padding-top: 15px;
	clear: both;

	border: 0px; /* Für Firefox und Opera */
 border-bottom: solid 1px #CCCCCC;
 border-top: solid 1px #FFFFFF; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */

	}

#inhalt .csc-mailform td,
#inhalt .csc-mailform th
	{
	background: none;
	border: 0;
	}

#inhalt input, #inhalt textarea
	{
	background: #F5F5F5;
	}

#inhalt input.mf-submit
	{
	background: #0668a0;
	color: #fff;
	}

/* ========================================================================== Spalte RECHTS ========= */

#spalte-rechts
	{
	background: #f6f6f6;
	float: right;
	margin-right: 4px;
	width: 244px;
	}

#suche
	{
	background: #fff;
	padding: 10px 0;
	}

#suche strong
	{
	color: #0668a0;
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 16px;
	}

#suche
	{
	}


#spalte-rechts h2
	{
	background: url(../gfx/h2_bg.gif) repeat-x #0668a0;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	padding: 6px;
	margin: 0;
	}

#spalte-rechts h3
	{
	font-size: 15px;
	font-weight: 700;
	margin: 0;
	padding: 6px 6px;
	}

#spalte-rechts p
	{
	margin: 0;
	padding: 6px 6px;
	}

/* ============================================================================== FOOTER ========= */

#footer
	{
	background: url(../gfx/h2_bg.gif) repeat-x #0668a0;
	clear: both;
	color: #fff;
	font-size: 12px;
	height: 9px;
	line-height: 9px;
	padding: 10px 0 10px;
	text-align: center;
	word-spacing: 5px;
	}

#footer a
	{
	color: #fff;
	text-decoration: none;
	}

#footer a:hover
	{
	color: #a0e8ff;
	}

#info
	{
	padding: 3px 0;
	text-align: center;
	width: 967px;
	margin: 0 auto;
	}
