/***************************************************
 * Allgemeine Bezeichner                           *
 ***************************************************/

.error {
  color: Red;
  font-weight: bolder;
  margin: 20px 20px 20px 20px;
}

	.error a {
  	color: Blue;
  	font-variant: small-caps;
	}

	.error a:hover {
  	color: Black;
  	cursor: crosshair;
	}

.info {
  color: Green;
  font-weight: bolder;
  margin: 5px 5px 5px 5px;
}

.buttons {
  text-align: center;
  clear: left;
}

/***************************************************
 * Standardstyles für Elemente                     *
 ***************************************************/

/* Hintergrundbild dynamisch machen (je nach Größe) */
body {
	background-color: #DCDCDC;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
/*	background-image: url(pic/background.gif);*/
	padding: 0px;
	margin: 0px;
}

td {
  vertical-align: top;
}

img {
	border: none;
}

h1 {
	color: Navy;
	font-size: xx-large;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 30px;
}

h2 {
	color: Navy;
	font-size: large;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 20px;
}

/***************************************************
 * Styles für eindeutige malige Elemente (id="")   *
 ***************************************************/

/* Oberen Rand je nach Login dynamisch machen */
div.navmenuspace {
	height: 37px;
}

table#navmenu {
	color: Silver;
	background-color: Navy;
	border-collapse: collapse;
	border-bottom: medium solid Black;
/*	font-size: smaller;*/
	font-weight: bold;
	width: 100%;
	top: 0px;
	position: fixed;
	font-family: "Courier New", Courier, monospace;
}

	table#navmenu td {
		width: 120px;
		vertical-align: middle;
	}

	table#navmenu td.rowtitle {
	color: Green;
	text-align: left;
}

	table#navmenu a {
	color: White;
	text-decoration: none;
	}

	table#navmenu a:hover {
  	border-width: 1px;
	  border-style: solid none solid none;
	}

	table#navmenu tbody.admin {
	background-color: Silver;
	color: Gray;
}

	table#navmenu tbody.admin a {
	color: Navy;
	text-decoration: none;
	}

div#index {
	text-align: center;
	margin-left: 3%;
	margin-right: 3%;
}

div#adm_eventoptions {
	width: 100%;
	font-size: smaller;
	border-bottom: thin ridge;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	margin-bottom: 10px;
}

	div#adm_eventoptions span {
		border-left: thin groove;
		border-right: thin groove;
		border-top: thin groove;
		font-weight: bold;
		font-size: larger;
	}

	div#adm_eventoptions a {
		text-decoration: none;
		color: Navy;
	}

	div#adm_eventoptions a:hover {
		border-top: thin solid;
		border-left: thin solid;
	}

	div#adm_eventoptions span#selected {
		border-left: thin ridge;
		border-right: thin ridge;
		border-top: thin ridge;
		background-color: Silver;
	}

/***************************************************
 * Styles für klassifizierte Elemente              *
 ***************************************************/

h1.pagetitle {
	color: Navy;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-large;
	text-align: center;
	font-weight: bold;
}

div.footer {
  right: 5px;
  font-size: smaller;
  font-weight: bolder;
  bottom: 5px;
	position: fixed;
}

	div.footer a {
		color: #DC143C;
	}

div.back_link {
	right: 5px;
	top: 2px;
	font-size: smaller;
	font-weight: bolder;
	position: fixed;
}

	div.back_link a {
	color: #FF8C00;
}

div.login {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  width: 400px;
  vertical-align: middle;
}

table.events {
  border-collapse: collapse;
  padding: 0px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  border: thin solid Black;
}

	table.events thead {
  	background-color: White;
	  white-space: nowrap;
  	text-align: left;
	  border-top: 1px solid;
	}

	table.events th div.headdescription {
  	font-size: xx-small;
	  text-align: center;
	}

	table.events th a {
  	text-decoration: none;
	  font-weight: bolder;
  	color: Navy;
	}

	table.events tbody {
  	border-top: thin solid Black;
	  border-bottom: thin solid Black;
  	background-color: #FFFFE0;
	  white-space: nowrap;
	}

	table.events td {
		  width: 150px;
	}

	table.events td a {
		font-size: smaller;
 	  font-weight: bolder;
	}

	table.events td div.pic {
  	text-align: center;
	}

	table.events td img {
  	border: thin solid;
	}

