/**
 * Stylesheet fuer afri cola
 *
 * seitenblick interaktive medien gmbh
 * Koenigstrasse 16, 70173 Stuttgart
 * fon: 0711/8599818-0
 * fax: 0711/8599818-40
 * e-Mail: info@seitenblick.de
 */

/**
 * Allgemeine Definitionen
 */
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
 margin: 0;
 padding: 0;
 border: none;
 font-size: 1em;
 vertical-align: baseline;
}

body {
  color: #fff;
  font-family: Arial, Sans-Serif;
  font-size: 100.01%;
  background: #000;
  overflow: -moz-scrollbars-vertical;
}

code {
 font-family: "Courier New", Monospace;
}

label {
 cursor: pointer;
}

ul, li {
 list-style: none;
}
ol li{
  margin-left:18px;
  list-style: decimal outside;
}
strong{
  color:#fff;
}
textarea{
  font-size: 1em;
  font-family: Arial, Sans-Serif;
}

a,
a:visited,
a:active {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/**
 * Helperklassen
 */
.c {
 clear: both;
}

.x {
 display: none;
}
.white {
  color: #fff;
}
.ar{
text-align: right;
}

img {
}

/* Wrapper für den Inhalt */
#wrapper_start, #wrapper_start2 {
  margin: auto;
  width: 980px;
}
#wrapper {
  position:absolute;
  top:0px;
  left:50%;
  margin: auto auto auto -500px;
  padding-left:150px;
  width: 850px;
}
#wrapper_best {
  position:absolute;
  top:0px;
  left:50%;
  margin: auto auto auto -500px;
  padding-left:150px;
  width: 850px;
}

/* Kopf der Seite mit Seitenüberschrift und Stoerer --startseite-- */
#head_start {
  margin: 33px 0 15px 0;
  text-align: center;   
}
#stoerer_outer{
  margin-top: 10px;
  width:100%;
  text-align:left;
}
#stoerer{
  background: url(../i/content/stoerer.gif); 
  background-repeat: no-repeat;
  cursor: pointer; 
  display: block;
  height: 65px;
  margin-bottom: 20px;
  width:215px;
}
#stoerer:hover{
  background: url(../i/content/stoerer_hover.gif); 
}


/* Kopf der Seite mit Seitenüberschrift */
#head {
  margin: 0px 0 55px 0;
  text-align: left;   
}
#head_best {
  margin: 0px 0 55px 0;
  text-align: left;   
}
/* Das MENUE  */

#menu{
  position: absolute;
  top: 215px;
  left: 0;
  width: 125px;
  border: 8px solid #fff;
  border-left: none;
  z-index: 30;
}
#menu li{
  margin: -3px 0 0 0;
}
#menu li a img{
  padding: 0;
  margin: 0;
}

#menu .has_sub, #menu .no_sub {
  border-bottom: 1px solid #7c7c7c;
  padding: 0;
  margin: 0;
}
#menu .last{
  border:none;
}

#menue ul .2nd_level{
}
/*--- Der eigentliche Inhaltsbereich -------------------------------*/
#content {
  float: left;
  width: 100%;
}
#content_best {
  float: left;
  width: 100%;
}

/* Startseite */
#content .row {
  color: #a8a8a8;
  cursor: pointer;
  float: left;
  font-size: 0.8em;
  line-height: 19px;
  width: 326px;
}

#content .row.left {
  background: url(../i/content/links.gif);
  background-repeat: no-repeat;
}

#content .row.middle {
  background: url(../i/content/mitte.gif);
  background-repeat: no-repeat;
}

#content .row.right {
  background: url(../i/content/rechts.gif);
  background-repeat: no-repeat; 
}

#content .row img {
  margin: 0 0 5px 0;
}

#content .row .rowcontent {
  padding: 330px 0 0 0;
  margin: auto;
  width: 205px;
}

#content .row .rowcontent a {
  color: #fff;
  text-decoration:none;
} 

/* Detailseiten */
#content .detail_left {
  float: left;
  margin: 0;
  padding: 0;
  width: 230px;
}

#content .detail_right {
  color: #a8a8a8;
  float: left;
  font-size: 0.8em;
  line-height: 19px;
  margin-left: 20px;
  width: 520px;
}

#content .detail_right img.headline {
  margin: 0 0 10px 0;
}

#content .detail_right p {
  margin-bottom: 15px;
}

#content .detail_right div.break {
  margin-bottom: 30px;
  clear:both;
}
#content .detail_right div div.break {
  margin-top: 30px;
}

