/* @group Text-Formatting */
#Content p,
#Content ul {
  font-size: 1em;
  margin-bottom: 1em;
  line-height: 1.5em;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
big {
  font-size: 2em;
}
small {
  font-size: 0.79em;
  color: #778d96;
}
span.strong {
  font-weight: bold;
}
/* @end */



/* @group Headlines */
h1 {
  font-size: 1.71em;
  color: #f25821;
  margin-bottom: 0.5em;
}
h2 {
  color: #0c6699;
  margin-bottom: 1em;
}
h3 {
  font-size: 1.29em;
  color: #0c6699;
  margin: 1em 0 0.5em 0;
}
h3 a {
  color: #0c6699;
  text-decoration: none;
}
h3 a:hover {
  text-decoration: underline;
}
#Content h4 {
  margin-bottom: 0.5em;
  line-height: 1.5em;
}
/* @end */



/* @group Links */
a {
  color: #0c6699;
}
a:visited {
  color: #f25821;
}


a.external {
	background: url(/images/external.gif) right no-repeat;
	padding-right: 1.00em;
}
/* @end */



/* @group Lists */
ul.people {
  width: 650px;
}
#Content ul.people li {
  display: block;
  overflow: auto;
  list-style: none;
  padding: 0 0 1em 0;
  margin-bottom: 1em;
  border-bottom: #eaeaea solid 1px;
  background: none;
}
ul.people li {
  clear: left;
}
ul.people li h3 {
  margin-bottom: 0em;
}
ul.people li img {
  float: left;
  margin-right: 1em;
}
#Content ul li {
  background: url(/images/li.gif) left 7px no-repeat;
  padding-left: 20px;
}
/* @end */



/* @group Images */
img.left {
  float: left;
  margin-right: 1em;
}
img.right {
  float: right;
  margin-left: 1em;
}
img.border {
  border: #eaeaea solid 1px;
  padding: 2px;
}
/* @end */


/* @group Athlete Images with Imagecaptions */
div.imagecaption {
  width: 214px;
  background: #eaeaea;
  padding: 4px;
  margin: -16px 0 10px 0;
  font-size: 0.8em;
}
/* @end */



/* @group Forms */
input {
  vertical-align: middle;
  line-height: 1.29em;
}
form.newsletter input.email {
  width: 160px;
}
form.standard fieldset legend {
  font-weight: bold;
  font-size: 1.29em;
  color: #0c6699;
  margin: 0;
}
form.standard fieldset fieldset legend {
  font-weight: bold;
  color: #333;
  font-size: 1em;
}
form.standard fieldset {
  margin-bottom: 1em;
  clear: both;
  width: 592px;
  padding: 0;
  background: #adcfec;
  border-top: 3px solid #0c6699;
}
form.standard fieldset.simple {
  background: none;
}
form.standard fieldset fieldset {
  border-style: none;
  margin-bottom: 0;
  background: none;
  border: none;
}
form.standard label,
form.standard .no_label {
  margin-bottom: 1em;
  display: block;
  width: 210px;
  float: left;
  clear: left;
  font-weight: bold;
  line-height: 1.29em;
}
form.standard fieldset fieldset label {
  float: none;
  width: auto;
  margin-right: auto;
  font-weight: normal;
}
form.standard input,
form.standard textarea {
  font-size: 1em;
  font-family: "Trebuchet MS", Verdana, Helvetica;
  display: block;
  padding: 2px;
  border: 1px solid #c0c4c7;
}
form.standard select {
  font-size: 1em;
  font-family: "Trebuchet MS", Verdana, Helvetica;
}
form.standard input:focus,
form.standard textarea:focus {
  border: 1px solid #8d9093;
  background: #ebeff2;
}
form.standard input {
  float: left;
  width: 196px;
}
form.standard textarea {
  clear: left;
  width: 396px;
}
form.standard textarea.small {
  clear: none;
  width: 296px;
}

form.standard input.hidden {
  display:none;
}
form.standard textarea.floatedtextarea {
  clear: none;
  float: left;
  width: 300px;
}

