@charset "utf-8";
/* CSS Document */


body {
	background: #84D0F0;
	margin: 0;
	padding: 0;
	color: #000;
	background-image: url(rva12/all/back.jpg);
	background-repeat: repeat-x;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.4;
}


ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1 {
	color: #09638A;
	font-size:24px;
	font-weight:bold;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	margin-bottom:5px;
}
h2, h3, h4, h5, h6 {
	margin-top: 0;
	padding-right: 12px;
	padding-left: 12px;
	background-color: #09638A;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-weight:normal;
	color: #FFF;
	width: 580px;
}
h5, h6 {
	margin-top: 5px;
	margin-bottom: 5px; 	
	margin-left: 0px;
	padding-right: 12px;
	padding-left: 12px;
	background-color: #09638A;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #FFF;
	width: 320px;
	font-size:18px;
	font-weight:bolder;
	font-variant:small-caps;
}

p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img { 
	border: none;
}

a:link {
	color: #09638A;
	text-decoration: underline;
}

a:visited {
	color: #09638A;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #09638A;
}

.spons {
	border: 1px solid #09638A;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 10px;
	padding: 10px;
	width: 150px;
	text-align: center;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow:0 0 5px rgba(0,0,0,0.45),0px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.45),0px 1px 2px rgba(0,0,0,0.2);
	box-shadow:0 0 5px rgba(0,0,0,0.45),0px 1px 2px rgba(0,0,0,0.2);
}
.spons img {
	padding-bottom:10px;
}

