/* reset some stuff */

html, body, div, img, br {
	padding: 0;
	margin: 0;
	border: none;
}

a {
	text-decoration: none;
	color: black;
}

/* layout */
html {
	background-color: #7a7a7a;
	padding: 5px 10px 10px 10px;
}

body {
	width: 1021px;
	margin: 0 auto;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	background-color: #ffffff;
	-moz-box-shadow: 8px 8px 8px #3b3b3b;
	-webkit-box-shadow: 8px 8px 8px #3b3b3b;
	box-shadow: 8px 8px 8px #3b3b3b;
}

#header {
	height: 245px;
	background: url(/web/cms/upload/layout/header.jpg) no-repeat;
}

#subnavi {
	padding: 0 1em 0 0;
	text-align: right;
	font-size: 10pt;
}

/* TODO: quick hack... */
#subnavi p:before {
	content: url(/web/cms/upload/layout/rss.jpg);
	position: relative;
	top: 1px;
}

#navi {
	width: 221px;
	float: left;
}

#navi ul {
	list-style-type: none;
	font-size: 12pt;
}

#navi li {
	height: 37px;
}

#navi li a {
	display: block;
	padding: 8px 0 8px 0;
	width: 130px;
}

/* aktives Element */
#navi .e1a {
	background: url(/web/cms/upload/layout/radfahrer.jpg) no-repeat right;
}

#content {
	width: 771px;
	margin-left: 223px;
}

.tallcontent #content {
	width: 540px;
}

#sidebar {
	width: 112px;
	float: right;
	margin: 45px 55px 0 75px;
	background-color: black;
}

#footer {
	clear: both;
	height: 79px;
	background: url(/web/cms/upload/layout/footer.jpg) no-repeat top right;
	vertical-align: bottom;
	font-size: 8pt;
	color: #b4b4b4;
}

#footer a {
	color: #b4b4b4;
	text-decoration: underline;
}

#footer p {
	margin: 0 0 0 223px;
	padding: 60px 0 0 0;
}


/* styles */
h1, h1 a {
	font-family: "Times New Roman", serif;
	color: #d00018;
	font-size: 18pt;
	font-weight: normal;
}

h2, h2 a {
	color: #b4b5b4;
	font-size: 13pt;
	font-weight: bold;
}

h3 {
	margin-top: 17px;
}

h3, h3 a {
	color: #b4b4b4 !important;
	font-size: 13pt;
	font-weight: bold;
}

h1 a:hover,
h2 a:hover,
h3 a:hover {
	text-decoration: underline;
}

em {
	font-weight: bold;
	color: #777777;
	font-style: normal;
}

#content a { color: #d00018; }

#content a:hover { text-decoration: underline; }

#content img {
        margin: 5px;
	border: 1px solid #696969;
	-moz-box-shadow: 3px 3px 3px #a1a1a1;
	-webkit-box-shadow: 3px 3px 6px #a1a1a1;
	box-shadow: 3px 3px 3px #a1a1a1;
}

#content img.borderless {
        margin: 0;
        border: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
}

.blindlist {
	list-style-type: none;
}

/* welcome site */
/*#content h1,
#content h2,
#content h3,
#content p {
	margin-right: 230px;
}

#content li {
	margin-left: 20px;
}*/

/* news site */
.teaser {
	margin-top: 18px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-right: 5px;
	padding-bottom: 1px;
	background: url(/web/cms/upload/layout/stripe.jpg) repeat-x bottom;
}

.teaser h3 {
	margin-bottom: 8px;
}

.teaser p {
	margin-top: 5px;
}

.teaser img {
	float: right;
}


/* forms */
.formular label {
    display: block;  /* block float the labels to left column, set a width */
    float: left;
    width: 100px;
    padding: 0;
    margin: -1px 5px -5px 10px; /* set top margin same as form input - textarea
a etc. elements */
    text-align: right;
}

.formular label.required {
    font-weight: bold;
}

.formular textarea {
    width: 400px;
    height: 250px;
}

.formular input,textarea,select {
    border: 1px solid #d3d3d3;
}


.formular input#submit {
    margin-left: 115px;
}
.formular input#reset {
    margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}


/* ie6 bullshit */
.ie6 #navi { width: 215px; }
.ie6 #content { margin-left: 215px; }
.ie6.tallcontent #content { width: 540px; }
.ie6 #sidebar { margin: 45px 25px 0 70px; }
