body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/container-background.gif);
	background-position: center center;
	background-repeat:repeat-y;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img {
	border: 0px;
	padding: 0px;
}

p {
	padding: 0px;
	margin: 0px;
}

h1 {
  font-size: 16px;
}

h2 {
  font-size: 14px;
}

h3 {
  font-size: 14px;
}

a:link, a:visited {
	color: #000000;
	text-decoration: none;
}

a:focus { 
	font-weight:bold; 
	color:red; 
	text-decoration:underline; 
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:active {
	color: #000000;
	text-decoration: none;
}

div#container {
	width: 763px;
	margin:0px auto 0px auto;
	overflow:hidden;
}

div#container-center {
	width: 763px;
	overflow: hidden;
}

div#container-header {
	width: 763px;
	height: 179px;
	background-color: #8ddb8c;
	background-image: url(images/hrb_header.gif);
	background-repeat: no-repeat;
}

div#container-menu-spacer {
	background-color: #f1b547;
	height: 21px;
}

ul.main-menu {
	padding: 0px;
	margin: 5px 0px 0px 0px;
	height: 0px;
	list-style: none;
}

ul.main-menu li {
	padding: 0px 12px 0px 12px;
	font-family: Verdana, Arial,Helvetica,sans-serif;
	font-size: 12px;
	float:left;
}

ul.main-menu a:link, ul.main-menu a:visited {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
	padding-left: 10px;
}

ul.main-menu a:hover {
	color: #000000;
	text-decoration: none;
	background-image: url(images/menue_dot.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

ul.main-menu a:active {
	color: #000000;
	text-decoration: none;
	background-image: url(images/menue_dot.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

.active {
	background-image: url(images/menue_dot.gif);
	background-repeat: no-repeat;
	background-position: 12px 4px;
}

div#container-menu {
	background-color: #f5cf88;
	height: 26px;
	width: 763px;
	text-align: center;
	overflow: hidden;
	padding-left:140px;
}

div#container-content {
	width: 763px;
	min-height: 500px;
}

div#content-rechts {
	width: 200px;
	min-height: 200px;
	float: left;
	padding: 10px 0px 10px 0px;
}

div.box-rechts {
  padding: 0px;
  margin: 0px 10px 20px 0px;
  float:right;
}

div#content-links {
	width: 507px;
	margin: 10px 0px 20px 15px;
	float: left;
	padding: 10px;
}

h1 {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

p.bodytext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
}

table.fahrplan {
  width: 100%;
}

table.fahrplan td {
  width: 33%;
  text-align: center;
}

table.fahrplan th {
  width: 33%;
  text-align: center;
  font-weight: bold;
}

table.impressum {
  width: 100%;
  margin: 0px;
}

table.impressum td {
  text-align: left;
}

table.impressum th {
  width: 167px;
  text-align: left;
  font-weight: normal;
}


.csc-mailform { 
	clear:both;
	border:0;
	margin: 0;
	padding: 0;
	width:100%;
}

div.csc-mailform-field * {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
}

div.csc-mailform-field {
	width:100%;
	margin:0;
	padding:2px 0px 2px 0px;
	clear:both;
}

div.csc-mailform-field label {
	float: left;
	width: 175px;
	margin:0;
	padding:0;
}

div.csc-mailform-field input, div.csc-mailform-field textarea {
	margin:0;
	padding:0;
	border: 1px solid #999999;
	width: 200px;
}

div.csc-mailform-field input.csc-mailform-submit {
	border: 1px solid #999999;
	width: 100px;
	width: 75px;
	margin-left: 175px;
}

.csc-mailform-radio fieldset {
	border:0;
	margin:0;
	padding:0;
	width:100%;
}

.csc-mailform-radio fieldset legend {
	display:none;
}

.align-right {text-align: right}
.align-left {text-align: left}
.align-center {text-align: center} 
