/*
Name: Widberg Motorsüprt
URL: http://www.widbergmotorsport.ch
Description: CSS für widbergmotorsport.ch
Version: 1.0
Author: Hanspeter Stern
Author URL: http://www.pinknoise.ch
*/

/* Rücksetzen 
--------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}


/* Struktur 
--------------------------------------------- */
body {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Helvetica, Arial, sans-serif;
	font-size:62.5%;
	color:#464645;
	background: #000000 url(../images/BG_Impressions.jpg) no-repeat;
	background-position:center top;
	font-weight:normal;
}

#hauptseite {
	margin:auto;
	width:1000px;
	font-size: 100%;

	padding-top: 20px;
	text-align: left;
}

#sprachen {
	text-align: right;
	padding-bottom: 205px;
}

#sprachen a {
	text-decoration:none;
	color:#F00;
	font-size:1.4em;
	font-style: italic;
}


/* Subnavi - reservierter Bereich
--------------------------------------------*/

#Subnavi {
	padding-top:100px;

}



/* Haupttext
----------------------------------------------*/

#haupttext {
	
	color: #CCC;
		
	padding:20px 10px 30px 10px;
	display: block;
	float:left;
	
	margin: auto;
	width: 700px;
	font-size: 1.5em;
	text-align: left;

}
#haupttext h1{
	font-size: 1.8em;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top:0px;
}

#haupttext h2{
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 20px;
}
#haupttext em {
	color:#F00;
	font-weight:normal;
	font-style:normal;
}
#haupttext p {
	padding-bottom:7px;
}

#haupttext a {
	text-decoration: none;
	color:#F00;
}


/* News
----------------------------------------------*/

#news {
	
	color: #CCC;
		
	padding:20px 10px 20px 10px;
	display: block;
	float:right;
	
	margin: auto;
	width:240px;
	font-size: 1.6em;
	text-align: left;

}
#news h1{
	font-size: 1.8em;
	font-weight: bold;
	padding-bottom: 15px;
}

#news li {
	list-style-type: none;
}

#newsSub {
	color:#000;
	padding-top: 6px;
	padding-bottom: 4px;
}

#newsSub1 {
	font-size: 0.9em;
	padding-bottom: 4px;
	padding-left: 15px;
}

#newsSub2 {
	font-size: 0.8em;
	padding-bottom: 4px;
	padding-left: 30px;
}

#news a {
	color:#666;
	text-decoration:none;
	font-weight:bold;
	text-shadow:1px 1px 2px #CCC(0, 0, 0, 0.6);
	padding-left:10px;
}

#news a:hover {
	color:#CCC;
}
#news a.current {
	color:#FFF;
}


/* Bildunterschrift
---------------------------------------------*/
.bildkommentar {
	font-size: 0.7em;
	font-weight:normal;
	font-style:italic;	
}




/* Navigation 
--------------------------------------------- */

#navi {
	margin-top: 0px;
	margin-bottom:20px;
	margin-right: 80px;	
	width:1000px;
	font-size: 1.6em;
	padding-top: 10px;
	text-align: right;
}

#navi a {
	color:#666;
	text-decoration:none;
	font-weight:bold;
	text-shadow:1px 1px 2px #CCC(0, 0, 0, 0.6);
	padding-left:10px;
}

#navi a:hover {
	color:#CCC;
}
#navi a.current {
	color:#FFF;
}







/* Fusszeile
--------------------------------------------- */
#fusszeile {
	margin:0px;
	clear:both;
}
#fusszeile-innen {
	padding-top:10px;
	border-top:1px solid #CCC;
	font-size:1.3em;
	color: #CCC;
	margin:20px 0 0 0;
	width:1000px;
	text-align:center;
}


/* Verschiedene
--------------------------------------------- */
img {
	border:0;
}

.hidden {
	display:none;
}

