@charset "utf-8";
/* CSS Document */

.header{
	background-image: url(gfx/bgbanner_top.gif);
}

.banner{
	background-image: url(gfx/bglogo.gif);
}

.footer{
	background-image: url(gfx/bgfooter.gif);
}

.navion{
	background-color: #FF6600;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	height: 30px;
}
.navioff{
	background-color: #FF9900;
	cursor: default;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	height: 30px;
}

.navion a, .navioff a{
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

h1{
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;	
}

h2{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

h3{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
}

.text{
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	left: 10px;
	text-align: justify;
}

.text a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0033FF;
}

textarea {
	border-right: 1px solid;
	border-top: 1px solid;
	font-size: 11px;
	background: #FFFFFF;
	border-left: 1px solid;
	border-bottom: 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	word-spacing: normal;
	border-bottom-color: #FF9900;
	border-top-color: #FF9900;
	border-left-color: #FF9900;
	border-right-color: #FF9900;
}

input {
	border-right: 1px solid;
	border-top: 1px solid;
	font-size: 11px;
	background: #FFFFFF;
	border-left: 1px solid;
	border-bottom: 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	border-bottom-color: #FF9900;
	border-top-color: #FF9900;
	border-left-color: #FF9900;
	border-right-color: #FF9900;
}

.veranstaltungen{
	background-color: #F0F0F0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.veranstaltungen:hover{
	background-color: #D8D8D8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.menuout{
	background-color: #999999;
}

.menuover{
	background-color: #333333;
}

