/*
Theme Name:  sr-car-expert
Theme URI: http://rheinschmiede.de/
Description: sr-car-expert theme 
Version: 1.0
Author: Sven Lehnert
Author URI: http://rheinschmiede.de/
*/


/* Make it easy to alter stuff... */
@import url("css/layout.css");
@import url("css/header.css");
@import url("css/menu.css");
@import url("css/content.css");
@import url("css/sidebar.css");
@import url("css/wordpress.css");
@import url("css/tweeks.css");

/* Begin Global Resets */
* {
    margin:0;
    padding:0;
}

body {
	margin-top:-28px;
	background:#000000;
    
    color:#fff;
    font-size:76%;
    font-family:"Liberation Sans", Arial, Helvetica, sans-serif;
    line-height:1.4em;
    text-align:center; /* IE6 Center hack */

}
#main{
	margin:0 auto;
	position:relative;
	width:100%
}
#container{
	margin:0 auto;
	position:relative;
	max-width:1024px;
	border-bottom:1px #FFF solid;
	border-left:1px #FFF solid;
	border-right:1px #FFF solid;
}
table {
    border-collapse:collapse;
    empty-cells:hide;
}

h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
    padding: 10px 10px 10px 10px;
}
h1,h2,h3,h4,h5,h6{
}

ul, ol, dd {
    /* margin-left:1.1em; */
	padding:0;
	margin:0 0 0 25px;
}

a {
    text-decoration:none;
    color:#fff;    
}

a:hover {
}

a img {
    border:0;
}
img{
    border:0;
}
/* End Global resets */

/* Following needed for Wordpress Theme Directory Compliance. */
/* And to support image and other WP generated content positioning - obviously */
.alignright {
	float:right;
}

.alignleft {
	float:left;
}

.aligncenter, div.aligncenter {
    display:block;
    margin-left:auto;
    margin-right:auto;
}
#creative{
	margin:50px 0;
	color:#999;
	font-size:11px;
}
#creative a{
	color:#999;	
}
