@charset "UTF-8";
/* CSS Document */
/* Boschmedia Kommunikationsdesign */
/* Dipl.-Designer (FH) Oliver Bosch */

/* Globaler Reset */
* {
	padding: 0;
	margin: 0;
}

html {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color:#000000;
	/* Blinden Scrollbalken im IE/PC entfernen */
	overflow: auto;
}
	
body {
	background-color: #FFFFFF;
	background-image: url(../img/higru_top.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	}
p {
	margin-bottom: 14px;
}
h1 {
	color: #459629;
	font-weight: bold;
	margin-bottom: 16px;
	font-size: 26px;
	line-height: 26px;
}
h2 {
	color: #459629;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 4px;
}
 
h3 {
	font-weight: bold;
	color: #459629;
	font-size: 13px;
	padding-bottom: 2px;
}
a {
	color: #459629;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #999999;
}



/* Layout und Bereiche */
/*-------------------------------------------------------------------------*/

#top {
	margin: 0 auto 0;
	width: 950px;
	height: 163px;
	position: relative;
	text-align: right;
}
#top img {
	margin-top: 44px;
}

#stagecontainer {
	width: 964px;
	margin: 0 auto 0;
	background-image: url(../img/schatten_stage_subnav.gif);
	background-repeat: repeat-y;
	position: relative;	
}

#stage {
	position: relative;
	margin-left: 187px;
	margin-right: 7px;
	min-height:470px;
	/* es folgt ein Hack für min-height auch im IE6 */
	/*	http://www.dustindiaz.com/min-height-fast-hack/ */	
	height:auto !important;
	height:470px;
	background-image: url(../img/higru_stage_neu.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}



/* Obere Hauptnavigation */
/* ------------------------------------------------------------------------- */


#topnavcontainer {
	margin: 0 auto 0;
	width: 964px;
}
#topnav {
	height: 40px;
	background-image: url(../img/higru_topnav.jpg);
	position: relative;
	margin-left: 7px;
	margin-right: 7px;
}
#topnav ul {
	list-style-type: none;
	padding-top: 10px;
	padding-left: 14px;
}
#topnav ul li {
	display: inline;
}
#topnav ul li a {
	background-image: url(../img/menupfeil_weiss.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	margin-right: 26px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-position: 0px 2px;
}
#topnav ul li a:hover {
	color: #459629;
	background-image: url(../img/menupfeil_gruen.gif);
}
div#topnav ul li a.topnavaktiv {
	color: #459629;
	background-image: url(../img/menupfeil_gruen.gif);
	cursor: default;
}



/* Linke Subnavigation  */
/* ------------------------------------------------------------------------- */


#subnavcontainer {
	width: 180px;
	float: left;
}
#subnavcontainer img {
	margin-left: 7px;
}
#subnav {
	margin-left: 27px;
}
#subnav ul {
	list-style-type: none;
}
#subnav ul li {
	display: block;
	color: #a9c78f;
	border-bottom: 1px dotted #a9c78f;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 144px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#subnav ul li a {
	color: #000000;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
}
#subnav ul li a:hover {
	color: #459629;
}
div#subnav ul li a.subnavaktiv {
	color: #459629;
	cursor: default;
}

/* Seitencontent */
/* ------------------------------------------------------------------------- */


#stage #textbereich {
	padding-left: 74px;
	padding-right: 196px;
	padding-top: 44px;
}

#stage div#textbereich.breite_lw  {
	padding-right: 54px;
}

#content_illu {
	top: 94px;
	right: 0px;
	position: absolute;
	width: 153px;
}
#news_content_illu {
	top: 94px;
	right: 0px;
	position: absolute;
	width: 190px;
}

#news_content_illu img {
	margin-bottom: 10px;
}

#lernort_content_illu {
	right: 0px;
	width: 290px;
	float: right;
	margin-top: 60px;
}

#lernort_content_illu img {
	margin-bottom: 10px;
	width: 278px;
}

#content_textrechts {
	top: 108px;
	right: 20px;
	position: absolute;
	width: 200px;
}


#floatrechts_170px {
	float: right;
	width: 170px;
}

#floatrechts_200px {
	float: right;
	width: 200px;
}

