body, td, th, input, textarea
{
  	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 8pt;
}

body
{
	margin: 10px 0 10px 0;
}


a { color: Blue; text-decoration: none; }
a:link {  }
a:visited {  }
a:active {  }
a:hover { color: Red; text-decoration: underline; }


#left a { color: Black; text-decoration: none; }
#left a:link {  }
#left a:visited {  }
#left a:active {  }
#left a:hover { color: Red; text-decoration: underline; } 

#left .copyright a { color: Blue; text-decoration: none; }
#left .copyright a:link {  }
#left .copyright a:visited {  }
#left .copyright a:active {  }
#left .copyright a:hover { color: Red; text-decoration: underline; }



td#logo
{
	background-image: url(images/bg_logo.gif);
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

td#top
{
	background-image: url(images/bg_top.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	background-position: 0 25px;
	height: 170px;
}

table.left
{
	background-image: url(images/bg_left.png);
	background-repeat: repeat-y;
	background-color: #ffffff;
	background-position: 26px 0px;
	height: 100%;
}

td#left
{
	width: 170px;
	text-align: left;
}

td#right
{
	border-right: solid 1px #000000;
}




/* ################ */
/* #     LEFT     # */
/* ################ */


#left div.navi, #left div.copyright
{
	width: 110px;
	margin: 0 0 55px 0;
	padding: 0px;
}


#left ul.navilist
{
	list-style-image: none;
	list-style-type: none;
	margin:  0 0 10px 5px;
	padding: 0px;
}

#left li.navilist
{
	padding: 2px 0 3px 0;
	margin: 0px;
}

#left a.navielement
{
	display: inline;
}


#left div.left
{
	padding: 0px 27px 0px 30px;
}


#left div.navimain
{
	font-size: 9pt;
	font-weight: bold;	
	margin: 10px 0 5px 0;
}


/* ################ */
/* # NEWSTICKER   # */
/* ################ */

#newsticker marquee
{
	font-size: 10pt;
	border-bottom: solid 1px #000000;
	position: relative;
	top: -20px;
}



/* ################ */
/* ## GÄSTEBUCH  ## */
/* ################ */

.gaestebuchframe
{
	width: 600px;
	margin: 2px;
}

.gaestebuchheader
{
	margin-bottom: 15px;
}

.gaestebucheintrag
{
	border: solid 1px black;
	padding: 5px;
	margin-bottom: 20px;
}

.gaestebuchpages
{
	text-align: center;
	margin: 0 0 5px 0;
}



/* ################ */
/* #### FOTOS  #### */
/* ################ */

div.galerie
{
	width: 600px;
	margin-top: 30px;
}
table.galerieitem
{
	background-color: Gray;	
}
td.galerieitem
{
	background-color: White;
}
div.galerieitem
{
	width: 600px;
	margin-top: 30px;
	background-color: White;
}

img.foto
{
	border: solid 1px black;
}




/* ################ */
/* # veranstaltungen  #### */
/* ################ */

table.veranstaltungen th
{
	background-color: #cccccc;
}




/* ################ */
/* ### LogView  ### */
/* ################ */

td.adminLog
{
	background-color: #dddddd;
}
td.adminLogTable
{
	border-top: solid 1px black;
}
th.adminLogTable
{
	font-weight: normal;
	background-color: #dddddd;
}



/* ################ */
/* #  SONSTIGES   # */
/* ################ */

p
{
	margin: 0.5em 0;
}


input, textarea
{
	border: solid 1px #000000;
	background-color: #ffffff;
	background-image: url(images/bg_input.jpg);
	background-repeat: repeat-x;
	padding: 1px;
}

h1
{
	font-weight: normal;
	font-size: 17px;
	text-align: left;
	border-bottom: solid 1px gray;
	padding: 0 0 0 5px;
	margin: 0 0 15px 0;
}

h2
{
	font-weight: normal;
	font-size: 14px;
	border-bottom: solid 0px gray;
	text-decoration: underline;
	padding: 0;
	margin: 10px 0 12px 0;
}

h3
{
	font-weight: normal;
	font-size: 12px;
	border-bottom: solid 0px gray;
	text-decoration: underline;
}

img
{
	border: 0;
}

