/* CSS Document */

html,
body {
	margin: 0;
	padding: 0;
	background: #c8c8c8 url(../images/oldtimer-wm-bg-repeat.jpg) repeat-x;
}


* {
	font-family: Arial, Verdana, sans-serif;
}

span,
div,
td,
p {
	font-size:12px;
	line-height:18px;
	color:#333333;
    margin: 0;
    padding: 0;
}

a,
a:link,
a:visited
{
	font-size:11px;
	font-weight: bold;
	color:#333;
	text-decoration:none;
}

a:hover{
	color:#000000;
}

h2{
	color:#4D1612;
}

ul {
	/*margin: 0;*/
	/*padding: 0;*/
	list-style: none;
	list-style-image: url(../images/bullet.gif)!important;
	list-style-image: url(../images/bullet2.gif);
}

img{
    border: none;
}


.left{
	float: left;
}

.right{
	float: right;
}

.clearer{
	width: 0px;
	height: 0px;
	padding: 0;
	margin: 0;
	clear: both;
}


.footer_red{
	width: 215px;
	height: 12px;
	border-bottom: solid 2px #dc1414;
}


.red{
	color: #dc1414;
}

#copy{
	height: 20px;
	color: #FFF;
	float: left;
	width: 360px;
}


#main {
	width: 100%;
	text-align:center;
}

#container {
	width: 792px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: #1e64aa;
}

#header {
	width: 792px;
	height: 101px;
	background: transparent url(../images/oldtimer-wm-top.gif) no-repeat;
}


#flash {
	width: 792px;
	height: 208px;
	background: transparent url(../images/oldtimer-wm-flash.jpg) no-repeat;
}


#content {
	position:relative;
	float:left;
	padding: 0px;
	margin: 0px;
	width: 792px;
	height: auto;
	text-align:center;
	background: transparent url(../images/oldtimer-wm-repeat.gif) repeat-y;
}

#content_box1 {
	width: 792px;
}

#content_box2 {
	width: 792px;
}

.csc-header,
.content_box_header
{
	height: 22px;
	background: transparent url(../images/oldtimer-wm-box-top.gif) no-repeat;
    padding-top: 1px;
}

.csc-header h1,
.csc-header h2,
.csc-header h3,
.csc-header h4,
.csc-header h5,
.csc-header h6
{
    padding: 0 0 0 30px;
    margin: 0;
    color: #FFF;
}



.content_box_content{
	min-height: 30px;
	background: transparent url(../images/oldtimer-wm-box-repeat.gif) repeat-y;
    padding: 10px 30px 0 30px;
    text-align: left;
}

.text_centered{
    text-align: center;
}

.content_box_footer{
	height: 27px;
	background: transparent url(../images/oldtimer-wm-box-bottom.gif) no-repeat;
}


#footer {
	padding-top: 20px;
	position:relative;
	float:left;
	width: 792px;
	height: 30px;
	text-align: center;
	color: #FFF;
	background-color: #1e64aa;
	background: transparent url(../images/oldtimer-wm-repeat.gif) repeat-y;
}

#copyright {
	position:relative;
	float:none;
	margin-top: 40px;
	text-align:center;
}


#lang{
	width: 772px;
	height: 30px;
    text-align: right;
    padding-right: 20px;
    padding-top:15px;
}

#lang a{
    padding-left: 10px;
}

/*
.lang_flag{
	float: right;
	width: 28px;
	height: 18px;
	margin: 10px 0 10px 10px;
}
*/

.en{
	background: transparent url(../images/oldtimer-wm-englisch.gif) no-repeat;
}

.de{
	background: transparent url(../images/oldtimer-wm-deutsch.gif) no-repeat;
}

#navi {
	width: 792px;
	height: 23px;
	text-align: center;
	background: transparent url(../images/oldtimer-wm-topnav-bg.gif) repeat-x;
    padding-top: 2px;
}


#navi a
{
	font-size:12px;
    color:#FFF;
	font-weight: bold;
	text-decoration:none;
    padding: 0 20px;
}



#navi a.red{
	color: #dc1414;
}


#navi a:hover{
	text-decoration: underline;
}


.image{
	display: inline;
}






