/* @override http://radler.roteroktober.org/default.css */

* {
    margin:0px;
    padding:0px;
}

body {
    background:#000;
    color:#FFF;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
}




#content
{
	margin: 50px 30px 130px 80px;
}

/* @group Textstile */

h1 {
	font-weight: normal;
	font-style: normal;
	line-height: 28px;
	letter-spacing: 2px;
	font-size: 24px;
	margin-bottom: 40px;
}
h1 .ergaenzung {
	font-size:11px;
	letter-spacing:0em;
}

h2 {
	color: #387aff;		
	font-size:11px;
	margin-top: 20px;
}
#content p {
	line-height: 16px;	
	margin: 0 0 20px;
	max-width: 900px;
}

/* @end */


/* @group home */
#home #content {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
	margin: 0px;
	text-align:center;
}
#home #content div{
    position:absolute;
    left:50%;
    top:100px;
    width:346px;
    height:550px;
	padding-bottom:100px;
    margin-left:-193px;
}
#home #content p{
    font-size:14px;
    margin:20px 0px 0px 70px;
}
/* @end */

/* @group fahrrad */
#fahrrad .ms {
    padding-bottom: 30px;
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid white;
	width: 900px;
}
#fahrrad table {
}
#fahrrad table tr td{
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: right;
}
#fahrrad table tr td.info,#fahrrad table tr.alternate td.info{
	color: #387aff;
	background-color: black;
	text-align: left;
}
#fahrrad table tr td.bezirk,#fahrrad table tr.alternate td.bezirk{
	white-space: nowrap;
	color: white;
	padding-right: 20px;
}

#fahrrad table tr.header td{
	color: #387aff;
	text-align: center;
}
#fahrrad table tr.alternate{
	background-color: #8facba;
	text-align: center;
}
#fahrrad table tr.alternate td{
	color:#000;
}
#fahrrad table tr td{
	padding: 4px;	
}
#fahrrad table tr td.same {
	color: #FFF;
    background: #09357a;
}
#fahrrad p strong{
	color: #387aff;	
}

/* @end */

/* @group Kontakt */

#kontakt .adresse {
	font-size: 13px;
	line-height: 16px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid white;
}

#kontakt .leftCol,#kontakt .rightCol {
	float: left;
	width: 350px;
}
#auto h1, #kontakt h1{
	color: #387aff;
	letter-spacing: 0px;
}
#auto h1 span,#kontakt h1 span{
	color: #fff;
	font-size: 16px;
}
#auto h2,#kontakt h2{
	font-size: 13px;
	margin-bottom: 10px;
}
#auto table{
	margin-bottom: 10px;	
}
#auto td{
	padding-right: 10px;	
}
/* @end */

/* @group vffs */

#vffs #content ul {
	max-width: 900px;
	list-style-image: url(gfx/bullet.png);
	padding-left: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid white;
}
#vffs #content ul li {
	margin-bottom: 3px;
}

/* @end */



/* @group clearfix */



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 

/* @end */



