/* *********************************************************************************/
/* Diverses */
/* *********************************************************************************/
body{
	background: url(../images/divers/back.jpg) #B2E5FF;
	font-family: Arial,sans-serif;
}
.guestentry{
	border: 2px solid #0000FF;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 10px;
	background: #D0FEFF;
	color: #000000;
}

.guestentry p.guesttext{
	margin: 10px 0px 0px 25px;
}

.passfoto{
	border: 2px solid #FF0000;
}

.pstform{
	font-family: "Comic Sans MS",sans-serif;
}

.schild{
	border: 2px solid #0000FF;
	padding: 5px 5px 5px 5px;
	background: #FFFFE0;
	color: #000000;
}
.textschild{
	border: 2px solid Red;
	padding: 5px 5px 5px 5px;
	background: White;
	color: #000000;
	font-size: smaller;
}

.textframe{
	border: 2px solid #0000FF;
	margin: auto 5px auto 5px;
	padding: 5px;
	background: #D0FEFF;
	color: #000000;
}

/* *********************************************************************************/
/* Hauptspalte */
/* *********************************************************************************/
.hauptspalte{
	padding-left: 160px;
	background: transparent;
	overflow: visible;
	position: absolute;
	bottom: auto;
	height: 95%;
	width: 100%;
}

/* *********************************************************************************/
/* Hauptmenue */
/* *********************************************************************************/
.menuespalte{
	margin: 0%;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 160px;
	background: url(../images/divers/navy.gif) #000080 repeat;
	text-align: left;
	height: auto;
	left: 0px;
	overflow: visible;
	position: absolute;
	top: auto;
	text-decoration: none;
	}

.menuespalte a{
	margin: 0;
	padding: 2px 0 2px 0.5em;
	display: block;
	text-decoration: none;
}

.menuespalte a:link,
.menuespalte a:visited{
	color: #FFFF00;
	}

.menuespalte a:hover,
.menuespalte a:active{
	color: #FF8000;
}

/* Menuekopf im Hauptmenue *************************************************************/
.menuespalte .menuekopf a{
	margin: 0;
	padding: 0;
}

.menuespalte .menuekopf a:link,
.menuespalte .menuekopf a:visited{
	background: url(../images/button/m_sgwest.gif) no-repeat;
}

.menuespalte .menuekopf a:hover,
.menuespalte .menuekopf a:active{
	background: url(../images/button/m_sgwest_s.gif) no-repeat;
}

/* Submenue im Hauptmenue *************************************************************/
.menuespalte .submenue{
	margin: 0;
	padding-left: 8px;
	font-size: 90%;
	font-weight: normal;
}

.menuespalte .submenue a:link,
.menuespalte .submenue a:visited{
   color: #00FFFF;
}
.menuespalte .submenue a:hover,
.menuespalte .submenue a:active {
   color: #FF8000;
}

/* Pointeintrag */
.menuespalte .submpoint{
	padding-left: 10px;
	background-image: url(../images/sign/dot.gif);
	background-position: 8px 50%;
	background-repeat: no-repeat;
}

/* Berichteintrag */
.menuespalte .submenue .submbericht{
	padding-left: 24px;
	background-image: url(../images/sign/bericht.gif);
	background-position: 12px 50%;
	background-repeat: no-repeat;
	font-size: 80%;
}

/* Spezialeintraege im Submenue ************************************************/
/* Bildeintrag */
.menuespalte .submenue .submbild{
	padding-left: 24px;
	background-image: url(../images/sign/bild.gif);
	background-position: 12px 50%;
	background-repeat: no-repeat;
	font-size: 80%;
}

/* Neweintrag */
.menuespalte .submenue .submnew{
	background-image: url(../images/sign/new.gif);
	background-position: right 50%;
	background-repeat: no-repeat;
}

a:visited,
hr{
	background: transparent;
	color: #000080;
}

a:active{
	background: transparent;
	color: #FF0000;
}
/* *********************************************************************************/
/* UEberschriften */
/* *********************************************************************************/
h1{
	font-size: 300%;
	font-weight: bold;
}

h2{
	font-size: 200%;
	font-weight: bold;
}

h3{
	font-size: 170%;
	font-weight: bold;
}

h4{
	font-size: 140%;
	font-weight: bold;
}

h5{
	font-size: 120%;
	font-weight: bold;
}

h6{
	font-size: 110%;
	font-weight: bold;
}

li {
	margin: 10px;
}

table.bildunter{
	border: 2px solid #0000FF;
	background: #FFFFE0;
	color: #000000;
	font-size: 70%;
}

/*  Menutabelle */
table.menu{
	width: 160px;
	background: #0000C0;
	color: #000000;
	font: 0% sans-serif;
}
/*  Farben fuer Zeilen in Tabellen*/
/*  Farben fuer die Zeilen in Bestenlisten*/
/*  Farben fuer die Zeilen in Ergebnistabellen*/
tr.besteven,
tr.even{
	background: #FFCC66;
	color: #000000;
}

tr.head,
tr.besthead,
tr.erghead{
	background: #FF4848;
	color: #000000;
}

tr.bestlage,
tr.ergeven{
	background: #14FFFF;
	color: #000000;
}

tr.bestodd,
tr.odd{
	background: #FFFF99;
	color: #000000;
}

tr.ergodd{
	background: #CCFFCC;
	color: #000000;
}
