/* Standardeinstellungen für komplette Seite */
body{
	height: 100%;
	width: 99.8%;
	margin: 0px;
	padding: 0px;
	color:#000000;
	font-family:Arial;
	font-weight:normal;
	font-size:100%;
	text-align: left;
   	background-color: #FFFF99; /*gelb */
}
div#site{
	width: 100%;
	height: auto;
   	background-color: #FFFF99; /*gelb */
}
div#kopf{
	width: 100%;
    height: 50px;
    padding: 0;
    background-image: url(../img/kopf.jpg);
    background-repeat: no-repeat;
    background-color: #FFFF99;
}
div#content{
    float: left;
    width: 100%;
    height: auto;
}
div#navigation{
	position: absolute;
	top: 50px;
	left: 1px;
	width: 160px;
    height: auto;
    background-color: #FFFF99;
}
div#inhalt{
	width:auto;
    height: auto;
    margin-left:161px;
    margin-right:161px;
    min-height: 480px;
    padding: 10px;
   	background-color:#9999FF; /* blau */
   	border-width:1px;
    border-color: #0000ff;
    border-style: solid;
}
* html #inhalt{ /*IE6 hack*/
height: 480px;
width: 100%;
}
/*Startseite mit Hintergrundbild */
div#start{
	width:auto;
    height:480px;
    margin-left:161px;
    margin-right:161px;
    background-image: url(../img/hintergrund.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
div#rechts{
	position: absolute;
	top: 50px;
	right: 1px;
    width: 160px;
    background-color: #FFFF99;
}
div#fuss{
	clear: left;
   	width: auto;
    height: 50px;
    padding:0 50px 0 0;
	background-image: url(../img/symbol.jpg);
	background-position: top right;
	background-repeat: no-repeat;
    background-color: #FFFF99;
}


/* Links für Menue einstellen */
a.menue:link{
	text-decoration:none;
	color: #3300FF;
	font-weight: bold;
}
a.menue:visited{
	text-decoration:none;
	color: #3300FF;
	font-weight: bold;
}
a.menue:hover{
	text-decoration:underline;
	color: #3300FF;
	font-weight: bold;
}
a.menue:active{
	text-decoration:none;
	color: #3300FF;
	font-weight: bold;
}
/* Links für Gästebuch-Navigation einstellen */
a.gbnavi:link{
	text-decoration:none;
	color: #000000;
	font-weight: bold;
}
a.gbnavi:visited{
	text-decoration:none;
	color: #000000;
	font-weight: bold;
}
a.gbnavi:hover{
	text-decoration:none;
	color: #FF0000;
	font-weight: bold;
}
a.gbnavi:active{
	text-decoration:none;
	color: #FF0000;
	font-weight:bold;
}
/* Links für Sprüche-Navigation einstellen */
a.spruchnavi:link{
	text-decoration:none;
	color: #000099;
	font-weight: none;
}
a.spruchnavi:visited{
	text-decoration:none;
	color: #000099;
	font-weight: none;
}
a.spruchnavi:hover{
	text-decoration:none;
	color: #FF0000;
	font-weight: none;
}
a.spruchnavi:active{
	text-decoration:none;
	color: #FF0000;
	font-weight:none;
}
/* 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 */
.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 10px plus */
.top20pxp{
    position: relative;
    top: 20px;
}
/*Ausrichtung 50px plus */
.top50pxp{
    position: relative;
    top: 50px;
}
/*Ausrichtung 0px plus */
.bottom{
    position: relative;
    bottom: 0px;
}
/*Ausrichtung 30px plus */
.left30pxp{
    position: relative;
    left: 30px;
}
/*Schrift Blau */
.schriftblau{
	color: #000099;
}
/*Schrift Schwarz */
.schriftschwarz{
	color: #000000;
}
/*Schrift Rot */
.schriftrot{
	color: #CC0000;
}
/* 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 */
/* Überschrift */
th.left {
    background-color : Silver;
    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 : 5px;
    padding-bottom : 2px;
    text-align : left;
    font-size : 10pt;
}

th.right {
    background-color : Silver;
    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;
}

th.caption {
    background-color : #9999FF; /*#D3D3D3;*/
    border-top : none;
    border-left : none;
    border-right : none;
    border-bottom : none;
    padding-left : 10px;
    padding-right : 10px;
    padding-top : 5px;
    padding-bottom : 2px;
}

th.navigation {
    font-size : 8pt;
    background-color : #FFFFCC; /*#D3D3D3;*/
    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;
}

th.left2 {
    background-color :#9999FF;
    border-top : 1px solid Gray;
    border-left : 1px solid Gray;
    border-right :  1px solid Gray;
    border-bottom : thin solid Gray;
    padding-left : 10px;
    padding-right : 10px;
    padding-top : 5px;
    padding-bottom : 2px;
    text-align : left;
    font-size : 12pt;
}


/* Tabellenzellen */
td {
    background-color : #9999FF; /* #D3D3D3;*/
    padding-left : 10px;
    padding-right : 10px;
    font-size : 95%;
}

td.nospan {
    background-color : #9999FF; /*#D3D3D3;*/
    padding-left : 2px;
    padding-right : 2px;
}

td.entry {
    background-color:  #9999FF; /*#D3D3D3;*/
    border-bottom : 5px solid Gray;
    border-left : 1px solid Gray;
    border-right : 1px solid Gray;
    padding-left : 10px;
    padding-right : 10px;
    padding-top : 10px;
    padding-bottom : 20px;
    text-align : left;
}

td.whole {
	background-color :#FFFFCC; /* #EAEAEA;*/
	border-bottom : 1px solid Black;
    border-left : 1px solid Black;
    border-right : 1px solid Black;
    border-top : 1px solid Black;
    padding-left : 10px;
    padding-right : 10px;
    padding-top : 10px;
    padding-bottom : 10px;
    text-align : left;
    color:#000000;
    font-weight:normal;
}

td.news {
	background-color : #FFFF99; /*gelb #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:#000000;
    font-weight:85%;
}