/* Standardeinstellungen für komplette Seite */
body{
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	color: rgb(0,0,0); /*Schwarz  */
	font-family:Arial;
	font-weight:normal;
	font-size:100%;
	text-align: left;
   	background-color: rgb(54,103,53); /*Smaragdgrün*/*/
}
/* Hintergrundbild skalieren */
#hintergrund {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
div#site{
	width: 100%;
	height: auto;
   	background-color:rgb(54,103,53); /*Smaragdgrün*/
   	border-color: rgb(54,103,53); /*Smaragdgrün*/
}
div#kopf{
	position: relative;
	top: 0%;
	left: 0%;
	width: 100%;
    min-width: 20%;
    height: 169px; 
    padding: 0;
	background-image: url(../img/verlauf.gif);
    background-repeat: repeat;
    background-color: rgb(155,155,155); /*signalgrau*/
    border-color: rgb(54,103,53); /*Smaragdgrün*/
}

div#Logo{
	position: relative;
	top: 5%;
	left: 100px;
	width: 300px;
    height: 150px;
    padding: 0;
/*    background-image: url(../img/ptc-logo.gif); */
    background-repeat: no-repeat;
    background-color: rgb(54,103,53); /*Smaragdgrün*/
}
div#Datum{
	position: relative;
	top: -70%;
	left: 75%;
	width: 15.6%;
    height: 20%;
/*    background-image: url(../img/datum_background2.gif);
    background-repeat: no-repeat; */
    background-color: rgb(255,255,255); /*weiß */
    border-color: rgb(54,103,53); /*Smaragdgrün */
    border-radius: 10px;
}
div#Sprache{
	position: relative;
	top: -30%;
	left: 83%;
	width: 10%;
    height: auto;
}
div#content{
    float: left;
    width: 100%;
    height: auto;
    background-color: rgb(54,103,53); /*Smaragdgrün*/
}
div#navigation{
	position: absolute;
	left: 0px;
	top: 170px;
	width: 160px;
    height: auto;
    background-color: rgb(54,103,53); /*Smaragdgrün*/
}
div#inhalt{
	width: auto;
    height: auto;
    top: 10px;
    margin-left:161px;
    margin-right:13%; /*161px; */
    min-height: 100%;
    min-width: 77%;
    padding: 10px;
   	background-color: rgb(255,255,255); /*weiss */
   	border-width:15px;
    border-color: rgb(255,255,255); /*weiss rgb(54,103,53); /*Smaragdgrün*/
    border-style: solid;
}
* html #inhalt{ /*IE6 hack*/
height: 480px;
width: 100%;
}

div#start{
	width: auto;
    height: auto;
    top: 10px;
    margin-left:161px;
    margin-right:13%; /*161px; */
    min-height: 100%;
    min-width: 77%;
    padding: 10px;
   	background-color: rgb(54,103,53); /*Smaragdgrün*/
   	border-width:1px;
    border-color: rgb(54,103,53); /*Smaragdgrün*/
    border-style: solid;
}



div#Fuss{
	position: relative;
	top: 0px;
	left: 161px;
	clear: left;
   	width: 80%;
    height: 50px;
    padding:0 50px 0 0;
    background-color: rgb(54,103,53); /*Smaragdgrün*/
    border-width:1px;
    border-color: rgb(54,103,53); /*Smaragdgrün*/
    border-style: solid;
}


