body, html, div, h1, h2, img, p , li, ul, a, table, tr, td {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	line-height: 16px;
	color:#564b47;
}

body, html, div, table {

	padding:0;
	margin:0;
}


a, a:active, a:focus { 
	outline: none; text-decoration: none; 
}

table {
	border-collapse:collapse;
}

body {
	background-color: #90a793;
	background-image: url(img/bg_html.jpg);
	background-repeat: repeat-x;
	overflow-y: scroll;
}



/* ------------------------------------------------ Zentrierung vom ganzen */
#page {
	width: 848px;
	margin: 0 auto;
	background-image: url(img/bg_content.jpg);
	background-position: center;
	background-repeat: repeat-y;
}

#bg {
	background-image: url(img/bg_page.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

/* ------------------------------------------------ Banner */
#banner {
	height: 137px;
	background-image: url(img/bg_banner.jpg);
	background-position: top center;
	background-repeat: no-repeat;

}
#banner img{
	position: relative;
	left:44px;
	top:58px;
	
}

/* ------------------------------------------------ Hauptmenü*/
#mainnavi {
	padding-left: 32px;
	padding-top: 30px;

}

#flash {
	float: right;
	margin-right: 50px;

}

#visitenkarte {
	margin-left: 10px; 
	border: 1px solid #801817;
}

#left {
	float: left;
	width: 230px;
	padding-left: 32px;
}


a.active, a.inactive, a.sublink  {
	font-size: 13px;
}

a.active {
	display: block;
	width: 773px;
	padding: 4px 0px 4px 10px;
	margin-top: 10px;
	color: white;
	background-color: #669966;
}

a.inactive {
	display: block;
	width: 192px;
	padding: 4px 0px 4px 10px;
	margin-top: 10px;
	color: #15471c;	
}

a.inactive:hover {
	background-color:#669966;
	color: white;
}

a.sublink {
	display: block;
	width: 177px;
	padding: 4px 0px 4px 25px;
	margin-top: 1px;
	color: #15471c;	
	font-style: italic;
}

a.sublink:hover {
	background-color:#669966;
	color: white;
}

/* ------------------------------------------------ Inhalt */
#content {
	margin-top: 20px;
	margin-left:265px;
	width: 520px;
}

#content a {
	font-style: italic;
	border-bottom: 1px dotted #669966;
}

#content a:hover {
	color:#669966;
}

#content img {
	border: 2px solid #801817; 
}

#content p, #content li, #content a, td, li {
 font-size: 12px;
 line-height: 18px;
}


li {
  list-style-type: none;
  margin-bottom: 6px;
  padding-left: 15px;
  background: url(/img/bullet.jpg) no-repeat 0 5px;
}


.vita li {
	margin-bottom: 18px;
}
	

h1 {
	display: inline;
	border-left: 2px solid #669966;
	border-right: 2px solid #669966;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 14px;
}


h2 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 30px;
}

input {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid  #669966;
	width: 250px;
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	color:#564b47;
	background-color: #E7FFE7;

}

strong {
	font-weight: bold;
}






/* -----------footer--------------------------- */
#footer {
	height: 54px;
	clear: both;
	text-align: center;
	padding: 0px 40px 0px 40px;
	background-image: url(img/bg_footer.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}

#footer p {
	font-size: 10px;
	padding: 34px 0px 0px 0px;
}

#footer a{
		font-size: 10px;
		font-style: italic;
}

