* {
  margin:0;
  padding:0;
  position:relative;
}

.clear {
  clear:both;
  height:1px;
}

a {
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

h1 {
 font-weight:bold;
 font-size:12px;
 color:#9a0000;
 margin-bottom:6px;
}

p {
  line-height:17px;
  margin-bottom:10px;
}

body {
  font-size:11px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color:#505050;
}

#completeWrap {
  margin:0 auto 0 auto;
  width:1024px;
  z-index:0;
  overflow:hidden;
}

#allWrap {
  background:url(../img/border.png) repeat-y 0 0;
  z-index:2;
}

#wrap {
  margin:0 auto 0 auto;
  width:740px;
  left:-4px;
}

#leftCol ul, #leftCol2 ul {
  margin-left:23px;
  line-height:17px;
}

#leftCol a, #leftCol2 a {
  color:#9A0000;
  border-bottom:1px solid #505050;
}

#leftCol a:hover, #leftCol2 a:hover {
  text-decoration:none;
  border-bottom:0px solid #505050;
}

#header {
  height:167px;
}

#sponsoren {
  position:absolute;
  top:160px;
  left:8px;
  /*background:url(../img/sponsoren.jpg) repeat-y 0 0;*/
  width:129px;
  height:307px;
  z-index:1;
}

#navi {
  height:25px;
  border-bottom:1px solid #adadad;
  z-index:3; 
}

#secondLevel {
  height:20px;
  background:#f9f9f9;
  z-index:3; 
  padding-bottom:15px;
}

#schleife {
  z-index:2;
  position:absolute;
  top:35px;
  left:-60px;
  background:url(../img/schleife_head.png) no-repeat 0 0;
  width:132px;
  height:152px;
}

#borderbottom, #footer {
  margin:0 auto 0 auto;
  width:1024px;
}
#borderbottom {
  background:url(../img/border-bottom_grey.png) no-repeat 0 0;
  height:24px;
}

#footer {
  margin-bottom:50px;
  width:730px;
  color:#666666;
  font-size:9px;
  letter-spacing:-1px;
}

#content {
  background:#f9f9f9 url(../img/col-border2.png) repeat-y 533px;
  padding-bottom:20px;
}

#contentCol2 {
  background:#f9f9f9;
  padding-bottom:20px;
}

#nav {
  list-style-type:none;
  margin-left:10px;
}

#nav a.selectedElement {
  font-weight:bold;
  border-bottom:1px solid #a12626;
}

#nav a:hover {
  text-decoration:none;
  border-bottom:1px solid #a12626;
  height:25px;
}

#nav a, #nav a:hover {
  display:block;
  float:left;
  margin-right:10px;
  line-height:25px;
  color:#5b5b5b;
  letter-spacing:-1px;
}

#nav li {
  list-style-type:none;
  display:inline;
}

#nav a.inRootline {
  font-weight:bold;
  border-bottom:1px solid #a12626;
}





#nav2 {
  list-style-type:none;
  height:26px;
  border-left:1px solid #adadad;
}

#nav2 a.selectedElement {
  font-weight:bold;
  border-bottom:1px solid #a12626;
}

#nav2 a, #nav2 a:hover {
  display:block;
  float:left;
  margin-left:6px;
  line-height:25px;
  color:#5b5b5b;
  letter-spacing:-1px;
}

#nav2 a:hover {
  display:block;
  float:left;
  line-height:25px;
  color:#5b5b5b;
  text-decoration:none;
  border-bottom:1px solid #a12626;
}

#nav2 li {
  list-style-type:none;
  border-bottom:1px solid #adadad;
  display:block; 
  float:left;
  height:25px;
}





#breadcrumb, #leftCol, #leftCol2, #secondeLevel {
  padding:0 15px;
}

#breadcrumb {
  padding-top:30px;
  margin-bottom:20px;
  font-size:9px;
}

#breadcrumb a {
  color:#5a5a5a;
  font-size:9px;
}

#breadcrumb span.selectedElement {
  color:#990000;
  font-weight:bold;
}

#leftCol {
  float:left;
  width:490px;
}

#leftCol2 {
  float:left;
  width:450px;
}

#rightCol {
  margin-left:550px;
  padding-right:10px;
  top:-65px;
}

#rightCol a {
  outline:0;
}

#rightCol2 {
  margin-left:480px;
  padding-right:25px;
  top:0px;
}

#secondaryNavList {
  font-size:9px;
  color:#666666;
  float:left;
  margin:11px 0 0 62px;
  letter-spacing:-1px;
}

#secondaryNavList li {
  list-style-type:none;
  display:inline;
}

#secondaryNavList a {
  color:#666666;
  font-size:9px;
  letter-spacing:-1px;
}

#logoVAN {
  float:left;
  margin-top:4px;
  border:0;
}

#logoRegenbogen {
  float:right;
  border:0;
  margin-right:5px;
}

#buttonBlog {
  top:0px;
  border:0;
}

#buttonCommunity {
  top:-20px;
  z-index:2;
  border:0;
}

#buttonPlayer {
  top:-40px;
  border:0;
}



/* Clearfix-Methode zum Clearen der Float-Umgebungen */
.clearfix:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}

/* Diese Angabe benötigt der Safari-Browser zwingend !! */
.clearfix { display: block; }

/*---------------------------------------------------------*/
/* Workaround: Clearfix-Anpassung für alle IE-Versionen */
/*
** IE7 - x
*/
.clearfix { display: inline-block; }
/*
** IE5.x/Win - x
** IE6 - x
*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/*--------------------------------------------------------*/
