/*  
Theme Name: Gillner Default
Theme URI: http://www.anke-gillner.de/
Description: Das Gillner Default Theme. <em>Konzept + Design</em> von <a href="http://einvoll.net">Michael Holzer</a>, <em>Code</em> von <a href="http://dev.cobalt.cc">Moritz B&ouml;hm</a>.
Version: 0.5a
Author: Moritz B&ouml;hm
Author URI: http://dev.cobalt.cc/

	Design by Einvoll - http://einvoll.net
	Code by Cobalt - http://dev.cobalt.cc
	-------------------------------------------------------
	
	HTML + CSS (c) 2007 by Moritz Böhm / cobalt.cc
*/

body {
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: white;
	color: #818183;
}

#page {
	margin-left: 100px;
}

#content {
	width: 681px;
	padding-bottom: 175px;
}

#footer {
	background: url(gfx/meta/greenbg.png) #527919;
	height: 31px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	left: 0px;
	border-top: 3px solid white;
}
/*
#footer {
	background: url(gfx/meta/greenbg.png) #527919;
	height: 31px;
	width: 100%;
	border-top: 3px solid white;
	left: 0px;
	margin: 0px;
	padding: 0px;	
	position: fixed;
	_position: absolute;
	bottom: 0px;
	_top: expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);
}*/

/* ## Navigation ## */

#navi {
	width: 682px;
	height: 24px;
	margin: 28px 0 26px 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
	list-style-position: inside;
}

#navi li {
	float: left;
}

#navi li a, #navi li a:hover, #current {
	display: block;
	text-decoration: none;
	background-repeat: no-repeat;
	height: 24px;
}

#navi li a {
	background-position: left;
}

#navi li a:hover {
	background-position: center;
}

#navi #current {
	background-position: right;
}

.navi_ankegillner {
	background: url(gfx/navi/navi_ankegillner.png);
	width: 132px;
}

.navi_kompetenz {
	background: url(gfx/navi/navi_kompetenz.png);
	width: 225px;
}

.navi_unternehmen {
	background: url(gfx/navi/navi_unternehmen.png);
	width: 157px;
}

.navi_privatpersonen {
	background: url(gfx/navi/navi_privatpersonen.png);
	width: 168px;
}

/* ## Metanavi ## */

#metanavi {
	height: 31px;
	padding: 0;
	margin: 0;
	list-style-image: none;
	list-style-type: none;
	list-style-position: inside;
}

#metanavi li {
	float: left;
	margin-right: 39px;
}

#metanavi li a, #metanavi li a:hover, #current {
	display: block;
	text-decoration: none;
	background-repeat: no-repeat;
	height: 31px;
}

#metanavi li a {
	background-position: left;
}

#metanavi li a:hover, #metanavi #current {
	background-position: right;
}

.metanavi_kontakt {
	background: url(gfx/navi/metanavi_kontakt.png);
	width: 42px;
}

.metanavi_impressum {
	background: url(gfx/navi/metanavi_impressum.png);
	width: 61px;
}

.metanavi_links {
	background: url(gfx/navi/metanavi_links.png);
	width: 28px;
}

.metanavi_drucken {
	background: url(gfx/navi/metanavi_drucken.png);
	width: 76px;
}

/* ## Accordion ## */

.block {
	padding: 0;
	width: 681px;
	background-color: #FFFFFF;
}

.block_style {
	line-height: 16px;
	margin: 3px 100px 21px 15px;
	background-color: #FFFFFF;
}

/* ## Fonts, Headings, Links, Paragraphs ## */

h1, h2, h3, p {
	padding: 0;
	margin: 0;
	font-weight: normal;
}

p {
	font-size: 13px;
	background-color: #FFFFFF;
}

h2 {
	margin-bottom: 8px;

}

h2, h2 a {
	font-size: 20px;
	color: #527919;
}

h2 a:hover {
	font-size: 20px;
    color: #818183;

}

h2 a, h2 a:hover {
	text-decoration: none;
}

h3 {
	color: #527919;
	font-size: 18px;
}

p, .block p {
	margin: 0 0 8px 0;
}

.pagetitle {
	margin: 68px 0 20px 0;
}

.textblock {
    line-height: 16px;
	margin-bottom: 23px;
}

.textblock ul, .block_style ul, .linklist ul {
	margin: 15px 0 15px 0;
	padding: 0;
	list-style-image: url(gfx/meta/listicon.png);
	list-style-position: outside;
}

.textblock ul li, .block_style ul li, .linklist ul li {
	margin-left: 20px;
	padding-left: 2px;
	padding-bottom: 5px;
}

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

a {
	color: #818183;
}

a:hover {
	color: #527919;
}

/* ## Misc ## */

.headimage {
	width: 681px;
	height: 229px;
	overflow: hidden;
	margin: 0 0 30px 0;
}

#einvoll {
	background: url(gfx/meta/einvoll.png) no-repeat;
	width: 13px;
	height: 13px;
	margin: 9px 75px 0 24px;
	display: block;
	float: left;
}

a#einvoll, a#einvoll:hover {
	text-decoration: none;
}