/* Styles for VespaClub Zürich // 2007 Wolf Kammerlander // dasKonkubinat.ch 
------------------------------------------------------------------------------ */

/* global rules */

*
{
	margin: 0px;
	padding: 0px;
}
body
{
	margin:0px 0px 50px;
	text-align:center;
	padding-top: 20px;
	background-color: #3D3936;
	font-size: 75%;
	font-family: "Geneva", Arial, Helvetica, sans-serif;
}
html>body
{
	font-size: 12px;
}
/* layout rules - divs 
------------------------------------------------------------------------------- */

/* main wrapper for center adjustment // acc. bluerobot.com */

#wrap
{
		width:800px;
		margin:0px auto;
		text-align:left;
		padding:0;
		border:1px none #333;
		height: auto;
		background: #99CCCC;
		background: #99CCCC url(../layoutImg/bgInhalt.jpg) repeat-y;
}
/* layout divs 
-------------------------------------------------------------------------------- */
#header
{
	height: 118px;
	width: 800px;
}
#subline
{
	background-color: #99CCCC;
	background-image: url(../layoutImg/subLine_start.gif);
	height: 40px;
	width: 800px;
	float: right;
}
#left
{
	width: 162px;
	height: 300px;
	float: left;
	padding-left: 28px;
}
#nav
{
	background-color: #99CCCC;
	background-image: url(../layoutImg/nav_bg.gif);
	font-weight: bold;
	height: 220px;
	width: 162px;
}
#logo
{
	visibility: hidden;
	display: none;
}
/* rules for real content 
---------------------------------------------------------------------------------- */
#wrap #content
{
	background: url(../layoutImg/bgContent.gif) no-repeat;
	width: 610px;
	float: right;
	visibility: visible;
	height: auto;
}
#content #ads
{
	float: right;
	display: inline;
	width: 170px;
	margin-right: 20px;
	margin-top: 30px;
}
#content #text
{
	width: 380px;
	float: left;
	visibility: visible;
	padding-left: 20px;
	padding-top: 10px;
}
/* footer rules 
------------------------------------------------------------------------------------ */

#footer
{
	background-image: url(../layoutImg/footer_bg.gif);
	height: 62px;
	width: 800px;
	clear: both;
	overflow: hidden;
}
/* classes for header bgs 
------------------------------------------------------------------------------------ */

.home
{
	background-image: url(../img/headerImg/header_home.jpg);
}
.club
{
	background-image: url(../img/headerImg//header_home.jpg);
}
.members
{
	background-image: url(../img/headerImg//header_home.jpg);
}
.termine
{
	background-image: url(../img/headerImg//header_home.jpg);
}
.bilder
{
	background-image: url(../img/headerImg//header_home.jpg);
}
.movies
{
	background-image: url(../img/headerImg//header_home.jpg);
}
.links
{
	background-image: url(../img/headerImg//header_home.jpg);
}
.kontakt
{
	background-image: url(../img/headerImg//header_home.jpg);
}
/* rules for main navigation left-side 
------------------------------------------------------------------------------------- */
a:focus, img, a img
{
	outline: none;
	border: none;
}
#nav a, #nav a:link
{
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	font-size: 14px;
	display: block;
	padding-left: 20px;
	padding-top: 6px;
	padding-bottom: 1px;
	border: 1px none #D5DFD7;
	padding-right: 0px;
}
#nav a:visited
{
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	font-size: 14px;
	display: block;
	padding-left: 20px;
	padding-top: 6px;
	padding-bottom: 1px;
	border: 1px none #D5DFD7;
	padding-right: 0px;
}
#nav a:hover, #nav a:active
{
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	font-size: 14px;
	display: block;
	padding-left: 20px;
	padding-top: 6px;
	padding-bottom: 1px;
	border: 1px none #D5DFD7;
	background: url(../layoutImg/bgNavActive.gif);
	padding-right: 0px;
}
/* rules for textfield, headers, p and classes 
------------------------------------------------------------------- */

#text h1
{
	font: 1.67em/0.9em "Geneva", Arial, Helvetica, sans-serif;
	margin-top: 0.9em;
	margin-bottom: 0.9em;
}
#text h2
{
	font: 1.5em/1em "Geneva", Arial, Helvetica, sans-serif;
	margin-top: 1em;
	margin-bottom: 1em;
}
#text h3
{
	font: 1.33em/1.13em "Geneva", Arial, Helvetica, sans-serif;
	margin-top: 1.13em;
	margin-bottom: 1.13em;
}
#text h4, #text h5
{
	font: 1.33em/1.13em "Geneva", Arial, Helvetica, sans-serif;
	margin-top: 1.13em;
	margin-bottom: 1.13em;
	border-top: thin solid #006699;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-color: #006699;
	border-bottom-color: #006699;
	border-left-color: #006699;
	width: 300px;
	padding-top: 20px;
	padding-bottom: 10px;
}
#text p
{
		font: 1.1em/1.5em "Geneva", Tahoma, Verdana, sans-serif;
		margin-top: 1.5em;
		margin-bottom: 1.5em;
		width: 370px;
}
/* rules for links normal text 
------------------------------------------------------------------------ */

#text a, #text a:link
{
	text-decoration: none;
	font-weight: bold;
	color: #D13100;
}
#text a:visited
{
	text-decoration: none;
	font-weight: bold;
	color: #006699;
}
#text a:hover, #text a:active
{
	text-decoration: underline;
	font-weight: bold;
	color: #D13100;
}
/* class for active element nav / terminBox
------------------------------------------------------------------------  */
.active
{
	background: #D13303 url(../layoutImg/bgNavActive.gif);
	font-size: 0.8em;
	color: #FFFFFF;
}
.terminBox
{
	padding-top: 4px;
	padding-left: 10px;
	width: 302px;
	margin-top: 10px;
	margin-bottom: 12px;
	background: url(../layoutImg/bgTerminBox.gif) no-repeat;
	height: 100px;
	padding-right: 10px;
}
