/* CSS RESET v1.0 by Eric Meyer */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
/*	font-size: 100%; */
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif; 
/*  font-family:Tahoma,Helvetica,Arial,sans-serif; */
  font-size:11px;
  }
body {
  background-color: #2F485D;
  text-align: center;
  }
ol, ul {
  list-style-type: none;
  color: #696969;

}
blockquote, q {
	quotes: none;
	position: relative;
	bottom: 3px;
	padding-bottom: 12px;
	padding-top: 5px;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */ 
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */ 
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */ 
table { 
	border-collapse: collapse;
	border-spacing: 0;
}

html {
  height: 100%;
  margin-bottom: 1px;
}
/*_____________CSS RESET END_______________*/

/*_________________ SCHATTEN ______________*/

.shadowx {
  background-image: url(img/bg_shadow_x.gif);
  background-repeat: repeat-x;
  background-position: bottom;
}

.shadowy {
  background-image: url(img/bg_shadow_y.gif);
  background-repeat: repeat-y;
  background-position: right;

}

.xyedge {
  background-image: url(img/bg_shadow_xy.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
}

.schatten {
  background-image: url(img/bg_schatten.gif);
  background-position: bottom;
  background-repeat: no-repeat;
  padding-bottom: 11px;
}

/*______________CLASSES________________*/
.clear {
  float: none;
  clear: both;
  visibility: hidden;
}

.whiteborder {
  width: 198px;
  border: 1px solid #003F66;
  margin-bottom: 25px;
}

.whiteborder-teaser {
  width: 177px;
  height: 152px;
  border: 1px solid #003F66;
  margin: 5px;
}

.csc-textpic-caption {
  padding: 3px;
  font-size: 10px;
  color: #9BB1BF;
}

#teaser {
  padding: 2px;
  border: 1px solid #FFFFFF;
  background-color: #003F66;
  text-align:center;
  padding-bottom: 5px;
}

#teaser li {
  padding: 5px 0px 5px 10px;
/*  background-image: url(img/bg_nav_line.gif);
  background-position: bottom;
  background-repeat: no-repeat; */
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 2px;
}

#teaser ul {
  text-align:left;
} 

/*______________TEXT FORMATE_______________*/
#content p {
  margin-bottom: 15px;
  line-height: 1.5em;
}

a {
  text-decoration: underline;
  color: #437B9C;
}

a:hover {
  text-decoration: none;
  color: #000000;
}

#content ul {
  padding: 10px;
}

#content li {
  padding-left: 15px;
  margin-bottom: 8px;
  background: url(img/icon_list_content.gif) 0px 5px no-repeat;
}

#content b {
  color: #666666;
}

/*____________________NAVI_______________________*/
/* Links */
.navi1_no a {
  padding: 12px 0px 12px 35px; 
  display: block;
  background: url(img/icon_list_nav.gif) 15px center no-repeat;
  color: #FFFFFF;
  text-decoration: none;
/*  width: 196px; */
  width: 161px; 
}

.navi1_no a:hover {
  text-decoration: underline;
  background-color: #005D96;
  color: #FFFFFF;
}

.navi1_no {
  background-image: url(img/bg_nav_line.gif);
  background-position: bottom;
  background-repeat: no-repeat;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 1px;
}

.navi1_act a {
  padding: 12px 0px 12px 35px;
  display: block;  
  background: url(img/icon_list_nav.gif) 15px center  no-repeat;
  color: #FFFFFF;
  text-decoration: underline;
  width: 161px; 
}

.navi1_act a:hover {
  text-decoration: underline;
  background-color: #005D96;
  color: #FFFFFF;
}

.navi1_act {
  background-image: url(img/bg_nav_line.gif);
  background-position: bottom;
  background-repeat: no-repeat;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 1px;
}

.navi2_no a {

  color: #FFFFFF;
  text-decoration: none;
}

.navi2_no {
  padding: 7px 0px 7px 23px;
  background-color: #00456F;
  background-image: url(img/bg_nav_line.gif);
  background-position: bottom;
  background-repeat: no-repeat;
  color: #FFFFFF;
  font-size: 13px;
}

.navi2_act a {

  color: #FFFFFF;
  text-decoration: none;
}
.navi2_act {
  padding: 7px 0px 7px 23px;
  background-color: #00456F;
  background-image: url(img/bg_nav_line.gif);
  background-position: bottom;
  background-repeat: no-repeat;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 13px;

}

