.menu, .menu ul, .menu li, .menu a {
    margin: 0;
    padding: 0;
    border: none;
	outline: none;
	z-index: 99;
}
 
ul.menu {
    height: 40px;
    width: 770px;
    background: #004684;
    background: -webkit-linear-gradient(top, #004684 0%,#0078C1 100%);
    background: -moz-linear-gradient(top, #004684 0%,#0078C1 100%);
    background: -o-linear-gradient(top, #004684 0%,#0078C1 100%);
    background: -ms-linear-gradient(top, #004684 0%,#0078C1 100%);
    background: linear-gradient(top, #004684 0%,#0078C1 100%);
	-webkit-border-radius: 10px 10px; 10px 10px;
    -moz-border-radius: 10px 10px; 10px 10px;
    border-radius: 10px 10px; 10px 10px;
	box-shadow:4px 4px 8px #666;
    margin-left: auto;
    margin-right: auto;
}
 
ul.menu li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    height: 40px;
}

.menu li a {
    display: block;
    padding: 0 14px;
    margin: 6px 0;
    line-height: 28px;
    text-decoration: none;
 
    border-left: 1px solid #0078C1;
    border-right: 1px solid #004684;
 
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 14px;
 
    color: #FFFFFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,.6);
 
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;

}
 
.menu li:first-child a { border-left: none;}
.menu li:last-child a{ border-right: none;}
 
.menu li:hover > a { color: #79BEE8;}

.menu ul {
    position: absolute;
    top: 40px;
    left: 0;
 
    opacity: 0;
    background: #0078C1;
 
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
 
    -webkit-transition: opacity .25s ease .1s;
    -moz-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
}
 
.menu li:hover > ul { opacity: 1; }
 
.menu ul li {
    height: 0;
    overflow: hidden;
    padding: 0;
	
 
    -webkit-transition: height .25s ease .1s;
    -moz-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
}
 
.menu li:hover > ul li {
    height: 36px;
    overflow: visible;
    padding: 0;
}

.menu ul li a {
    width: 120px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 15px;
 
    border: none;
    border-bottom: none;
}
 
.menu ul li:last-child a { border: none; }

body { 
  background: #EFEFEF url("../grafics/background.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 0%;
  text-align:center;
}

.textbox {
	background: rgba(239,239,239,0.8);
	width:740px;
	margin: 10px auto 10px auto;
	padding: 10px 15px 10px 15px;
	text-align:left;
	-webkit-box-shadow:4px 4px 8px #666;
	-moz-box-shadow:4px 4px 8px #666;
	box-shadow:4px 4px 8px #666;
	-webkit-border-radius: 10px 10px; 10px 10px;
    -moz-border-radius: 10px 10px; 10px 10px;
    border-radius: 10px 10px; 10px 10px;
}

.topBox {
	width:770px;
	text-align:left;
	height:195px;
	margin: 10px auto 10px auto;
}


hr{
color: #004684; background-color: #004684; height: 1px; border-bottom:none; border-left:none; border-right: none; border-top: 1px solid #0078C1; margin-top:6px; margin-bottom:6px;
clear:both;
}

hr.news{
color: #004684; background-color: #004684; height: 1px; border: none; margin-top:6px; margin-bottom:6px;
}


a:link {text-decoration: none; color: #004684; font-family: Verdana, Arial; font-size: 12px;}
a:visited {text-decoration: none; color: #004684; font-family: Verdana, Arial; font-size: 12px;}
a:active {text-decoration: none; color: #004684; font-family: Verdana, Arial; font-size: 12px;}
a:hover {text-decoration: none; color: #0079C2; font-family: Verdana, Arial; font-size: 12px;}
p.text {font-family: Verdana, Arial; font-size: 12px; color: #004684; margin-top:0px; margin-bottom:0px; margin-left:0px;}
p.title {font-family: Verdana, Arial; font-size: 12px; color: #004684; margin-top:0px; margin-bottom:6px; margin-left:0px;}
p.text2 {font-family: Verdana, Arial; font-size: 12px; color: #004684; margin-top:0px; margin-bottom:0px; margin-left:0px;}
p.text3 {font-family: Verdana, Arial; font-size: 12px; color: #004684; margin-top:0px; margin-bottom:6px; margin-left:0px;}
p.text4 {font-family: Verdana, Arial; font-size: 14px; color: #004684; margin-top:0px; margin-bottom:6px; margin-left:0px;}

.tdTeamLeft{
text-align:left; vertical-align:top; width:115px;
}

.tdTeamRight{
text-align:left; vertical-align:top; width:405px;
}


.tdSponsorenLeft{
text-align:center; vertical-align:middle; width:200px;
}

.tdSponsorenRight{
text-align:left; vertical-align:middle; width:500px;
}

.imgSponsoren{
margin-left:0px; margin-top:10px; margin-bottom:10px;
}

.rennkalenderTable{ 
    font-size: 12px;
	font-family: Verdana, Arial;
	color: #004684;
    border-top: 1px solid #004684; 
    border-left: 1px solid #004684;
	border-right: 0px;
	border-bottom: 0px;
}     

.rennkalenderTable th{ 
    text-align:left; 
    border-bottom: 1px solid #004684; 
	border-right: 1px solid #004684; 
	border-left: 0px;
	border-top: 0px;
	padding: 5px;
	margin:0;
} 

.rennkalenderTable td{ 
    border-bottom: 1px solid #004684; 
	border-right: 1px solid #004684; 
	border-left: 0px;
	border-top: 0px;
	padding: 5px;
	margin: 0;
}