@charset "ISO-8859-1";

BODY {
	background-image: url("../images/bg_yellow.jpg");
	background-repeat: repeat-y;
	background-color: white;
	color: black;
	font-family: arial, serif;
	font-size: 10pt;
}

P {
	margin-left: 30px;
}

OL {
	margin-left: 30px;
	margin-bottom: 30px;
}

A {
	background-color: transparent;
	color: black;
}

A:hover {
	color: #FF6600;
	background-color: transparent;
}

A IMG {
	background-color: transparent;
	color: black;
}

IMG{
	border-width: 0;
}

H1 {
	font-style: italic;
	font-size: 30pt;
	font-weight: normal;
	margin-left: 10px;
	margin-top: 0px;
}

H2 {
	font-style: italic;
	font-weight: normal;
	font-size: 18pt;
	margin-left: 20px;
}

H3 {
	font-style: italic;
	font-weight: normal;
	font-size: 14pt;
	margin-left: 20px;
}

H3 A {
	text-decoration: none;
}

H3.index_subtitle {
	margin-top: 50px;
	margin-bottom: 5px;
}

H3.veranstaltung_header A:hover{
	background-color: transparent;
	color: black;
}

.header {
	position: absolute;
	margin-top: 10px;
	height: 140px;
}

H1.h1_title {
	position: absolute;
	margin-top: 10px;
	margin-left: 220px;
}

.h1_title A{
	background-color: transparent;
	color: black;
}

.HeaderIMG {
	position: absolute;
	margin-top: 10px;
	margin-left: 220px;
	height: 140px;
	width: 600px;
}

OL {
	list-style-type: upper-roman;
}

/*UL {
	list-style-type: circle;
}*/

LI {
	margin-bottom: 5px;
}

.Menu {
	position: absolute;
	background-color: transparent;
	color: black;
	margin-top: 160px;
	width: 200px;
	font-size: 10pt;
	text-decoration: none;
}

.MenuGroup {
	margin-bottom: 10px;
	color: black;
	background-color: transparent;
}

.singleMenu {
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 5px;
	width: 170px;
	padding: 2px;
	background-image: url("../images/bg_menu_yellow.jpg");
	background-repeat: repeat-y;
	background-color: white;
	color: black;
}

.singleMenu A {
	text-decoration: none;
	background-color: transparent;
	color: black;
}

.singleMenu A:hover {
	color: #FF6600;
	background-color: transparent;
}

.singleMenuSelected {
	background-color: white;
	color: black;
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 5px;
	width: 170px;
	padding: 2px;
}

.singleMenuSelected A {
	text-decoration: none;
	color: black;
	background-color: transparent;
}

P.w3c {
	margin-left: 5px;
}

.text {
	background-image: url("../images/bg_text_yellow.jpg");
	background-repeat: repeat-y;
	position: absolute;
	margin-top: 160px;
	margin-left: 220px;
	margin-bottom: 5px;
	margin-right: 5px;
	padding-top: 20px;
	background-color: transparent;
	color: black;
	width: 600px;
	border: solid;
	border-width: 1px;
	border-right-width: 0px;
	border-color: black;
}

.veranstaltung {
	margin-left: 30px;
	margin-top: 10px;
	font-size: 12pt;
	padding: 5px;
	float: none;
}

.veranstaltung a {
	text-decoration: none;
}

.tableIMG IMG{
	margin: 5px;
    height: 100px;
    vertical-align: middle;
}

.veranstaltungIMG {
	margin: 5px;
    height: 100px;
    width: 100px;
    vertical-align: middle;
    border: solid;
	border-width: 1px;
	border-color: black;
}

.sponsorIMG {
	margin-top: 100px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 5px;
	padding: 5px;
	background-color: white;
	color: black;
    text-align: center;
	border: solid;
	border-width: 1px;
	border-color: black;
}

.sponsorIMG A {
	text-decoration: none;
}

.sponsorIMG A IMG {
	margin-top: 5px;
}

.sponsorIMGtext {
	text-align: left;
	font-size: 8pt;
	font-style: italic;
}

.back2top {
	text-align: center;
	font-size: 7pt;
}

.back2top A {
	text-decoration: none;
}

.back2top A IMG {
	background-color: gray;
	color: black;
}

.back2top A:hover IMG {
	background-color: #FF6600;
	color: black;
}

.veranstaltungDetails {
	margin-left: 30px;
	font-size: 12pt;
}

.veranstaltungDetails a {
	text-decoration: underline;
}

TR.meta {
	background-color: white;
	font-weight: bold;
	color: black;
	background-image: url("../images/bg_menu_yellow.jpg");
	background-repeat: repeat-y;
}

.table_border .meta TD {
	color: black;
	background-color: transparent;
}

.meta A {
	color: black;
	background-color: transparent;
}

TABLE {
	margin-left: 30px;
	margin-bottom: 30px;
	margin-top: 10px;
}

TABLE.table_border {
    border-style: solid;
    border-color: black;
	border-width: 1px 1px 1px 1px;
    border-spacing: 0px;
    border-collapse: collapse;
    width: 90%;
}

.table_border TD {
	color: black;
	background-color: white;
    border-style: solid;
    border-color: black;
    margin: 0px;
    padding: 4px;
    border-width: 1px 1px 1px 1px;
    vertical-align: middle;
}

.small {
	font-size: 10pt;
}

.frontIMG {
	margin-top: 5px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 5px;
	padding: 5px;
	background-color: white;
	color: black;
    	text-align: center;
	border: solid;
	border-width: 1px;
	border-color: black;
}