#content .detail_right div.break h1{
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}


#content .detail_right input {
  background-color: #000;
  color: #fff;
  margin-bottom: 10px;
}
#content .detail_right select {
  background-color: #000;
  color: #fff;
  margin-bottom: 10px;
}
.select_default{
  padding-bottom:2px
  border-bottom: 1px solid #a8a8a8;
  
}
#content .detail_right div.radio {
  clear: both;
  float: left;
  margin: 0;
  padding: 0;
}

#content .detail_right div.radiolabel {
  margin: 0 0 7px 0;
}

#content .detail_right div.radiolabel label {
	display: inline;
  float: none;
  width: auto;
}

#content .detail_right div.checkbox {
  float: left;
  height: 40px;
  width: 25px;
}

#content .detail_right input.text {
  border: 1px solid #a8a8a8;
  width: 280px;
}

#content .detail_right textarea.text {
  border: 1px solid #a8a8a8;
  color: #fff;
  background: transparent;
  width: 280px;
}
#content .detail_right select.text {
  border: 1px solid #a8a8a8;
  color: #fff;
  background: #000;
}
#selectCountry{
  width: 280px;
}
#content .detail_right input.txtsem{
  width:30px;
}
#content .detail_right input.txtprofdat{
  width:70px;
}
#content .detail_right input.radio{
  margin-left:180px;
}
.infotext{
  display:inline;
}
#content .detail_right select.text option {
  padding: 0 15px 0 5px;
  margin-bottom:2px;
  border:none;
}

#content .detail_right input.dp-applied  {
  margin: 10px 0 0 0;
  float: left;
  display: inline;
  width: 240px;
}

#content .detail_right label {
  display: block;
  float: left;
  width: 180px;
}

#content .detail_right .error_msg {
  color: red;
  margin-bottom: 20px;
}

#content .detail_right ul {
  list-style-type: disc;
  margin: 15px 0 15px 15px;
}

#content .detail_right a {
  color: #fff;
  text-decoration: none;
}

#content .detail_right a:hover {
  color: #a8a8a8;
  text-decoration: none;
}

#content .detail_right ul.pr {
  border: 1px solid #a8a8a8;
  list-style-type: none;
  margin: 10px 0 0 0;
  padding: 5px 0 5px 5px;
  width: 350px;
}

#content .detail_right ul.pr a {
  text-decoration: none;
}

/* Bildergalerie */
#content #galery_header {
  float: left;
  padding: 0 0 30px 0;
  text-align: center;
  width: 980px;
}

#content #album_left {
  float: left;
  height: 550px;
  width: 148px;
}

#content #album_left img {
  float: right;
  padding: 0 10px 0 0;
}

#content #album {
  float: left;
  width: 680px;
}

#content #album .album_row {
  float: left;
  padding: 0 0 20px 0;
  width: 680px;
}

#content #album .album_row .photo {
  float: left;
  margin: 0;
  padding: 0 20px 0 0;
}

#content #album .album_row .last {
  float: left;
  padding: 0;
}

#content #album_right {
  float: left;
  height: 550px;
  width: 145px;
}

#content #album_right img {
}

#content .download {
  float: left;
  margin: auto;
  text-align: center;
  width: 980px;
}


#content li{
padding-bottom:15px;
}

/* Footer der Seite */
#footer {
  margin: 20px 0 60px 0;
  height: 80px;
}

#footer #footer_links {
  float: left;
  padding: 60px 0 0 0;
}
#footer #footer_links_start{
  float: left;
  padding: 60px 0 0 61px;
}

#footer a {
  margin: 0 10px 0 0;
}

#footer #logo {
  float: right;
}

.fl{
  float:left;
}
.fr{
  float:right;
}
#content .narrow{
  width:135px;
}
.narrow img{
  padding:0 0 15px 0;
}



/*video*/
a.backlink {
  margin: -100px 0 0 410px;
}
a.morelink_image{
  float: left;
  padding: 0 10px 0 0;
}

a.x{
  float: left;
  padding: 0 10px 10px 0;
}

/* Baustelle */
#center{
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin:-75px 0 0 -75px;
}

/* Stoerer "Einreichefrist beendet" fuer Teilnahmeseiten */

div.stoerer_closed {
  display: block;
  position: absolute;
  left: 0;
  top: 30px;
  height: 65px;
  width: 215px;
  margin: 0;
  padding: 0;
  z-index: 500;
}