body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	background-color: #CFE8EC;
	background-image: url(../images/back_site.jpg);
  background-repeat: repeat-x;
}

table {
  border: 0px;
}

td {
  padding: 6px;
  vertical-align:top;
}

#mainlogo {
  position:absolute;
  top: 20px;
  left: 0px;
  height: 120px;
  width: 100%;
  background-color: #204D7F;
  background-image: url(../images/back_header.jpg);
  background-repeat: repeat-x;
}

#logo {
  position: absolute;
  right: 30px;
  top: 72px;
  height: 70px;
  width: 250px;
}

#topbar {
  position: absolute;
  top: 140px;
  left: 0;
  height: 20px;
  width: 100%;
  background-color: #FF7000;
  background-image: url(../images/back_topbar.jpg);
  background-repeat: repeat-x;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

#wrapper {
  position: relative;
  top: 0;
  width: 53em;
  margin: 0 auto;
  min-width: 730px;
}

#toplinks {
  position: relative;
  top: 0;
  height: 20px;
  text-align: right;
  padding-top: 5px;
  padding-bottom: 3px;
  padding-right: 30px;
  color: #999999;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#toplinks a:link, #toplinks a:visited {
	color: #204D7F;
	text-decoration: none;
}

#toplinks a:hover {
  text-decoration: underline;
}

#toplinks a.mod_customnav {
  float: right;
  
}

.mod_customnav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.mod_customnav ul li {
  margin-right: 0.5em;
  display: inline;
}

#bgroundlogo {
  position: relative;
  top: 42px;
  height: 70px;
  margin: 0;
  min-width: 730px;
  background-image: url(../images/logobg_c.jpg);
  background-repeat: repeat-x;
}

#bglogoleft {
  position: relative;
  top: 0;
  float: left;
}

#bglogoright {
  position: relative;
  top: 0;
  float: right;
}

#container {
  position: absolute;
  top: 10.1em;
  background-color: #204D7F;
  padding: 0;
  margin: 0;
  min-width: 730px;
  background-image: url(../images/back_nav.jpg);
	background-repeat: repeat-x;
}

#mainnav {
	position: relative;
	float: left;
	top: 3em;
	width: 10.4em;
}

#mainnav ul {
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#mainnav ul, #mainnav li {
	width: 10em;
	margin: 0;
	padding: 0;
}

#mainnav a {
	display: block;
	padding-right: 0px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 2px;
	margin: 0px;
	margin-left: 1.8em;
	width: 12em;
	border-bottom: 1px solid #204D7F;
}

#mainnav a:link, #mainnav a:visited {
	color: #00135D;
	background-color: #FFEFC1; /*test*/
	margin-top: 3px;
	margin-bottom: 3px;
	text-decoration: none;
}

#mainnav a:hover {
	background-color: #204D7F;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#mainnav .active span {
	display: block;
	padding-right: 0px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 2px;
	margin: 0px;
	margin-top: 3px;
	margin-left: 1.8em;
	width: 12em;
	background-color: #FFEFC1; /*test*/
	border-bottom: 1px solid #999999;
}

#mainnav .level_2 a {
	display: block;
	padding-right: 0px;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 2px;
	margin: 0px;
	margin-top: 3px;
	margin-left: 1.8em;
	width: 11.1em;
	color: #204D7F;
	background-color: #FFEFC1; /*test*/
	border-bottom: 1px solid #204D7F;
}

#mainnav .level_2 a:hover {
  background-color: #204D7F;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
} 

#main {
	position: relative;
	float: left;
	width: 58em;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 1em; /* 5px */
	padding-bottom: 5px;
	color: #333333;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	text-align: justify;
	margin: 1px;
	margin-top: 0px;
}

#main a, #main a:link, #main a:visited {
	color: #204D7F;
	text-decoration: none;
}

#main a img {
  border: none;
}

#main a:hover {
	text-decoration: underline;
}

#main h1 {
	color: #204D7F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid #FEAC00;
}

#main h2 {
	color: #204D7F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid #FEAC00;
}

#main p {
  padding-left: 5px;
  padding-right: 5px;
}

#tabcon td {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

.post {
  font-style: italic;
}

