/* Abstand nach oben */
body {
	margin: 3px;
	padding:0px;
	border-width:0px;
}

/* Schrifart und Größe */
body, table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* Links */
a.menu_selected { font-weight:bold }

a:link { color:white; text-decoration:none }
a:visited { color:white; text-decoration:none }
a:hover { color:white; text-decoration:none }
a:active { color:white; text-decoration:none }
a:focus { color:white; text-decoration:none }

/* Gesamtinhalt zentrieren */
body { text-align:center } /* nötig für IE6? */
div.maincontainer {
	margin: auto;
	width: 720px;
	position: relative;
	text-align: left;
}

div.headerarea_with_logo {
	background: url(../../images/template/tdmenu.gif);
	background-repeat: no-repeat;

	position: absolute;
	left: 0px;
	top: 0px;
	width: 720px;
	height: 125px;
}

div.schnippenburg_banner {
	background: url(../../images/template/Headline_357x40.gif);
	background-repeat: no-repeat;

	position: absolute;
	left: 143px;
	top: 30px;
	width: 457px;
	height: 40px;

}

div.topmenu {
	position: absolute;
	left: 179px;
	top: 90px;
	width: 430px;
	height: 28px;
}

div.langselect {
	position: absolute;
	right: 0px;
	top: 5px;
	z-index: 99;
}

div.langselect img {
	margin: -1px;
}

div.sidebar {
	background: url(../../images/template/tdsidebar.gif);
	background-repeat: no-repeat;

	position: absolute;
	left: 600px;
	top: 125px;
	width: 120px;
	height: 475px;

}

div.sidebar_lanzenspitze {
	background: url(../../images/template/lanzenspitze.gif);
	background-repeat: no-repeat;

	position: absolute;
	top: -125px;
	left: 6px;
	width: 108px;
	height: 434px;
}

div.sidebar_menu {
	position: absolute;
	left: 10px;
	top: 306px;
	width: 105px;
	height: 148px;
}

div.menuitem {
	background: url(../../images/template/Nav_Feld_100x20.gif);
	background-repeat: no-repeat;

	margin: 0px 7px 10px 0px; /* IE6 scheint hier padding nicht zu mögen? */
	float:left;

	position: relative;
	width: 100px;
	height: 20px;
}

div.menuitem_text a {
	font-size: 10px; 
	color: #8BA233;

	position: absolute;
	left:5px;
	top:3px;
}

/* für IE6 etwas genauer */
div.menuitem_text a:link { color: #8BA233; }
div.menuitem_text a:visited { color: #8BA233; }
div.menuitem_text a:hover { color: #8BA233; }
div.menuitem_text a:active { color: #8BA233; }
div.menuitem_text a:focus { color: #8BA233; }

div.menuitem_button {
	position: absolute;
	left:80px;
	top:3px;
}

div.column_left {
	background: url(../../images/template/Feld_links_182x450.gif);
	background-repeat: no-repeat;

	position: absolute;
	left: 0px;
	top: 125px;
	width: 182px;
	height: 451px;
}

div.column_left_sideblock {
	background: url(../../images/template/Bild_Feld_170x136_neu.gif);
	background-repeat: no-repeat;
	color: white;

	float: left;

	margin: 7px 5px 5px 5px;
	width: 170px;
	height: 136px;

}

div.column_left_sideblock_content {
	padding: 5px;
}

div.column_left_sideblock_content ul {
	margin: 0;
	padding: 0px 0px 0px 5px; /* dezente Einrückung */
	list-style-type: none; /* keine Marker */
}

a.sideblockmenu_active {
	font-weight: bold;
}

a.sideblockmenu_rootline {
	font-weight: bold;
}

hr.sideblockmenu {
	color: white;
}

div.maincontent {
	background-repeat: no-repeat;

	position: absolute;
	left: 187px;
	top: 125px;
	width: 408px;
	height: 451px;
}

p.align-right {
	text-align: right;
}

p.align-center {
	text-align: center;
}

div.maincontent_inner {
	padding: 10px;

	height: 428px;
	text-align: justify;
}

div.counter {
	font-size:10px;
	text-align:center;
	color: white;

	position: absolute;
	left: 610px;
	top: 584px;
	width: 101px;
	height: 20px;

}

div.footer {
	background: url(../../images/template/Copyright_Feld_595x20.gif);
	background-repeat: no-repeat;

	position: absolute;
	left: 0px;
	top: 580px;
	width: 597px;
	height: 20px;
}

div.footer_copyright {
	color:white;
	font-size:9px;
	letter-spacing:-1px;

	position: absolute;
	left: 3px;
	top: 3px;
}

/* Gästebuch */
div.tx-guestbook-field {
	text-align: left;
}

div.tx-guestbook-field label {
	display: block;
	width: 80px;
	float: left;
}

input.tx-guestbook-form-inputfield-med {
	width: 80px;
}

div.tx-guestbook-field-captcha-input {
	width: 180px;
}

div.tx-guestbook-field-captcha-image img {
	width: 50%;
	float: right;
    	border:1px solid black;
}

div.tx-guestbook-field-submit {
	padding: 10px 20px 0 0;
	text-align:right;
}

div.tx-guestbook-right {
	clear: both;
}

div.tx-guestbook-pagination {
	text-align: right;
	float: right;
	position: relative;
	top: -55px;
}

div.tx-guestbook-header {
    	border:1px dashed black;
	text-align: left;
}

div.tx-guestbook-entrylabel {
	float: left;
	width: 60px;
}

/* Galerie */
div.jav_ecogal_return {
	position: absolute;
	top: -10px;
	right: 0px;
	z-index: 99;
}

div.jav_ecogal_selection {
	z-index: 99;
}

div.jav_ecogal_main {
	margin: -15px 0px;
	height: 100%;
}

div.jav_ecogal_viewalbum_entry {
	float: left;
	height: 140px;
	width: 25%;
	padding: 0px 14px;
}

div.ecogal_text {
	color: white;
}

div.jav_ecogal_previewPane {
	margin:auto;
}

div.jav_ecogal_galleryContainer {
	position:relative;
	top:45px;
}

/* Quicktime Filme */
div.tx-srquicktime-pi1 {
	text-align: center;
}