div.detailimage {
	float: left;
	width: auto;
	display: inline;
	margin-right: 10px;
	margin-bottom: 15px;
}

div.adm_editdetails {
  text-align: left;
}

	div.adm_editdetails h1 {
		text-align: center;
	}

p.inputform {
	clear: left;
}

span.data {
  margin-left: 5px;
}

span.fieldname {
	text-align: right;
	width: 150px;
	float: left;
	font-size: smaller;
	font-weight: bolder;
	top: 2px;
	position: relative;
}

span.listtitle {
	text-align: left;
	width: 150px;
	font-size: smaller;
	font-weight: bolder;
}

span.infolist {
	text-align: left;
	font-size: smaller;
}

  span.infolist span.mark {
	font-weight: bold;
}

div.routeimage {
	text-align: center;
}

p.picactions {
  clear: left;
}

div.indexevents {
}

div.eventext {
	vertical-align: top;
	text-align: left;
  font-size: large;
}

div.oddtext {
  vertical-align: top;
	text-align: left;
 	font-size: large;
}

div.eventitle {
	vertical-align: top;
	text-align: left;
	font-size: large;
	font-weight: bold;
	white-space: nowrap;
}

div.oddtitle {
	vertical-align: top;
	text-align: left;
	font-size: large;
	font-weight: bold;
	white-space: nowrap;
}

div.evenimg {
	vertical-align: top;
	float: right;
	margin-left: 10px;
}

div.oddimg {
	vertical-align: top;
	float: left;
	margin-right: 10px;
}

hr.eventdivider {
	width: 75%;
	clear: both;
	margin-bottom: 50px;
	margin-top: 50px;
}

table.show_results {
  border-collapse: collapse;
  padding: 0px;
  width: 700px;
	margin-left: auto;
	margin-right: auto;
  margin-bottom: 20px;
  border: thin solid Black;
}

	table.show_results thead {
  	background-color: White;
	  white-space: nowrap;
  	text-align: left;
	  border-top: 1px solid;
	}

	table.show_results th div.headdescription {
  	font-size: xx-small;
	  text-align: center;
	}

	table.show_results tbody {
  	border-top: thin solid Black;
	  border-bottom: thin solid Black;
  	background-color: #FFFFE0;
	  white-space: nowrap;
  }

td.int_value {
	text-align: center;
}

td.float_value {
	text-align: right;
}

div.gallery_link {
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: larger;
	font-weight: bolder;
	text-align: center;
}

table.adm_overview {
  border-collapse: collapse;
  padding: 0px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  border: thin solid Black;
}

table.adm_overview thead {
  background-color: White;
  white-space: nowrap;
  text-align: left;
  border-top: 1px solid;
}

	table.adm_overview th a {
  	text-decoration: none;
	  font-weight: bolder;
  	color: Navy;
	}

	table.adm_overview th a:hover {
  	background-color: #FFFFE0;
	}

	table.adm_overview tbody {
  	border-top: thin solid Black;
	  border-bottom: thin solid Black;
  	background-color: #FFFFE0;
	  white-space: nowrap;
	}

	table.adm_overview td {
  	width: 150px;
	}

	table.adm_overview td a {
		font-size: smaller;
		font-weight: bolder;
	}

table.adm_enterresults {
	border: thin solid;
	margin-left: auto;
	margin-right: auto;
}

fieldset.adm_logindetail {
	width: 80%;
	margin: 20px auto auto;
}

fieldset.adm_logindetail legend {
	font-style: oblique;
	text-decoration: underline;
}

