/*** default css ***/
/******************* 
- divs for width/height and margin/padding separated for old IE-box modell
*******************/

body {
    font-size: 13pt;
	color: black;
	background-color: white;
	min-width: 100%;
	text-align: left;
}

/* outer frame with shadow */
#shadow {
	width: auto;
	height: auto;
	background-image: none;
	background-repeat: no-repeat;
	visibility: visible;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	overflow: visible;
}

/* main container */
#container {
	padding: 0;
	margin: 0;
}

#all {
	width: auto;
	height: auto;
	background-image: none;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	overflow: visible;
}

#head {
	display: none;
}

/********** Navigation top (1. level) **********/
#nav-top {
	display: none;
}


/********** Navigation left (2. level, 3.level) **********/
#nav-left {
	display: none;
}

/********** Content *********/
#content {
	margin: 0;
	width: auto;
}

* html #content {
	margin: 0;
	height: auto;
}

#main_behaelter {
	width: auto;
	text-align: left;
	overflow: visible;
}

#wsh_scroll_regler_container {
	display: none;
	width: 1px;
	overflow: hidden;
}
div.wsh_stat_container {
	width: auto;
	overflow: visible;
	position: static; 
}
div.wsh_abs_container {
	width: auto;
	overflow: visible;
	position: static; 
}
div.wsh_rel_container {
	width: auto;
	overflow: visible;
	position: static; 
}

/********** Content  left (=center) column *********/
.col_left {
	color: black;
	overflow: visible;
	max-width: 100%;
	width: 95%;
}

* html .col_left {
	height: auto;
	padding-right: 60px;
}

.col_left a {
	color: black;
}

.col_left .csc-textpic-caption {
	color: black;
}

.col_left p.narrow {
	width: auto;
}

.center_submenu p a.submenu-subtitle {
	color: black;
}

.col_left img {
	border: 0;
}

.col_left .csc-textpic-image img{
	border: 0;
}

.center_submenu img {
	border: 0;
}
.gallery {
	width: 95%;	
}


/********** Content  right column *********/
#col_right {
	display: none;
	width: auto;
	color: black;
}

* html #col_right {
	width: auto;
	padding-right: 60px;
	height: auto;
}

#col_right a {
	color: black;
}

#col_right a.submenu-subtitle {
	color: black;
}

#col_right img {
	border: 0;
}

#col_right .csc-textpic-image img {
	border: 0;
}


/********** Footer *********/
#footer {
	display: none;
}



/********** Editpanel *********/
#editpage {
	display: none;
}

#editteaser {
	display: none;
}

table.typo3-editPanel {
	display: none;
}

#col_right table.typo3-editPanel td img, .col_left table.typo3-editPanel td img {
	display: none;
}

table.typo3-adminPanel {
	display: none;
}

.col_left img.frontEndEditIcons, #col_right img.frontEndEditIcons {
	display: none;
}


