@charset "utf-8";
/* CSS Document */

body {
   font-family:Arial, Helvetica, sans-serif;
   font-size: 12px;
   background-image:url(../img/background.jpg);
   background-position:center top;
   color: #b9bcc0;
   padding: 0;
   margin: 0;
}
a {
	color:#a6bb63;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:visited {
	color:#a6bb63;
}
#header {
	width:100%;
	height:126px;
	background-position:center top;
	background-image:url(../img/background_top.jpg);
}
#container {
	width:1000px;
	margin:auto;
}
#containerInside {
	margin:30px;
}
#headerContainer {
	width:1000px;
	height:126px;
	margin:auto;
	background-image:url(../img/logo_vaurien.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#mainmenu {
	margin-left:188px;
	margin-top:45px;
}
#vaurienClassAssociation {
	padding-top:10px;
	margin-left:175px;
	width:220px;
}
#navigationFunctions {
	padding-top:10px;
	float:right;
	margin-right:50px;
	color:#4f5a6b;
}
.seperator {
	background-image:url(../img/trennlinie.jpg);
	height:16px;
	clear:both;
}
#signature {
	background-image:url(../img/signatur.jpg);
	height:111px;
}
#packageStartNews {
	background-image:url(../img/package_start_news.jpg);
	height:515px;
}
#StartScreen {
	height:490px;
	width:480px;
	margin-top:5px;
	margin-left:10px;
	float:left;
}
#StartRightSide {
	width:500px;
	height:500px;
	float:right;
}
#StartScreenNews {
	height:130px;
	width:465px;
	overflow:auto;
	padding-right:10px;
	padding-left:5px;
}
#StartWelcome {
	height:170px;
	width:450px;
	margin-top:35px;
	margin-left:25px;
	text-align:justify;
}
#StartNews {
	height:255px;
	width:450px;
	margin-top:40px;
	margin-left:25px;
	text-align:justify;
	overflow:auto;
	
}
.StartNewsTitle {
	width:418px;
	height:22px;
	padding-top:3px;
	padding-left:5px;
	background-image:url(../img/start_news_titelleiste.jpg);
}
.StartNewsDate {
	float:left;
	margin-right:10px;
	font-style:italic;
}
.StartNewsText {
	padding-left:10px;
	padding-right:25px;
	width:395px;;
}
.StartNewsSeperator {
	width:423px;
	height:16px;
	background-image:url(../img/start_news_trennlinie.jpg);
}
#raceCalendar {
	margin:10px;
	margin-left:5px;
	margin-right:5px;
}
.submenu_vaurien {
	width:231px;
	position:relative;
	top:-3px;
	left:267px;
}
.submenu_association {
	width:231px;
	position:relative;
	top:-3px;
	left:406px;
}
.submenu_events {
	width:231px;
	position:relative;
	top:-3px;
	left:588px;
}
.submenu_top {
	height:12px;
	width:231px;
	background-image:url(../img/submenu_top.png);
}
.submenu_body {
	width:211px;
	background-image:url(../img/submenu_body.png);
	padding-left:20px;
	line-height:35px;
}
.submenu_body a {
	color:#b9bcc0;
}
.submenu_body a:hover {
	color:#a6bb63;
	text-decoration:none;
}
.submenu_bottom {
	height:12px;
	width:231px;
	background-image:url(../img/submenu_bottom.png);
}
#titleImage {
	margin-left:20px;
}
h1 {
	font-size:18px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	margin-left:45px;
	color:#91be00;
}

/*
	TabellenDesign
*/

.racestitles {
	background-color:#121b29;
	color:black;
	font-weight:bold;
	padding:4px;
}
.racesrow {
	background-color:#243652;
	color:#b9bcc0;
	height: 24px;
/*	text-indent: 4px; */
}
.racesrow a {
	color:#a6bb63;
}
.racesrow a:hover {
	text-decoration:none;
}
.racesmonth {
	color:#a6bb63;
	background-color:#121b29;
	font-weight:bold;
	height: 24px;
	text-indent: 4px;
}
.racesmonth a {
	color:#a6bb63;
}
.racesstand {
	padding:4px;
	color:#BBBBBB;
	font-size:x-small;
}
.tableCaption {
	background-color:#121b29;
	color:#a6bb63;
	font-size:14px;	
	padding:5px;
	font-weight:normal;
	border-bottom:2px solid #243652;
	letter-spacing:2px;
}