/* Links für Menue einstellen */
a.menue:link{
	text-decoration:none;
	color:  rgb(255,255,255); /*weiss */
	font-weight: bold;
}
a.menue:visited{
	text-decoration:none;
	color: rgb(255,255,255); /*weiss */
	font-weight: bold;
}
a.menue:hover{
	text-decoration:underline;
	color: rgb(255,255,255); /*weiss */
	font-weight: bold;
}
a.menue:active{
	text-decoration:none;
	color:rgb(255,255,255); /*weiss */
	font-weight: bold;
}
/* Links für Gästebuch-Navigation einstellen */
a.ref:link{
	text-decoration:none;
	color: rgb(255,255,255); /*weiss */
	display:block;
	font-family:Arial;
	font-weight: normal;
	font-size: 100%;
}
a.ref:visited{
	text-decoration:none;
	color:rgb(255,255,255); /*weiss */
	font-weight: bold;
}
a.ref:hover{
	text-decoration:underline;
	color: rgb(255,255,255); /*weiss */
	font-weight: normal;
}
a.ref:active{
	text-decoration:none;
	color: rgb(255,255,255); /*weiss */
	font-weight:normal;
}
/* Listen ohne Aufzählungszeichen Menü */
.listohnemenue{
	list-style-type: none;
	margin-left: -20px;
	margin-top: 10px;
	list-position: insite;
	padding: 2px;
	display:block;
	font-family:Arial;
	font-weight:normal;
	font-size: 85%;
}
/* Listen ohne Aufzählungszeichen */
.listohne{
    list-style-type: none;
    margin-left: -20px;
    margin-top: 10px;
    list-position: insite;
    padding: 2px;
    display:block;
    font-family:Arial;
    font-weight:normal;
    font-size: 100%;
}
/* Einstellungen für wichtigen Text */
.text0{
	display:block;
	font-family:Arial;
	font-weight:bold;
	font-size: 300%;
}
/* Einstellungen für wichtigen Text */
.text01{
	display:block;
	font-family:Arial;
	font-weight:bold;
	font-size: 200%;
}
/* Einstellungen für wichtigen Text */
.text1{
	display:block;
	font-family:Arial;
	font-weight:bold;
	font-size: 150%;
}
/* Einstellungen für normaler Text */
.text2{
	display:block;
	font-family:Arial;
	font-weight:normal;
	font-size: 120%;
}
/* Einstellungen für Hinweise */
.text3{
	display:block;
	font-family:Arial;
	font-weight:normal;
	font-size: 100%;
}
/* Einstellungen für Links */
.text4{
	display:block;
	font-family:Arial;
	font-weight:normal;
	font-size: 85%;
}
/* Einstellungen für Fussnoten */
.text5{
	display:block;
	font-family:Arial;
	font-weight:normal;
	font-size: 70%;
}
/* Einstellungen für Fussnoten */
.text6{
	display:block;
	font-family:Arial;
	font-weight:normal;
	font-size: 50%;
}
/* Text-Ausrichtung */
.alignright{
	text-align: right;
}
.alignleft{
	text-align: left;
}
.aligncenter{
	text-align: center;
}
/*Ausrichtung 10px plus */
.top10pxp{
    position: relative;
    top: 10px;
}
/*Ausrichtung 20px plus */
.top20pxp{
    position: relative;
    top: 20px;
}
/*Ausrichtung 50px plus */
.top50pxp{
    position: relative;
    top: 50px;
}
/*Ausrichtung 65px plus */
.top65pxp{
    position: relative;
    top: 65px;
}
/*Ausrichtung 0px plus */
.bottom{
    position: relative;
    bottom: 0px;
}
/*Ausrichtung 30px plus */
.left30pxp{
    position: relative;
    left: 30px;
}
/*Ausrichtung 85% plus */
.left85proz{
    position: relative;
    left: 85%;
}
/*Schrift Blau */
.schriftblau{
	color: rgb(0,0,128) /*blau*/
}
/*Schrift Schwarz */
.schriftschwarz{
	color: #000000;
}
/*Schrift Rot */
.schriftrot{
	color: #CC0000;
}
/*Schrift Weiss */
.schriftweiss{
	color: rgb(255,255,255); /*weiss */
}
/*Schrift Smaragdgrün */
.schriftgruen{
	color: rgb(54,103,53); /*Smaragdgrün*/
}
/* Text unterschrichen*/
.underline{
	text-decoration: underline;
}
/* Text normal*/
.normal{
	font-weight:normal;
}
/* Text bold*/
.bold{
	font-weight: bold;
}
/* Text kursiv*/
.kursiv{
	font-style: italic;
}
/* Text auf Startseite */
.startsite{
	font-family:Arial;
	font-weight: bold;
	vertical-align: middle;
	position: relative;
		top: 35%;
		left: 10%;
}
.startsite2{
	font-family:Arial;
	font-weight: bold;
	vertical-align: middle;
	position: relative;
		top: 35%;
		left: 15%;
}
/* Text zentriert auf Seite */
.centersite{
	font-family:Arial;
	font-weight: bold;
	text-align:center;
	vertical-align: middle;
	position: relative;
		top: 50%;
}
/* Tabelle */

.start{
background-color : rgb(54,103,53); /*Smaragdgrün*/
}

/* Überschrift */
th.left {
    background-color : rgb(54,103,53); /*Smaragdgrün*/
    border-top : 1px solid Gray;
    border-left : 1px solid Gray;
    border-right : none;
    border-bottom : thin solid Gray;
    padding-left : 10px;
    padding-right : 10px;
    padding-top : 10px;
    padding-bottom : 10px;
    text-align : left;
    font-size : 10pt;
    color: rgb(0,0,0); /*Schwarz*/
}

th.right {
    background-color : rgb(54,103,53); /*Smaragdgrün*/
    border-top : 1px solid Gray;
    border-left : none;
    border-right : 1px solid Gray;
    border-bottom : thin solid Gray;
    padding-right : 10px;
    text-align : right;
    font-size : 10pt;
    color: rgb(0,0,0); /*Schwarz*/
}

