/*********************
 * Farbschema von http://colorschemedesigner.com/#0041Tw0w0w0w0
 *********************/
@import url('blueprint/screen.css');

#header-box {
	height:130px;
	margin-bottom:10px;
	overflow:hidden;
}

#header,
#header-logo,
#header-logo-link {
	height:130px;
	position:relative;
}

#header-logo-link {
	display:block;
}

#header-topright-navi {
	margin-top:0.5em;
	float:right;
}

#header-topright-navi LI {
	margin-left:1em;
	list-style:none;
	display:inline;
}

#header-navi {
	position:absolute;
	width:100%;
	bottom:0px;
	border-bottom:3px solid;
}

#header-navi ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

#header-navi li {
	float:left;
	border-right:1px solid #aaa;
}
#header-navi .last { border-right:0; }
#header-navi .aktuelles { border-bottom-color:#f00; }
#header-navi .aktuelles:hover, #header-navi .aktuelles-active, .section-aktuelles #navi .active {
	background:#f77;
}
#header-navi .arbeitskreise { border-bottom-color:#ff7400; }
#header-navi .arbeitskreise:hover, #header-navi .arbeitskreise-active, .section-arbeitskreise #navi .active { background:#ffb273; }
#header-navi .die-lak { border-bottom-color:#099; }
#header-navi .die-lak:hover, #header-navi .die-lak-active, .section-die-lak #navi .active { background:#5cc; }
#header-navi .links { border-bottom-color:#0c0; }
#header-navi .links:hover, #header-navi .links-active, .section-links #navi .active { background:#67e667; }

#header-navi a { text-decoration:none; color:#000; display:block; 
	padding:0.4em 1.2em;
	font-size:120%;
	font-weight:bold;
	border-collapse:separate;
}

#header-logo {
	background:url('../images/lak-logo-small.png') no-repeat #fff center 5px;
}

#navi-box {
	height:100%;
}

#main {
}

.container {
-moz-box-shadow:0px 0px 5px #000000;
-webkit-box-shadow:0px 0px 5px #000000;
box-shadow:0px 0px 5px #000000;
/*IE DOES NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
background:#fff;
}

#navi-current-section {
	font-weight:bold;
}

#navi-current-section div { border-bottom:2px solid; }
#navi-current-section .aktuelles { border-color:#f00; background:#f77; }

#navi { margin:0.6em 0; }

#navi ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

#navi a { display:block; color:#000; text-decoration:none; }

#navi ul a { padding:0.2em 0; }
#navi ul.level-1 a { padding-left:0.8em; }
#navi ul.level-2 a { padding-left:1.6em; }

#navi li {
	border-bottom:1px solid;
}

#navi li.last {
	border:0;
}

.content-box {
	padding:2px 5px;
}

#footer-box {
	min-height:150px;
/*background: -moz-linear-gradient(top, #ddd, #ddd);*/
	color:#fff;
	background:#003955;
	margin-top:10px;
	padding-bottom:10px;
	overflow:hidden;
}

#footer-box h2 {
	font-size:1.2em;
	font-weight:bold;
	margin:3px 0;
	margin-left:-4px;
}

#footer-kontakt {
	padding-left:4px;
	/* margin-right wäre eigentlich 10px */
	margin-right:6px;
}

#footer-kontakt a {
	text-decoration:underline;
}

#footer-box a,
#footer-box h2 {
	color:#fff;
}

#footer-box a:hover {
	color:#5cc;
}

#footer-kontakt {
	height:100%;
	background:#0C3448;
	/* Trick, um die Footer-Kontakt-Box auf maximale Höhe zu bringen; erfordert overflow:hidden beim übergeordneten Container */
	padding-bottom: 100em;
	margin-bottom: -100em;
}

body {
	background:#dedede;
	font-size:80%;
}

#content h1,
#content h2,
#content h3 {
	font-family: 'Gentium Basic';
	font-style: normal;
	font-weight: bold;
}

.outOfSight {
	display:none;
}

.news-list-date {
	padding-right:5px;
}

.news-single-rightbox, .news-single-imgcaption, .news-latest-date, .news-latest-morelink, .news-latest-category, .news-list-category, .news-list-author, .news-list-imgcaption, .news-list-date, .news-list-browse, .news-amenu-container, .news-catmenu {
	font-size:100%;
}

ul.sitemap-level-1 {
	padding:0;
	margin:0;
}

li.sitemap-level-1 {
	display:inline-block;
	width:24%;
	float:left;
}

ul.sitemap-level-2 {
	font-weight:normal;
	margin-left:1em;
	padding:0;
}

div#footer-sitemap ul,
div#footer-sitemap li {
	vertical-align:top;
	list-style:none;
}


@font-face {
	font-family: 'Gentium Basic';
	font-style: normal;
	font-weight: bold;
	src: local('Gentium Basic Bold'), local('GentiumBasic-Bold'), url('../fonts/GenBasB.ttf');
}