.nav_last {
  background-image: none;
}


/*______________QUICKLINKS_________________*/
#quicklinks a {
  color: #FFFFFF;
  font-size: 11px;
  text-decoration: none;
}

#quicklinks a:hover {
  text-decoration: underline;
}
/*_________________HEADINGS_________________*/

.csc-firstHeader {
  font-size: 16px;
  color: #666666;
  font-weight: bold;
  padding-top: 10px;
/*  padding: 10px 0px;
  border-bottom: 1px dashed #003F66; */
  margin-bottom: 15px;
}

h2 {
  font-size: 17px;
  color: #003F66;
  font-weight: bold;
}

h1 {
  font-size: 13px;
  color: #666666;
  font-weight: bold;
  margin-bottom: 15px;
}

/*____________ID's_______________________*/

#mother {
  width: 810px;
  margin: 20px auto;
  padding-bottom: 9px;
}

#head {
  height: 271px;
  width: 810px;
}

#header1 {
  height: 215px;
  width: 810px;
  background-image: url(img/header.jpg);
  background-repeat: no-repeat;
}

#header2 {
  background-image: url(img/header2.jpg);
  background-repeat: no-repeat;
  height: 56px;
  width: 810px;
}

#quicklinks {
  float:right;
  padding: 15px;
  margin-right: 15px;
}

#quicklinks li {
  float: left;
  margin-left: 15px;
  font-size: 10px;
  color: #FFFFFF;
  text-transform: uppercase;
}

#main {
  width: 810px;
  text-align: left;
  background-color: #FFFFFF;
  padding-bottom: 16px;
}

#left {
  float: left;
  padding:16px 0px 0px 16px; 

}

#nav {
  border: 1px solid #FFFFFF;
  background-color: #003F66;
}


#right {
  padding: 25px 29px 25px 27px; 
  float: left;
}

#content {
/*  width: 563px; */
  width: 537px; 
  font-size: 12px;
  color: #4C4C4C;
  position: relative;
}

#footer{
	margin: 0px 16px;
	background: #003F66;
	padding: 10px;
	text-align: center;
	color: #FFF;
}

#footer a{
	color: #FFF;
}

/*______________FRAMES______________________*/

.csc-frame-frame1 {
  border-bottom: 1px dashed #003F66;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.csc-frame-frame6 {
  width: 179px;
  height: 153px;
  float: left;
  margin: 8px 3px;
}

/*____________ TABELLE __________________*/

#table1 {
/*  width: 559px; */
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

thead {
  text-align: left;
  background-color: #003F66;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
}

.thead1 {
  padding: 10px;
  width: 250px;
/*  border-collapse:separate; */
  border-right:1px solid #FFFFFF;
}

.thead2 {
  padding: 10px;
  width: 200px;
/*  border-collapse:separate; */
  border-right:1px solid #FFFFFF;
}

.thead3 {
  padding: 10px;
  width: 70px;
}

.noborder, .plantable th.noborder {
	border-right: 0px none;
}

tbody {
  font-size: 13px;
}

td {
  padding: 10px;
  border-right: 1px solid #999999;
}

#allelogos td {
  padding: 0px 4px;
  border: 0px;
}

#allelogos tr {
  height: 170px;
}

.greyline {
  background-color: #F4F4F4;
}

.whiteline {
  background-color: #FFFFFF;
}

.tableborder {
  background-color: #FFFFFF;
  border: 1px solid #003F66;
  padding: 1px;
}


/* Formulare */

/*mail*/
#mailform {
/*  border:1px solid #EAEAEA; */
  width: 450px;
}

.csc-mailform {
/*  background-color:#EAEAEA;
  border:1px solid #FFFFFF; */
  border: 1px dashed #437B9C;
  padding: 20px;
}

.csc-mailform label {
  color:#4C4C4C;
  display:block;
  float:left;
  font-weight:bold;
  width:100px;
  padding-top: 2px;
}

.csc-mailform-field {
  padding: 3px;
}

.csc-mailform-field input {
  border: 1px solid #4C4C4C;
  width: 295px;
}

.csc-mailform-field textarea {
  border: 1px solid #4C4C4C;
  width: 295px;
}

.csc-mailform-field #mailformformtype_mail {
  float: left;
  padding:2px;
  width:100px;
  font-weight: bold;
  color:#4C4C4C;
  background: #EAEAEA;
  margin-left:150px;
  margin-top:10px;
}

