/* 
www.histowheels
Start: 20.11.2007
Letzte Aenderung: 20.11.2007
*/
/* Reset all */
*{
	margin: 0;
	padding: 0;
}

/* Allgemeines ---------- */
body {
	margin: 0px;
	padding: 0px;
	color: #333;
	background: #EDE8D5 url(wheels-bg.gif) repeat-x top;
	font-size: 100.01%;
	font-family: Arial, Helvetica, sans-serif;
}

img, a img {
	border: 0;
}

.float_left_artikel {
	border: 1px solid #fff;
	float: left;
	font-size: 90%;
	line-height: 120%;
	position: relative;
	margin-right: 15px;
}

.float_right_artikel {
	border: 1px solid #fff;
	float: right;
	font-size: 90%;
	line-height: 120%;
	position: relative;
	margin-left: 15px;
}

/* Schriften ---------- */
#content p {
	font-size: 12px;
	margin-bottom: 15px;
}

#content h1 {
	font-size: 20px;
	font-weight: bold;
	background-color: #EDE8D5;
	color: #9F7052;
	margin-bottom: 20px;
}

#content h2 {
	font-size: 16px;
	font-weight: bold;
	background-color: #EDE8D5;
	color: #42ABE4;
	margin-bottom: 10px;
}

#content h3 {
	font-size: 14px;
	font-weight: bold;
	background-color: #EDE8D5;
	color: #333;
	margin-bottom: 10px;
}

#content h4 {
	font-size: 0.8em;
	font-weight: bold;
	margin: 20px 0 10px 25px;
}

#content ul {
	font-size: 12px;
	margin: 0 0 15px 20px;
}

#content ol {
	font-size:  12px;
	margin: 0 0 15px 20px;
}

#content a:link, #content a:visited, #content a:active {
	color: #333333;
} 

#content a:hover {
	color: #000;
	text-decoration: none;
} 

#content table {
	font-size: 0.8em;
	margin: 0 0 15px 30px;
	width: 445px;
	text-align: left;
}

#content table a {
	text-decoration: none;
}

.links {
	text-align: left;
}

.rechts {
	text-align: right;
}

.fett {
	font-weight: bold;
}

/* Clear Class */
.clearfix {
	content: "."; /* [content] verbergen; 
	*/
	visibility: hidden;
	height: 0; /* Block-Level fuer [clear]; 
          */
	display: block; /* [float] clearing; 
          * einbeziehen der Float-Container; 
          */
	clear: both;
}

* html .clearfix {
	height: 1%; /* ende verbergen IE-Mac */
}

/* Container ---------- */
#box {
	width: 700px;
	margin: auto;
	background: url(wheels-logo.gif) no-repeat top left;
	padding-top: 150px;
}

#content-right {
	width: 490px;
	float: right;
	padding-top: 10px;
}

#content-left {
	width: 191px;
	float: left;
}

#content-left-search {
	width: 191px;
	background: #9F7052 url(wheels-br-bgt.gif) no-repeat top;
	padding-top: 20px;
}

#content-left-search form {
	background: #9F7052 url(wheels-br-bl.gif) no-repeat bottom;
	width: 191px;
	padding-bottom: 30px;
}

#content-left-search fieldset {
	width: 160px;
	border: none;
	text-align: left;
	padding-left: 14px;
}

#content-left-search label {
	font-size: 12px;
	color: White;
}

#content-left-search input[type=text] {
	width: 100%;
	border: none;
	border-style: none;
}

#content-left-links {
	width: 191px;
	background: #42ABE4 url(wheels-bl-yl.gif) no-repeat bottom;
	padding-bottom: 35px;
	text-align: center;
}

#content-left-ads {
	width: 191px;
	background: #ECA62C url(wheels-yl-bgb.gif) no-repeat bottom;
	padding-bottom: 20px;
	text-align: center;
}

.teaser {
	width: 490px;
	float: left;
	margin-bottom: 10px;
}

.teaser-tumb {
	background: #ECA62C;
	padding: 3px 3px;
	float: left;
	margin-right: 10px;
}

.teaser-pic {
	border: 1px solid;
	border-color: #9F7052;
}

.logo-teaser {
	width: 100px;
	float: left;
	margin-bottom: 10px;
	margin-right: 30px;
}

.logo-teaser-tumb {
	background: #ECA62C;
	padding: 3px 3px;
	float: left;
	margin-right: 10px;
}

.logo-teaser-pic {
	border: 1px solid;
	border-color: #9F7052;
}

.logo-teaser p {
	text-align: center;
}

/* jaosg galerie ---------- */
div.jaosg_galerie{
	margin-left: 5px;
}

div.jaosg_thumbnail{
	float: left;
	background: #ECA62C;
	margin: 15px 15px;
}

div.jaosg_thumbnail img{
	border: 1px solid;
	border-color: #9F7052;
}
/* ls=landscape-Format der Thumbs */
div.ls img{
	height: 80px;
	width: 80px;
	margin: 3px 3px;
}
/* pt=portrait-Format der Thumbs */
div.pt img{
	height: 80px;
	width: 80px;
	margin: 3px 3px;
}
/*footer schaltet float:left wieder aus */
div#jaosg_footer{
	clear: both;
	padding-top: 1em;
}