.bold {
  font-weight: bold;
}

.copy {
  text-align: right;
}

.gbdata {
  font-style: italic;
  border-top: 1px solid #FEAC00;
}

.gbextd {
  font-style: italic;
  text-align: right;
  padding: 3px;
}

.warn {
  font-weight: bold;
  color: #FF0000;
}

#kanu {
  position: absolute;
  top: 10px;
  left: 40px;
  height: 200px;
  z-index: 1;
}

.nttext {
  padding: 0px;
  margin: 0px;
  vertical-align:top;
}

.gbbox {
  width: 600px;
  padding-top: 0px;
  margin: 5px;
  background-color: #FFFFFF;
  border: 1px solid #FEAC00;
  text-align: left;
}

.gbkopf {
  background-color: #eeeeff;
  padding: 3px;
  border-top: 1px solid #FEAC00;
  border-bottom: 1px solid #FEAC00;
}

.gbnav {
  font-size: 1.2em;
  text-align: center;
}

.formular {
  width: 600px;
  background-color: #FFFFFF;
  border: 1px solid #FEAC00;
}

.formbox {
  padding: 15px;
  width: 600px;
  background-color: #FFFFFF;
  border: 1px solid #FEAC00;
}

.freihe {
  clear: both;
  padding: 2px 0px;
}

.flabel {
  float: left;
  width: 100px;
  text-align: right;
  padding-top: 3px;
  padding-right: 5px;
}

.fknopf {
  clear: both;
  padding-top: 15px;
  padding-bottom: 30px;
}

.fdefbreite {
  width: 260px;
}

/* Kalender */

table.calendar {
	width: 98%;
	background-color: #fcfcfc;
	border-collapse: separate;
}
table.calendar .head {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-align: center;
	background-color: #fdfeff;
	border-top: 1px solid #dfdfdf;
}
table.calendar th.previous {
	padding-left: 0.75em;
	text-align: left;
	border-left: 1px solid #dfdfdf;
}
table.calendar th.next {
	padding-right: 0.75em;
	text-align: right;
	border-right: 1px solid #dfdfdf;
}
table.calendar th a {
	text-decoration: none;
	color: #333333;
}
table.calendar th a:hover {
	text-decoration: underline;
}
table.calendar .label {
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	background-color: #204D7F;
	font-weight: bold;
	color: #ffffff;
}
table.calendar td {
	width: 14%;
	height: 7em;
	vertical-align: top;
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}
table.calendar .col_first {
	border-left: 1px solid #dfdfdf;
}
table.calendar .weekend {
	background-color: #f7f9fa;
}
table.calendar .today {
	background-color: #CFE8EC;
}
table.calendar .header {
	margin: 1px;
	padding: 1px;
	padding-left: 3px;
	background-color: #e6e6e6;
	font-size: 0.9em;
	color: #666666;
}
table.calendar .event {
	margin: 3px;
	font-size: 0.9em;
	line-height: 1.1;
}
table.calendar .event a {
	text-decoration: none;
	color: #333333;
}
table.calendar .event a:hover {
	text-decoration: underline;
}

/* Login */

.mod_login {
  position: absolute;
  top: 20px;
  height: 20px;
  text-align: right;
  padding-top: 5px;
  padding-bottom: 3px;
  padding-right: 30px;
  font-size: 10px;
  float: left;
  display: inline;
}

.mod_login .col_first {
	width: 8em;
	vertical-align: middle;
}
.mod_login .login_info {
	padding-bottom: 0.25em;
	font-weight: bold;
}
.mod_login p.error {
	margin-bottom: 0.25em;
	margin-left: 8em;
	font-weight: bold;
	color: #ff0000;
}
.mod_lostPassword .col_first {
	width: 11em;
	vertical-align: middle;
}

/* Fotoalbum */

.layout_preview .title {
  font-size: 1.3em;
  margin: 5px;
}

.layout_preview .mdata {
  margin: 5px;
}

/* Nachrichten */
.mod_newslist .info {
  font-style: italic;
}

.mod_newsreader .info {
  font-style: italic;
}

.image_container .caption {
  margin: 0.5em;
  font-style: italic;
}

