/* CSS Document */

/* Top Menu */
ul.topMenu {
	list-style: none;
	margin: 0px 0px 0px 230px;
	padding: 0px;
	font-weight: bold;
	text-align: right;
}
li.topMenu-NO, li.topMenu-ACT {
	float: left;
	margin: 20px 20px 0px 0px;
}

/* Page Menu */
ul.pageMenu-level1 {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
li.pageMenu-level1-ACT{
	display: block;
	width: auto;
	padding: 8px 0px 8px 10px;
	font-weight: bold;
}
.pageMenu-level1-NO a {
	display: block;
	width: auto;
	padding: 8px 0px 8px 10px;
	font-weight: bold;
}
.pageMenu-level1-NO a:hover {
	text-decoration: none;
}
ul.pageMenu-level2 {
	list-style: none;
	margin: 8px 0px -8px -10px;
	padding: 0px;
	font-size: 11px;
}
li.pageMenu-level2-ACT{
	display: block;
	width: auto;
	padding: 6px 0px 6px 15px;
	font-weight: bold;
	border-bottom: 1px solid #FFFFFF;
}
.pageMenu-level2-NO a {
	display: block;
	width: auto;
	padding: 6px 0px 6px 15px;
	font-weight: bold;
	border-bottom: 1px solid #FFFFFF;
}
.pageMenu-level2-NO a:hover {
	text-decoration: none;
}

/* Credits */
.creditsMenu a, .creditsText a {
	color: #666666;
	text-decoration: underline;
	
}
.creditsMenu a:hover, .creditsText a:hover {
	text-decoration: none;
}
ul.creditsMenu {
	list-style: none;
	margin: 0px 0px 0px 18px;
	padding: 0px;
}
li.creditsMenu-NO, li.creditsMenu-ACT {
	float: left;
	margin: 0px 10px 10px 0px;
}
.creditsText {
	clear: both;
	margin-left: 18px;
	margin-bottom: 20px;
	font-size: 12px;
	color: #666666;
}
.creditsText img {
	position: relative;
	top: 2px;
	border: none;
}

/* Suche */
.searchButtonImg {
	position: relative;
	top: 4px;
	margin-left: 5px;
}
.searchInput {
	background-color: #FFFFFF;
	border: 1px solid #666666;
	font-size: 10px;
}
.tx-indexedsearch-searchbox-sword, .tx-indexedsearch-selectbox-defop, .tx-indexedsearch-selectbox-sections, .tx-indexedsearch-selectbox-results {
	background-color: #FFFFFF;
	border: 1px solid #666666;
	margin: 4px;
}

.langMenu a {
	color: #666666;
}

/* Content */
#logoBox h1, #teaserBox h1 {
	margin: 0px;
	padding: 0px;
}
.bodytext {
	margin-bottom: 0px;
}
.mainText {
	clear: both;
	padding: 18px;
}
.mainText a {
	color: #666666;
	text-decoration: underline;
}
.mainText a:hover {
	text-decoration: none;
}
#mainTextBox .csc-textpic-border img {
	border: 1px solid #666666;
}
#caption {
	font-size: 14px;
}
#numberDisplay {
	padding-top: 10px;
}

/* Routenplaner */
#rp-leftCol {
	float: left;
}
#rp-rightCol {
	float: left;
}
.rp-box {
	height: 20px;
	margin: 0px 5px 5px 0px;
	width: 110px;
}
.rp-box label {
	position: relative;
	top: 3px;
}
.routenPlaner-suche {
	background-color: #FFFFFF;
	border: 1px solid #666666;
	vertical-align: middle;
	color: #000000;
	font-size: 12px;
}

/* Mailformular */
.csc-mailform {
	width: 290px;
	border: none;
}
.csc-mailform-field {
	text-align: right;
}
.csc-form-label-req {
	color: #FF0000;
}
.csc-mailform .textarea, .csc-mailform .select, .csc-mailform .input{
	background-color: #FFFFFF;
	border: 1px solid #666666;
	margin: 5px;
	vertical-align: middle;
	width: 200px;
	color: #3B4849;
}
.csc-mailform .submitbutton {
	margin: 5px;
}