/* CSS-Stylesheet musicals-magazin.de - layout */
html,body {
	background-color: #f1f1f1;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-align: center; /* this is only for braindead IE */
	height: 100%;
	margin: 0px;
	margin-bottom: 1px; 
	padding: 0px;

}

.divcomplete {
	background-color: #e8e8e8;
	width: 920px;
		margin: 0px auto 0px auto;
}

/* ------------------------------------------------------------------*/
/* ------------------------------------------------------------------*/
/* ------------------------------------------------------------------*/


.divtop {
	width: 920px;
	height: 72px;
	text-align: left; /* this is only for braindead IE */
	padding-top: 15px;
	/* margin-bottom: 30px; */
	background-color: #ffffff;
	clear: both;	
}

.divtopleft {
	width: 224px;
	height: 72px;	
	float: left;
	
}

.divtopright {
	width: 685px;
	height: 14px;	
	margin-top: 49px;
	vertical-align: bottom;
	float: left;

}

/* ------------------------------------------------------------------*/
/* ------------------------------------------------------------------*/
/* ------------------------------------------------------------------*/

.divbuffer {
	background-color: #ffffff;	
	width: 920px;
	height: 30px;
	clear: both;
}

.divbufferline {
	background-color: #ffffff;	
	border-top: 1px solid #000000;
	margin-left: 10px;
	margin-right: 10px;
	width: 900px;
	height: 5px;
}



/* ------------------------------------------------------------------*/
/* ------------------------------------------------------------------*/
/* ------------------------------------------------------------------*/

.divmnav {
	background-color: #f59c26;	
	text-align: left; /* this is only for braindead IE */
	width: 900px;
	height: 22px;
	padding-left: 10px;
	padding-right: 10px;
	clear: both;
	
}
.tblmnav {
	border: 0px solid #f59c26;
	width: 881px;
	height: 22px;
	border-collapse: collapse;
	vertical-align: middle;	
}

.tdmnavleft {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	width: 676px;
	height: 22px;
	text-align: left;
	
}

.tdmnavtxt {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;	
	height: 22px;
	text-align: right;
}

.tdmnavfld {
	height: 22px;
	width: 128px;
	text-align: right;		
}

.tdmnavbtn {
	height: 22px;
	padding-left: 5px;
	text-align: right;
}




/* ------------------------------------------------------------------*/
/* ------------------------------------------------------------------*/
/* ------------------------------------------------------------------*/


.divcontentmain {
	width: 920px;
	background-color: #e8e8e8;
	text-align: left; /* this is only for braindead IE */
	padding-top: 25px;	
	clear: both;
}

.divcontentleft {
	width: 225px;
	float: left;
	background-color: #e8e8e8;
}

.divcontentleftnav {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #e8e8e8;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
}

.divcontentmiddle {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	width: 445px;
	/* height: 400px; */
	float: left;
	padding-right: 25px;
	margin-top: 3px;
	background-color: #e8e8e8;			
}

.divcontentright {
	width: 193px;
	margin-top: 3px;
	float: right;
	background-color: #e8e8e8;	
}

.divcontentrightads {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left; /* this is only for braindead IE */
	color: #000000;
	background-color: #bdbebf;
	/* height: 326px; */
	margin-left: 0px;
	margin-right: 30px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	
}

.divcontentrightadsbottom {

}

/* ------------------------------------------------------------------*/
/* ------------------------------------------------------------------*/
/* ------------------------------------------------------------------*/


.divbottom {
	font-family: Arial, sans-serif;
	color: #666666;
	background-color: #e8e8e8;
	width: 910px;
	text-align: left; /* this is only for braindead IE */
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 10px;
	clear: both;
}


/* ------------------------------------------------------------------*/
/* ------------------------------------------------------------------*/
/* ------------------------------------------------------------------*/
/* (MB) Rueckt das Bild auf gleiche Hoehe wie Text */

.csc-textpic.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
	margin-top: 4px; 
}

/* ------------------------------------------------------------------*/
/* ------------------------------------------------------------------*/
/* ------------------------------------------------------------------*/
/* (MB) 3-Spaltige Tabelle für "Bestellen". */
/* Land | Preis | Waehrung */


table.bestellen {
	border-spacing: 0px;
	border-collapse:collapse;
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: center;
}

table.bestellen td {
	margin: 0px;
	padding: 0px;
	
	border-spacing: 0px;
	border-collapse:collapse;
	border: 0px;

}

table.bestellen td.td-0 {
	margin: 0px;
	padding: 0px;
	text-align: left
	border-spacing: 0px;
	border-collapse:collapse;
	border: 0px;
}

table.bestellen td.td-1 {
	text-align: right;
	padding-right: 10px;
	padding-left: 5px;
	border: 0px;
}

table.bestellen td.td-2 {
	text-align: left;
	border: 0px;
}

table.bestellen td {
	vertical-align: bottom;
	padding-top: 5px;
}

/* ------------------------------------------------------------------*/
/* ------------------------------------------------------------------*/
/* ------------------------------------------------------------------*/


















