@charset 'utf-8';

/* ----------------------------------------------------- reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

/* ----------------------------------------------------- */

* {
	color: #2e3b2a;
}

html {
	height: 100%;
}

body {
	line-height: 1.5em;
	background: #fcfdf6 url(../img/background.gif);	
	height: 100%;
	font-family: "Lucida Grande", 'Lucida Sans', Lucida, Verdana, sans-serif;
	font-size: 0.9em;
}

/* ------------------------------------------------ layout */

#wrap {
	position: relative;
	min-height:  100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px auto;
	min-width: 740px;
	max-width: 80em;
	background: transparent;	
	z-index: 40;
}

	#header {
		width: 100%;
		background: transparent;
		height: 6em;
		padding: 1em 0 0 0;
	}
		.inner {
			margin: 0 0 0 23em;
		}
			#header .inner img {
				position:  relative;
				display:  inline;
				margin: 0 0 -0.35em 0;
			}
		
	#navigation {
		position: relative;
		float: left; 
		width: 21em;
		margin-right: 2em;
		text-align: right;
		background: transparent;	
	}
		
	#content {
		width: auto;
		margin: 0 0 0 23em;
		background: transparent;
		padding: 0 4em 0 0;
	}
	
	#footer {
		width: 100%;
		clear: both;
		background: transparent;
		padding: 2em 0 0 0;
	}

	.push {
		height: 40px;
	}


#decotop {
	position: absolute;
	top: 0;
	left: 0;
	height: 340px;
	width: 368px;
	background: transparent url(../img/decotop.gif) no-repeat top;
	z-index: 1;	
}

#decobottom {
	position: relative;
	height: 40px;
	width: 100%;
	text-align: right;
	/* background: transparent url(../img/decobottom.gif) no-repeat bottom right;	*/
	z-index: 2;
}
	#decobottom img {
		position: absolute;
		top: -155px;
		right: 0;
	}

/* ------------------------------------------------ navigation */

#header .inner a {
	text-decoration: none;
	color: #2e7a1d;
}

#navigation ul {
	list-style-type: none;
	font-size: 1em;
	margin: 0 1em 0 0;
}

#navigation ul li {
	padding: 0 0 0.6em 0;
}

#navigation a {
	text-decoration: none;
	padding: 0.2em;
}

	#navigation a:hover {
		color: #2e7a1d;
		font-weight: bold;
	}

	#navigation ul a:after {
		content: url(../img/greendot.gif);
		padding:  0 0 0 0.5em;
	}

	#navigation .active {
		text-transform: uppercase;
		font-weight: bold;
	}


		#navigation ul ul {
			display: none;
		}
		#navigation ul ul li {
			padding: 0;
			font-size: 0.9em;
		}

		#navigation ul ul li a:after {
			content: " •";
		}

		#navigation ul li.active ul {
			text-transform: none;
			font-weight: normal;
	display: block;
}
		
		#navigation ul ul .active {
			font-weight: bold;
			text-transform: none;
		}
		
		
#footer a {
	color: #8fac88;
	text-decoration: none;
}
	#footer a:hover {
		color: #7a8d76;
	}

/* ------------------------------------------------ lists */

ul {
	list-style-position: outside;
	margin: 1em 1em 0em 3em;	
}

ol {
	list-style-type: bullet;
	margin: 1em 1em 0em 3em;
}

li {
	padding: 0 0 1em 0;
}

/* ------------------------------------------------- typo */

h1 {
	font-size: 2.6em;
	font-weight: bold;
	padding: 0.4em 0 0 0;
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
	padding: 0 0 2em 0;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 0 1.0em 0;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	padding: 0 0 0em 0;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	padding: 0;
}

p {
	padding: 0 0 1em 0;
}

#footer p {
	font-size: 0.8em;
}

strong {
	font-weight: bold;
}

#content img {
	padding: 10px;
}
/* ------------------------------------------------- links */

a {
	color: #2e7a1d;
}

a:visited,
a:hover,
a:focus  {

}

/* ------------------------------------------------- forms */

input {
	
}

button {
	
}


@charset 'utf-8';

/* ------------------------------------------------- defaults */

html {
cursor: default;
}

label, 
input[type=button],
input[type=submit], 
button {
cursor: pointer;
}

q:lang(de) {
quotes: 'Ñ' 'ì' 'Ç' 'ë';
}

q:lang(en) {
quotes: '"' '"' "'" "'";
}

abbr[title] {
border-bottom: 1px dotted #888 !important;
cursor: help;
}

a abbr {
cursor: pointer !important;
}

.clearfix:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}

.clearfix {
display: inline-block;
}

/* Hides from IE-mac \*/ 
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
