/* CSS Document */

.randomImg {
	float: left;
	display:inline;
	padding: 0px 5px 6px 0px;
}
.randomImg_right {
	float: left;
	display:inline;
	padding-bottom: 6px;
}

.randomLinkHolder {
	padding-top: 5px;
	clear: both;
}	


/*** HTML  **************************************/
body {
	margin: 0 0 0 0;
	padding: 0px;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #000;
	background-image: url(../images/hg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment:fixed;
}

input, textarea {
	border: 1px solid #000;
	background-color: #3d3d3d;
	font-size: 11px;
	color: #ccc;
	padding-left: 2px;
}
select {
	border: 1px solid #000;
	background-color: #3d3d3d;
	color: #ccc;
	font-size: 11px;
}

/*** LAYOUT  ***********************************/
#main {
	color: #fff;
	margin: 1em auto;
	width: 830px;
	margin-top: 0px;
	padding: 0px;
}

#headerLine {
	height: 15px;
	padding: 3px 0px 4px 0px;
	margin-bottom: 5px;
	background-color: #151515;
	border: 1px solid #151515;
}
.language {
	float: left;
	width: 250px;
	padding-left: 10px;
}
.langMenu {
	color: #8c8c8c;
	float: left;
}
.langMenu a {
	color: #8c8c8c;
	text-decoration: none;
	padding-right: 3px;
}
.langMenu a:hover {
	color: #999;
}


.topLinks {
	float: left;
	width: 290px;
	padding-left: 15px;
	font-size: 11px;
	text-align: left;
}
.topLinks a{
	color: #8c8c8c;
	text-decoration: none;
}
.topLinks a:hover{
	color: #999;
}
.metaMenuHolder {
	float: right;
	width: 250px;
	text-align: right;
}

.clearer {
	clear: both;
}

#logoHolder {
	width: 552px;
	height: 80px;
	background-color: #151515;
}

#statusHolder{
	float: right;
	height: 80px;
	width: 256px;
	/*padding-right: 10px;*/
	background-color: #151515;
}

.weatherInfo {
	float: left;
	width: 170px;
	margin: 7px 0px 7px 10px;
}
.weatherInfo td{
	color: #8c8c8c;
}

.parkStatus {
	float: right;
	width: 68px;
	color: #8c8c8c;
	margin: 9px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;
}

#footer {
	clear: both;
	margin-top: 15px;
}

/** Newsbox on Startpage   *******************************/
.newsBoxHolder {
	border: 3px solid #266c89;
	padding: 10px;

}
.newsBoxClearer{
	clear: both;
}

.newsBoxHolder h2 {
	margin: 0px;
	margin-bottom: 5px;
}
.newsBox {
	width: 370px;
}

/*** ContentHolder  ***********************************/
#contentHolder {
	color: #8c8c8c;
	margin-top: 20px;
	margin-bottom: 50px;
}
#c_left {
	float: left;
	width: 140px;
	padding: 20px 0px 30px 0px;
	margin-bottom: 10px;
	background-color: #151515;
}
#c_right {
	float: right;
	width: 675px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	background-color: #151515;
}
#c_middle {
	padding: 12px 15px 0px 15px;
	background-color: #151515;
}

.c_start_left {
	float: left;
	width: 399px;
	border-right: 1px solid #333;
}
.c_start_right {
	float: right;
	width: 400px;
}

/*** FooterMenu  ****************************************/

#footerMenu {
}
#footerMenu span {
}
#footerMenu a {
	color: #769c09;
	text-decoration: underline;
}
#footerMenu a:hover {
	color: #333;
}
#footerMenu img {
}

/*** CONTENT   ***********************************/
/** ContentBox Global ****************/
/* ContentBox Startseite*/

.cBoxStart_left {
	height: 220px;
	color: #666;
	padding-right: 12px;
}
.cBoxStart_left_1 {
	height: 155px;
	padding-top: 5px;
	color: #666;
	border-top: 1px solid #333;
}

.cBoxStart_right {
	padding-left: 13px;
	height: 220px;
	color: #666;
}

.cBoxStart_right_1 {
	padding-left: 13px;
	padding-top: 5px;
	height: 155px;
	color: #666;
	border-top: 1px solid #333;
}

.cBoxStart h1 {
	font-size:16px;
	text-transform:uppercase;
	color:#151515;
	margin-top: 0px;
	margin-bottom: 20px;
}
.cBoxStart h2 {
	font-size: 11px;
	text-transform:uppercase;
	color: #0693C0;
	margin-bottom: 10px;
}
.cBoxStart p, td {
	font-size: 11px;
	color: #fff;
	margin: 0px;
	padding: 0px;
}
.cBoxStart_right a, .cBoxStart_right_1 a, cBoxStart_left a, cBoxStart_left a{
	color:#666;
	text-decoration: none;
}
.cBoxStart_right a:hover, .cBoxStart_right_1 a:hover, cBoxStart_left a:hover, cBoxStart_left a:hover {
	text-decoration: underline;
}






/* ContentBox Footerbereich auf Startseite*/

.cBoxFooter {
	float: left;
	padding: 1px;
	background-color: #151515;
	padding-right: 5px;
	width: 269px;
	height: 85px;
}
.cBoxFooter p, .cBoxFooter2 p {
	color: #8c8c8c;


}
.cBoxFooter2 {
	float: left;
	padding: 1px;
	padding-right: 10px;
	width: 251px;
	height: 85px;
	margin-left: 15px;
	background-color: #151515;
}

/* ContentBox Normal*/
.cBox {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	color: #8c8c8c;
}

.cBox h1 {
	font-size:16px;
	text-transform:uppercase;
	color:#8c8c8c;
	margin-top: 15px;
	margin-bottom: 20px;
}
.cBox h2 {
	font-size: 11px;
	text-transform:uppercase;
	color: #0693C0;
	margin-bottom: 10px;
}

.cBox p, td {
	font-size: 11px;
	color: #8c8c8c;
	margin: 0px;
	margin-top:7px;
}
.cBox a {
	color:#fba919;
	font-weight: normal;
	text-decoration: none;
}
.cBox a:hover {
	text-decoration: underline;
}
.cBox_1 img {
	margin-right: 10px;
	margin-left: 10px;
	display: inline;
}
.cBox_2 img {
	padding-right: 10px;
	display: inline;
}

.cBoxGallery{
	float: left;
	padding: 20px 5px 10px 15px;
}
.cBoxGallery h1{
	font-size: 14px;
	margin: 0px;
	color: #fd4f8a;
}