/*

[verwendete Farben]
#04550A = BVR-Dunkelgrün
#a9cbaa = BaROS-Grün / Hintergrund-Hellgrün
#a8c4f7 = Badmintonnews: Titel- und Editorzeile
#aabbaa = Container-Rahmenfarbe (lindgrün)

*/

html
{
  font-family: Arial, Helvetica, sans-serif;
  background-image: url(bilder/bg1.png);
}

a img{border:none;}


h1{
  Color: #000000;
  Color: #ffffff;
  Font-Family: Arial, Helvetica, sans-serif;
  Font-Size: 16pt;
  Font-Size: 14pt;
  Font-Weight: lighter;
  Font-Weight: bold;
  Text-Align: left;

  padding: 5px;
  margin-top: 20px;
  background-color: #04550A;
}

.home
{
  margin-bottom: 2px;
}

h2{
  Color: #000000;
  Font-Family: Arial, Helvetica, sans-serif;
  Font-Size: 14pt;
  Font-Size: 12pt;
  Font-Weight: lighter;
  Text-Align: left;

  padding: 5px;
  margin-top: 40px;
  background-color: #a9cbaa;
  border: 1px solid #04550A;
}

h3{
  Color: #000000;
  Font-Family: Arial, Helvetica, sans-serif;
  Font-Size: 12pt;
  Font-Weight: bold;
  Text-Align: left;
}

h4{
  Color: #000000;
  Font-Family: Arial, Helvetica, sans-serif;
  Font-Size: 12pt;
  Font-Weight: lighter;
  Text-Align: left;
  Text-Decoration: underline;
}



#bgpane
{
  width: 90%;
  margin: 10px auto;
  background-color: #fff;
  color: #333;
  border: 1px solid #999999;
}

#kopfzeile
{
  height: 140px;
  padding: 0em;
  background-color: #04550A;
  border-bottom: 1px solid gray;
}

#kopfzeile img
{
  float:left;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
}

#kopfzeile img#werbung_header
{
  float: right;
/*
  width: 400px;
*/  
  margin: 0;
  padding: 0;
  border: 1px solid #ffffff;
}


.werbung_rechts
{
  margin: 0 0 5px 0;
  padding: 0;
  border: 1px solid #000000;
}



#kopfzeile h1
{
  height: 109px;
  width: 90%;
  padding: 0;
  margin: 0;
  color: #04550A;
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
  padding-top: 10px;
  line-height: 130%;
}

#kopfzeile a
{
  color: #ffffff;
  text-decoration: none;
}


#bvrnavi
{
  float: left;
  width: 195px;
  margin: 0;
  padding: 0;
  padding-top: 5px;
  background-color: #a9cbaa;
}

#terminplan
{
  float: right;
  width: 195px;
  margin: 0;
  padding: 1em;
  border-left: 1px solid #999999;
  border-bottom: 1px solid #999999;
  font-size: 12px;
}

#cpane
{
  margin-left: 200px;
  margin-right: 200px;
  padding: 1em;
  max-width: 36em;
  line-height: 105%;
}

#fusszeile
{
  clear: both;
  margin: 0;
  padding: .5em;
  color: #333;
  background-color: #a9cbaa;
  border-top: 1px solid #999999;
}

#fusszeile a
{
  text-decoration: none;
}


#bvrnavi p, #terminplan p
{
  margin: 0 0 1em 0;
}

#cpane h2
{
  margin: 0 0 .5em 0;
}

#terminplan dt
{
  font-weight: bold;
}


/*=== Beginn Navigation ===*/

table.navi{
  font-family: Arial, Helvetica, sans-serif;
  width: 100%;
}

div.bvrnavi
{
  background-color: #a9cbaa;
  width: 150px;
}


div.bvrnavi A:ACTIVE{
  Color: #ff0000;
  Font-Family: Arial, Helvetica, sans-serif;
  Font-Size: 1em;
  text-decoration: none;
}

div.bvrnavi A:LINK{
  Color: #000000;
  Font-Family: Arial, Helvetica, sans-serif;
  Font-Size: 1em;
  text-decoration: none;
}

