@font-face {
  font-family: "Lucida Grande";
  src: url(Lucida Grande.ttf);
}

body {
  color: #000;
  font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
  background: #fff url(../images/body_bg.png) repeat-y center;
  margin: 0;
  }

a {
  text-decoration: none;
  color: #000;
  outline: none;
  overflow:hidden;
  }
a:hover {
  text-decoration: underline;
  }          
a:visited {
  color: #000;
  }        

a img {
  border: none;
  } 
  
p { margin:0; padding:0; }
  
/* ############################### Layout ################ */

#root {
  width: 800px;
  margin: 0 auto;
  padding:0;
  position:relative;
  background-color: #fff;
  }
  
#banner {
  background-image: url(../images/WSG_Logo_2.png);
	background-repeat: no-repeat;
	width: 800px; height: 180px;
  padding:0; margin:0;
  }
  
#sections {
  width: 120px;
  border: 2px solid #000;
  padding: 3px;
  text-align: right;
  font-size: 12px;
  position: absolute;
  left: 650px;
  top: 20px;
  background-image: url(../images/opacity_60.png);
  }
#sections .title {
  font-weight: bold;
  border-bottom: 1px solid #000;
  margin-bottom: 2px;
  }
#sections .title a {
  font-size: 10px;
  }
#sections .current {
  text-decoration: underline;
  }
.xtra_content .current {
  text-decoration: underline;
  }

#navi {
  width: 800px;
	height: 24px;
  background: #EEE url(../images/navi_bg.jpg) repeat-x;
  font-size: 10px;
  }
#navi ul {
  list-style: none;
	margin: 0px auto;
	padding-left: 0px;
  }
#navi ul li {
  list-style-type: none;
  float: left;
  }
#navi ul li a {
	padding-top: 4px;
	background: #ccc url(../images/navi_bg.jpg) repeat-x;
	color: #000;
	height: 20px;
	display: block;
	text-decoration: none;
	text-align: center;
	border-right: 1px solid #ccc;
	padding-left: 10px;
	padding-right: 10px;
  }
#navi ul li a:hover {
  background: #ccc url(../images/navi_hover_bg.jpg) repeat-x;
  color: #000;
  }
  
#navi ul li.current a {
  background: #ccc url(../images/navi_hover_bg.jpg) repeat-x;
  color: #000;
  }

#content {
  padding: 10px;
  float: left;
	width: 600px;
  }
  
#right {
	float: right;
  width: 160px;
	padding-right: 10px;
  text-align: center;
  margin-top: 20px;
  }
#right img {
  width: 150px;
  margin-bottom: 20px;
  }
  
#titel {
	font-size: 24px;
	font-style: italic;
	padding-left: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #333;
  }
  
#footer {
  text-align: right;
  padding-right: 3px;
  font-size: 10px;
  margin-bottom: 25px;
  margin-top: 20px;
  border-bottom: solid 1px #ccc;
  }
  
.xtra_title {
	display: block;
	color: #000;
	background: #ccc url(../images/xtra_bg.png) no-repeat;
	text-align: center;
	font-size: 12px; 
  font-weight: bold;
	width: 150px; height: 15px;
	padding: 3px;
	border: #000 solid 1px;
  text-transform: lowercase;
}

.xtra_content {
	display: block;
	color: #000;
	text-align: center;
	font-size: 10px;
	width: 152px;
	border: #000 solid 1px;
	border-top: none;
	padding: 2px;
  margin-bottom: 20px;
  overflow:hidden;
}


#add {
  background: #fff url(../images/add.png) no-repeat;
  background-position: 3px center;
  padding: 3px;
  border: 3px solid #0b0;
  cursor: hand;
  margin-top: 10px;
  margin-left: 15px;
  margin-bottom: 20px;
  width: 120px;
  text-align: right;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  }
#add:hover {
  text-decoration: underline;
  }
  
.error {
  background-color: #f44;
  width: 90%;
  border: 1px solid #c33;
  padding: 5px;
  text-align: center;
  }
  
