/*
 * Positioning & Layout
 * Author: novel (novel@dmace.com)
 * Project: bornsound.ch
 * Creation date: 5.8.2009
 * History:	
 * - V 1.0: 5.8.09
 * 
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 
	margin:			0; 
	padding:		0; 
	border:			0; 
	outline:		0; 
	font-weight:	inherit; 
	font-style:		inherit; 
	font-size:		100%; 
	vertical-align:	baseline; 
}
/***************************************************************************************************/
html {
	height:100.1%;
}
body {
	height: 100.1%;
	background: #dfe3df;
}
.clear {
	clear: both;
}

#wrap {
	width: 702px; /*667px;*/
	margin: 0 auto -90px;
	padding-right: 35px;
	text-align: left;
	min-height: 100%; 
	height: auto !important;
  	height: 100%;
	background: url('../img/body.jpg') no-repeat top left #dfe3df;
}

#wrap_header {	
	height: 38px;
	padding-top: 11px;
}

#navigation {
	float: left;
	height: 289px;
	width: 205px;
}
#spotlight {
	margin: 0 0 0 205px;
	width: 462px;
	height: 289px;
}
#sound {
	height: 27px;
	text-align: right;
	padding-right: 45px;
}
#sub-navigation {
	float: left;
	width: 244px;
}
#rootline,
#title,
#content,
#footer {
	margin: 0 0 0 244px;
	width: 401px;
	padding: 0 10px;
}
#content {
	background: #FFF;
	padding-top: 12px;
}
#footer {
	background: url('../img/footer.png') no-repeat top left;
	padding-top: 24px;
	font-size: 9px;
	text-align: center;
	color: #FFF;
	height: 60px;
}
#rootline {
	height: 15px;
	font-size: 10px;
	color: #c6cac7;
	text-transform: uppercase;
	background: url('../img/content-top.png') no-repeat top left #dfe3df;
	padding-top: 7px;
}
#rootline a {
	color: #c6cac7;
}
#title {
	height: 23px;
}
			

/* menu */
#navigation ul {
	text-align: right;
	margin-top: 40px;
}

#navigation li {
	list-style: none !important;
	list-style-image: none !important;
	margin: 0 0 4px 0;
}

/* submenu */
#sub-navigation ul {
	margin-top: 56px;
	text-align: right;
	margin-right: 1px;
}
#sub-navigation li {
	list-style: none !important;
	list-style-image: none !important;
	margin: 0 0 12px 0;
	height: 23px !important;
}
#sub-navigation a {
	background: url('../img/sub_menu1.gif') no-repeat top left;
	padding: 5px 3px 16px 24px !important;
}
#sub-navigation li.act a,
#sub-navigation a:hover {
	background: url(../img/sub_menu2.gif) no-repeat;
}

/* styles not in RTE */
.csc-textpic-caption {
	font-size: 0.8em !important;
}
.tx-chgallery-pi1 li {
	list-style: none!important;
	margin: 0;
	padding: 0;
}
.csc-textpic-imagewrap {
	padding-top: 24px !important;
}