div.bvrnavi A:VISITED{
  Color: #666666;
  Font-Family: Arial, Helvetica, sans-serif;
  Font-Size: 1em;
  text-decoration: none;
}

div.bvrnavi A:HOVER{
  Color: #006600;
  Font-Family: Arial, Helvetica, sans-serif;
  Font-Size: 1em;
}


#navimenue {
  width: 175px;
  font-size: 80%;
  margin-left: 10px;
}

#navimenue ul {
list-style-type: none;
padding: 0px;
margin: 2px 0px;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
}
#navimenue li {
display: block;
}
#navimenue li a, #menue li a:link {
text-decoration: none;
display: block;
width: 163px;
padding: 5px;
border-right: 1px solid #000000;
border-left: 1px solid #000000;
color: #000000;
}
#navimenue li a:visited {
color: #0066FF;
}

#navimenue li a:hover, #menue li a:active, #menue li a:focus {
color: #FFFFFF;
border-right: 1px solid #FFFFFF;
border-left: 1px solid #FFFFFF;
}


.navimenuekopf
{
  font-weight: bold;
  color: #ffffff;
  width: 163px;
  padding: 5px;
  border: 1px solid #000000;
  text-align: center;
  background-color: #04550A;
}

#bvrnavi .navimenuekopf a:active,
#bvrnavi .navimenuekopf a:hover,
#bvrnavi .navimenuekopf a:focus,
#bvrnavi .navimenuekopf a:visited,
#bvrnavi .navimenuekopf a:link
{
  color: #ffffff;
}

#breadcrumbs
{
  margin-top: -16px;
  margin-bottom: 15px;
  color: #04550A;
  font-weight: bold;
  border-bottom: 1px solid #000000;
}

#breadcrumbs a:active,
#breadcrumbs a:hover,
#breadcrumbs a:focus,
#breadcrumbs a:visited,
#breadcrumbs a:link
{
  color: #04550A;
  font-weight: bold;
  text-decoration: none;
}

/*=== Ende Navigation ===*/

#specials
{
  margin: 10px 0 0 10px;	
}


tr.turnierausschreibungen{
  
}

tr.headline{
  text-align: center;
  font-weight: bold;
}

tr.subheadline{
  text-align: center;
  font-weight: bold;
}

td.date{
  font-size: 0.8em;
}

td.editor{
  font-size: 0.8em;
}


div.nachruf{
  border: 3px solid #000;
  margin: 10px;
  padding: 10px;
}

.nachruf{
  color: #000;
}

h3.nachruf{
  font-size: 14px;
}

p.nachruf{
  font-size: 12px;
}

img.nachruf{
  float: left;
  margin: 10px;
  margin-bottom: 5px;
}


dl.table-display
{
width: 41.1em;
margin: 2em 0;
padding: 0;
}

.table-display dt
{
float: left;
margin: 0 0 0 0;
padding: .5em;
}

/* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */

.table-display dd
{
float: left;
margin: 0 0 0 0;
padding: .5em;
}


ul.aktualisierungshinweise
{
  list-style: none;
  width: 100%; 
  padding: 0;
  margin-top: 0;  
  color: #04550A;
  background-color: #ffffff;
  border: 1px solid #aabbaa;
  font-size: 13px;
  line-height: 110%;
}

ul.aktualisierungshinweise li a
{
  text-decoration: none;
}




A:ACTIVE.newsList{
  Color: #FF0000;
  Font-Family: Arial, Helvetica, sans-serif;
  Font-Size: 0.8em;
}

A:LINK.newsList{
  Color: #0000FF;
  Font-Family: Arial, Helvetica, sans-serif;
  Font-Size: 0.8em;
}

A:VISITED.newsList{
  Color: #9999EE;
  Font-Family: Arial, Helvetica, sans-serif;
  Font-Size: 0.8em;
}




.copy{
  Color: #999999;
  Margin-top: 0;
  Margin-left: 15px;
  Padding-top: 0;
  Margin-bottom: 0.5em;
  Font-Family: Arial, Helvetica, sans-serif;
  Font-Size: 10pt;
  Font-Weight: lighter;
  Vertical-Align: middle;
}

