html,body {
	font-family: "Lucida Grande", "Trebuchet MS", helvetica, sans-serif;
	margin: 0px;
	font-size: small;
	background: url(bilder/pattern_bg.jpg);
	color: white;
	padding: 0px;
	height: 100%;
	width: 100%;
	text-align: center;
}
a:link,
a:visited {
	color: white;
}
table#page {
	width: 930px;
	height: 100%;
	background: black;
	border: 0px;
	padding: 0px;
	margin: auto;
	border-collapse: collapse;
	text-align: left;
}
table#page td {
	margin: 0px;
	padding: 0px;
}
td#metaarea {
	height: 30px;
	border-bottom: 1px solid #333;
	padding-left: 30px;
}
td#logoarea {

}
td#leftarea {
	width: 280px;
	height: 100%;
	background: url(bilder/bg_hauptmenu.jpg) 0px 70px no-repeat;
}
td#rightarea {
	width: 620px;
	height: 100%;
}
img#logo {
	margin-top: 10px;
	margin-bottom: 10px;
}









table#rightarea {
	height: 100%;
	width: 100%;
	vertical-align: top;
	padding: 0px;
	margin:0px;
	border-collapse: collapse;
}
table#rightarea td {
	margin: 0px;
	padding: 0px;
}
table#rightarea td#content {
	width: 400px
}
table#rightarea td#content td {
	font-size: 80%
}
td#header {
	height: 70px;
	background: url(bilder/headerbox.jpg) no-repeat;
}





ul#buttonmenu {
	margin:0px;
	padding: 0px;
	list-style: none;
	height: 50px;
}
ul#buttonmenu li{
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
	padding-left: 12px;
}

ul#mainmenu {
	margin:0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	top: 211px;
}
ul#mainmenu li{
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 13px;
}


/*************************
*
*	Boxformatierung
*
**************************/
td#submenu {
	width: 440px;
	height: 45px;
	background: url(bilder/submenubox.jpg) no-repeat; 
}
td#content,
td#content td {
	font-size: 9pt;
	line-height: 1.9em;
	color: #AAAAAA;
}
div#contentwrap {
	margin-left: 10px;
}
/*--------------------- Formatierung rechte Spalte */
td#headerright {
	background: url(bilder/bg_headerright.gif) #111;
}
td#rightcolumn {
	font-size: 8pt;
	width: 180px;
	
}

/*--------------------- grauer Streifen mit Muster am rechten Rand */
td#streifenrechts {
	width: 30px;
	background: url(bilder/pattern_rand.gif) #666666;
}
/*--------------------- Formatierung für den Tooltip */
#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 80px;
	padding: 5px;
	color: black;
	background: white;
	visibility: hidden;
	z-index: 100;
}
#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}

/*------------------------ */
ul#buttonmenu li a:link,
ul#buttonmenu li a:visited {
	text-decoration: none;
}
a#mixer:link,
a#mixer:visited {
	width: 31px;
	height: 50px;
	background: url(bilder/mixer.jpg);
	display: block;
}
a#platten:link,
a#platten:visited {
	width: 59px;
	height: 50px;
	background: url(bilder/platten.jpg);
	display: block;
}
a#turntable:link,
a#turntable:visited {
	width: 52px;
	height: 50px;
	background: url(bilder/turntable.jpg);
	display: block;
}
a#box:link,
a#box:visited {
	width: 36px;
	height: 50px;
	background: url(bilder/box.jpg);
	display: block;
}
a#mixer:hover{
	background: url(bilder/mixer_act.jpg);
}
a#platten:hover{
	background: url(bilder/platten_act.jpg);
}
a#turntable:hover{
	background: url(bilder/turntable_act.jpg);
}
a#box:hover{
	background: url(bilder/box_act.jpg);
}
/*------------------------- Formatierung fürs 3.Level Menu */
div.csc-menu a:link,
div.csc-menu a:visited {
	text-decoration: none;
	color: #aaaaaa;
 	display: block;
	padding: 5px;
	border-bottom: 1px solid #333333;
}
div.csc-menu a:hover {
	background: #333333;
	color: white;
	border-right: 10px solid #888888;

}
div.csc-menu p {
	padding: 0px;
	margin: 0px;
}
div.tx-veguestbook-pi1 fieldset{
	border: 1px solid #888888;
	padding: 15px;
}
div.tx-veguestbook-pi1 label {
	display: block;
	width: 200px;
}




