* {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

hr {
	border: solid #FFC411;
}

.colored {
	background-color: #FFC411;
}

p {
	color: black;
	font-size: 13px;
	text-align: justify;
}

p.error {
	color: red;
	font-size: 13px;
	text-align: justify;
	font-weight: bold;
}

p.small {
	color: black;
	font-size: 10px;
	text-align: left;
}

p.left {
	color: black;
	font-size: 13px;
	text-align: left;
}

p.right {
	color: black;
	font-size: 13px;
	text-align: right;
}

p.center {
	color: black;
	font-size: 13px;
	text-align: center;
}

a {
	color: Green;
	text-decoration: none;
	font-size: 13px;
}

a:hover {
	color: Green;
	text-decoration: underline;
	font-size: 13px;
}

td {
	color: black;
	font-size: 13px;
}

td.centered {
	color: black;
	font-size: 13px;
	text-align: center;
}

th {
	color: black;
	font-size: 13px;
	font-weight: bold;
}

h1 {
	color: #004401;
	font-size: 13px;
	font-weight: bold;
}

a.entries {
	color: black;
	text-decoration: none;
}

a.entries:hover {
	color: black;
	text-decoration: underline;
}

h3 {
	font-size: 15px;
	color: #004401;
}

body {
	background-color: #FFCC33;
}

input {
	background-color: #FFDD7F;
	font-size: 12px;
	color: black;
	border: 1px dotted black;
}

input.submit {
	border: 2px outset black;
}

input.antispam {
	width: 1px;
	height: 1px;
	background-color: #FFCC33;
	color: #FFCC33;
	border: #FFCC33;
}

textarea {
	background-color: #FFDD7F;
	font-size: 12px;
	color: black;
	border: 1px dotted black;
}

table.entries {
	border-collapse: collapse;
}

th.entries {
	background-color: #DFA800;
	color: black;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 6px 2px 8px;
	text-align: left;
	border: 1px solid #FFBB00;
}

td.entries {
	background-color: #FFDD7F;
	color: black;
	font-size: 12px;
	padding: 0px 6px 3px 8px;
	border: 1px solid #FFBB00;
}

th.gbnav {
	background-color: #DFA800;
	color: black;
	font-size: 12px;
	font-weight: bold;
	padding-left: 8px;
	padding-bottom: 3px;
	padding-right: 6px;
}

li {
	color: black;
	list-style-type: circle;
	font-size: 13px;
}

td.fanshop {
	background-color: #FFC411;
	color: black;
	font-size: 12px;
	padding-left: 8px;
	padding-bottom: 3px;
	padding-right: 6px;
}

th.fanshop {
	background-color: #DFA800;
	color: black;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	padding-left: 8px;
	padding-bottom: 3px;
	padding-right: 6px;
}

table.jahresprogramm {
	border-collapse: collapse;
}

td.jahresprogramm_fett {
	background-color: #FFDD7F;
	color: black;
	border: 1px solid #FFBB00;
	font-size: 13px;
	padding: 6px 8px 6px 8px;
	font-weight: bold;
	text-align: center;
}

td.jahresprogramm {
	background-color: #FFDD7F;
	color: black;
	border: 1px solid #FFBB00;
	font-size: 12px;
	padding: 2px 8px 2px 8px;
	text-align: left;
}

td.jahresprogramm_foot {
	background-color: #FFCC33;
	color: black;
	text-align: right;
	font-size: 10px;
	padding: 2px 8px 15px 2px;
}

img {
	border: none;
}

/* Table with Special Border (News and Events) */
td.border_corner_topleft {
	background-image: url(../bilder/layout/rahmen_corner_topleft.gif);
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
}

td.border_corner_topright {
	background-image: url(../bilder/layout/rahmen_corner_topright.gif);
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
}

td.border_corner_bottomleft {
	background-image: url(../bilder/layout/rahmen_corner_bottomleft.gif);
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
}

td.border_corner_bottomright {
	background-image: url(../bilder/layout/rahmen_corner_bottomright.gif);
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
}

td.border_horizontaltop {
	background-image: url(../bilder/layout/rahmen_horizontaltop.gif);
	background-repeat: repeat-x;
	height: 15px;
}

td.border_horizontalbottom {
	background-image: url(../bilder/layout/rahmen_horizontalbottom.gif);
	background-repeat: repeat-x;
	height: 15px;
}

td.border_verticalleft {
	background-image: url(../bilder/layout/rahmen_verticalleft.gif);
	background-repeat: repeat-y;
	width: 15px;
}

td.border_verticalright {
	background-image: url(../bilder/layout/rahmen_verticalright.gif);
	background-repeat: repeat-y;
	width: 15px;
}

td.border_events {
	background-image: url(../bilder/layout/rahmen_events.gif);
	height: 15px;
	width: 101px;
	background-repeat: no-repeat;
}

td.border_news {
	height: 15px;
	width: 85px;
	background-repeat: no-repeat;
	background-image: url(../bilder/layout/rahmen_news.gif);
}

