body {
	background-color: #ffd631;
	background-image:url('./img/background.jpg');
	background-repeat:no-repeat;
	color: black;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	margin: 0px; 
	padding: 0px;
}

a, a:link, a:active, a:visited, a:hover {
	font-style:normal;
	color: #728115;
	text-decoration: none;
}

a:visited {
	color: #6b7933;
}

a:hover {
	text-decoration: underline;
}

.head {
	width:100%;
	background-image:url('./img/head-bg.gif');
	background-repeat:repeat-x;
}

.navigation {
	position: absolute;
	left: 270px;
	top: 123px;
	//color: #c0c0c0;
	color: #ffcc00;
	font-size: 13px;
	font-weight: bold;
	text-transform:uppercase;
}

.navigation a, .navigation a:link, .navigation a:active, .navigation a:visited, .navigation a:hover {
	font-style:normal;
	font-weight: bold;
	//color: #c0c0c0;
	color: #ffcc00;
	text-decoration: none;
}

.navigation a:hover {
	//color: #ffcc00;
	color: #c0c0c0;
}

.werbung {
	text-align: center;
}

.werbung img {
	border: 1px solid black;
}

.main {
	margin-left:126px;
	background-image:url('./img/main-bg.gif');
	background-repeat:repeat-y;
}

.content {
	margin-left:30px;
	width: 667px; 
}

td {
	vertical-align:top;
}

.pos {
	padding-left:10px;
	padding-right:50px;
	margin-bottom: 10px;
	border-bottom:1px dotted #4b3e2a;
	font-weight: bold;
	font-color: #4b3e2a;
}

.pos a, .pos a:link, .pos a:active, .pos a:visited, .pos a:hover, .pos a:hover 
{
	font-style:normal;
	color: #4b3e2a;
	text-decoration: none;
}

.seitenauswahl
{
	text-align: center;
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px dotted #4b3e2a;
}

.small {
	font-size: 10px;
}

p {
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 0px;
	margin-top: 0px;
}

h1 {
	margin-top:10px;
	margin-bottom:5px;
	color: #2b6e06; /*194103*/
	font-size: 21px;
	font-weight: bold;
	font-color: #4b3e2a;
}

h2 {
	margin-top:10px;
	margin-bottom:0px;
	color: #2b6e06; /*194103*/
	font-size: 14px;
	font-weight: bold;
  /*text-transform:uppercase;*/
}


img.smallright {
	float: right; 
	max-width: 200px;
	border: 1px solid #4b3e2a;
	margin 10px;
}

.contentimage {
	border: 1px solid #4b3e2a;
	margin: 10px;
}

img.right {
	float: right;

}

img.left {
	float: left;

}

.center {
	text-align: center;

}

/*
	Tabellen
*/

table td {
	padding-bottom: 14px;
}

tr.headline {
	font-weight: bold;
}

tr.headline td {
	padding-bottom:0px;
	border-bottom:1px dotted #4b3e2a;
}

.news td {
	padding: 1px;
}

/*.news .newsdatum {
	text-align:right;
	font-size:9px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom:1px dotted #4b3e2a;
}*/

.news .datum {
	padding-left:10px;
	padding-right:50px;
	padding-top:8px;
	margin-bottom: 10px;
	border-bottom:1px dotted #4b3e2a;
	font-weight: none;
	font-color: #4b3e2a;
	font-size: 9px;
}

.news .heading {
	margin-top:10px;
	margin-bottom:0px;
	color: #2b6e06; /*194103*/
	font-size: 14px;
	font-weight: bold;
}
