
/*
* Default styles
********************************************/
* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #333;
	background: #006da8 url('http://www.varenhof.com/racingteam/images/bg.gif') repeat-x;
}
a {
	color: #333;
}
a:hover {
	color: #006da8;
}
ul {
	margin: 0;
	padding: 0;
}
#wrapper {
	position: relative;
	width: 900px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
}

#header {
	border: solid #fff 10px;
	background: #eee url('../images/header04.jpg') 0 0 no-repeat;
	height: 200px;
}
#header h1 {
	display: none;
}
table td {
	padding: 2px;
}


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

#menu {
	border: solid #fff 10px;
	border-top: 0;
	height: 50px;
	width: 870px;
	padding-left: 10px;
	background: #fff url('../images/bg_menu.gif') 0 0 no-repeat;
}
#menu ul {
	list-style-type: none;
}
#menu ul li {
	float: left;
}
#menu ul li a {
	display: block;
	font-size: 25px;
	text-decoration: none;
}
#menu ul li a span {
	visibility: hidden;
}
#menu li a#home {
	height: 50px;
	width: 66px;
	background: #fff url('../images/menu_home.gif') 0 0 no-repeat;
}
#menu li a#news {
	height: 50px;
	width: 85px;
	background: #fff url('../images/menu_news.gif') 0 0 no-repeat;
}
#menu li a#profile {
	height: 50px;
	width: 69px;
	background: #fff url('../images/menu_profile.gif') 0 0 no-repeat;
}
#menu li a#photo {
	height: 50px;
	width: 78px;
	background: #fff url('../images/menu_photo.gif') 0 0 no-repeat;
}
#menu li a#result {
	height: 50px;
	width: 114px;
	background: #fff url('../images/menu_result.gif') 0 0 no-repeat;
}
#menu li a#calendar {
	height: 50px;
	width: 110px;
	background: #fff url('../images/menu_calendar.gif') 0 0 no-repeat;
}
#menu li a#guestbook {
	height: 50px;
	width: 126px;
	background: #fff url('../images/menu_guestbook.gif') 0 0 no-repeat;
}
#menu li a#sponsor {
	height: 50px;
	width: 110px;
	background: #fff url('../images/menu_sponsor.gif') 0 0 no-repeat;
}
#menu li a#contact {
	height: 50px;
	width: 99px;
	background: #fff url('../images/menu_contact.gif') 0 0 no-repeat;
}


/*
* Content
********************************************/
#contentWrapper {
	border-left: solid #fff 10px;
	border-right: solid #fff 10px;
}
#contentWrapper p {
	line-height: 18px;
	margin: 0 0 12px 2px;
}
#contentWrapper h1 {
	/*border-bottom: 1px solid #e6e6e6;*/
	padding-bottom: 4px;
	margin: 10px 0 10px 0;
	font-size: 16px;
}
#contentWrapper h2 {
	margin: 10px 0 10px 0;
	color: #006da8;
	font-size: 15px;
}
#contentWrapper h1 span {
	visibility: hidden;
}
#leftColumn {
	width: 630px;
	float: left;
	padding: 5px 30px 30px 10px;
}
#leftColumn hr {
	height: 1px;
	border: 0;
	background: #eee;
	margin-top: 20px;
	margin-bottom: 10px;
}
#rightColumn {
	width: 200px;
	background: #f9f9f9;
	float: left;
	padding: 10px 0 0 0;
	margin: 10px 0 20px 0;
	text-align: center;
}
#rightColumn h2 {
	line-height: 26px;
	margin-bottom: 5px;
	font-size: 15px;
}
#rightColumn h2 span {
	visibility: hidden;
}
#rightColumn img {
	padding: 10px 0;
}


/*
* Sponsors
********************************************/
.sponsor {
	padding-bottom: 10px;
}

.sponsor div.left {
	float: left;
	padding: 4px 10px 10px 0;
}
.sponsor div.right {
	float: right;
	padding: 4px 0 10px 10px;
}


/*
* Results
********************************************/
#leftColumn div.raceItem {
	background: #f9f9f9;
	padding: 5px;
	margin-bottom: 15px;
}
#leftColumn div.raceItem h2 {
	font-size: 12px;
	float: left;
	width: 200px;
	padding: 0;
	margin: 2px 0 0 0;
}
#leftColumn div.raceItem p {
	float: left;
	margin-bottom: 0;
	margin-left: 200px;
}