.csc-mailform-field #mailformformtype_mail:hover {
  cursor:pointer;
  text-decoration: underline;
}

/*login*/
.tx-felogin-pi1 form {
  margin-top: 20px;
}

.tx-felogin-pi1 legend {
  display: none;
}

.tx-felogin-pi1 label {
  display: block;
  float: left;
  width: 100px;
}

.tx-felogin-pi1 input {
  border: 1px solid #4C4C4C;
  width: 150px;
}

.tx-felogin-pi1 div {
  margin-top: 5px;
}

.tx-felogin-pi1 .login_submit {
  width: 90px;
  margin-top: 10px;
  margin-left: 100px;
  float: left;
  padding:2px;
  font-weight: bold;
  color:#4C4C4C;
  background: #EAEAEA;
}

.tx-felogin-pi1 .login_submit:hover {
  cursor:pointer;
  text-decoration: underline;
}

.tx-felogin-pi1 .logout_submit:hover {
  cursor:pointer;
  color:#000000;
  font-size:12px;
  text-decoration:none;
}

.tx-felogin-pi1 .logout_submit {
  color:#437B9C;
  font-size:12px;
  text-decoration:underline;
  border: none;
  font-weight: normal;
  width: auto;
  background: transparent;
  float: left;
}


.logout_text {
  float: left;
}

/*slideshow*/ 
.tx-msimageflow-pi1 {
	position: relative;
}

div.tx-msimageflow-pi1 #captions {
  top: 50px;
}

.csc-frame-frame1 {

	border-bottom: 1px solid #dddddd;
	margin-bottom: 15px;
}

.csc-frame-frame2 {
	background-color: #e8edf1;
	border: 1px solid #b2c6d1;
/*	border: 1px solid #0059A9; */
	padding: 10px 11px 0px;
	margin-bottom: 15px;
	zoom: 1;
}

.csc-frame-frame2 h1 {
  margin-bottom: 5px;
  font-size: 11px;
}

.imageitem {
  float:left;
}

.nomargin {
  margin-right: 0px;
}

.noline {
  border-bottom: 0px none;
/*  margin-bottom: 0px;
  padding-bottom: 0px; */
}

#content .memberdetail .contact {
  margin-bottom: 5px;
}

#content .memberdetail .sector {
  margin-bottom: 5px;
}

.hideme {
  display: none;
}

.contactspan {
  font-weight: bold;
  color: #003F66;
}

.shortdscr {
  margin-top: 20px;
  border-bottom: 1px solid #DDDDDD;
}

.shortdscr h1 {
  color: #4C4C4C;
  margin-bottom: 5px;
}


.internimage {
  float: left;
  margin-right: 10px;
  border: 1px solid #999999;
  padding: 1px;
}

.addressinfos {
  border-collapse: collapse;
  float: left;
}

.addressinfos td {
  border: 0px none !important;
  padding: 0px;
  line-height: 1.5
}

.addressinfos .firstcol {
  padding-right: 10px;
}

.memberdetail dl.csc-textpic-image dt {
  display: block;
  margin-bottom: 5px;
}

.clubdb #submit_recipient, .clubdb #all_recipient {
  background:#EAEAEA none repeat scroll 0 0;
  border:1px solid #4C4C4C;
  color:#4C4C4C;
  cursor:pointer;
  display:block;
  float:left;
  font-weight:bold;  
  margin-right:104px;
  padding:2px;
  text-align:center;
  text-decoration:none;
  width:154px;
  font-size: 13px;
  margin-top: 25px;
}

.clubdb #all_recipient {
  padding: 3px 2px;
}

.clubdb #submit_recipient:hover, .clubdb #all_recipient:hover {
  text-decoration: underline;
} 

.clubdb .labeltd, .clubdb .inputtd {
  border: 0 none;  
  padding: 3px 5px;
}

.clubdb .middle {
  border-collapse:separate;
  border-right:5px solid #FFFFFF;
}

.clubdb label {
  width: 100px;
  color:#4C4C4C;
  font-weight:bold;
  display: block;
  float: left;
}

.clubdb input, .clubdb textarea {
  border: 1px solid #4C4C4C;
  width: 295px; 
  padding: 2px;
}

.clubdb .checks {
  border: 0 none;
  width: auto;
}

.clubdb textarea {
  height: 300px;
}

.clubdb fieldset {
  margin-bottom: 10px;
}

