@charset "utf-8";
/* CSS Document */

/* ==============================================================
                        SEITENSTRUKTUR
================================================================= */

/* --------------------- #seitentitel ----------------------------- */
* html #seitentitel {
	height:60px;
	}
#seitentitel h1 {
	width:280px;
	float:left;
	}
	
/* --------------------- #audioplayer ----------------------------- */
#audioplayer {
	width:120px;
	float:right;
	}
* html #audioplayer {
	position:relative; /* braucht der IE, damit das swf klickbar bleibt */
	}

/* ==============================================================
                        NAVIGATION
================================================================= */	

#mainnavi a {
	color:#522800;
	}
#mainnavi a:hover, #mainnavi a.active {
	color:#fff;
	}
#mainnavi li a {
	line-height:90%;
	}
* html #mainnavi li a {
	line-height:110%;
	}
* html #mainnavi li {
	margin-bottom:5px;
	}
#mainnavi .level_3 {
	margin-left:35px;
	width:90px;
	}
	
/* ==============================================================
                        GLIDER
================================================================= */	
.controls div.csc-textpic-imagewrap {
	background-color:#8C8B89;
	}
	
.section h1 {
	display:none;
	}
	
	
/* --------------------- #centerbox ----------------------------- */
#centerbox,
div.scroller div.section {
	height:500px;
}
div.scroller {
	height:500px;
}

	
	
/* ==============================================================
                        META
================================================================= */
.meta h1 {
	padding:10px 20px 0 20px;
	}
.meta #column1 h1,
.meta #column1 h2,
.meta #column1 h3 {
	padding:0 0 5px 0;
	}
.meta #seitentitel h1 {
	color:#fff;
	}
.meta p,
.meta h1,
.meta h2,
.meta h3,
.meta b {
	color:#333;
	}
.meta #contentbox h1 {
	margin-bottom:5px;
}
.meta #column1 a {
	color:#522800;
	}
.meta p {
	padding-bottom:20px;
	}
.meta #my-glider {
	width:800px;
}
.meta #contentbox {
	width:800px;
	margin-right:0;
	margin-top:0;
	}
.meta #seitentitel {
	width:470px;
	margin-left:330px;
	height:60px;
	background-image:url(../../TESTA/media/struktur/specialbox_bg.png) !important; /* ist für alle Standardkonformen Browser wichtig */
	background-image:none; /* Wichtig für den IE6 und darunter. Erkennt sonst nachfolgende Anweisung nicht und macht das PNG sonst nicht transparent */
	}
* html .meta #seitentitel { /* So wird das PNG im IE transparent */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
	(enabled=true, src='fileadmin/TESTA/media/struktur/specialbox_bg.png', sizingMethod='scale');
	}
.meta #column1 {
	width:760px;
	height:360px;
	background-color:#fff;
	margin-right:0;
	padding:20px;
	}
* html .meta #column1 {
	height:400px;
	width:800px;
	}
.meta #column2 {
	width:470px;
	float:left;
	min-height:60px;
	background-image:url(../../TESTA/media/struktur/specialbox_bg.png) !important; /* ist für alle Standardkonformen Browser wichtig */
	background-image:none; /* Wichtig für den IE6 und darunter. Erkennt sonst nachfolgende Anweisung nicht und macht das PNG sonst nicht transparent */
	}
* html .meta #column2 { /* So wird das PNG im IE transparent */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='fileadmin/TESTA/media/struktur/specialbox_bg.png', sizingMethod='scale');
	margin-right:-3px;
	height:60px;
	display:inline;
	}
.meta ol {
	margin-left:25px;
	margin-bottom:15px;
	}
.meta ol li {
	font-size:12px;
	color:#333;
	}
	
	
/* ==============================================================
                        PAGEBROWSER
================================================================= */

/* --------------------- #pagebrowser ----------------------------- */
.pagebrowser {
	width:330px;
	height:60px;
	font-size:12px;
	color:#522800;
	float:left;
	}
.pagebrowser li {
	color:#522800;
	}
div.cag_pagebrowser  a {
	font-size:12px;
	text-decoration:none;
	}
div.cag_pagebrowser  a:hover span,
div.cag_pagebrowser  a:hover {
	color:#522800;
	}
div.cag_pagebrowser ul li.index {
	display:none;
	}
	
/* ==============================================================
                        Form
================================================================= */

fieldset {
	margin:0 0 3px 0;
	}
	
	
.controls .csc-textpic-image a{
	display:block;
	width:50px;
	height:50px;
	background-color:#522800;
	}
.controls .csc-textpic-imagewrap {
	width:300px;
	}
	
/* ==============================================================
                      Große Bilder
================================================================= */
.controls .csc-textpic-image {
	width:50px !important;
	}
.controls .csc-textpic-imagewrap {
	width:230px !important;
	}
* html .controls .csc-textpic-imagewrap {
	width:250px !important;
	}
	
	
.content .csc-textpic {
	background-image:url(../media/struktur/bg_showroom.gif);
	background-repeat:no-repeat;
	min-height:410px;
	}
* html .content .csc-textpic {
	height:410px;
	}
.content div.csc-textpic-imagewrap {
margin-bottom:10px;
padding:0;
}