/*
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, th, td, input, textarea, label, select, option {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #000;
}

/* Layers */
#curb, #header, #nav, #subnav_aktuell, #subnav_verein, #subnav_agenda, #subnav_rennpiste, #subnav_fotogalerie, #subnav_berichte, #subnav_resultate, #subnav_kontakt, #footer  {
	display: none;
}

#container, #content {
	width: 648px;
}

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

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

h2, h3, h4, h5, h6 {

	font-size: 11px;
	padding: 5px;
	margin: 0;
}

a {
	text-decoration: underline;
	color: #000;
}

img {
	border: none;
}

input, textarea, select, option {
	width: 200px;
	border: 1px solid #000;
}

input.buttonSubmit {
	width: 200px;
	border: 1px solid #000;
}

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

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