body {
	font-family:		helvetica, sans-serif;

	text-align:		center;
	background-color:	#584527;
	color:			#5a4526;
	font-size:		10px;
}

a.level_1,
a.level_1_act,
a.level_1_cur {
	color:			#cdcac3;
	font-weight:		bold;
}

a.level_2,
a.level_2_act,
a.level_2_cur {
	color:			#a79265;
}

#status {
	position:		absolute;
	top:			10px;
	left:			10px;
	border:			2px solid black;
	font-size:		30px;
	color:			black;
	background-color:	white;
}

#top, #content, #bottom, #mainmenu, #popupcontainer {
	width:			90em;
	margin:			0 auto;
	text-align:		left;
	position:		relative;
}

#popupcontainer {
	z-index:		10000;
}

#topBg {
	overflow:		hidden;
	height:			30em;	
}

#top {
	position:		relative;
	background-color:	white;
	height:			30em;
}

#logo {
	position:		absolute;
	right:			5px;
	top:			5px;
}

/**
	mainmenu
*/

div#mainmenuBg {
	background-color:	#5A4526;
	height:			4em;
	width:			90em;

	position:		absolute;
	bottom:			0px;
	left:			0px;

	filter:			alpha(opacity=50);
	-moz-opacity:		0.50;
	opacity:		0.50;
}

ul#mainmenu {
	position:		absolute;
	bottom:			0px;
	left:			0px;

	text-align:		justify;
	height:			4em;
	overflow:		hidden;
}

ul#mainmenu li {
	display:		inline;
}

ul#mainmenu li span {
	margin-left:		90em;
}

ul#mainmenu li a {
	font-size:		1.5em;
	font-weight:		bold;
	line-height:		2.5em;
	padding:		1em 1.8em;	
}

ul#mainmenu li a:hover,
ul#mainmenu li a.level_1_act,
ul#mainmenu li a.level_1_cur {
	background-color:	#f3efe4;
	color:			#5a4526;
}

/**
	sidemenu
*/
ul#sidemenu {
	position:		absolute;
	left:			0px;
	top:			3em;
	width:			18em;
}

ul#sidemenu li {
	text-align:		right;
	padding-top:		2px;
	background-image:	url(../images/sidemenu.divider.png);
	background-repeat:	no-repeat;
}

ul#sidemenu li a {
	line-height:		1.5em;
	padding:		0.75em 0;
	font-size:		1.3em;
	color:			#584527;
	display:		block;
	background:		none;	
}

ul#sidemenu li a.level_2_cur,
ul#sidemenu li a:hover {
	background-image:	url(../images/sidemenu.act.png);
	background-repeat:	repeat-y;
}

/* Glow an der Seite */
#mainmenuBgLeft {
	position:		absolute;
	top:			0em;
	left:			-25em;
}

#mainmenuBgRight {
	position:		absolute;
	top:			0em;
	right:			-25em;
}

#topBgLeft {
	position:		absolute;
	top:			-2em;
	left:			-25em;
}

#topBgRight {
	position:		absolute;
	top:			-2em;
	right:			-25em;
}

#contentBgLeft {
	position:		absolute;
	top:			-2em;
	left:			-17.9em;
}

#contentBgRight {
	position:		absolute;
	top:			-2em;
	right:			-17.9em;
}

/**
	content
*/

#contentBg {
	background-color:	#f3efe4;
	padding-bottom:		2em;
	padding-top:		2em;
/*	overflow:		hidden;*/
}


#contentheadline {
/*	margin-left:		20em;*/
/*	margin-right:		2em;*/
/*	margin-bottom:		1em;*/
	
	margin:			0em 0em 1em 20em;
}

#contentheadline h1 {
	font-size:		3em;
	font-style:		normal;
	font-weight:		normal;
	letter-spacing:		-0.02em;
}

#content * h2 {
	font-size:		1.4em;
	font-weight:		bold;
	margin-bottom:		0.5em;
}

#content * div.csc-textpic-text {
	margin:			0.5em 0em 1em 0em;
}

#content * a.internal-link { 
	color:			#5A4526;
	font-weight:		bold;
}

#content * a.internal-link:hover { 
	border-bottom:		1px dotted #5A4526;
}

#content * a.internal-link2 { 
	color:			#5A4526;
}

#content * a.internal-link2:hover { 
	border-bottom:		1px dotted #5A4526;
}

#content * p {
	font-size:		1.2em;
	line-height:		1.6em;
	margin-bottom:		0.5em;
}

#content * p#description {
	font-weight:		bold;
}

#content * blockquote {
	font-style:		italic;
}

#contentcontainer {
	margin-left:		18em;
/*	margin-top:		2em;*/
	width:			72em;
	background-image:	url(../images/spacer_1x1_584527.jpg);
	background-repeat:	repeat-y;
}

#contentcenter, #contentright {
	margin-left:		2em;
	margin-right:		2em;
	text-align:		justify;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/*
	Layout 0:
		center: 50%
		right:	50%;
		navi:	ja:
*/

#contentheadline.layout0 {
	position: absolute;
	margin-top: 4em;
}

#contentcontainer.layout0 {
	margin:			0em;
	margin-top: -2em;
	width:			auto;
	background-image:	url(../images/typo3_lp.png);	
	background-repeat: no-repeat;
	background-position: right top;
}

#contentcontainer.layout0 #contentcenter {
	width:			32em;
	float:			left;
	margin-top: 9em;
	margin-left: 20em;
}

