/*
Theme Name: Autohaus Rustemeier
Theme URI: http://www.autohauas-rustemeier.de/
Description: Theme f�r Autohaus Rustemeier
Version: 0.1
Author: Florian Heidinger
Author URI: http://www.spitzohr.de/
Tags: Autohaus
*/

* {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009;
	background: #fff;
	scrollbar-3d-light-color : #F6F6F6;
	scrollbar-arrow-color : #f6f6f6;
	scrollbar-base-color : #f6f6f6;
	scrollbar-dark-shadow-color : #333399;
	scrollbar-face-color : #333399;
	scrollbar-highlight-color : #f6f6f6;
	scrollbar-shadow-color :f6f6f6;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #339;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #339;
}

a:link, a:visited {
	color: #339;
}
a:hover, a:active {
	color: #f45f35;
}
a:active {
	cursor: default;
}

.col-2 {
	clear: left;
}

.col-2 .col {
	float: left;
	width: 45%;
	margin-right: 3%;
}

/* page */
#page {
	width: 990px;
	position: relative;
}

/* head */
#head {
/*	background: #ffffff url(/images/header.jpg) top left no-repeat;*/
	height: 80px;
}
#head img {
	float: left;
}
#head em {
	float: left;
	display: block;
	padding-top: 52px;
	width: 80px;
	text-align: left;
	font-size: 10px;
}

/* menu */
#sidebar {
	width: 170px;
/*	float: left;
	margin-right: 30px;*/
	position: absolute;
	top: 90px;
	left: 0px;
	z-index: 20;
	background: #ffffff;
}
#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: inline;
}
#sidebar li a {
	display: block;
	padding: 10px;
	border-bottom: 1px solid #339;
	font-size: 16px;
	text-decoration: none;
}
#sidebar li.current_page_item a {
	font-weight: bold;
}

/* content */
#content {
	margin-left: 190px;
	margin-top: 1em;
	min-height: 400px;
}
.news {
	clear: both;
	padding: 0;
	border-top: 1px dotted #339;
	padding: 0.5em 0;
}
.news-first {
	border-top: none;
}

.news p, .news h2, .news h3 {
	margin-left: 120px;
}
.news img {
	float: left;
}
.col .news {
	text-align: center;
	font-size: 0.75em;
}
.col .news p, .col .news h2 {
	margin: 0;
}
.col .news p {
	color: #06f;
}
.col .news h2 {
	font-size: 1em;
	font-weight: bold;
	color: #c33;
}

table {
	border-collapse: collapse;
	margin-top: 1em;
}
th {
	background-color: #253f8c;
	color: #fff;
	text-align: center;
	padding: 2px;
	border: 1px solid #fff;
	font-size: 12px;
	vertical-align: top;
}
td {
	border: 1px solid #253f8c;
	padding: 5px;
	font-size: 12px;
	vertical-align: top;
}
td.number {
	text-align: right;
}
ul.col-2 {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.col-2 li {
	float: left;
	width: 47%;
	padding: 2px 5px 2px 10px;
	background: url(/images/bullet.gif) 0px 7px no-repeat;
}
tr.odd td {
	background: #eeeeee;
}
tr.hover td {
	cursor: pointer;
	background: #dddddd;
}

.contact {
	float: left;
	width: 200px;
	text-align: center;
}

.newscontent {
	border-bottom: 1px dotted #253f8c;
}
.newscontent h3 {
	margin: 0px;
	color: #e86808;
	font-size: 1em;
}

#foot {
	clear: both;
	margin-top: 1em;
	margin-left: 190px;
	border-top: 1px solid #cccccc;
	text-align: right;
	color: #999999;
}

.alignright {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}
.alignleft {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.box {
	width: 390px;
	margin: 0px 10px 10px 0px;
	float: left;
	text-align: left;
	display: inline;
}

.box .news p, .box .news h2 {
	margin-top: 2px;
	margin-bottom: 2px;
}
div#fancy_title table {
	border: none;
}
div#fancy_title td {
	border: none;
}
h2, h3 {
	clear: left;
}
.news h2 {
	clear: none;
}
