html, body, div, p, h1, h2, h3, ol, span, table, td, form, img {
	margin: 0;
	padding: 0;
	font-family: sans-serif, Helvetica, Arial;
	font-size : 101%;
	color: black;
}

body {
	height: 100%;
	width: 100%;
	background: url(Hintergrund.png) repeat;
	font: 12px sans-serif, helvetica, arial;
	padding: 0;
	margin: 0;
}

h1 {
	color: #575757;
	font-weight: bold;
	margin-top: 2.5ex;	
	margin-bottom: 1ex;
	letter-spacing: 0.15em;
	font-size: 14px;
}

h2 {
	color: #575757;
	font-weight: bold;
	margin-bottom: 1ex;
	letter-spacing: 0.15em;
}

h3 {
	margin-top: 1ex;	
	font-weight: bold;
}

p.concerts {
	font-weight: bold;
	margin-bottom: 1ex;
	letter-spacing: 0.15em;
	font-size: 14px;
}

p {
	margin-bottom: 1ex;
}

td {
	padding-right: 10px;
}

a {
	word-spacing: 0;
	text-decoration: none;	
}

a:link.menu {
	color: #575757;	
}

a:visited.menu {
	color: #575757;
}

a:hover.menu {
	color: black;
}

a:active.menu {
	color: black;
}

a:link {
	color: #575757;	
}

a:visited {
	color: #575757;
}

a:hover {
	color: #D1AB00;
}

a:hover.menu .menuitemselect{
	padding-bottom: 6px;
	background: url(menu_select.png) no-repeat center bottom;
}

.menuitemselect{
	color: #575757;
}

.menuitemactive{
	padding-bottom: 6px;
	background: url(menu_active.png) no-repeat center bottom;
}

a:hover.menu .settingsitemselect{
	padding-top: 6px;
	background: url(settings_select.png) no-repeat center top;
}

.settingsitemactive{
	padding-top: 6px;
	background: url(settings_active.png) no-repeat center top;
}

.settingsitemselect{
	color: #575757;
}

ul {
	list-style-type: none;
}

.bildlinks {
	float: left;
	padding: 9px;
	padding-right: 14px;
	padding-left: 0px;
}

.bildrechts {
	float: right;
	padding: 9px;
	padding-right: 0px;
	padding-left: 14px;
}

.bildrechtsoben {
	float: right;
	padding: 9px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 14px;
}

.bildlinksoben {
	float: left;
	padding: 9px;
	padding-top: 0px;
	padding-right: 14px;
	padding-left: 0px;
}

.bildrechtsh1 {
	float: right;
	padding: 9px;
	padding-top: 2.5ex;
	padding-right: 0px;
	padding-left: 14px;
}

.einrueckung {
	padding-left: 8px;
}

#Main {
	width: 800px;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	background-color: white;
	top: 9px;
}

#Verlauf {
	position: absolute;
	background-image:url(Verlauf.png);
	width: 100%;
	height: 160px;
}

#YellowBox {
	height: 23px;
	width: 274px;
	top: 0px;
	margin-left: 46px;
	background-color: #f8d90a;
}

#Settingsbox {
	position: absolute;
	height: 23px;
	width: 300px;
	top: 6px;
	right: 0px;
	margin-right: 10px;
	text-align: right;
	font-size: 11px;
	letter-spacing: 0.1em;
}

#LanguageSelector {
	position: absolute;
	right: 8px;
	top: 36px;
}

#Menubar {
	color: #575757;
	letter-spacing: 0.15em;
	margin-left: 46px;
	margin-top: 22px;
	margin-bottom: 6px;
	word-spacing: 1.6em;
}

#Logo {
	background-image:url(Logo.png);
	width: 800px;
	height: 70px;
}

#Content {
	margin: 20px;
	text-align: justify;
	margin-top: 25px;
	padding-bottom: 200px;
	line-height: 2.7ex;
}

.message_green {
	border: 1px solid #2AF70A;
	background-color: #D0FDE1;
	padding: 4px;
	margin-bottom: 2px;
}

.message_red {
	border: 1px solid #F70A2A;
	background-color: #FDD0D6;
	padding: 4px;
	margin-bottom: 2px;
}	

.red {
	font-style: italic;
	color: #F70A2A;
}

input {border: 1px solid #CDCDCD;}

input:focus {border: 1px solid black;}

input.error {border: 1px solid #F70A2A;}

#BlackBox {
	height: 23px;
	width: 480px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-color: black;
}

#Counter {
	position: relative;
}

#Copyright {
	margin-left: 46px;
	margin-bottom: 4px;
	color: #ADADAD;
	font-size: 11px;
}
