/******** funk.css ********/

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 100.01%;
}

body {
  font-size: 1em;
  line-height: 105%;
  font-family: Verdana, Georgia, Arial, Tahoma;
  color: #333;
  background-color: #000;
}



#main {
  background: #000 url("../images/main-bg.png") repeat;
  border-top: 1px #dd003a solid;
  border-bottom: 1px #dd003a solid;
  font-size: 0.75em;
}

#top,#bottom,#wrapper {
  margin: 0px auto;
  padding: 0px;
  width: 980px;
  background: transparent url("../images/wrapper-bg.png") repeat;
}

#left, #right, #center {
  width: 49%;
  position: relative;
  border-top: 6px #fff solid;
  float: left;
  margin-top: -1px;
  min-height:750px;
}



#right {
  width: 51%;
  border-top: 6px #dd003a solid;
  overflow: hidden;
}

#border-left, #border-right {
  width: 50%;
  border-top: 6px #fff solid;
  margin-top: -1px;
  float:left;
}

#border-right {
  border-top: 6px #dd003a solid;
}

#center {
  width: 100%;
  border: 0;
}


/******** logo ********/

div#FUNKlogo {
  position: relative;
  z-index: 1;
  top: 40px;
  left: 80px;
  width: 141px;
}

div#FUNKlogo span {
  display: none;
}

div#FUNKlogo h1 {
  margin: 0;
  border: 0;
}

div#FUNKlogo a {
  background:url("../images/FUNKlogo.png") no-repeat scroll 0 0 transparent;
  border:0 none;
  display:block;
  height:218px;
}

div#FUNKlogo a:active {
  top: 0;
}

div#content {
  margin-top: 75px;
  padding: 0 20px 20px 40px;
  color: #c7c7c7;
  font-size: 90%;
}

#slider{}
#slider ul, #slider li,
#right-modell ul, #right-modell li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#slider li, #right-modell li {
  width: 500px;
  min-height: 750px;
  overflow: hidden;
}

#prevBtn, #nextBtn {
  display: block;
  width: 30px;
  height: 77px;
  position: absolute;
  left: 1px;
  top: 35px;
}

#nextBtn {
  left: 456px;
}

#prevBtn a, #nextBtn a {
  display: block;
  width: 32px;
  height: 690px;
  background: transparent url(../images/btn_prev.png) no-repeat right 0;
  outline: none;
}

#nextBtn a {
  background: transparent url(../images/btn_next.png) no-repeat 0 0;
}

li.modellbox {
  position:relative;
  background-color: transparent;
  background-repeat: no-repeat;
}


/******* Menu *******/

div.border {
  position: absolute;
  width: 100%;
  height: 242px;
  top: 42px;
  z-index: 2;
  background: transparent url(../images/navi-border-bg-980.png) no-repeat;
  display: none;
}

div#mainNavigation,
div#bottomNavigation {
  height: 42px;
  width: 100%;
  position: relative;
  z-index: 2;
}


li#start {
  padding: 5px 0 0 0;
}

li#start:hover {
  border: 1px solid transparent;
}

ul.topnav, ul.bottomnav, ul.subnav, ul.submenu {
  list-style: none;
}

ul.topnav, ul.bottomnav {

  width: 100%;
  position: absolute;
  z-index: 3;
}

ul.bottomnav {
  padding:5px 0 20px 0;
}


ul.topnav li {
  float: left;
  position: relative;
  padding: 9px 9px 15px;
  border: solid 1px transparent;
}

ul.bottomnav li {
  float: left;
  position: relative;
  padding: 0 5px 15px;
}



ul.topnav li ul {
  width: 100%;
  height: 227px;
  border: 1px solid transparent;
}

ul.topnav li ul li {
  padding: 4px 15px ;
  z-index: 4;
}

ul.topnav li ul.subnav li ul {
  margin: 25px 0 0 5px;
  padding: 0;
}


ul.topnav li a {
  font-size: 14px;
  font-weight: bold;
  color: #dd003a;
  text-decoration: none;
  outline: none;
}

ul.topnav li a.selected {
  color: #fff;
}

ul.bottomnav li {
  font-size: 10px;
  color: #fff;
  text-decoration: none;
}

ul.topnav li ul li a {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: normal;
  color: #666;
  padding: 0;
}

/*
ul.topnav li ul li:hover a {
  color: #dd003a;
}
*/
ul.topnav li ul li a:hover {
  color: #dd003a;
}

ul.topnav li:hover a {
  color: #e0e0e0;
}

ul.topnav > li:hover {
  background-color: #000;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  border-left: solid 1px #fff;
}

ul.topnav li ul.subnav {
  position: absolute;
  left: 0;
  padding-top: 25px;
}

ul.topnav li:hover ul.subnav {
   display: block; 
}



ul.topnav li ul.subnav li a {
  float: left;
}

ul.subnav {
  display: none;
}


/******* Slider right *******/

.highslide img {
  border: solid 1px #fff;
  padding: 15px 0;
  margin: 10px;
  background-color: #434343;

}