#contentcontainer.layout0 #contentright {
	width:			32em;
	float:			left;
	margin-top: 9em;
}

/*
	Layout 1:
		center: 66%
		right:	33%;
		navi:	ja;
*/

#contentcontainer.layout1 {
	background-position:	47em;
}

#contentcontainer.layout1 #contentcenter {
	width:			43em;
	float:			left;
}

#contentcontainer.layout1 #contentright {
	width:			21em;
	float:			left;

}

/*
	Layout 2:
		center: 100%
		right:	100%;
		navi:	ja;
*/

#contentheadline.layout2 {
	position: absolute;
	margin-top: 4em;
}

#contentcontainer.layout2 {
	margin:			0em;
	margin-top: -2em;
	width:			auto;
	background-image:	url(../images/typo3_lp.png);	
	background-repeat: no-repeat;
	background-position: right top;
}

#contentcontainer.layout2 #contentcenter {
	width:			auto;
	float:			left;
	margin-top: 9em;
	margin-left: 20em;
}

#contentcontainer.layout2 #contentright {
	width:			auto;
	float:			left;
	margin-top: 9em;
}

/*
	Layout 4:
		center: 50%
		right:	50%;
		navi:	nein;
*/

#content.layout4 ul#sidemenu{
	display:		none;
}

#contentheadline.layout4 {
	margin-left:		2em;
	margin-right:		2em;
}



#contentcontainer.layout4 #contentcenter,
#contentcontainer.layout4 #contentright {
	width:			41em;
	float:			left;
	margin-top: 6em;
}

#contentcontainer.layout4 {
	margin:			0em;
	margin-top: -6em;
	width:			auto;
	background-image:	url(../images/typo3_lp.png);	
	background-repeat: no-repeat;
	background-position: right top;
}

/*
	Layout 5:
		center: 66%
		right:	33%;
		navi:	nein;
*/


#content.layout5 ul#sidemenu{
	display:		none;
}

#contentheadline.layout5 {
	margin-left:		2em;
	margin-right:		2em;
}

#contentcontainer.layout5 #contentcenter {
	width:			56em;
	float:			left;
	margin-top: 6em;
}

#contentcontainer.layout5 #contentright {
	width:			26em;
	float:			left;
	margin-top: 6em;
}

#contentcontainer.layout5 {
	margin:			0em;
	margin-top: -6em;
	width:			auto;
	background-image:	url(../images/typo3_lp.png);	
	background-repeat: no-repeat;
	background-position: right top;
}

#contentcontainer.layout5 #contentcenter ul {
	margin-left: 30px;
	margin-bottom: 20px;
	font-size: 1.2em;
	list-style-type: disc;
}
#contentcontainer.layout5 #contentcenter li {
	margin-bottom: 10px;
}
/*
	Layout 6:
		center: 100%
		right:	100%;
		navi:	nein;
*/

#content.layout6 ul#sidemenu{
	display:		none;
}

#contentheadline.layout6 {
	margin-left:		2em;
	margin-right:		2em;
}

#contentcontainer.layout6 #contentcenter,
#contentcontainer.layout6 #contentright {
	width:			86em;
	float:			left;
	margin-top:			6em;
	
}

#contentcontainer.layout6 {
	margin:			0em;
	margin-top: -6em;
	width:			auto;
	background-image:	url(../images/typo3_lp.png);	
	background-repeat: no-repeat;
	background-position: right top;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/**
	bottom
*/
#bottomBg {
	background-image:	url(../images/footer.background.png);
	background-repeat:	repeat-x;
	width:			100%;
}

#bottomBgImage {
	width:			105%;
	height:			1em;
}

#bottom {
/*	background-color:	white;*/
}

#bottom ul {
	float:			left;
	display:		block;
	width:			20em;

/*	border:			1px solid wheat;*/
/*	margin:			1em;*/
}

#bottom ul.sonstiges {
/*	float:			right;*/
/*	position:		relative;*/
/*	top:			-3em;*/
	width:			9em;
}

#bottom ul li {
/*	background-color:	silver;*/
	margin:			1em;
	color:			red;
}

#bottom ul li a {
	font-size:		1.2em;
}

#bottom ul li a.level_1:hover,
#bottom ul li a.level_1_act:hover,
#bottom ul li a.level_1_cur:hover {
/*	color:			#A79265;*/
	text-decoration:	underline;
}

#bottom ul li a.level_2:hover,
#bottom ul li a.level_2_act:hover,
#bottom ul li a.level_2_cur:hover {
	color:			#CDCAC3;
}

#bottomImages {
	position:	absolute;
	left:		624px;
	top:		239px;
}

#bottomImages img {
	margin-right:16px;
	float:left;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/**
	standortliste
*/

table.standortliste {
	width:			41em;
}

table.standortliste caption {
	font-size:		1.4em;
	font-weight:		bold;
	text-align:		left;
}

table.standortliste * td {
	font-size:		1.2em;
	line-height:		1.6em;
}

table.standortliste tr.tr-even td {
	font-weight:		bold;
	
}

table.standortliste tr.tr-odd td {
	padding-bottom:		10px;
}

table.standortliste tr.tr-odd td.td-1 span {
	width:			2em;
	display:		block;
	float:			left;
}

table.standortliste tr.tr-odd td.td-0 {
	width:			18em;
}

div.remooz-title-bg {
	background-color:#584527 !important;
}
