a {
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#193114;
	text-decoration: underline;
}

body {
	background-color: #193114;
	margin:30px 0 0 0;
}

text, div, a, p, ul, td, th, tr, li, pre {
	font-family:verdana, sans-serif;
	font-size:14px;
	color:#193114;;
	font-weight:normal;
	text-decoration: none;
}

table#main_tab {
	width: 860px;
	background-color: #e2ebcc;
}

table#main_tab {
	border: 2px solid #e2ebcc;
}

td#menu {
	border-bottom: 1px solid #274f1f;
}

* html td#menu {
	border-bottom: 2px solid #274f1f;
}

div#pos_hilfe {
	background-image: url(../grafiken/header.gif);
	background-repeat:repeat-x;
	position:absolute;
	width:856px;
	border-bottom: 1px solid #274f1f;
	height: 96px;	
}

* html div#pos_hilfe {
	position:fixed;
}

div#logo {
	background-image: url(../grafiken/logo.png);
	width:230px;
	height:94px;
	display:inherit;
	position:relative;
    left:617px; 
	top:52px;
}

td#spacer {
	height: 97px;
}

* html td#spacer {
	height: 0;
	background-color:#274f1f;
}

/* Menuleiste oben */
td#menu ul li a {
	color: #193114;
	padding: 2px 8px 0 8px;
	height: 16px;
	font-size:14px;
}

td#menu ul li a:hover {
	background-color: #274f1f;
	color: #e2ebcc;
	padding: 2px 8px 0 8px;
	height: 16px;
	text-decoration:none;
	font-size:14px;
}

td#menu ul {
	display: block;
	margin: 0;
	padding: 0;
	height: 16px;
}

td#menu ul li {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	height: 16px;
	border-right: 1px solid #274f1f;
}

* html td#menu ul li, * html td#menu ul li a:hover, * html td#menu ul, * html td#menu ul {
	height: 20px;
}

/* Menuleiste unten */
td#menu_bot {
	text-align:right;
	padding: 2px 6px 2px 0;
}

/* Content */
td#content {
	min-height: 450px;
	padding: 10px;	
}

* html td#content {
	heigth: 400px;
}


/* Fußzeile */
td#footer {
	background-image: url(../grafiken/footer.gif);
	background-repeat:repeat-x;
	height:50px;
}



/* #################
content styles
################## */

img {
	border: 1px solid #193114;
}
.bild_mit_rahmen {
	border: 2px solid #193114;
}
.bild_ohne_rahmen {
	border: 0px solid #193114;
}

.uebersch_gross {
	font-size:18px;
	font-weight:bold;
	color:#274f1f;
}

.uebersch_mittel {
	font-size:16px;
	font-weight:bold;
	color:#274f1f;
}

.uebersch_klein {
	font-size:15px;
	font-weight:bold;
	color:#274f1f;
}

/********
galerie
************ */
#con-left {
	float: left;
	width: 450px;
	margin: 0 0 0px 12px;
	padding: 10px 0px;
}
#imgbox, #imgbox div {
	float:right;
	width:150px; 
}

#imgbox div {
	padding:0;
	margin:0;
}

#imgbox div img {
	margin: 10px 0 10px 20px;
}

#imgspacer {
	height: 345px;
}

* html #imgspacer {
	height: 425px;
}

