/* needed for xhtml */

html {
  height: 100%;
}


/* redundant selectors to help NS4 not to forget */
div, p, th, td, li, dd, dl, dt, input, textarea, ol, ul {
 	font-family: Arial, Helvetica, Sans-Serif, Geneva;
	font-size: 12px;
}

body {
	height: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E2E2E2;
	font-family: Arial, Helvetica, Sans-Serif, Geneva;
	font-size: 12px;
	color: black;
}


/* spalten definitionen */

	/* innenPage only */
	#bigTable {
		width: 750px;
	}
	
	/* startPage only */
	#startTable {
		height: 100%;
		width: 100%;
	}

	#homeLink { 
		width: 151px;
		height: 92px;
	}

	#mainMenu {
		width: 372px;
	}
	
	.contentLeft {
		width: 151px;
	}

	#search, .contentBorder, .contentRight {
		width: 176px;
	}
	
	#header {
		height: 15px;
		vertical-align: bottom;
	}
	
	#sectionMenu {
		height: 326px;
	}
	
	.contentMain {
		width: 596px;
	}

/*    twoRowsMiddle: should be class - btw, it's two cols not rows :-) */
	.contentMiddle, #twoRowsMiddle {
		width: 372px;
		vertical-align: top;
	}
	
	#contentFooter {
		height: 68px;
		vertical-align: top;
		text-align: right;
	}
	
	#newsletter {
		margin: 0px;
		margin-left: -3px;
		height: 118px;
		vertical-align: top;
	} 
	
	#footer {
		height: 20px;
		vertical-align: bottom;
	}
	
	#footerLine {
		height: 1px;
	}
	
	#endSiteSpacer {
		height: 100%;
	}

	.letterTitle {
		height: 18px;
		vertical-align: top;
	}

	.letterContent {
		height: 100px;
		vertical-align: top;
	}

	#twoRowsMiddle td {
		vertical-align: top;
	}
	
	#spalteMitte, .teaser {
		width: 175px;
		vertical-align: top;
	}
	
/* 	content-positionierung innenabstaende       */

	.contentMiddle .bodytext, .contentMiddle p {
		margin-top:	0px;
		margin-bottom: 6px;
		padding: 0px;
	}

	#homeLink, #languageMenu, #contentLeft, .letterTitle, .letterContent { 
		padding-left: 3px;
	}
	
	#mainMenu, #sectionTitle, #content, #metaMenu, .contentMiddle, #contentFooter {
		padding-right: 13px;
		padding-left: 15px;
	}
	
	#search, #pageSubtitle, .contentBorder, .contentRight {
		padding-left: 20px;
	}
	
	.contentBorder, #search, .contentRight {
		vertical-align: top;
	}
	
	#twoRowsMiddle p {
		margin-bottom: 4px;
	}
	
	.letterContent {
		padding-top: 6px;
	}
	
	
/*	font definitions */
	
	h1, h2, h3, h4 {
		margin: 0px;
	}

	h1 {
		font-size: 28px;
		line-height: 28px;
		font-weight: bold;
		margin-bottom: 9px;
	}

	#startPageHeader div h1 {
		margin-top: 14px;
	}

	h2 {
		font-size: 18px;
		line-height: 20px;
		font-weight: bold;
		margin-bottom: 12px;
	}
	
	h3 {
		font-size: 14px;
		line-height: 16px;
		font-weight: normal;
		margin-bottom: 16px;
	}

	h4 {
		font-size: 12px;
		line-height: 14px;
		font-weight: normal;
		margin-bottom: 12px;
	}

	.csc-caption, .imgtext-table p.csc-caption, #rightMenu .csc-caption a {
		font-size: 10px;
		line-height: 12px;
		margin-top: 10px;