.success {
  background-color: #4f4;
  width: 90%;
  border: 1px solid #3c3;
  padding: 5px;
  text-align: center;
  }
  
/* ############################### Formluare ################ */

.form {
  margin-bottom: 20px;
  background-color: #fff;
  padding: 10px;
  width: 100%;
  }

.form_admin {
  border: 1px solid #ccc;
  margin-bottom: 20px;
  background-color: #ff6;
  padding: 10px;
  width: 100%;
  }
  
.form_anmeldung {
  border: 1px solid #ccc;
  margin-bottom: 20px;
  background-color: #ff6;
  padding: 10px;
  width: 100%;
  }

.form tr {
  vertical-align:top;
  padding-bottom: 5px;
  }
  
.form_admin tr {
  vertical-align:top;
  padding-bottom: 5px;
  }
  
.form_anmeldung tr {
  vertical-align:middle;
  padding-bottom: 5px;
  }

label {
  font-size: 10px;
  padding-right: 20px;
  }

input[type=text] {
  width: 400px;
  border: 1px solid #ccc;
  padding: 2px;
  font-family: "Lucida Grande", "Segoe UI", Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
  }

input[type=password] {
  width: 400px;
  border: 1px solid #ccc;
  padding: 2px;
  font-family: "Lucida Grande", "Segoe UI", Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
  }
  
textarea {
  width: 400px;
  border: 1px solid #ccc;
  padding: 2px;
  font-family: "Lucida Grande", "Segoe UI", Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
  }
  
.form input[type=submit] {
  margin-top: 10px;
  padding: 5px 15px 5px 15px;
  border: 1px solid #000;
  background-color: #fff;
  width: 400px;
  }

.form_admin input[type=submit] {
  margin-top: 10px;
  padding: 5px 15px 5px 15px;
  border: 1px solid #000;
  background-color: #4f4;
  width: 100%;
  }

.form_anmeldung input[type=button] {
  margin-top: 10px;
  padding: 5px 15px 5px 15px;
  border: 1px solid #000;
  background-color: #4f4;
  width: 200px;
  }
  
.anm_typ a {
	float:left;
	display:block;
	color: #000;
	background-color: #fff;
	padding: 10px;
	margin-right: 3px;
	border: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: -1px;
  }
  
.anm_typ_current a {
	float:left;
	display:block;
	color: #000;
	background-color: #ff6;
	padding: 10px;
	margin-right: 3px;
	border: 1px solid #ccc;
	border-bottom: 1px solid #ff6;
	margin-bottom: -1px;
  }
  
.anm_title {
  font-size: 18px;
	font-style: italic;
  margin-right: 10px;
  padding-left: 3px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  }

.info {
	margin-left: 5px;
	padding: 2px 6px 2px 6px;
	background-color: #3366FF;
	color: #fff;
	border: solid 1px #000;
	font-weight: bold;
	display: none;
	width: 90%;
}

/* ############################### News ################ */

.news {
  padding:0;margin:0;
  width: 90%;
  border-bottom: 1px solid #CCC;
  margin-bottom: 25px;
  margin-left: 15px;
  }

.news .title {
  font-size: 18px;
	font-style: italic;
  margin-right: 10px;
  padding-left: 3px;
  margin-bottom: 5px;
  float: left;
  }
.news .smalltitle {
  font-size: 10px;
  color: #999;
  padding-top: 7px;
  }

.news .text {
  clear: both;
  width: 90%;
  margin-bottom: 10px;
  }

.news .text a {
  text-decoration:underline;
  color: #04f;
  }

.news .footer {
  font-size: 10px;
  color: #999;
  text-align: right;
  padding-right: 5px;
  clear:both;
  }

/* ############################### Ergebnisse ################ */

.ergebnis {
  width: 90%;
  margin-bottom: 25px;
  margin-left: 15px;
  }

.ergebnis .year {
  font-size: 18px;
	font-style: italic;
  margin-right: 10px;
  padding-left: 3px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
  }

