body {
	background-color: lightgrey;
}

h3 {
	font-size: 13pt;
	margin-bottom: 5px;
}

img {
	border: 0;
}

/* definieren des Hauptdivs */
.main {
	text-align: left;
	width: 720px;
	min-height:600px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

.box {
	border: 1px lightgrey solid;
	width: 694px;
	text-align: left;
	margin: 15px 0px;
	padding: 2px;
	background-color: white;
}

/* Überschriftenpositionierung */
.header	{
	position:absolute;
	left:540px;
	top:5px;
	color:#0000ff;
}

/* Menu */
#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu li {
	float:left;
	position: relative;
	width: 180px;
	background-color:#1212cd;
}

#menu li ul {
	display: none;
	position: absolute; 
	top: 1em;
	left: 0;
}

#menu li > ul {
	top: auto;
  	left: auto;
}

#menu li:hover ul {
	display: block;
}

#menu li:hover {
	background-color:#6495ed;
}

#menu a {
	margin-left:10px;
	color:ffffff;
	text-decoration:none;
}

#main a:link, a:visited {
	color: #1B57B1;
	text-decoration:none;
}

#main a:hover
	{
	color:#ffffff;
	background-color: #1B57B1;
	}

.zeile2	{
	background-color: lightskyblue;
	}

.tablestandard {
	background-color: white;
	border-collapse: collapse;
	text-align: center;
}

.tablestandard td, th {
	border: 1px solid lightgrey;
	margin: 0px;
	padding: 1px 3px;
}

.tableborder {
	border-style: solid none;
	border-color: lightgrey;
	border-width: 1px;
}

.text {
	margin: 10pt;
	text-align: justify;
}

.showonprint {
	display: none;
}
	
/* admin */
.plays {
	font-weight: bold;
}

.playsnot
	{
	text-decoration: line-through;
	color: lightgrey;
	}

/* news */
.news	{
	padding: 0px 10px 10px;
	}

.newsbody
	{
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 2px;
	border-top: 1px solid lightsteelblue;
	border-bottom: 1px solid lightsteelblue;;
	}

.comment
	{
	padding: 0px 10px 10px;
	}

.comment_header
	{
	background-color: lightsteelblue;
	padding-left: 3px;
	}

.comment_text
	{
	border: 1px solid lightsteelblue;
	padding-left: 3px;
	}

/* Archiv */
.aufsteiger
	{
	background-color: lightgreen;
	}

.absteiger
	{
	background-color: coral;
	}

.brlg
	{
	background-color: powderblue;
	}
	