/*
* Footer
********************************************/
#footer {
	text-align: center;
	color: #fff;
	font-size: 10px;
	width: 880px;
	padding: 10px 0 18px 0;
	background: #fff url('../images/bg_footer.gif') 0 0 no-repeat;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #ccc;
}



/*
* News
********************************************/
#newsList {
	list-style-type: none;
	padding-left: 6px;
}
#newsList li {
	line-height: 18px;
}


/*
* General form styles
******************************************/
fieldset {
	border: 1px solid #eee;
	border-bottom: 4px solid #eee;
	padding: 10px;
	margin: 0px 0 15px 0;
}
legend {
	margin: 0;
	padding: 2px 5px;
	font-weight: bold;
	color: #006da8;
	height: 15px;
}
select,
input {
	height: 16px;
	border: 1px solid #a8a39d;
	margin: 5px 0 5px 5px;
	font-size: 11px;
	color: #333;
	padding: 2px 0 0 2px;
	font-family: Tahoma;
	width: 243px;
}
textarea {
	border: 1px solid #a8a39d;
	width: 239px;
	margin: 5px 0 5px 5px;
	font-size: 11px;
	color: #333;
	font-family: Tahoma;
	padding: 2px;
	height: 50px;
}

label, input, {
	display: block;
	margin-bottom: 5px;
}

label {
	margin: 5px 0 0 5px;
	display: block;
}

button {
	height: 20px;
	width: 120px;
	font-family: Tahoma;
	font-size: 11px;
	color: #666;
	background: #ccc;
	float: right;
	margin: 10px 20px 10px 10px;
	border: 1px solid;
}


/*
* Guestbook styles
******************************************/
#guestbookForm .formLeft {
	display: block;
	float: left;
	width: 280px;
}
#guestbookForm .formRight {
	display: block;
	float: left;
	width: 350px;
}
#guestbookForm label {
	width: 250px;
}
#guestbookForm textarea {
	width: 320px;
	height: 128px;
}

#gbContainer div.gbEntry {
	width: 100%;
}

#gbContainer div.gbTitle {
	background: #f9f9f9;
	padding: 5px;
	font-weight: bold;
	color: #006da8;
	float: left;
	/*border: 1px solid #ccc;*/
	/*border-bottom: 2px solid #ccc;*/
	background: #eeeeee;
	width: 100%;
}

#gbContainer div.gbTitle span.gbMeta {
	display: inline;
	color: #333;
	font-weight: normal;
	float: right;
	font-size: 10px;
}
#gbContainer div.gbTitle span.gbMeta a {
	color: #999;
}
#gbContainer div.gbTitle span.gbMeta a:hover {
	color: #333;
}
#gbContainer div.gbText {
	clear: both;
	background: #f9f9f9;
	line-height: 16px;
	padding: 5px;
	margin-bottom: 20px;
	width: 100%;
}
#guestbookForm div.error {
	color: #c00;
	text-align: center;
	padding: 10px;
	clear: both;
}
#signButton button {
	margin-right: 0;
}
#gbControls {
	text-align: center;
	padding: 10px;
	width: 100%;
	clear: both;
}


/*
* Image styles
******************************************/
.imgLeft {
	float: left;
	margin: 4px 10px 10px 0;
	border: 1px solid #333;
	padding: 1px;
}

.imgRight {
	float: right;
	margin: 4px 0 10px 10px;
	border: 1px solid #333;
	padding: 1px;
}

.backToOverview {
	border-top: 1px dotted #ccc;
	margin-top: 20px;
	padding: 5px 0 10px 0;
}

.clearer {
	clear: both;
}



/*
* Imagegallery
******************************************/
#albumContainer {
	list-style-type: none;
}
#albumContainer li {
	padding: 4px;
}
#albumContainer li a {
	text-decoration: none;
}
#albumContainer li.grey {
	background: #f9f9f9;
}

#imageGallery {
	width: 640px;
	margin: 0 auto;
	margin-top: 10px;
}
#imageGallery img {
	width: 180px;
	height: 122px;
}
#imageGallery a {
	display: block;
	width: 180px;
	height: 122px;
	border: 10px solid #fff;
	float: left;
	margin: 4px;
}
#imageGallery a:hover {
	border: 10px solid #f0f0f0;
}
