@charset "utf-8";
/* CSS Document */

body {
	background-image: url(bilder/hintergrund.png);
	background-repeat: repeat;
	margin-top:3px;
    }
	
body, div {
	scrollbar-face-color: #c3af85;
	scrollbar-highlight-color: #dac8ac;
	scrollbar-3dlight-color: #e2d5ba;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #886549;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #cbb191;
    }

#mainframe {
	width:980px;
	height:580px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
    }

#contentleft {
	width:580px;
	height:480px;
	float:left;
	background-image:url(bilder/rolle.png);
	background-repeat:no-repeat;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
		}

#contentleft_foto {
	width:680px;
	height:580px;
	float:left;

		}

#contentright {
		width:300px;
		padding:0px;
		float:left;
		}

#contentmain{
		overflow:auto;
		height:480px;
		width:570px;
		padding-right:10px;
		}	
		
		
#right1 {
	width:280px;
	height:160px;
	padding:10px;
	overflow:hidden;
		}	
		
#right2 {
		width:300px;
		height:400px;
		padding:0px;
		overflow:hidden;
		}	
	
.text_black {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}	

.text_white {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}	

.text_black_bold {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}

.text_black_unter {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

.text_block_black {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-align: justify;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}

.text_block_white {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-align: justify;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}

.text_ueber {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-decoration: none;
    line-height: normal;
	font-variant: normal;
	text-transform: none;
}

.text_ueber_white {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
    line-height: normal;
	font-variant: normal;
	text-transform: none;
}

.bild_rahmen {
	border: 1px solid #725740;
}

#konzert_tb
{
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	width: 550px;
	border-collapse: collapse;
	text-align: left;
}
#konzert_tb th
{
	font-size: 14px;
	font-weight: normal;
	color: #000;
	padding: 10px 8px;
	border-bottom: 2px solid #000;
}
#konzert_tb tbody td
{
	border-bottom: 1px solid #000;
	color: #000;
	padding: 6px 8px;
}

#konzert_tb tbody.archiv td
{
	border-bottom: 1px solid #000;
	color: #666;
	padding: 6px 8px;
}


#konzert_tb tbody tr:hover td
{
	color: #009;
}

#disco_tb
{
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	width: 550px;
	border-collapse: collapse;
	text-align: left;
}
#disco_tb th
{
	font-size: 14px;
	font-weight: normal;
	color: #000;
	padding: 10px 8px;
	border-bottom: 2px solid #000;
}
#disco_tb tbody td
{
	border-bottom: 1px solid #000;
	color: #000;
	padding: 6px 8px;
}