/***
 * MAIN CSS
 */

html {
	background: #000;
	/*height: 100%;*/
}
body, h1, h2, h3, h4, h5, h6, div, p, table, td, ul, ol, li, dd, dt, dl, blockquote, address, hr, pre {
	margin: 0;
	padding: 0;
}
body, input, textarea {
	font: normal normal normal 11px/18px Arial,Verdana,Helvetica,sans-serif;
	color: #ccc;
}
body {
	padding: 12px 0 0 0;
	/*height: 100%;
	background: #523d2c url(../img/bg-holz.jpg) repeat 0 0;*/
}



/***
 * Container zur Formatierung
 */

#all, #all-home {
	width: 876px;
	height: 576px;
	padding: 0 0 24px 24px;
	margin: 0 auto;
	background: #222;
}
#all {
	border: 1px solid #4a4a4a;
	border: 1px solid #333;
}
#spezMenu-bg {
	float: left;
	width: 53px;
	height: 100%;
	padding: 0;
	background: url(../img/bg_spezmenu.png) no-repeat 0 0;
	border-bottom: 1px solid #333;
}
#spezMenu {
	width: 53px;
	height: 100%;
}
#main {
	float: left;
	width: 799px;
	height: 100%;
}
.spezMenuIcon {
	float: right;
	width: 27px;
	height: 27px;
	margin: 0 0 5px 0;
	padding: 0;
	background: url(../img/bg_spezmenuicon.png) no-repeat 0 0;
	border: 1px solid #5e5e5e;
	border: 1px solid #444;
}
#top {
	width: 100%;
	height: 170px;
	/*background: url(../img/gemina.png) no-repeat 0 0;*/
}
#topA {
	float: right;
	width: 778px;
	height: 132px;
}
#topB {
	float: right;
	width: 714px;
	height: 38px;
	padding: 0 18px;
	/*background: url(../img/bg_content.png) no-repeat 0 0;
	border: 1px solid #5e5e5e;
	border-top: none;*/
}
#content {
	width: 774px;
	height: 405px;
	padding: 0 24px 0 0;
	background: url(../img/bg_content.png) no-repeat 0 0;
	border: 1px solid #5e5e5e;
	border: 1px solid #333;
	border-left: none;
}
#inner, #inner-sb {
	float: right;
	width: 678px;
	padding: 18px 36px;
}
#inner img {
	border: 1px solid #000;
}
#footer {
	width: 852px;
	padding: 0 24px 0 24px;
	margin: 0 auto;
}
#footer-left {
	float: left;
}
#footer-right {
	float: right;
}
#footer-right a {
	margin-left: 18px;
}
#homeMenu {
	width: 852px;
}

.dist1, .dist1h {
	float: right;
	width: 28px; /* alt: 28px */
	height: 86px;
}
.dist1h {
	width: 1px;
}
#distHome {
	width: 852px;
	height: 32px; /* alt: 174px */
}



.gGallery img {
	margin-right: 36px;
}



/***
 * Ext: News
 */

.news-list-item {
	margin-bottom: 10px;
}
.tx-ttnews-browsebox table tr td {
	padding-right: 4px;
}



/***
 * Ext: Direct Mail
 */

.contact-1 {
	font: normal normal normal 11px/18px Verdana,Helvetica,Arial,sans-serif;
	width: 200px;
	height: 18px;
	padding: 0 2px;
	background: #000;
	color: #ddd;
	line-height: 18px;
	border-left: 1px solid #222; border-top: 1px solid #222;
	border-right: 1px solid #444; border-bottom: 1px solid #444; 
}


/***
 * Fuer Songbook Seite
 */

#inner-sb {
	width: 720px;
	padding: 0;
}




/***
 * IE6 PNG-Transparenz Hack (Quelle: www.twinhelix.com/css/iepngfix)
 *  (wird nur von MSIE-Browser interpretiert)
 */

/* wenn mit TYPO3 den Pfad absolut vom Root-Verzeichnis aus
* { behavior: url(fileadmin/template/main/style/iepngfix.htc); }
*/

* { behavior: url(style/iepngfix.htc); }




