/* STYLESHEET PLUSMUSIC.CH*/
/* by coresystems ag */

/* ------GENEREL------------------*/

BODY {
	font-family:Arial, Helvetica, sans-serif;
}
P {
	font-size:12px;
}
A{
	-moz-outline: none;
}

TABLE#position {
	border:none;
	width:100%;
	height:100%
}

/* ------SITE-------------------------*/

TABLE#site {
 	width:996px;
}
TABLE#site TD#top {
	height:25px;
	text-align:right;
	font-size:11px;
	/*padding-right:14px;*/
	padding-top:5px;
	/*background-image:url(../images/bg_top.gif);*/
	background-repeat:no-repeat;
}

TABLE#site TD#header {
	height:70px;
	width:996px;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
}

TABLE#site TD#center {
	width:769px;
}

TABLE#site TD#bottom {
	height:20px;
	text-align:right;
	font-size:11px;
}

/* --------HEADER-----------------------*/

TABLE#site TD#header TABLE#header {
	padding-top:16px;
	width:996px;
	font-size:18px;
}

TABLE#site TD#header TABLE#header TD#h0{
	width:259px;
}

/* ---------CENTER----------------------*/

TABLE#site TD#center TABLE#center {
	width:996px
}

TABLE#site TD#center TABLE#center TD#menu {
	width:227px;
	vertical-align:top;
}

TABLE#site TD#center TABLE#center TD#content {
	width:769px;;
	vertical-align:top;
}


/* -------MENU------------------------*/

TABLE#site TD#center TABLE#center TD#menu TABLE#menu {
	width:213;
}

TABLE#site TD#center TABLE#center TD#menu TABLE#menu TD#search {
	background-image:url(../images/bg_search.gif);
	background-repeat:no-repeat;
	height:36px;
	display:block;	
	vertical-align:middle;
}
TABLE#site TD#center TABLE#center TD#menu TABLE#menu TD#search DIV#suchbox{
	padding-left:8px;
	vertical-align:middle;
	height:33px;
	padding-top:6px;
	
}
TABLE#site TD#center TABLE#center TD#menu TABLE#menu TD#search DIV#suchbox input#box{
	width:170px;	
	height:21px;
	color:#666666;
}
TABLE#site TD#center TABLE#center TD#menu TABLE#menu TD#search DIV#suchbox input#send{
	width:20px;	
	height:20px;
	background-image:url(../images/bu_search.gif);
	border:none;
	cursor:pointer;
}
TABLE#site TD#center TABLE#center TD#menu TABLE#menu TD#search DIV#suchbox form{
	/* SPACE PROBLEM IE */
	margin:0;
	/*padding:0;*/
}

TABLE#site TD#center TABLE#center TD#menu TABLE#menu TD#menu {
	width:213px;	
}

TABLE#site TD#center TABLE#center TD#menu TABLE#menu TD#menu_bottom {
	background-image:url(../images/menu_bottom.gif);
	background-repeat:no-repeat;
	height:18px;
}

/* TABLE#site TD#center TABLE#center TD#menu TABLE#menu TD#request, TABLE#site TD#center TABLE#center TD#menu TABLE#menu TD#request A{ */
TABLE#site TD#center TABLE#center TD#menu TABLE#menu, TABLE#site TD#center TABLE#center TD#menu TABLE#menu{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	text-decoration:none;
}


TABLE#site TD#request, TABLE#site TD#request A{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-decoration:none;
	padding-left:6px;
}

TABLE#site TD#center TABLE#center TD#menu TABLE#menu TD#phone {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
	font-weight:bold;
	vertical-align:baseline;
	height:10px;
}

/* -------CONTENT------------------------*/

TABLE#site TD#center TABLE#center TD#content TABLE#content {
	vertical-align:top;
	width:769px;
	font-size:13px;
	line-height:16px;
	text-align: justify;
}
TABLE#site TD#center TABLE#center TD#content TABLE#content A{
	color:#666666;
	text-decoration:none;
	font-weight:900;
}
TABLE#site TD#center TABLE#center TD#content TABLE#content A:hover{
	color:#999999;
	text-decoration:none;
	font-weight:900;
}

TABLE#site TD#center TABLE#center TD#content TABLE#content TD#content_header {
	vertical-align:top;
	width:769px;
}
TABLE#site TD#center TABLE#center TD#content TABLE#content TD#content {
	vertical-align:top;
	width:500px;
}
TABLE#site TD#center TABLE#center TD#content TABLE#content TD#content DIV#element{
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;	
/*	border-top: #cccccc solid 2px;      */
/*	border-bottom: #cccccc solid 2px;   */
/*	border-left: #cccccc solid 2px;     */
/*	border-right: #cccccc solid 2px;    */
	padding-top:18px;
	padding-bottom:8px;
	padding-left:14px;
	padding-right:14px;
}
/* CLONE */
TABLE#site TD#center TABLE#center TD#content TABLE#content TD#content DIV#element DIV#element{
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	padding:0;
}
TABLE#site TD#center TABLE#center TD#content TABLE#content TD#spacer {
	width:10px;
}
TABLE#site TD#center TABLE#center TD#content TABLE#content TD#content_right {
	vertical-align:top;
	width:259px;	
}

TABLE#site TD#center TABLE#center TD#content TABLE#content TD#content_right DIV#element{
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
/*	border-top: #cccccc solid 2px;    */
/*	border-bottom: #cccccc solid 2px; */
/*	border-left: #cccccc solid 2px;   */
/*	border-right: #cccccc solid 2px; */
	padding-top:18px;	
	padding-bottom:8px;
	padding-left:14px;
	padding-right:14px;
}
/* CLONE */
TABLE#site TD#center TABLE#center TD#content TABLE#content TD#content_right DIV#element DIV#element{
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	padding:0;
}
/* -------CONTENT TITLE LAYOUTS------------------------*/

TABLE#site TD#center TABLE#center TD#content TABLE#content DIV#h1 {
	font-size:14px;
	color:#666666;
	font-weight:bold;
	padding-bottom:5px;
}
TABLE#site TD#center TABLE#center TD#content TABLE#content DIV#h2 {
	font-size:14px;
	color:#000000;
	font-weight:bold;
	padding-bottom:5px;
}
TABLE#site TD#center TABLE#center TD#content TABLE#content DIV#h3 {
	font-size:14px;
	color:#ff0000;
	font-weight:bold;
	padding-bottom:5px;
}
TABLE#site TD#center TABLE#center TD#content TABLE#content DIV#h4 {
	font-size:20px;
	color:#666666;
	font-weight:bold;
	padding-bottom:5px;
}