/*		margin-top: 6px; */
	}

	.link {
		font-size: 11px;
		line-height: 16px;
		margin-top: 0px;
		margin-bottom: 16px;
	}

	.description {
		font-size: 10px;
		line-height: 12px;
	}

	.outerHeadline {
		font-size: 28px;
		line-height: 130%;
		font-weight: bold;
		margin: 4px 0px 9px 0px;
		padding: 0px 0px 0px 0px;
	}

	.innerHeadline {
		font-size: 18px;
		line-height: 20px;
		font-weight: bold;
		margin: 0px 0px 12px 0px;
	}

	p.frontTeaser {
		font-size: 14px;
		/* line-height: 16px;*/
		font-weight: normal;
		margin: 0px 0px 16px 0px;
	}


	#twoRowsMiddle a {
		font-size: 11px;
		line-height: 14px;
	}

	.contentMiddle .link {
		text-align: right;
	}
	
	.contentMiddle div {
		margin-bottom: 18px; 
		line-height: 16px;
	}

	div.csc-header {
		margin: 0px;
		padding: 4px 0px 0px 0px;
	}


	#languageMenu, #metaMenu {
		font-size: 11px;
	}
	
	#sectionTitle, #pageSubtitle, .letterTitle, .teaserHead {
		font-size: 14px;
		line-height: 15px;
	}
	
	#sectionMenu a, .letterContent, #contentFooter, #rightMenu a {
		font-size: 11px;
		line-height: 16px;
	}
	
	.contentRight div, .contentRight p {
		margin-top: 0px;
		font-size: 11px;
		line-height: 14px;
	}
	
	.teaser div {
		margin-top: 7px;
	}
	
	.teaserHead {
		margin-top: 0px;
		margin-bottom: 11px;
	}
	
	#spalteMitte div {
		margin: 0px;
		margin-bottom: 16px;
	}
	
	.subMenu {
		font-size: 11px;
		line-height: 14px;
	}
	
	#sectionMenu a, .subMenu a, #rightMenu a {
		text-decoration: none;
	}
	
		
/*	color definitions */	

	.dark {
	background-color: #cccccc;
	}
	
	a, a:visited, a:active, a:link {
		color: black;
	}
	
	a:hover {
		color: #333333;
	}
	
	
	
/* 	form definitions */

	input.search {
  		width: 86px;
	}
	
	input.newsletter {
		width: 105px;
		margin-top: 8px;
	}

	
	input.dSearch, select.dSearch {
		width: 242px;
	}

	input.dSearchD {
		width: 85px;
	}

	input.search, input.newsletter {
 		border: none 0px white;
		font-size: 11px;
		padding-left: 5px;

	}

	input.dSearchD {
		margin-top: -3px;
	}
	
	input.dSearch, input.dSearchD, select.dSearch {
		font-size: 11px;
		margin-bottom: 10px;
		vertical-align: top;
	}
	
	form, input {
		margin: 0px;
	}

	td.formTxt {
		padding-top: 3px;
		padding-bottom: 10px;
	}

	p.formComnts {
		font-size: 10px;
		margin: 0px;
		margin-top: -9px;
		margin-bottom: 10px;
		margin-left: 1px;
	}

	.tx-indexedsearch-section-header {
		font-size: 18px;
		font-weight: bold;
	}

	.tx-indexedsearch-section-header a {
		text-decoration: none;
	}

	.tx-indexedsearch-section-header-count {
		padding-top: 12px;
		padding-bottom: 4px;
	}

	.tx-indexedsearch-redMarkup {
		font-weight: bold;
	}

	td#languageMenu a:link, td#languageMenu a:visited, td#languageMenu a:active, td#languageMenu a:hover {
		text-decoration: none;
	}

	.results {
		padding-bottom: 18px;
	}

	.results a, .artists a {
		text-decoration: none;
	}

	.agbHead {
		font-family: "Arial";
		font-size: 12pt;
		font-weight: bold;
		margin-bottom: 0px;
		padding-bottom: 0px;
	}

	.contentMiddle H1 {
		padding-top:	4px;
		
	}

.csc-textpic-caption {
    font-size:		10px;
    line-height:	12px;
    padding-top:	10px;
}