.subnav {
	border: 1px solid #09638A;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 10px;
	padding: 10px;
	width: 150px;
	text-align: left;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow:0 0 5px rgba(0,0,0,0.45),0px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.45),0px 1px 2px rgba(0,0,0,0.2);
	box-shadow:0 0 5px rgba(0,0,0,0.45),0px 1px 2px rgba(0,0,0,0.2);
	line-height: 1.5em;
	text-decoration: none;
}
.subnavitem {
	padding-left: 5px;
}
.subnavitem a {
	text-decoration:none;
}
.subnavitem a:hover {
	text-decoration:underline;
}
.subnavitema {
	padding-left: 5px;
	border: 1px solid #999;
	padding-right: 5px;
	background-color: #EEE;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.subnavitema a{
	text-decoration:none;
}
.container {
	width: 804px;
	background: #FFF;
	margin: 0 auto;
	border: 5px solid #6BCEF6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:0 0 5px rgba(0,0,0,0.45),0px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.45),0px 1px 2px rgba(0,0,0,0.2);
	box-shadow:0 0 5px rgba(0,0,0,0.45),0px 1px 2px rgba(0,0,0,0.2);
}
.weiss {
	color: #FFF;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}


.header {
	background: #ffffff;
}

.sidebar1 {
	float: left;
	width: 200px;
	padding-bottom: 10px;
}
.content {
	padding: 10px 0;
	width: 590px;
	float: left;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}
.txtre {
	float:right;
	width: 440px;
	margin-top:12px;
}
.trenner {
	width:580px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #09638A;
}
.footer {
	padding: 10px 0;
	background: #09638A;
	position: relative;
	clear: both;
	color: #FFF;
	text-align: center;
	background-image: url(../rva12/all/rva_fahne_mod.gif);
	background-position: center;
	background-repeat: no-repeat;
}
.einger {
	margin-left:25px;
}

.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.clle {
	clear:left;
}
clre {
	clear:right;
}
.txtsss {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #666666;
	font-variant: small-caps;
}
.txtssssub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #666666;
	font-variant: small-caps;
}
.tabtrenn {
	border-bottom: 1px solid #666666;
}
.tabtrenn2 {
	margin: 12px 0px 12px 0px;
	border-bottom: 1px solid #666666;
}
.pix10 {
	margin: 10px 0px 0px 0px;
}
.help {
	font-family:Tahoma, Geneva, sans-serif;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	background-color:#999999;
	margin:0px 5px 0px 5px;
	padding:2px 10px 3px 8px;
}
.help:hover {
	cursor: help;	
}
.linkbutton {
	position: absolute;
	background-image: url(../rva12/all/pfeil.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	background-color: #E9FBFF;
	padding-left: 25px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 1px;
	border: 1px solid #09638A;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 7px;
	letter-spacing: 1px;
	font-weight: bold;
	line-height: 150%;
	text-decoration:none;
}
.linkbutton a {
	text-decoration:none;
}
.linkbutton a:hover {
	color:#000000;
}

/*
.linkbutton {
	width:300px;
	max-width:300px;
	min-width:300px;
	vertical-align:top;
	height:25px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	background-image:url(../rva12/all/pfeil.png);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#D3FBFF;
	border-bottom: 1px solid #4BC4FF;
	padding:2px 5px 2px 20px;
}
*/

.home_art_txt {
	margin-left: 260px;
	margin-bottom: 12px;
}

/* ----------------------------------------------- Accordeon */
.trigger {
	padding-left:20px;
	cursor:pointer;
	background-image: url(../rva12/all/acc_plus.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
.trigger_active {
	cursor:pointer;
	background-image: url(../rva12/all/acc_minus.png);
	background-position: left center;
	background-repeat: no-repeat;
	font-weight:bold;
}

.toggle_container {
}
.toggle_container a {
	color:#666;
}

.toggle_infobox {
	width: 420px;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-top: 10px;	
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	padding: 5px;
	letter-spacing: 2px;
	-moz-box-shadow:0 0 5px rgba(0,0,0,0.45),0px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.45),0px 1px 2px rgba(0,0,0,0.2);
	box-shadow:0 0 5px rgba(0,0,0,0.45),0px 1px 2px rgba(0,0,0,0.2);
	background-color:#FFC;
}
.ergtab {
	font-size: 12px;
	border: 1px solid #09638A;
	margin: 0px 0px 15px 0px;
	padding: 7px;
	width: 570px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color: #FFF;
}
.ergtab tr {
}
.ergtab td {
	padding: 1px 5px 1px 5px;
	border-top: 1px solid #7DCFF7;
}
/* ----------------------------------------------- Filippi */
.filippi {
	padding: 10px;
	/* [disabled]-webkit-border-radius: 7px; */
	/* [disabled]-moz-border-radius: 7px; */
	/* [disabled]border-radius: 7px; */
	/* [disabled]background-color: #3b4dbc; */
}
.filippicount {
	width:150px;
	padding: 10px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color: #3b4dbc;
	color:#FFFFFF;
	font-size:96px;
	text-align:center;
}
.filippicount txt {
	font-size:12px;
}

/* ----------------------------------------------- Formular */
.felder {
	padding: 5px;
	border: 1px solid #CCC;
	color: #999;
	margin-bottom: 5px;
	margin-right: 5px;
}
#mailform-send {
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	color: #FFF;
	background-color: #999;
	border: 1px solid #CCC;
	cursor: pointer;
}
/* ----------------------------------------------- PICs */
.pics {
	border: 3px solid #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:0 0 5px rgba(0,0,0,0.45),0px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.45),0px 1px 2px rgba(0,0,0,0.2);
	box-shadow:0 0 5px rgba(0,0,0,0.45),0px 1px 2px rgba(0,0,0,0.2);
	margin-top: 5px;
	margin-bottom: 12px;
}
.picssmall {
	border: 3px solid #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:0 0 5px rgba(0,0,0,0.45),0px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.45),0px 1px 2px rgba(0,0,0,0.2);
	box-shadow:0 0 5px rgba(0,0,0,0.45),0px 1px 2px rgba(0,0,0,0.2);
	margin-top: 5px;
	margin-bottom: 12px;
	float: left;
	margin-right: 12px;
	text-align:center;
	font-size:10px;
}
.picslist {
	margin-bottom:20px;
	width: 248px;
	max-width:248px;
	overflow:hidden;
	float:left;
	text-align:center;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:10px;
}
.picslist img {
	margin: 8px 0px 3px 0px;
	padding:3px;
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.85);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.85);
	box-shadow:0 1px 3px rgba(0,0,0,0.85);
	text-align:center;
	font-size:10px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.picslist img:hover {
	margin: 3px 0px 8px 0px;
	-moz-box-shadow:0 1px 8px rgba(0,0,0,0.55);
	-webkit-box-shadow:0 1px 8px rgba(0,0,0,0.55);
	box-shadow:0 1px 8px rgba(0,0,0,0.55);
}
.picslistnl {
	margin-bottom:20px;
	width: 248px;
	max-width:248px;
	overflow:hidden;
	float:left;
	text-align:center;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:10px;
}
.picslistnl img {
	margin: 8px 0px 3px 0px;
	padding:3px;
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.85);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.85);
	box-shadow:0 1px 3px rgba(0,0,0,0.85);
	text-align:center;
	font-size:10px;
}

