/*---------------------------------------------------------------------------------------*/

* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	background: url(../gfx/bg-body.png) no-repeat bottom left fixed;
	color: #0F2455;
	width: 780px;
}

body, div, p, span, a, ul, ol, li, input, textarea {
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

a img {
	border: 0;
}

.clear {
	clear: both;
}

/*---------------------------------------------------------------------------------------*/

#header {
	width: 730px;
	height: 240px;
}

/*-------------------------------------*/

div.home {
	background: url(../gfx/header/home.jpg) no-repeat top left;
}

div.radfahrtipps {
	background: url(../gfx/header/radfahrtipps.jpg) no-repeat top left;
}

div.bahntrassen {
	background: url(../gfx/header/bahntrassen.jpg) no-repeat top left;
}

div.aktionen {
	background: url(../gfx/header/aktionen.jpg) no-repeat top left;
}

/*-------------------------------------*/

#header .nav1 {
	position: absolute;
	top: 210px;
	left: 40px;
	width: 390px;
	z-index: 2;
	font-size: 11px;
}

#header .nav1 a {
	color: #0F2455;
	font-weight: bold;
	text-decoration: none;
}

#header .nav1 a:hover, #header .nav1 a.aktiv {
	color: #F6921E;
	text-decoration: underline;
}

#header .nav1 img {
	vertical-align: middle;
	margin: 0px 10px;
}

/*-------------------------------------*/

#header .nav2 {
	position: absolute;
	top: 132px;
	left: 570px;
	width: 150px;
	z-index: 2;
	background: url(../gfx/dotted-line-blue.gif) repeat-y;
	padding-left: 10px;
	font-size: 11px;
	line-height: 180%;
}

#header .nav2 a {
	color: #0F2455;
	text-decoration: none;
}

#header .nav2 a:hover, #header .nav2 a.aktiv {
	font-weight: bold;
}

/*-------------------------------------*/

#header h1 {
	background:url(../gfx/logo.gif) no-repeat;
	position: absolute;
	top: 115px;
	left: 429px;
	width: 230px;
	height: 125px;
	z-index: 1;
}

#header h1 span {
	margin-left: -1000px;
}

#header h1 a {
	display: block;
	height: 125px;
}

/*---------------------------------------------------------------------------------------*/

#content {
	font-size: 11px;
	padding: 38px 0px 38px 0px;
	width: 357px;
	margin: 0px 20px 0px 40px;
	float: left;
}

/*Hack für IE6, schnallt die Breite nicht */
* html #content {
	margin: 0px 20px 0px 20px;
}
/*<---*/

#content p, #content h1, #content h2, #content h3 {
	padding: 10px 0px;
}

#content h1, #content h2, #content h3 {
	font-size: 11px;
}

#content ul {
	margin-left: 12px;
}

#content ol {
	margin-left: 30px;
	font-size: 11px;
}


#content a {
	color: #0F2455;
}

#content a:hover {
	text-decoration: none;
}

/*---------------------------------------------------------------------------------------*/

#rightcol {
	float: left;
	width: 313px;
}

/*-------------------------------------*/

#rightcol .nav3 {
	background: url(../gfx/dotted-line-green.gif) repeat-y right;
	padding: 45px 8px 0px 0px;
	line-height: 180%;
	width: 146px;
	font-size: 11px;
	text-align: right;
}

#rightcol .nav3 a {
	color: #b7bb2e;
	text-decoration: none;
}

#rightcol .nav3 a:hover, #rightcol .nav3 a.aktiv {
	text-decoration: underline;
}

/*-------------------------------------*/

#rightcol .picborder {
	background: url(../gfx/bg-img-rahmen-oben.gif) no-repeat top;
	width: 250px;
	margin-top: 50px;
}

#rightcol .pic {
	background: url(../gfx/bg-img-rahmen-unten.gif) no-repeat bottom;
	width: 250px;
	padding: 15px 0px 11px 0px;
	margin-left: 1px;
	text-align: center;
}

#rightcol .pic img.abstand {
	margin-bottom: 5px;
}

/*-------------------------------------*/

#rightcol .linkliste {
	background: url(../gfx/dotted-line-blue.gif) 153px 0px repeat-y ;
	padding: 45px 0px 0px 0px;
	margin: 50px 0px;
	line-height: 180%;
	width: 313px;
	font-size: 11px;
	color: #0F2455;
	overflow: hidden;
}

#rightcol .linkliste a {
	color: #b7bb2e;
	text-decoration: none;
}

#rightcol .linkliste a:hover {
	text-decoration: underline;
}

#rightcol .linkliste h3 {
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	width: 143px;
}

#rightcol .linkliste p {
	margin-left: 163px;
}


/*---------------------------------------------------------------------------------------*/

div.form-row {
        padding-bottom: 7px;
}

input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, input.normal, textarea.required {
	width: 100%;
        height: 20px;
	border: 1px solid #0F2455;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

fieldset {

}

label {
	font-weight: bold;
}
.form-row {
	clear: both;
}

.field-label {
	width: 100%;
}

.field-widget {
	width: 100%;
}


/*---------------------------------------------------------------------------------------*/

a.pdf, a.zip, a.doc, a.xls {
	padding: 2px 0px 2px 20px;
}

a.pdf {
	background: url(/fileadmin/templates/gfx/icon_pdf.gif) no-repeat;
}

a.zip {
	background: url(/fileadmin/templates/gfx/icon_zip.gif) no-repeat;
}

a.doc {
	background: url(/fileadmin/templates/gfx/icon_doc.gif) no-repeat;
}

a.xls {
	background: url(/fileadmin/templates/gfx/icon_xls.gif) no-repeat;
}

/*---------------------------------------------------------------------------------------*/



/*---------------------------------------------------------------------------------------*/

td p { padding:0px !important; }
td.align-center { text-align:center; }
td.align-left { text-align:left; }
td.align-right { text-align:right; }
