/*
	medium green:	#759E5C
	dark green:		#5B8044
*/

*
{
	margin: 0;
	padding: 0;
}

html, body, * html #wrapper
{
	height: 100%;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
}

a
{
	background-color: #F4F8F1;
	border-bottom: 1px dashed #444;
	text-decoration: none;
	color: #444;
}

a:hover
{
	border-bottom: 1px solid #444;
	color: #000;
}

body
{
	background: #759E5C url(../img/bg_body.gif);
	font: 10px/16px Georgia, Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #444;
}

#wrapper
{
	background: transparent url(../img/bg_wrapper.gif) repeat-x;
}

#cnt
{
	width: 760px;
	margin: 0 auto;
	padding: 0;
	background: #fff url(../img/bg_cnt.gif) repeat-y;
}

#header_01
{
	background: #fff url(../img/header_01.jpg) no-repeat;
	height: 290px;
}

#header_02
{
	background: #fff url(../img/header_02.jpg) no-repeat;
	height: 290px;
}

#header_03
{
	background: #fff url(../img/header_03.jpg) no-repeat;
	height: 290px;
}

#header_04
{
	background: #fff url(../img/header_04.jpg) no-repeat;
	height: 290px;
}

#header_05
{
	background: #fff url(../img/header_05.jpg) no-repeat;
	height: 290px;
}

#left
{
	margin-left: 20px;
	width: 230px;
	float: left;
}

* html #left
{
	margin-left: 10px;
}

#content
{
	margin-left: 260px;
	margin-right: 20px;
	padding-left: 10px;
	padding-top: 5px;
	border-left: 1px dotted #ddd;
}

#footer
{
	clear: both;
	background-color: #6D9951;
}

/***************************
*				Typo				*
***************************/

#content p
{
	font-size: 1.3em;
	line-height: 1.6em;
	margin-bottom: 1em;
}

#content h1
{
	font-size: 2.4em;
	margin-bottom: 1em;
	color: #5B8044;
}


/************ Mickymaus Aenderung
#content h2
{
	font-size: 2.4em;
	margin-bottom: 1em;
	color: #ff0000;
}
**************/


#content h2
{
	font-size: 1.8em;
	margin: 1.5em 0 1em 0;
	padding: 0.2em 0;
	color: #5B8044;
	border-bottom: 1px solid #5B8044;
}


#content ul
{
	padding-left: 20px;
	font-size: 1.3em;
	list-style-image: url(../img/bullet.gif);
}

#content ul li
{
	margin: 1em 0;
	line-height: 1.6em;
}

#content img
{
	float: left;
	margin-right: 1em;
	margin-top: 3px;
}

#left h1
{
	font-size: 1.8em;
	margin-bottom: 1em;
	color: #5B8044;
	padding-left: 10px;
}

#left p
{
	padding-left: 10px;
	font-size: 1.3em;
	line-height: 1.6em;
	margin-bottom: 1em;
}

#footer p
{
	padding: 0.5em 0;
	font-size: 1.1em;
	text-align: center;
	color: #fff;
}

/***************************
*				Nav				*
***************************/

#nav
{
	margin-bottom: 2em;
}

#nav li
{
	list-style-type: none;
}

#nav li a
{
	font-size: 1.3em;
	display: block;
	padding: 5px 10px;
	border-bottom: 1px solid #eee;
	background: #fff
}

#nav li a:hover
{
	background: #F4F8F1 url(../img/bullet.gif) no-repeat 220px center;
}

#nav li a.current
{
	font-size: 1.3em;
	display: block;
	padding: 5px 10px;
	border-bottom: 1px solid #eee;
	background-color: #F4F8F1;
}

* html #nav li a
{
	width: 210px;
}

/***************************
*				Nav				*
***************************/

#nav_top
{
	padding: 35px 0 0 500px;

}

#nav_top li
{
	list-style-type: none;
	display: inline;
}

#nav_top li a
{
	font-size: 1.3em;
	color: #fff;
	margin: 0 1em;
	background-color: transparent;
	border: none;
}

#nav_top li a:hover
{
	text-decoration: underline;
}

/***************************
*				Tables			*
***************************/

table
{
	margin-bottom: 1em;
	width: 100%;
	font-family: inherit;
	font-size: 1.3em;
}

table caption
{
	color: #5B8044;
	text-align: left;
	font-weight: bold;
	padding: 0.2em;
	margin: 1em 0;
	border-bottom: 1px dashed #5B8044;
}

table thead th
{
	text-align: left;
	font-weight: bold;
	padding: 0.2em;
	border-bottom: 1px solid #444;
}

table tbody td
{
	text-align: left;
	padding: 0.2em;
	border-bottom: 1px solid #ccc;
}