.clubdb #submit_mail {
  width: 100px;
  margin-left:100px;
  background:#EAEAEA none repeat scroll 0 0;
  border:1px solid #4C4C4C;
  color:#4C4C4C;
  cursor:pointer;
  display:block;
  font-weight:bold;  
  margin-right:104px;
  padding:2px;
  text-align:center;
  text-decoration:none;
  width:154px;
  font-size: 13px;
}

.clubdb #submit_mail:hover {
  text-decoration: underline;
}

#content #show_recipient {
  margin-bottom: 0px;
}

.switch_block {
  margin-bottom: 15px;
}


* html .clubdb #submit_recipient {
  margin-right: 0px;
}

* html .clubdb #all_recipient {
  margin-right: 104px;
}

.plantable th {
  border-right:1px solid #FFFFFF;
  padding: 10px;
}

.self {
  font-weight: bold; 
}

.dereg {
  font-weight: bold;
  color: #ff0000;
  font-size: 20px;
}

.reg {
  color: #00bb00;
  font-size:16px;
}


#deregtable {
  width: 100%;
}

#deregform {
  width: 204px;
}

.mbottom {
  margin-bottom: 10px;
}

#buttons input {
  background:#EAEAEA none repeat scroll 0 0;
  color:#4C4C4C;
  padding:2px;
  width:100px;
  border:1px solid #4C4C4C;  
  cursor: pointer;
}

#buttons input:hover {
  text-decoration: underline;
}


#buttons input.submit {
  font-weight:bold;
}

.plantable {
  width: 100%;
}

.plantable td {
  padding: 6px;
}

div.calendar  {
  background-color:#FFFFFF;
  border:1px solid #003F66; 
  padding:1px;
  padding-left: 2px;
  cursor: default;
}

div.calendar td {
  padding: 5px 4px;
  border: 1px solid #999999;
  color: #aCaCaC;
}

div.calendar td.valid {
  color: #4C4C4C;
  cursor: pointer;  
}

div.calendar td.active {
  background-color:#F4F4F4;
}

div.calendar td.valid:hover {
  background-color:#003F66;
  color:#FFFFFF;
}

div.calendar thead {
  text-align: center;
  border:1px solid #003F66;  
}

div.calendar caption {
  padding: 5px 0px;
}

div.calendar caption a {
  cursor: pointer;
  padding: 5px;
  display: block;  
  position: absolute;  
}

input.calendar {
  border:1px solid #4C4C4C;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  width:165px;
}

button.calendar {
  height:28px;
  width:31px;
  float: left;
  border: 0px none;
  background: transparent url(img/cal.gif) no-repeat 0 0;
}

div.dates {
  margin-bottom: 10px;
}

div.calendar caption a.next {
  left: 143px;
  top: 0px;
}

div.calendar caption a.prev {
  left: 2px;
  top: 0px;
}


.contact_details td{
  border-top:1px solid #999999;
  border-bottom:1px solid #999999;
/*  display: none; */
}

.sortlink {
  padding-right: 16px;
  background: transparent url(img/sort.png) no-repeat right 5px;
  color: #ffffff;
}

.sortlink:hover {
  color: #ffffff;
  text-decoration: none;
}

#datatable td {
  padding: 5px 10px;
}

#datatable .lefttd {
  width: 80px;
  font-weight: bold;
}

#changedata {
  width: 438px;
}

.highlight td{
  border-top:1px solid #999999;
  border-bottom:1px solid #999999;
  background: #F0F0F0;
}

.hiddenrow {
	display: none;
}

#mobilelink {
  border: 1px solid #FFFFFF;
  background-color: #003F66;
}

#mobilelink a {
  background:transparent url(img/icon_list_nav.gif) no-repeat scroll 15px center;
  color:#FFFFFF;
  display:block;
  padding:12px 0 12px 35px;
  text-decoration:none;
  width:161px;
  font-weight: bold;
}

#back2menu {
  position:absolute;
  right:0;
  top:0;
  display: block;
}

#yearselector select {
  width: 80px;
  padding: 2px;
  border:1px solid #4C4C4C;  
}

#yearselector {
  margin-bottom: 20px;
}

#yearselector input {
  background:#EAEAEA none repeat scroll 0 0;
  color:#4C4C4C;
  padding:2px;
  width:100px;
  border:1px solid #4C4C4C;  
  cursor: pointer;
}

#yearselector input:hover {
  text-decoration: underline;
}

#archive ul {
  padding: 0;
  margin-bottom: 20px;
}

#archive h2 {
  margin-bottom: 15px;
}