@charset "utf-8";
/* accordion.css
------------------------------------------------------------------------
This stylesheet contains the basic  accordionCSS rules for badsteben 
Author: inpublica.de 
--------------------------------------------------------------------- */
/*------------------ header ------------------ */
.rightheader {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #b3bece;
	cursor: hand;
	cursor: pointer;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b3bece;
	margin-bottom: 6px;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 0;
	padding-bottom: 6px;
	width: 200px;
}
/*------------------ when they are open ------------------ */
.openheader { 
	color: #f28c12;
}
/*------------------ when they are closed ------------------ */
.closedheader {
	color: #b3bece;
}
.rightheader a:hover {
	color: #f28c12;
}
/*------------------ when they are closed ------------------ */
.closedlanguage {
	color: #b3bece;
}
/*------------------ rightcontent div ------------------ */
.rightcontent {
	width: 200px;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	color: #b3bece;
	font-size:13px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	margin: 0px;
}
/************* #veranstaltungen Formular Rechts **************/
.veranstaltungen {
	text-decoration: none;
	border-collapse: collapse;
	font-size:13px;
	color: #b3bece;
}
.veranstaltungen tr {
	padding: 0px;
	margin: 0px;
}
.veranstaltungen .art {
	width: 190px;
}
.veranstaltungen .date {
	width: 110px;
}
.sucheButton {
	font-size: 13px;
	background-color: #d4deea;
	height: 22px;
	width: 65px;
	color: #003366;
	line-height: 22px;
	text-align: center;
	vertical-align: middle;
	display: block;
}
.sucheButton a {
	background-color: #d4deea;
	color: #003366;
	display: block;
	line-height: 22px;
	text-decoration: none;
}
.sucheButton a:hover {
	background-color: #b0c1d7;
	color: #003366;
}
/************* #Wetter Rechts **************/
.weatherTable {
	text-decoration: none;
	border-collapse: collapse;
	font-size:11px;
	
	margin-bottom: 6px;
	color: #b3bece;
}
.weatherTable tr {
	padding: 0px;
	margin: 0px;
}
.weatherTable td {
	padding: 0px;
	margin: 0px;

}
.weatherTable td.weatherIcon {
	width:30px;
	
}
.weatherTable td.weatherIcon div {
	background-color:#d4deea;
	width:30px;

}

.webcamLink a {
	color: #B3BECE;
	font-size: 13px;
	text-decoration: none;
}
.webcamLink a:hover {
	color: #F28C12;
	text-decoration: underline;
}