form.standard input.submit {
  border: none;
  width: auto;
  margin-left: 210px;
  padding-left: 1em;
}
form.standard fieldset ol {
  padding: 1em 1em 0 1em;
  list-style: none;
}
form.standard fieldset li {
  float: left;
  clear: left;
  width: 100%;
  padding-bottom: 0.5em;
}
form.standard fieldset.submit {
  border-style: none;
}
form.standard fieldset fieldset ol {
  position: relative;
  top: -1em;
  margin: 0 0 0 210px;
  padding: 0;
}
form.standard input.radioitem {
  clear: left;
  float: left;
  padding: 0px;
  margin: 0px 0px 0px 0px;
  width: auto;
}
form.standard label.radioitem {
  clear: none;
  margin: 0px 0px 0px 2em;
  padding: 0px 0px 1em 0px;
  width: 350px;
}
form.standard fieldset fieldset label.amount {
  width: auto;
  padding-right: 1em;
  float: left;
}
form.standard fieldset fieldset input.amount {
  width: 60px;
  margin: -0.25em 1em 0 0;
  vertical-align: middle;
  float: left;
}
form.standard .inline {
  padding-top:0;
}
form.standard .inline li {
  display:inline;
  float: none;
  clear: both;
}
form.standard .inline li input,
form.standard .inline li label {
  display: inline;
  width: auto;
  float: none;
  clear: both;
}
form.standard fieldset fieldset {
  width: auto;
}
form.standard fieldset fieldset ol {
  top: -2em;
}
form.standard fieldset fieldset .checkbox,
form.standard fieldset fieldset label.inline {
  display: inline;
  width: auto;
  float: none;
  clear: both;  
}
/* @end */



/* @group Boxes */
div.box {
  background: #adcfec;
  border-top: 3px solid #0c6699;
  padding: 1em;
  margin-bottom: 1em;
  font-size: 0.86em;
}


div.box_danke {
  background: #D2E4F0;
  border-top: 3px solid #0c6699;
  padding: 1.5em;
  margin-bottom: 1.5em;
  min-height: 240px;
}

span.notice,
div.notice {
  display: block;
  background: #ffe1c6;
  border: 1px solid #f67933;
  color: #f25821;
  padding: 1em;
  margin-bottom: 1em;
}
/* @end */

/* @group Special Paragraphs */
div.twocolumns-left {
  float: left;
  clear: left;
  margin-bottom: 1em;
  width:400px;
  height: 170px;
}
div.twocolumns-right {
  float: left;
  margin-bottom: 1em;
  width:250px;
  height: 170px;

}
div.twocolumns-right p {
  position: absolute;
  margin-bottom: 1em;
}

/* @end */

/* @group Profiles */
#Content div.profile_sidebar {
  float: right;
  margin: 0 0 1em 2em;
  min-height: 400px;
}
#Content div.profile_sidebar img {
  margin-bottom: 1em;
}
#Content div.profile_sidebar .athletes {
  width: 215px;
}
#Content ul.athletes {
  padding-top: 1em;
}
#Content ul.athletes li,
#Content ul.athletes li.normal {
  width: 200px;
  height: 60px;
  float: left;
  margin: 0 18px 9px 0;
  padding: 0 5px 5px 0;
  line-height: 1em;
  background: none;
}
#Content ul.athletes li.clear {
  clear: left;
}
#Content ul.athletes li a {
  text-decoration: none;
}
#Content ul.athletes li a:hover {
  text-decoration: underline;
}


/* KIO Members list */
#Content ul.kiomembers {
  padding-top: 1em;
}
#Content ul.kiomembers li,
#Content ul.kiomembers li.normal {
  width: 200px;
  height: 30px;
  float: left;
  margin: 0 18px 9px 0;
  padding: 0 5px 5px 0;
  line-height: 1em;
  background: none;
}

/* @end */



