/* CSS Document */

html {
	min-height:100.01%;
}

body{
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
body.intro {
	background: #66CC55;
}


#head {
	text-align: right;
	padding-right: 50px;
	padding-top: 20px;
	padding-bottom: 90px;
	background: #94DB88 url(../_images/back/back_head.gif) no-repeat left bottom;
	line-height: 20px;
	height: 20px;
}
#head ul {
	margin: 0px;
	padding: 0px;
}
#head li {
	display: inline;
	list-style: url(none) none;
	font-weight: bold;
	text-transform: lowercase;
	height: 20px;
	font-size: 11px;
	padding-right: 5px;
	padding-left: 10px;
	line-height: 20px;
	background: url(../_images/elem/elem_head-trenner.gif) no-repeat left center;
}
#head li.none {
	background: url(none);
}

#head a {
	color: #FFF;
	text-decoration: none;
}
#head a:hover {
	color: #666;
}

#navi {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	padding-left: 50px;
}
#navi img.logo {
	margin-top: 20px;
	margin-bottom: 30px;
}


#navi ul {
	margin: 0px;
	padding: 0px;
}

#navi li {
	list-style-image: none;
	list-style-type: none;
	margin: 0px 0px 5px;
	padding: 0px;
}

#navi a {
	text-decoration: none;
	color: #000000;
}
#navi a:hover {
	color: #94c894;
	text-decoration: none;
}

#content {
	margin-left: 300px;
	margin-top: 70px;
	width: 460px;
	margin-bottom: 20px;
	
}
#content h1 {
	font-size: 16px;
	font-weight: bold;
	text-transform: lowercase;
	line-height: 20px;
	margin: 0px 0px 20px;
}
#content h2 {
	font-size: 14px;
	margin: 20px 0px 10px;
	line-height: 20px;
}
#content h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin: 20px 0px 10px;
}


#content p {
	font-size: 12px;
	line-height: 20px;
	margin: 0px 0px 10px;
}
#content table {
	margin: 0px 0px 10px;
	padding: 0px;
	border-style: none;
}

#content td {
	font-size: 12px;
	line-height: 20px;
	padding-right: 10px;
	border-bottom: 1px solid #DDD;
	padding-top: 5px;
	vertical-align: top;
}
#content td.jahr {
	white-space: nowrap;
	width: 65px;
}
#content td.ort {
	width: 125px;
	vertical-align: bottom;
}
#content td.last {
	border-bottom-style: none;
}



#content a {
	color: #272;
	text-decoration: none;
}
#content a:hover {
	color: #6C5;
}
#content img.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#content img.right {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}





#intro {
	font-size: 12px;
	padding-top: 180px;
	padding-left: 480px;
	padding-bottom: 100px;
	background: #FFF;
	
}
