body {
	font-family: Tahoma, Helvetica;
	font-size:9pt;
	color:#FFFFFF;
	background-image:URL(./gfx/background.png);
	background-repeat:repeat;
	margin:0px;
}

img {
  border:0px;
}

h1 {
	font-size:12pt;
	font-weight:bold;
}

h1.board {
	font-size:8pt;
	font-weight:bold;
	line-height:100%;
}

h1.event {
	font-size:12pt;
	font-weight:bold;
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-color:#FFFFFF;
  
  text-align:center;
}

h2.event {
	font-size:9pt;
	font-weight:bold;
  text-align:center;
  border-top-width:1px;
  border-top-style:solid;
  
  border-color:#FFFFFF;
}

h1.admin {
	font-size:10pt;
	font-weight:bold;
  border-bottom-width:1px;
  border-bottom-style:solid;
  color:#00FF00;
  border-color:#00FF00;
  border-top-width:1px;
  border-top-style:solid;
  text-align:center;
}


ul {
  text-align:left;
  font-size:9pt;
}

a         {font-size:9pt;font-variant:small-caps;color:#FFFFFF;font-weight:bold;text-decoration:none;border-width:0px;}
a:link    {font-size:9pt; color:#FFFFFF;text-decoration:none;}
a:visited {font-size:9pt; color:#FFFFFF;text-decoration:none;}
a:active  {font-size:9pt; color:#FFFFFF;text-decoration:underline;}
a:hover   {font-size:9pt; color:#FFFFFF;text-decoration:underline;font-weight:bold;}

a.admin   {color:#00FF00; text-align:center;}

input      {font-size:9pt; font-family: Tahoma, Helvetica;}
textarea   {font-size:9pt; font-family: Tahoma, Helvetica;}

p.event {
  font-size:9pt;
  text-align:left;
  line-height:150%;
  
}

/* Tabelle, generell */
table {
	width:100%;
	border-collapse:collapse;
	border-spacing:0px;
	
}

td {
	border-color:#FFFF00; 
	border-width:0px; 
	border-style:solid; 
	padding:2px;
}

th {
	border-color:#FFFFFF; 
	border-width:0px; 
	border-style:solid; 
	padding:4px;
}

table.content {
  width:80%;
  border-color:#FFFFFF;
  border-width:2px; 
}
table.form {
  width:50%;
  border-color:#FFFFFF;
  border-width:2px; 
}
th.visible {
  color:#FFFFFF;
  border-color:#000000;
  background-color:#330000;
  font-size:9pt;
  border-width:1px;   
}

td.visible {
  border-color:#000000;
  background-color:#663333;
  border-width:1px; 
  font-size:9pt;
  text-align:left;
}
td.visibleC {
  border-color:#000000;
  background-color:#663333;
  border-width:1px; 
  font-size:9pt;
  text-align:center;
}

td.ruler {
	width:80px;
	height:0px
}



td.board {
  max-width:180px;
	font-size:9pt;
	text-align:center;
	vertical-align:top;
	padding-top:15px;
  padding-left:55px;
  padding-right:55px;
	
	background-image:URL(./gfx/board.gif);
	background-repeat:no-repeat;
	background-position:top center;
}
td.board_green {
  max-width:180px;
	font-size:9pt;
	text-align:center;
	vertical-align:top;
	padding-top:15px;
  padding-left:55px;
  padding-right:55px;
	white-space:normal;
	background-image:URL(./gfx/board_green.gif);
	background-repeat:no-repeat;
	background-position:top center;
}

td.board_alt {
  max-width:180px;
	font-size:9pt;
	text-align:center;
	vertical-align:top;
	padding-top:15px;
  padding-left:50px;
  padding-right:50px;
	
	background-image:URL(./gfx/board_alternate.gif);
	background-repeat:no-repeat;
	background-position:top center;
}

td.tn {
  width:200px;
  
}

td.content {
  text-align:left;
  vertical-align:top;
  font-size:9pt;
  line-height:150%;
  width: 800px;
  
  
}
td.title_welcome {
	background-image:URL(./gfx/title_welcome.png);
	background-repeat:no-repeat;
	background-position:top right;
	text-align:left;
	vertical-align:middle;
}
td.title_we {
	background-image:URL(./gfx/title_we.png);
	background-repeat:no-repeat;
	background-position:top right;
	text-align:left;
	vertical-align:middle;
}
td.title_events {
	background-image:URL(./gfx/title_events.png);
	background-repeat:no-repeat;
	background-position:top right;
	text-align:left;
	vertical-align:middle;
}
td.title_karte {
	background-image:URL(./gfx/title_karte.png);
	background-repeat:no-repeat;
	background-position:top right;
	text-align:left;
	vertical-align:middle;
}
td.title_kueche {
	background-image:URL(./gfx/title_kueche.png);
	background-repeat:no-repeat;
	background-position:top right;
	text-align:left;
	vertical-align:middle;
}
td.title_galerie {
	background-image:URL(./gfx/title_galerie.png);
	background-repeat:no-repeat;
	background-position:top right;
	text-align:left;
	vertical-align:middle;
}
td.title_gaestebuch {
	background-image:URL(./gfx/title_gaestebuch.png);
	background-repeat:no-repeat;
	background-position:top right;
	text-align:left;
	vertical-align:middle;
}
td.title_kontakt {
	background-image:URL(./gfx/title_contact.png);
	background-repeat:no-repeat;
	background-position:top right;
	text-align:left;
	vertical-align:middle;
}

/* Zeilen */

tr.ruler {
	height:0px;
}

tr.headline {
	height:100px;
	background-color:#330000;
	vertical-align:middle;

}

tr.navigation {
	height:40px;
	background-color:#000000;
	text-align:center;
}

tr.space {
  height:30px;
}

tr.content {
  height:500px;
}