.copy a{
  Color: #999999;
  Text-decoration: none;
}


.ballpoolVorl{
  margin: 1em 0;
  Color: #FF0000;
  Font-Family: Arial,Helvetica,sans-serif;
  Font-Size: 12pt;
  Font-Weight: bold;
  border-style: dashed;
}

.ballpoolEndg{
  margin: 1em 0;
  Color: #008000;
  Font-Family: Arial,Helvetica,sans-serif;
  Font-Size: 12pt;
  Font-Weight: bold;
  border-style: dashed;
}


.doc{
  color: #0000ff;
  font-size: 12px;  
  font-weight: bold;
}

.pdf{
  color: #FF8000;
  font-size: 12px;  
  font-weight: bold;
}

.xls{
  color: #0C9C08;
  font-size: 12px;  
  font-weight: bold;
}

.odt{
  color: #0000ff;
  font-size: 12px;  
  font-weight: bold;
}

.ods{
  color: #0C9C08;
  font-size: 12px;  
  font-weight: bold;
}


.zip{
  color: #C8BF37;
  font-size: 12px;  
  font-weight: bold;
}



td.newsHead
{
  padding: 5px;
  background-color: #04550A;
  text-align: left;
}

td.newsHead h2
{
  color: #ffffff;
  background-color: #04550A;
}

td.newsBody
{
  color: #000000;
  background-color: #eeeeee;
  font-size: 1em;
  padding: 0 10px 10px 10px;
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
}


td.newsEditor
{
  color: #ffffff;
  background-color: #04550A;
  font-size: 0.8em;
  text-align: center;
}

table.news
{
  margin-bottom: 30px;
}

td.newsEditor a:link,
td.newsEditor a:hover,
td.newsEditor a:active,
td.newsEditor a:visited
{
  color: #ffffff;
}



tr.highlight
{
  background-color: #efefef;
}



.teaser_head
{
  display: block;

  padding-left: 5px;
  padding-right: 5px;
  font-size: 10pt;
  font-weight: bold;
  margin-bottom:0;
  background-color: #04550A;
  color: #ffffff;
  text-align: left;
}

.teaser_head a:link,
.teaser_head a:hover,
.teaser_head a:active,
.teaser_head a:visited
{
  color: #ffffff;
  text-decoration: none;
}

.teaser_text
{
  display: block;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 8pt;
  margin-top:0;
  background-color: #efefef;
  text-align: left;
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
}


.banner img
{
  border: 1px solid #666666;
}

#commons
{
  position: absolute;
  top: 122px;
  right: 6%;
  color: #ffffff;
}

#commons ul {list-style: none;margin: 0; padding: 0;}

#commons ul li {display: inline; }

#commons ul li a {border: 1px solid #ffffff; padding: 2px 4px 2px 4px;}
#commons ul li a:hover {background-color: #ffffff;color: #04550A;}

#commons ul li form {border: none; display: inline;}

#commons ul li form input {border: none; border-bottom: 1px solid #999999; border-right: 1px solid #999999;}


.stand, .small
{
  font-size: 10px;
}

.stand
{
  border-top: 1px solid #000000;
}

.ballpool
{
  margin: 0;
  padding: 0;
  border: 1px solid #cdcdcd;
}

.ballpool tr:first-child td
{
  border: none;
  background-color: #abcdef;
}

.ballpool tr td:first-child
{
  font-weight: bold;
}

.ballpool tr td
{
  margin: 0;
  padding: 5px;
  border: none;
  border-top: 1px solid #cdcdcd;
}

.column_odd,
.odd
{
  background-color: #efefef;
}

.column_even,
.even
{
}

.editorzeile
{
  height: 15px;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 0;
  color: #333333;
  font-size: 10px;
}


.vereinsadressen
{
  font-size: 10px;
}

.vereinsadressen table tr td:first-child
{
  display: none;
}



/* Beginn Präsidium */

div#praesidium h1
{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  padding-bottom: 0px;
}

div#praesidium span.funktion
{
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  height: 30px;
  border: none;
  margin: 0;
  padding: 0;
  display: block;
}

