/***************************************************************************
 *       Page Layout Definitions                                           *
 ***************************************************************************/
*, .standard {
	font-size:   14px;
	color:       #111111;
	font-family: Tahoma,Verdana,Arial;
	font-weight: normal;
}
a.standard, a.standard:link, a.standard:visited, a.standard:hover, a.standard:active {
	font-size:   14px;
	color:       #111111;
	font-family: Tahoma,Verdana,Arial;
	font-weight: normal;
	color: #CC2929;
	text-decoration: underline;
}
body {
	margin:                0px; 
	height:                100%; 
	color:                 black;
	text-align:            center;
	background-color:      #F5F5F5;
	background-repeat:     no-repeat;
	background-position:   center center;
	background-attachment: fixed;
	font-size:90%;
}
.inhalt {
	position:      static;
	width:         660px;
	margin-left:   auto;
	margin-right:  auto;
	margin-top:    40px;
	margin-bottom: 40px;
	text-align:    left;
	padding-left:  20px;
	padding-right: 20px;
}
.top_menu, .bottom_menu {
	position:         fixed;
	width:            700px;
	height:           40px;
	left:             50%;
	margin-left:      -350px;
	background-color: #F5F5F5;
}
.top_menu {
	top:        0px;
}
.bottom_menu {
	bottom:     0px;
}
.centerbox {
	position:      absolute;
	width:         660px;
	height:        300px;
	top:           50%;
	margin-top:    -150px;
}
/***************************************************************************
 *       Global Text Style Definitions                                     *
 ***************************************************************************/
h1 {
	font-size:  24px;
	text-align: center;
	font-weight:      bold;
}
h2, h2 a {
	font-size:        17px;
	text-align:       center;
	font-weight:      bold;
	color:            #111111;
	background-color: #CFCCC0;
}
h3, h3 a:link, h3 a:visited  {
	font-size:        16px;
	text-align:       center;
	color:            #111111;
	font-weight:      bold;
	text-decoration:  none;
}
h3 a:active, h3 a:hover {
	color:           #CC2929;
	text-decoration: underline;
}
h4 {
	font-size:  15px;
	text-align: center;
	margin:     0px;
	font-weight:      bold;
}
a  {
	color: #CC2929;
}
li {
	margin: 6px;
}
b {
	font-weight: bold;
}
/***************************************************************************
 *       Custom Text Style Definitions                                     *
 ***************************************************************************/
.menu_button {
	border-width: 0px;
}
.unterschrift, .unterschrift a {
	font-size: 12px;
}
.playlist {
	text-align: left;
	width:      400px;
}
.Musikwunsch {
	color: #CC2929;
}
.short {
	font-size: 11px;
}
.gb {
	background-color: #CFCCC0;
}
.godmode {
	color:       #CC2929;
	font-weight: bold;
}
.flyer {
	border: 1px solid black;
}
/***************************************************************************
 *       Global Form Style Definitions                                     *
 ***************************************************************************/
.textbox {
	background:                 transparent;
	background-color:           white;
	border:                     1px solid black;
	color:                      black;
	font-family:                Verdana,Arial;
	text-align:                 left;
	scrollbar-face-color:       #CCCCCC;
	scrollbar-shadow-color:     white;
	scrollbar-highlight-color:  white;
	scrollbar-3dlight-color:    white;
	scrollbar-darkshadow-color: white;
	scrollbar-track-color:      white;
	scrollbar-arrow-color:      black
}
INPUT, TEXTAREA {
	color: black;
}


