/* 
	Description: CSS Style Pirelli
	Author: Philipp Zurawski
	Author URI: http://www.creativ-werbung-gera.de/
	Version: 1.0
	
	Changelog:
		v1.0 - 12.01.10
		Erstes Release
*/

body {
	background: #CF3116;
	color: #444;
	font-size: 12px;
	font-family: Verdana, Arial, Tahoma;
	margin:0px auto 0px;
	padding:0px;
	overflow:auto;
	
}

#background {
	background: url(img/background.jpg) no-repeat;
	margin: 0px auto 0px;
	border:0px;
	width:1024px;
	height:695px;
	
		}

#backgroundus {
	background: url(img/background-us.jpg) no-repeat;
	margin: 0px auto 0px;
	border:0px;
	width:1024px;
	height:695px;
		}
/*************************************************************
*HYPERLINKS*
*************************************************************/

a, a:visited {
	color: #FF0000;
	text-decoration: none;
	}
	
a:hover {
	color: #AC8015;
	text-decoration: underline;
	}
	
a img {
	border: none;
	}
	
img {
	margin: 4px;
	
	}

/*************************************************************
*Headlines*
*************************************************************/
h2 {
	text-size: 16px;
	margin: 0px 0px 0px 0px;
	color: #000;
	
	}
	
h3 {
	text-size: 14px;
	margin: 0px 0px 0px 0px;
	color: #000;
	
	}
/*************************************************************
*NAVI*
*************************************************************/

#navigation {
	background: #F2CC07;
	padding-left: 15px;
	margin:0px;
	width: 705px;
	height: 25px;
	font-size:11px;
	margin:0px auto 0px;
}
	
#navigation ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

#navigation li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

#navigation ul li {
	list-style: none;
	margin: 0 auto 0;
	padding: 0px;
	}

#navigation li a, #navigation li a:link, #navigation li a:visited {
	color: #000;
	display: block;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	}
	
#navigation li a:hover, #navigation li a:active {
	background: #CF3116;
	color: #000;
	display: block;
	text-decoration: underline;
    margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	}

/*************************************************************
*Content*
*************************************************************/

#content {
	margin: 0px auto 0px;
	padding-top:80px;
	width: 1024px;

}

#unterseite {
	margin: 0px auto 0px;
	padding-top:80px;
	width:1024x;
	}
	
.page {
	background:#fff url(img/biker.jpg) no-repeat;
	padding-left: 10px;
	padding-top:20px;
	padding-right:10px;
	height:570px;
	width: 700px; /** 720px **/
	overflow:auto;
	margin-left:152px;
	float:left;
	}

.page-nobiker {
	background:#fff;
	padding-left: 10px;
	padding-top:20px;
	padding-right:10px;
	height:570px;
	width: 700px; /** 720px **/
	margin-left:152px;
	float:left;
	overflow:auto;
	}

/*************************************************************
*NAVI*
*************************************************************/
#sidebar {
	float:left;
	margin:0px;
	padding:0px;
	width:150px;
	}

#box1 {
	background:#EEE;
	width:150px;
	height:125px;
	border:2px solid #4F4F4F;
	margin-bottom:15px;
	margin-top:15px;
	margin-left:-10px;
	position:relative;
	}
.boxcontent {
	margin:4px;
	}
#impressum {
	width:150px;
	height:75px;
	margin-top:15px;
	color#fff;
	}
#impressum a {
	color:#fff;
	}
	
#impressum-startseite {
	width:150px;
	height:75px;
	margin-top:447px;
	color#fff;
	} 
	
#impressum-startseite a {
	color:#fff;
	}
	

/*************************************************************
*Footer*
*************************************************************/
#footer-size {
	margin: 0px auto 0px;
	border:0px;
	width:1004px;
	padding-left:20px;
	}

#footer {
	width: 974px;
	height: 20px;
	background:#a7a7a7;
	font-size:11px;
	margin-left:-20px;
	padding:0px;
	}
	
/*************************************************************
*Termine*
*************************************************************/	
#termine-tabelle {
	width: 680px;
	height: 160px;
	margin:15px 0px 0px 0px;
	font-size:12px;
	padding:0px;
	
	}

#termine-tabelle ul {
	margin:0px;
	padding:0px;
	list-style: none;
	}

#termine-tabelle li {
	margin:0px;
	padding:0px;
	list-style: none;
	border-bottom:1px solid #000;
	}

#termine-tabelle ul li {
	margin:5px 0px 0px 0px;
	padding-left:10px;
	list-style: none;
	}
	
.termine-1 {
	width:40%;
	height: 100%;
	float:left;
	margin-left:10px;
	border-left:1px solid #000;
	
	}
	
.termine-2 {
	width:30%;
	height: 100%;
	float:left;
	background:#E7E7E7;
	
	}
.termine-3 {
	width:18%;
	height: 100%;
	float:left;
	
	}
.termine-4 {
	width:20%;
	height: 100%;
	float:left;
	background:#E7E7E7;
	
	}
.termine-5 {
	width:28%;
	height: 100%;
	float:left;
	border-right: 1px solid #000;
	}
/*************************************************************
*Formular (Anmeldung)*
*************************************************************/	

.kontaktform {
	float:left; 
	text-align:left; 
	width:250px; 
	margin-right:8px; 
	margin-left: 10px;
	font-weight:bold;
	color: #000;
	}
	
#button  {
	background-color: #444444;
	color:#efefef;
	width: 200px;
	height: 30px;
	
	}
#eingabefeld {
	color:#000;
	font-size:12px;
	background-color: #EFEFEF;
	border:1px solid #333;
	margin-top:2px;
	margin-bottom:2px;
	height:15px;
	width:200px;
	padding:3px;
	}
#eingabefeld-datum {
	color:#000;
	font-size:12px;
	background-color: #EFEFEF;
	border:1px solid #333;
	margin-top:2px;
	margin-bottom:2px;
	width:47px;
	}
#eingabefeld-jahr {
	color:#000;
	font-size:12px;
	background-color: #EFEFEF;
	border:1px solid #333;
	margin-top:2px;
	margin-bottom:2px;
	width:100px;
	}
#textarea {
	color:#000;
	font-size:12px;
	background-color: #EFEFEF;
	border:1px solid #333;
	margin-top:2px;
	margin-bottom:2px;
	height:60px;
	width:200px;
	padding:3px;
	}


/* Tabelle */
table.wp-table-reloaded {
	font-family: Verdana, Arial, Tahoma;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 90%;
	text-align: left;
}


/* Styles for the tablehead (<th>) (if enabled) */
table.wp-table-reloaded thead tr th, table.wp-table-reloaded tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table#wp-table-reloaded-id-3-no-1 {
	font-family: Verdana, Arial, Tahoma;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 65%;
	text-align: left;
	}

	
table.wp-table-reloaded-id-4 .column-1 {
	width:225px;
	}
	
table.wp-table-reloaded thead tr .header {
	background-image: url(/wp-content/plugins/wp-table-reloaded/img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.wp-table-reloaded tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}


/* Styles for alternating row colors (if enabled) */
table.wp-table-reloaded tbody tr.even td {
	background-color:#FFFFFF;
}
table.wp-table-reloaded tbody tr.odd td {
	background-color:#F0F0F6;
}