th.center {
    background-color : rgb(54,103,53); /*Smaragdgrün*/
    border-top : 1px solid Gray;
    border-left : 1px solid Gray;
    border-right : 1px solid Gray;
    border-bottom : 1px solid Gray;
    padding-left : 10px;
    padding-right : 10px;
    padding-top : 10px;
    padding-bottom : 10px;
    text-align : center;
    font-size : 10pt;
    color: rgb(0,0,0); /*Schwarz*/
}

th.caption {
    background-color : rgb(54,103,53); /*Smaragdgrün*/
    border-top : none;
    border-left : none;
    border-right : none;
    border-bottom : none;
    padding-left : 10px;
    padding-right : 10px;
    padding-top : 5px;
    padding-bottom : 2px;
    color: rgb(0,0,0); /*Schwarz*/
}

th.navigation {
    font-size : 8pt;
    background-color :  rgb(54,103,53); /*Smaragdgrün*/
    padding-left : 10px;
    padding-right : 10px;
    padding-top : 3px;
    padding-bottom : 3px;
    border-top :  1px solid Black;
    border-left : 1px solid Black;
    border-right :  1px solid Black;
    border-bottom : 1px solid Black;
    text-align: center;
    color: rgb(0,0,0); /*Schwarz*/
}

th.left2 {
    background-color : rgb(255,255,255); /*weiß*/
    border-top : 1px solid rgb(255,255,255); /*weiß*/
    border-left : 1px solid rgb(255,255,255); /*weiß*/
    border-right :  1px solid rgb(255,255,255); /*weiß*/
    border-bottom : thin solid rgb(255,255,255); /*weiß*/
    padding-left : 10px;
    padding-right : 10px;
    padding-top : 5px;
    padding-bottom : 5px;
    text-align : left;
    font-size : 12pt;
}


/* Tabellenzellen */
td {
    background-color : rgb(255,255,255); /*weiß*/
    padding-left : 10px;
    padding-right : 10px;
    font-size : 100%;
    color: rgb(0,0,0); /*Schwarz*/
}

td.nospan {
    background-color :  rgb(255,255,255); /*weiß*/
    padding-left : 2px;
    padding-right : 2px;
}

td.entry {
    background-color: rgb(255,255,255); /*weiß  #9999FF; /*#D3D3D3;*/
    border-bottom : 1px solidsolid rgb(255,252,215);
    border-left : 1px solid solid rgb(255,252,215);
    border-right : 1px solid solid rgb(255,252,215);
    padding-left : 10px;
    padding-right : 10px;
    padding-top : 10px;
    padding-bottom : 10px;
    text-align : left;
}

td.whole {
	background-color : rgb(255,255,255); /*weiß*/
	border-bottom : 5px solid Gray;
    border-left : 1px solid Black;
    border-right : 5px solid Gray;
    border-top : 1px solid Black;
    padding-left : 10px;
    padding-right : 10px;
    padding-top : 10px;
    padding-bottom : 10px;
    text-align : left;
    color: rgb(0,0,0); /*Schwarz*/
    font-weight:normal;
    width : 100%;
}

td.center {
	background-color : rgb(255,255,255); /*weiß*/
    padding-left : 1%;
    padding-right : 1%;
    padding-top : 1%;
    padding-bottom : 1%;
    text-align : center;
    color: rgb(0,0,0); /*Schwarz*/
    font-weight:normal;
    width : 200px;
    height : 200px;
}

td.alignleft {
	background-color : rgb(255,255,255); /*weiß*/
    padding-left : 1%;
    padding-right : 1%;
    padding-top : 1%;
    padding-bottom : 1%;
    text-align : left;
    vertical-align : top;
    color: rgb(0,0,0); /*Schwarz*/
    font-weight:normal;

}

td.news {
	background-color :  rgb(255,255,255); /*weiß #FFFFCC; /* #EAEAEA;*/
/*	border-bottom : 1px solid Blue;
    border-left : 1px solid Blue;
    border-right : 1px solid Blue;
    border-top : 1px solid Blue; */
    padding-left : 5px;
    padding-right : 5px;
    padding-top : 10px;
    padding-bottom : 10px;
    text-align : left;
    color:rgb(0,0,0); /*Schwarz*/
    font-weight:85%;
}

td.ref {
    text-align : center;
    color: rgb(0,0,0); /*Schwarz*/
    font-weight:85%;
    font-size : 10pt;
}
td.start {
/*	background-color : rgb(155,155,155); /*signalgrau*/*)
    padding-left : 5px;
    padding-right : 5px;
    padding-top : 5px;
    padding-bottom : 5px;
    text-align : center;
    color: rgb(0,0,0); /*Schwarz*/
    font-weight:normal;
}