.ergebnis .name {
  font-size: 16px;
  margin-right: 10px;
  padding-left: 10px;
  margin-bottom: 3px;
  float: left;
  }
  
.ergebnis .name a {
  }
.ergebnis .name a:hover {
  text-decoration: underline;
  }
  
.ergebnis .smalltitle {
  font-size: 10px;
  color: #999;
  padding-top: 7px;
  }
  
  /* ############################### Termine ################ */
  
#termine_l {
  width: 65%;
  margin-left: 15px;
  float: left;
  }

#termine_r {
  width: 30%;
  margin-left: 5px;
  height: 100%;
  border-left: 1px solid #04f;
  padding-left: 5px;
  float: right;
  padding-bottom: 15px;
  }

.termin_title {
  background-color: #04f;
  padding: 3px 0 3px 6px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 15px;
  text-shadow: #000 0 -1px 1px;
  }
  
.termin {
  padding: 0 0 3px 10px;
  margin-bottom: 5px;
  }
.termin_own {
  padding: 0 0 3px 30px;
  margin-bottom: 5px;
  background: #fff url(../images/wsg_small.png) no-repeat;
  background-position: 10px center;
  }
  
#time {
  background: #fff url(../images/time.png) no-repeat;
  background-position: 3px center;
  padding: 3px;
  border: 3px solid #04f;
  cursor: hand;
  margin-top: 10px;
  margin-left: 15px;
  margin-bottom: 20px;
  width: 225px;
  text-align: right;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  }
#time:hover {
  text-decoration: underline;
  }
  
#time_new {
  background: #fff url(../images/time_new.png) no-repeat;
  background-position: 3px center;
  padding: 3px;
  border: 3px solid #04f;
  cursor: hand;
  margin-top: 10px;
  margin-left: 15px;
  margin-bottom: 20px;
  width: 270px;
  text-align: right;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  }
#time_new:hover {
  text-decoration: underline;
  }
  
  /* ############################### Gästebuch ################ */

.guestbook {
  width: 90%;
  border-bottom: 1px solid #CCC;
  margin-bottom: 25px;
  margin-left: 15px;
  }

.guestbook .name {
  font-size: 18px;
	font-style: italic;
  margin-right: 3px;
  padding-left: 3px;
  margin-bottom: 5px;
  float: left;
  }
.guestbook .smalltitle {
  font-size: 10px;
  color: #999;
  padding-top: 5px;
  }

.guestbook .text {
  clear: both;
  width: 90%;
  margin-bottom: 10px;
  }

.guestbook .text a {
  text-decoration:underline;
  }

.guestbook .footer {
  font-size: 10px;
  color: #999;
  text-align: right;
  padding-right: 5px;
  clear:both;
  }
  
/* ############################### Galerie ################ */

.photoset {
  font-size: 12px;
  float: left;
  width: 120px;
  text-align: center;
  margin-left: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  }

  
  
.pictureFrame { 
  position: relative;
  width: 81px;
  height: 65px;
  overflow: hidden;
  cursor: pointer;
  text-align:center;
  margin: 0 auto;
  }
  
.pictureFrame img { 
  width: 75px !important;
  overflow:hidden;
  }
  
.pictureFrame .image { 
  position: absolute;
  top: 2px;
  left: 3px;
  display: block;
  width: 75px;
  height: 59px;
  overflow: hidden;
  }

.pictureFrame .overlay { 
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 132px;
  height: 109px;
  background-attachment: scroll;
  background-repeat: repeat;
  background-position: 0% 0%;
  background-color: transparent;
  background-image: url(../images/picture_frame.png);
  }

/* ############################### dynamische Seite ################ */

#toggle {
  background: #fff url(../images/form.png) no-repeat;
  background-position: 5px center;
  border: 1px solid #ccc;
  background-color: #ff6;
  border-bottom: none;
  padding: 5px 10px 5px 35px;
  font-size: 14px;
  cursor: hand;
  font-weight: bold;
  }
#toggle:hover {
  text-decoration: underline;
  }
  
.page {
  width: 100%;
  padding: 10px;
  }
  