.ueliste {
	line-height: 1.75em;
	margin-left: 12px;
	margin-bottom: 12px;
}
.ueliste a {color:#09638A;}

/*  CLEARBOX PIC-THUMBS ------------------------------------------------------------------ */
.flickr {
	margin: 0px 0px 12px 12px;
	width: 560px;
	max-width: 560px;
	overflow: hidden;
	/* background-color:rgba(255,0,0,0.50); */
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	word-spacing: 3px;
	text-align: center;
	color: rgba(81,81,81,1.00);
	-moz-box-shadow: 0px 1px 4px rgba(0,0,0,0.35);
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.35);
	box-shadow: 0px 1px 4px rgba(0,0,0,0.35);
	background-image: -webkit-linear-gradient(270deg,rgba(210,255,253,1.00) 0%,rgba(255,255,255,1.00) 91.71%);
	background-image: linear-gradient(180deg,rgba(210,255,253,1.00) 0%,rgba(255,255,255,1.00) 91.71%);
}
.flickr_sub {
	margin: 12px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	line-height:18px;
	border-top: 1px dotted #939393;
}
.item a img {
	width: 120px;
	height: auto;
	padding: 3px;
	background-color: #FFF;
	margin: 8px 8px 0px 0px;
	border: 1px solid rgba(200,200,200,1.00);
	-moz-box-shadow: 2px 3px 3px rgba(0,0,0,0.75);
	-webkit-box-shadow: 2px 3px 3px rgba(0,0,0,0.75);
	box-shadow: 2px 3px 3px rgba(0,0,0,0.75);
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
      }
      
.item a:hover img, .item a:active img {
	margin: 4px 8px 4px 0px;
	-moz-box-shadow: 4px 6px 6px rgba(0,0,0,0.55);
	-webkit-box-shadow: 4px 6px 6px rgba(0,0,0,0.55);
	box-shadow: 4px 6px 6px rgba(0,0,0,0.55);
      }

/* ----------------------------------------------- EYE Catcher */
.eye {
	font-size:36px;
	color:#F00;
	text-decoration:blink;
}
/* ----------------------------------------------- hervorgehoben top Starters */
.rotbig {
	color:#FF0004;
	font-size:18px;
	font-weight:bold;
	padding-top:15px;
}
/* ----------------------------------------------- Siegerliste Tabelle */
#sieger {
	width:590px;
	border-collapse:collapse;
	border:0px hidden;
	font-family:Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
	font-size:12px;
}
#sieger th.lef {
	text-align:left;
}
#sieger td.cen {
	text-align:center;
}

/* ----------------------------------------------- STARTLISTE ERGEBNISLISTE */
.startlist {
	margin-left:0px;
}
.startlist table {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:11px;
	border-top:rgba(0,0,0,0.25) 1px dotted;
	border-left:rgba(0,0,0,0.25) 1px dotted;
}
.startlist td {
	border-bottom:rgba(0,0,0,0.25) 1px dotted;
	border-right:rgba(0,0,0,0.25) 1px dotted;
}
.col1 {
	background-color: rgba(255,255,0,0.25);
}
.col2 {
	background-color: rgba(0,255,0,0.25);
}
.col3 {
	background-color: rgba(0,255,255,0.25);
}
.col4 {
	background-color: rgba(255,204,0,0.25);
}
.col5 {
	background-color: rgba(153,204,0,0.25);
}
.col6 {
	background-color: rgba(255,102,0,0.25);
}
.col7 {
	background-color: rgba(51,204,204,0.25);
}
.col8 {
	background-color: rgba(255,153,0,0.25);
}
.col9 {
	background-color: rgba(255,255,153,0.25);
}
.col10 {
	background-color: rgba(255,153,204,0.25);
}
.col11 {
	background-color: rgba(153,204,255,0.25);
}

.startlistbb {
}
.startlistbb td {
	border-bottom:1px dotted #09638A;
	vertical-align:top;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:12px;
}

/* ----------------------------------------------- YUI */
/* YUI Styles */
  .yui-skin-sam .yui-menu-shadow-visible {
	  background-color:#000;
	  opacity:.25;
	}
	
	.yui-menu-shadow-visible {
		top:2px;
		right:-3px;
		left:-3px;
		bottom:-3px;
	}
	
	.yui-skin-sam .yuimenuitem-selected {
		background-color:#B3D4FF;
	}		
	
	.yui-skin-sam .yuimenuitemlabel {
		color:#000;
	}
	
	.yui-skin-sam .yuimenuitemlabel-disabled {
		color:#A6A6A6;
	}
	
	.yui-skin-sam .yuimenu {
		font-size:12px;
	}
	
	.yui-skin-sam .yuimenu .bd {
		background-color: #FFFFFF;
		border: solid 1px #808080;
	}	
