body {
	font: 12px/14px Verdana, Helvetica, sans-serif;
	color: #7f7f7f;
	background: #3d3f3c;
	padding: 0;
	margin: 0;
}

/* header */

.header {

	height:122px;
	background: url(../_images/header.gif) no-repeat;
	margin: 0;
	text-align: left;
	text-transform: uppercase;
	font: italic 20px Georgia, "Times New Roman", Times, serif;
	padding: 0;
}

.container {
	width: 782px;
	margin: 30px auto 0;
	padding: 0;
	background: url(../_images/main.gif) repeat-y;
}

.nav {
	width: 782px;
	height: 71px;
	margin: 0;
	padding: 25px 0 5px 30px;
	font-size: 18px;
	text-align: left;
	color: #fff;
	background: url(../_images/nav.gif) no-repeat;
}

a {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0px 0 0px 0px;
	margin: 0 20px 0 0;
}

a:link, .nav li a:visited, .nav li a:active {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

a:hover {
	color: #0e0063;
	text-decoration: none;
	text-transform: uppercase;
}

.nav_impressum a:link, .nav_impressum a:visited, .nav_impressum a:active {
	color: #7f7f7f;
	text-decoration: none;
	text-transform: uppercase;
}

.nav_impressum a:hover {
	color: #0e0063;
	text-decoration: none;
	text-transform: uppercase;
}

.nav_gallery a:link, .nav_gallery a:visited, .nav_gallery a:active {
	color: #7f7f7f;
	text-decoration: none;
	text-transform: uppercase;
}

.nav_gallery a:hover {
	color: #0e0063;
	text-decoration: none;
	text-transform: uppercase;
}

.links a:link, .links a:visited, .links a:active {
	color: #7f7f7f;
	text-decoration: none;
	text-transform: none;
}

.links a:hover {
	color: #0e0063;
	text-decoration: none;
	text-transform: none;
}

.nav_home a:link, .nav_home a:visited {
	width: 50px;
	height: 25px;
	padding: 5px 0 5px 50px;
	margin: 0;
	background-image: url(../_images/home.png);
}

.nav_home a:hover, .nav_home a:active {
	background-image: url(../_images/home_hover.png);
	width: 50px;
	height: 25px;
	padding: 5px 0 5px 50px;
		margin: 0;

}

.main {
	
}

.main_text {
	width: 500px;
	text-align: left;
	margin-left: 225px;
	padding-bottom: 25px;
}

.footer {
	width: 782px;
	height: 30px;
	padding: 10px 0 0;
	background: white left;
	text-align: center;
	margin: 0;
	font-size: 10px;
}

/* font styles */

tr {
	background: #ffffff;
	font: 12px/14px Verdana, Helvetica, sans-serif;
	color: #7f7f7f;
	border-style: none;
}

.tr2 {
	background: #d3edfe;
	font: 12px/14px Verdana, Helvetica, sans-serif;
	color: #7f7f7f;
	border-style: none;
}

.kursiv {
	color: #4a4930;
	font-size: 11px;
	font-style: italic;
	line-height: 8px;
}

hr {
	border-style: dotted;
	color: #5c4640;
	line-height: 1px;
}

.datum {font: italic normal 11px/14px Verdana, Helvetica, sans-serif;
color: #d48f1e;
	text-decoration: none;
}

.titel_klein {
	font: 13px/16px Verdana, Helvetica, sans-serif;
	color: #5c5b3c;
}

.titel {
	font: 16px/18px Verdana, Helvetica, sans-serif;
	color: #4a4930;	

	
}

.titel_gross {
	font: 20px/18px Verdana, Helvetica, sans-serif;
	color: #4a4930;
	text-align: center;
}

/* images */

.img {
	background-repeat: no-repeat;
	background-position: left top;
	border-style: none;
}

.portrait {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left top;
}

.kalender_left {
	float: left;
}

.left {
	float: left;
	width: 200px;
}