ul#vostandsmitglieder
{
  list-style: none;
  margin-top: 5px;
  padding-left: 0px;
}

ul#vostandsmitglieder li
{
  float: left;
  width: 150px;
  height: 240px;
  margin-top: 10px;
  text-align: center;
  background-color: #efefef;
  border-bottom: 3px solid #ababab;
}

ul#vostandsmitglieder li.erwvs
{
  background-color: #abcdef;
}

ul#vostandsmitglieder li p img
{
  border: 1px solid #04550A;
}

div#praesidium div#dl
{
  float: left;
  margin-bottom: 40px;
  margin-top: 40px;
}


/* Ende Präsidium */


.eyecatcher
{
  font-weight: bold;
  color: #ff0000;
  padding-left:3px;
  border-left: 6px solid #ff0000;
}

ul.vereinsadressen
{
  margin-left: 26px;
  padding-left: 0;
}

ul.downloads
{
  list-style: none;
  padding-left: 15px;
}

ul.downloads li
{
  margin-top: 10px;
}

ul.ausschreibungen
{
  list-style: none;
  padding-left: 0;
  width: 400px;
}

ul.ausschreibungen li
{
  margin-top: 20px;
  padding-left: 10px;
  margin-bottom: 0px;
  border-left: 3px solid #04550A;
  border-bottom: 1px solid #04550A;
}

ul.ausschreibungen li span.datum, ul.ausschreibungen li span.turniername
{
  font-weight: bold;
}

ul.ausschreibungen li span.meldeschluss
{
  font-style: italic;
  background-color: #ffff11;
}

#wcimg
{
  margin-bottom: -6px;
  margin-right: 10px;
}

#webcode form
{
  display: inline;
}

#kopfzeile div#werbung_header
{
  float: right;
  width: 400px;
  height: 100px;
  margin: 0;
  border: 1px solid #ffffff;
  background-color: #ff6600;
}

#kopfzeile div#werbung_header p
{
  padding: 0;
  margin: 0;
  margin-top: 5px;
  margin-left: 5px;
  font-weight: bold;
  color: #ffffff;
}

.head_masters
{
  padding: 10px;
  background-color: #ff6600;
  color: #ffffff;
}

.head_masters h1, .head_masters h2, .head_masters h3
{
  color: #ffffff;
}


.inactive
{
  color: #ababab;
}



ul.auslosungen,
ul.ergebnislisten,
ul.meldelisten
{
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

ul.auslosungen li,
ul.ergebnislisten li,
ul.meldelisten li
{
  display: block;
  margin-bottom: 15px;
  border-left: 4px solid #aabbaa;
  padding-left: 5px;
}

ul.auslosungen li:nth-of-type(1),
ul.ergebnislisten li:nth-of-type(1),
ul.meldelisten li:nth-of-type(1)
{
  display: block;
}

p#auslosungen_sichtbarkeit_oben,
p#auslosungen_sichtbarkeit_unten,
p#ergebnislisten_sichtbarkeit_oben,
p#ergebnislisten_sichtbarkeit_unten,
p#meldelisten_sichtbarkeit_oben,
p#meldelisten_sichtbarkeit_unten
{
}

a.auslosungen_sichtbarkeitsswitch,
p.auslosungen_sichtbarkeitsswitch,
a.ergebnislisten_sichtbarkeitsswitch,
p.ergebnislisten_sichtbarkeitsswitch,
a.meldelisten_sichtbarkeitsswitch,
p.meldelisten_sichtbarkeitsswitch
{
  cursor: pointer;
  color: #04550A;
  text-decoration: none;
}

.error
{
  border: 2px solid #ff0000;
  background-color: #fc9da8;
  padding: 4px;
  width: 400px;
}

.notice
{
  border: 1px solid #000000;
  background-color: #eedd22;
  padding: 4px;
  width: 400px;
}


.navibutton
{
  border: 1px solid #000000;
  width: 173px;
  margin-bottom: 10px;
  text-align: center;
}

.navibutton a
{
  display: block;
  text-decoration: none;
}

