/*
Style sheet mcrcb.ch
___________________________________________________________________

Description		CSS Layout properties
Company			Mini Car Racing Club Baar

@date			06/05
@author			PR
*/


/* General settings*/
* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	background: transparent url("../images/layout/hg_body.gif") left top repeat;
}

body, th, td, input, textarea, label, select, option {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #606060;
}

/* Layers */
#curb {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#container {
	position: relative;
	top: 15px;
	width: 800px;
	text-align: left;
	margin: 0px auto;
	border-top: 1px solid #f0f0f0;
	border-left: 1px solid #f0f0f0;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	background: transparent url("../images/layout/hg.gif") left top repeat;
	z-index: 2;
}

#header {
	width: 800px;
}

#nav {
	position: relative;
	left: 0;
	top: -17px;
	width: 800px;
}

#subnav_aktuell, #subnav_verein, #subnav_agenda, #subnav_rennpiste, #subnav_fotogalerie, #subnav_berichte, #subnav_resultate, #subnav_kontakt {
	float: left;
	width: 170px;
	height: 400px;
}

#subnav_aktuell {
	background: #fff  url("../images/layout/hg_subnav_aktuell.jpg") left top no-repeat;
}

#subnav_verein {
	background: #fff url("../images/layout/hg_subnav_verein.jpg") left top no-repeat;
}

#subnav_agenda {
	background: #fff url("../images/layout/hg_subnav_agenda.jpg") left top no-repeat;
}

#subnav_rennpiste {
	background: #fff url("../images/layout/hg_subnav_rennpiste.jpg") left top no-repeat;
}

#subnav_fotogalerie {
	background: #fff url("../images/layout/hg_subnav_fotogalerie.jpg") left top no-repeat;
}

#subnav_berichte {
	background: #fff url("../images/layout/hg_subnav_berichte.jpg") left top no-repeat;
}

#subnav_resultate {
	background: #fff url("../images/layout/hg_subnav_resultate.jpg") left top no-repeat;
}

#subnav_kontakt {
	background: #fff url("../images/layout/hg_subnav_kontakt.jpg") left top no-repeat;
}

#content {
	float: left;
	width: 530px;
	padding: 0 50px;
	background-color: #fff;
}

#footer {
	width: 700px;
	padding: 20px 50px 0 50px;
	clear: both;
	background-color: #fff;
	font-size: 9px;
	color: #c7c7c7;
	text-align: right;
}

/* 1st-Level-Navigation Rollover */
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav ul li {
  	float: left;
	width: 100px;
  	position: relative;
	text-align: center;
	line-height: 16px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#nav ul li a {
	display: block;
	color: #000;
	width: 100px;
	text-decoration: none;
	font-weight: bold;
	padding: 0px;
	background-color: #fff;
	filter:alpha(opacity=60); /* IE */
	-moz-opacity: 0.6; /* FireFox/Mozilla */
	opacity: 0.6; /* Opera */
}

#nav ul li a:hover {
	color: #fff;
	background-color: #069;
	width: 100px;
}

/* 2nd level Navigation */
#subnav_aktuell ul, #subnav_verein ul, #subnav_agenda ul, #subnav_rennpiste ul, 
#subnav_fotogalerie ul, #subnav_berichte ul, #subnav_resultate ul, #subnav_kontakt ul  {
	list-style: none;
	margin: 0;
	padding: 10px 0;
}

#subnav_aktuell ul li, #subnav_verein ul li, #subnav_agenda ul li, #subnav_rennpiste ul li, 
#subnav_fotogalerie ul li, #subnav_berichte ul li, #subnav_resultate ul li, #subnav_kontakt ul li  {
	width: 150px;
	padding-left: 10px;
	border-top: 1px dashed #c7c7c7;
	line-height: 20px;
}

#subnav_aktuell ul li a, #subnav_verein ul li a, #subnav_agenda ul li a, #subnav_rennpiste ul li a, 
#subnav_fotogalerie ul li a, #subnav_berichte ul li a, #subnav_resultate ul li a, #subnav_kontakt ul li a {
	color: #000;
	text-decoration: none;
}

#subnav_aktuell ul li a:hover, #subnav_verein ul li a:hover, #subnav_agenda ul li a:hover, #subnav_rennpiste ul li a:hover, 
#subnav_fotogalerie ul li a:hover, #subnav_berichte ul li a:hover, #subnav_resultate ul li a:hover, #subnav_kontakt ul li a:hover {
	color: #069;
}

#subnav_aktuell ul li a.selected, #subnav_verein ul li a.selected, #subnav_agenda ul li a.selected, #subnav_rennpiste ul li a.selected, 
#subnav_fotogalerie ul li a.selected, #subnav_berichte ul li a.selected, #subnav_resultate ul li a.selected, #subnav_kontakt ul li a.selected {
	color: #fcc;
}

/* Specific settings */
p {
 	padding: 5px;
	margin: 0px;
}

h1 {
	color: #069;
	font-size: 13px;
	padding: 5px;
	margin: 0;
}

h2, h3, h4, h5, h6 {
	color: #069;
	font-size: 11px;
	padding: 5px;
	margin: 0;
}

a:link, a:visited, a:active {
	color: #069;
	text-decoration: none;
}

a:hover{
	color: #069;
	text-decoration: underline;
}

img {
	border: none;
}

table {
	width: 100%;
}

td {
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

.tablebg {
	background-color: #c7c7c7;
}

.tablebg2 {
	background-color: #f0f0f0;
}

.tableborder {
	border: 1px dashed #ccc;
}

.aktuell {
	width: 97%;
	font-weight: bold;
	color: #069;
	margin-top: 10px;
	padding: 0;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	background-color: #f0f0f0;
}

input, textarea {
	width: 200px;
	border: 1px solid #069;
}


select {
	width: 200px;
	border: 1px solid #069;	
}

input.buttonSubmit {
	width: 200px;
	color: #fff;
	border: 1px solid #069;
	background-color: #069;
}

input.radio {
	width: 20px;
	border: 0;
}

label {
	display: block;
	text-align: left;
	width: 200px;
	font-weight: bold;
}

.floatright {
	float: right;
	padding: 2px;
}

.floatleft {
	float: left;
	padding: 2px;
}

hr.formular {
	border: 0;
	border-bottom: 1px solid #069;
	height: 1px;
	margin: 10px 0; /*Opera ignoriert Aussenabstand*/
}

/* Lightbox */
#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox img {
	width: auto;
	height: auto;
}

#lightbox a img {
	border: none;
}

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav {
	left: 0;
}

#hoverNav a {
	outline: none;
}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
	display: block;
}

#prevLink {
	left: 0;
	float: left;
}

#nextLink {
	right: 0;
	float: right;
}

#prevLink:hover, #prevLink:visited:hover {
	background: url(../images/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(../images/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}

#imageData {
	padding:0 10px;
	color: #666;
}

#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}

#imageData #caption {
	font-weight: bold;
}

#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}

#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}