#floatrechts_300px {
	width: 300px;
	float: right;
}
#kartencontainer {
	margin-top: 8px;
}

/*Sonstige Typografie */
/* ------------------------------------------------------------------------- */

#stage #textbereich ul {
	margin-bottom: 14px;
	}

#stage #textbereich ul li {
	list-style-type: none;
	list-style-position: outside;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	margin-left: 0px;
	padding-left: 10px;
}

.weiterlesen {
	padding-bottom: 3px;
}

.newsdatum {
	color: #999999;
	margin-bottom: 2px;
	border-top: 1px solid #CCCCCC;
	font-size: 10px;
	padding-top: 2px;
	margin-top: 6px;
}

.newsdetaildatum {
	color: #999999;
	margin-bottom: 12px;
	font-size: 10px;
}
.abstandnach_12px {
	margin-bottom: 12px;
}


/*Footer */
/* ------------------------------------------------------------------------- */


#footercontainer {
	width: 964px;
	margin: 0 auto 0;
	background-image: url(../img/higru_tooter.jpg);
	background-repeat: no-repeat;
	height: 30px;
}

#footer {
	position: relative;
	margin-top: 12px;
	float: right;
	margin-right: 7px;
}

#footer ul {
	list-style-type: none;
}
#footer ul li {
	display: inline;
	margin-left: 14px;
}
#footer ul li a {
	text-decoration: none;
	color: #666666;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 9px;
	font-weight: normal;
}
#footer ul li a:hover {
	color: #000000;
}
div#footer ul li a.footeraktiv {
	color: #000000;
	cursor: default;
}


/* sonstige Klassen */
/* ------------------------------------------------------------------------- */
.clearelement {
	clear: both;
	height: 10px;
}
.displaynone	{
display:none	}


/* Es folgt die Clearfixlösung. Siehe  http://little-boxes.de/?p=149 */
/* ------------------------------------------------------------------------- */

/* Der Kern von Clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE-Patches für Clearfix */
.clearfix { display: inline-block; }
/* Vor IE5/Mac verstecken mit dem Commented Backslash Hack \*/
* html .clearfix { height: 1px; }
.clearfix { display: block; }
/* Ende des Versteckspiels für den IE5/Mac */



/* Definitionen für Tabellen */
/* ------------------------------------------------------------------------- */


th {
	color: #FFFFFF;
	background-color: #459629;
	text-align: left;
	padding: 2px;
	padding-left: 5px;
	border-left: 1px solid white;
}
div#textbereich  table  tfoot tr     {
background-color:transparent;
}

div#textbereich  table  tfoot tr td    {
	border-top:1px solid #459629;
	padding-left:0px;
	font-size: 9px;
	color: #666666;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-left: 0px;
}

td {
	padding: 3px;
	padding-left: 5px;
	border-top: 1px solid white;
	border-left: 1px solid white;
	vertical-align: top;
}
table  tr {
	background-color: #e6e6e6;
}
.tabellenzeiledunkler {
	background-color: #cccccc;
}
#textbereich table {
	clear: both;
}


/*Definitionen für Formulare*/
/* ------------------------------------------------------------------------- */


.formularzeile {
	width: 420px;
	position: relative;
	margin-bottom: 8px;
	float: left;
}
.formularbeschriftung {
	float: left;
	width: 100px;
	display: block;
}

.textfeld {
	width: 300px;
	float: right;
	border: 1px solid white;
	height: 18px;
	background-color: #e6e6e6;
	padding: 2px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
textarea.textfeld  {
	height: 120px;
}
	
input:focus, textarea:focus	{
	background-color:#DEEBB9;
	}
	
input.submit {
	background-color: #459629;
	color: #FFFFFF;
	border: 1px solid white;
	padding: 5px;
	font-weight: bolder;
	width: 110px;
	padding-top: 4px;
}
input.submit:hover  {
	background-color: #DEEBB9;
	color: #459629;
	border: 1px solid #459629;
}
.linie_vor {
	margin-bottom: 0px;
	border-top: 1px solid #CCCCCC;
	padding-top: 10px;
	margin-top: -2px;
	padding-bottom: 2px;
}
.tabelle_breite_lw {
	float: left;
	width: 641px;
}