/* @group Gallery */
/* AlbumÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¼bersicht */
.gallery_albumlist {
  clear: left;
  padding-bottom: 10px;
}
.gallery_albumlist a img {
  border: 0;
  margin-right: 10px;
  padding-bottom: 10px;
  float: left;
}
.gallery_albumlist a h1 {
  font-size: 18px;
  font-weight: bold;
  margin: 0px;
  margin-top: 5px;
}
.gallery_albumlist a h1 {
  text-decoration: none;
}
.gallery_albumlist a:hover h1 {
  text-decoration: underline;
}
.gallery_albumlist a p {
  font-size: 12px;
  margin: 0px;
  margin-top: 5px;
}
.gallery_albumlist span {
  margin-left: 185px;
}
.clearall {
  clear: both;
}
/* Albumansicht */
.gallery_album {
  width: 130px;
  float: left;
  text-align: center;
  padding: 3px;
  margin: 3px;
}
.gallery_album a {
  margin: 0;
  border: 0;
}
.gallery_album a img {
  border: 0;
}
.gallery_album a .meta_info {
  font-size: 10px;
  clear: left;
  color: gray;
  padding: 2px 5px;
}
.gallery_album a .meta_info .title {
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 2px;
  text-align: center;
}
.gallery_album a .meta_info .datetime {
  float: left;
  text-align: left;
}
.gallery_album a .meta_info .size {
  text-align: right;
  float: right;
}
/* Bildansicht */
.gallery_image {
  width: 660px;
  padding: 5px;
}
.gallery_image .meta_info {
  font-size: 11px;
  clear: left;
  color: gray;
  padding: 2px 5px;
}
.gallery_image .meta_info .title {
  font-size: 1.5em;
  font-weight: bold;
  margin: 2px 0px;
  text-align: center;
  clear: left;
}
.gallery_image .meta_info .description {
  text-align: left;
  font-size: 1.2em;
}
.gallery_image .meta_info .datetime {
  float: left;
  text-align: left;
}
.gallery_image .meta_info .size {
  text-align: right;
  float: right;
}
.gallery_navigation {
  width: 660px;
  padding: 5px;
}
.gallery_navigation .prev {
  width: 33%;
  text-align: left;
  float: left;
}
.gallery_navigation .up {
  width: 33%;
  text-align: center;
  float: left;
}
.gallery_navigation .next {
  width: 33%;
  text-align: right;
  float: right;
}

/* Newsletter-Archiv Tabelle */
.newsletterarchiv TD {
  padding-bottom: 5px;
}

/* iFram Styling fuer die BZgA Anleitung */
iframe.bzga {
  margin-bottom: 1em;
  clear: both;
  width: 640px;
  padding: 10px;
  background: #adcfec;
  border-top: 3px solid #0c6699;
}
/* @end */

/* @group Spenden fuer KIO */
button.donate_now {
  width: 147px;
  height: 34px;
  background: #fff url(/images/button-jetzt-spenden.gif) left top no-repeat;
  border: none;
  cursor: pointer;
}
button.donate_now span {
  display: none;
}


button.reasons {
  width: 250px;
  height: 34px;
  background: #fff url(/images/button-spendengrund.gif) left top no-repeat;
  border: none;
  cursor: pointer;
}
button.reasons span {
  display: none;
}
.switchable_row {
  position: relative;
}

.spender {

text-align: center;

}


#betrag_id, #betrag_frei_wrapper {
  font-size: 1.5em;
}

#donationValueTrigger {
  position: absolute;
  top: 7px;
  left: 360px;
}
#donationInfo {
  margin: 5px; 
  background: #fff; 
  width:350px;
  border: 2px solid #F25821;
  padding: 10px 10px 0;
  z-index: 1000;
  line-height: 1.5em;
  font-size: 0.9em;
}
#donationInfo p {
  color: #333;
  margin-bottom: 10px;
}
#donationInfoIcon {
  float: right;
}
#betrag_frei_wrapper { line-height: 35px !important; }
#betrag_frei_wrapper, x:-moz-any-link, x:default { line-height: 29px !important; }

#Accordion li {
  
  margin-bottom: 1em;
  margin-right: 0.5em;
  line-height: 1.5em;
  width: 200px;
  list-style: none;
  padding: 0 0 0 11px;
  background: url(/images/bullet7.jpg) no-repeat 0px 8px;
  
}
#Accordion li h4.toggler a {

color: #0c6699;
text-decoration:none;
 
}

#Accordion li h4.selected a {

color: #000;
text-decoration:none;
 
}

#Accordion li h4.toggler a:hover {

color: #000;
 
}



#Accordion .element {
  padding: 10px 0 0;
  overflow: hidden;
}
#Accordion p {
  font-size: 0.9em;
  margin-bottom: 1em;
  line-height: 1.5em;
}
.twitter_link {
  background: #D2E4F0 url(/images/twitter.png) left center no-repeat;
  padding-left: 20px;
}
.facebook_link {
  background: #D2E4F0 url(/images/facebook.png) left center no-repeat;
  padding-left: 20px;
}
/* @end */