.modelle {
  position:absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

div.headlinebox {
  background: transparent url(../images/modelle/modell-headline-bg.png) no-repeat center center;

}

h1.modell-headline {
  display:block;
  height:80px;
  width:500px;
}

h1.modell-headline span {
  display: none;
}

/******** Images / Media ********/

div#content img {
  float: left;
  margin: 0 0.7em 0.416em 0;
  border: solid 0.083em #a3abb1;
  padding: 0.162em;
}


/******** Links ********/

#content a,
ul.bottomnav li a {
  color: #7e8e5a;
  text-decoration: none;
  outline: none;
}

#content a:hover,
#content h1 a:hover,
ul.bottomnav li a:hover {
  color: #0a223e;
  text-decoration: none;
  background-color: #f5f5f5;
}

#content a:active,
ul.bottomnav li a:active { 
  text-decoration: none;
  color: #05519c;
  position: relative;
  top: 0.083em;
}

#content a:focus,
ul.bottomnav li a:focus {
  background-color: #f5f5f5;
  color: #000;
}

a.external{
  background: transparent url(../images/linkout.gif) no-repeat right center;
  padding-right: 1.666em;
  display: inline-block;
  white-space: nowrap;
}

#content a.nowrap {
  white-space:nowrap;
}

/******* Pages *********/

div#content .prevnext {
  bottom:10px;
  position:absolute;
  text-align:center;
  width:95%;
}

div#col1 a.prev, input.prev,
div#col1 a.next, input.next,
div#col1 a.up {
  margin: 0.833em 0.833em 0 0;
  border: solid 0.083em #dddbd6;
  padding: 0.166em 0.499em;
}

div#col1 a.next {
  margin: 0 0 0 0.833em;
}

div#col1 a.up {
  margin: 0;
}

input.prev,
input.next {
  cursor: pointer;
  font-size: 105%;
  color: #05519c;
}

input.prev:hover,
input.next:hover {
  color: #0a223e;
  background-color: #f5f5f5;
}

a.blae_active {
  color: #333;
}

#content a:hover .blae_active {
  color: #333;
  text-decoration: none;
}

/******** Lists ********/

div#content ul {
  margin-bottom: 1.666em;
}

div#content ul {
  padding: 0.333em 0 0 2.3em;
}

/******** Rules & Top ********/

.rules {
  border-top:1px solid #2A2A2A;
  line-height: 0.083em;
  margin: 0.999em 0;
  clear: both;
}

/******** Formular ********/

div#content form.ekmform fieldset,
div#content form.searchform fieldset { 
  margin-bottom: 0.833em;
  font-size: 90%;
  border: solid 0.083em #bbb;
  padding: 0.833em;
}
 
div#content fieldset.center {
background-color: red;
text-align: center;
}

div#content form.ekmform legend,
div#content form.ekmform legend {
  padding: 0.166em;
  font-weight: bold;
  margin: 0 0.5em;
}
  
div#content form.ekmform label,
div#content form.ekmform label.comments,
div#content form.ekmform label.klr,
div#content form.searchform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
  margin-left: 1.2em;
  width: 48%;
}

div#content form.searchform label {
  width: 28%;
}

div#content form.ekmform label.klr {
  width: 44%;
}

div#content form.ekmform label.comments {
  width: 90%;
}

div#content form.ekmform fieldset ol,
div#content form.searchform fieldset ol {
  margin: 0;
  padding: 0.666em 0;
}
  
div#content form.ekmform fieldset li,
div#content form.searchform fieldset li {
  list-style: none;
  padding: 0.666em 0;
  margin: 0;
  background: transparent;
}
  
div#content form.ekmform em,
div#content form.searchform em {
  font-weight: bold;
  font-style: normal;
  color: #ee2630;
}

div#content form.ekmform input,
div#content form.searchform input {
  width: 43%;
  font-size: 110%;
}

div#content form.ekmform input.radio,
div#content form.searchform input.radio {
  width: 5%;
  font-size: 110%;
  vertical-align: middle;
  border: 0;
}

div#content form.searchform select {
  width: 45%;
  font-size: 110%;
  padding: 0;
}

div#content .required {
  background-color: #FAEBE7;
  border: 0.083em dashed #ee2630;
}

div#content form.ekmform textarea {
  width: 92%;
  height: 9em;
  margin: 0.333em 0 0 1em;
  color: #000;
  font-size: 150%;
}

div#content form.ekmform input.submit,
div#content form.searchform input.submit {
  width: 12em;
  font-size: 110%;
  margin-left: 1.2em;
}

div#content form.ekmform .ekmformtext {
 background-color: #f5f5f5;
 padding: 1.166em;
}

.result {
  color: #333;
  padding: 0 .5em;
  background-color: #ffcc00;
}

.searchnr {
  font-family: Georgia, Arial, Tahoma; 
  font-size: 200%;
  font-weight: normal;
  line-height: 120%;
  color: #bbb;
}

.errormessage,
.success,
.error {
  background-color: #ee2630;
  color: #fff;
  margin: 0.833em 0;
  padding: 0.833em;
  text-align: center;
}

.success {
  background-color: #5EAC12;
}

.errormessage p {
  margin-bottom: 0;
}



/******** misc ********/

img {
  border: 0;
}

.small {
  font-size: 90%; font-weight: normal
}

.center {
  text-align: center;
}

.hide, hr, .mail {
  display: none;
}

.clear {
  clear: both;
}
.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}


