/* ----------------------------------------------------------------------------------------------------------- */
/* Globale Definitionen */
html, body {
	height:100%;
}
body {
	/*background-color: #ffffff;*/
	margin:0;
	padding:0;
}
/* GENERAL fonts */
li, td,  th, ul, ol, center, textarea, p, input, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

little {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}

form {
	margin:0px;
	padding:0px;
}
a img, img {
	border: 0;
}
legend {
	color:black;
	font-weight:bold;
}
/* ----------------------------------------------------------------------------------------------------------- */
/* UEberschriften */
h1, h2, h3, h4, h5, h6 {

}
h1 {
	margin:0;
	margin-bottom:22px;
}
/* ----------------------------------------------------------------------------------------------------------- */
/* Grundlegende Struktur */
/*
	Tabellenbreite: 930px; div-Breite: 938px, Schatten wird duch div-bg erzeugt
	# Main Template 1, 2 Spalten: Side Menu & Content
	Spalte 1 - Sub Menu Col: 180px
	Spalte 2 - Content Col: 750px
*/
.main-table-wrapper {
	width:938px;
	background-image:url(../images/main-table-wrapper_bg.gif);
	background-repeat:repeat-y;
	background-position:0px 0px;
	height:100%;
}
.maintable {
	width: 930px;
/*	background-color: #FFFFFF;*/
	margin:0 auto;
}
.clearer {
	clear:both;
	height: 0px;
}

/* ----------------------------------------------------------------------------------------------------------- */
/* 1. Zeile mit BEWAG-Logo */
#header_2 {
	height:100px;
	padding:0px;
	margin:0px;
}
#header_2 table.row-02-table {	
	height:100px;
	width:100%;
	background-color:#EDEDED;
}
#textsizeswitch-and-searchbox {
	height:20px;
	position:relative;
}
#home-logo {
	width:100px;
	height:100px;
}
/* ----------------------------------------------------------------------------------------------------------- */
/* Top Menu */
.menu-t-wrap {
	height:39px;
	padding-right:12px;
}
#menu-t {
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-top:13px;
}
#menu-t a {
	color:#666666;
	text-decoration:none;
	text-transform:uppercase;
	font-size:9px;
	font-weight:normal;
}
#menu-t a:hover {
	color:black;
}
#menu-t span.top-menu-level1-act a, #menu-t span.top-menu-level1-act a:hover {
	color:#660000;
}
/* ----------------------------------------------------------------------------------------------------------- */
/* Text Size Switch */
#text-size-switch {
	float:left; 
	width:675px; 
	text-align:right;
	color:#666666;
	font-size:10px;
	padding-top:2px;
}
#text-size-switch a {
	color:#666666;
	text-decoration:none;
}
a.cssnormal {

}
a.cssmedium {
	font-size:13px;
}
a.csslarge {
	font-size:15px;
}
/* ----------------------------------------------------------------------------------------------------------- */
/* Searchbox */
#search-box {
	position:absolute; right:0; top:0;
	width:142px;
	padding:0;
	margin:0;
	height:20px;
}
#search-box table {
	margin:0;
}
#search-box table td {
	padding:0;
}
#search-box form {
	padding-right:12px;
}
#search-box input#image-f-img {
	margin:0;
}
#search-box input.quick-search-tf {
	height: 18px !important;
	height: 20px;
	line-height: 18px;
	width:107px;
	border:1px solid #B2B2B2;
	background-color:white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:12px;
	margin: 0px;
	padding: 0px;

/*
	height: 18px;
	width:107px;
	padding:0;
	margin:0;
	border:1px solid #B2B2B2;
	background-color:white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:12px;
	line-height:18px;
*/
}
/* ----------------------------------------------------------------------------------------------------------- */
/*  Main Menu: PRIVATKUNDEN, BUSINESSKUNDEN, BEWAG GRUPPE  */
.menuh-wrap {
	/*background-color:#660000;*/
	height:24px;
	padding-left:24px;
	background-color:#660000;
}
#menuh {
	padding:0;
	margin:0;
	border:0;
	height:24px;
	background-image:url(../images/bewag_wir_sind_en.gif);
	background-position:right center;
	background-repeat:no-repeat;
}
#menuh div {
	float:left;
	margin:0px;
	padding:0px;
	height:24px;
	background-color:#660000;
	color:white;
}
#menuh div a {
	float:left;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:23px;
	font-weight:normal;
	text-transform:uppercase;
	padding:0px 14px;
	margin:0;
	color:white;
	display:block;
	height:24px;
}
#menuh div a:hover {
	background-color:#D1B2B2;
}
#menuh div.mainmenu-level1-act {
	background-color:white;
}
#menuh div.mainmenu-level1-act a, #menuh div.mainmenu-level1-act a:hover {
	color:#660000;
	background-color:white;
}
/*#menuh div.submenu-level1-no-item1 {
	background-color:white;
}
	#menuh div.submenu-level1-no-item1 a {
		color:#660000;
	}
#menuh div.submenu-level1-no-item2 {
	background-color:#660000;
	color:white;
}
#menuh div {
	
}*/

/* ----------------------------------------------------------------------------------------------------------- */
/* Weiszer Abstand nach dem Kopfbereich */
.spacer-top {
	font-size:0;
	line-height:0;
	height:12px;
}
/* ----------------------------------------------------------------------------------------------------------- */
/* Weiszer Abstand nach dem Content-Bereich */
.spacer-bottom {
	font-size:0;
	line-height:0;
	height:12px;
}
/* ----------------------------------------------------------------------------------------------------------- */
/* Bread Crumbs Menu */
.path-wrapper {
	position:relative;
}
#path {
	position:absolute; left:0; top:0;
	z-index:100;
	white-space: nowrap;
	margin:0;
	margin-left:14px;
	margin-bottom:29px;
	padding:0;
	padding-top:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666666;
	text-align:left;
	/*width:542px;
	margin-right:194px;*/
}
#path a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-decoration:none;
	color:#666666;
}
#path a:hover {
}
/* ----------------------------------------------------------------------------------------------------------- */
/* Sub Menu (Side Navigation) */
.menuv-wrap {
	width:180px;
	vertical-align: top;
	background-color:#EDEDED;
}
#menuv {
	margin-top:5px;
}
#menuv a:hover {
	color:#000;
}
#menuv DIV {
	text-align:left;
	padding:3px 0;
	padding-bottom:5px;
	padding-left:27px;
}


/* Level 1, normal state (NO) */
#menuv DIV A {
	text-decoration:none;
	color:#666666;
	text-transform:uppercase;
	font-size: 10px;
	font-weight:bold;
}
/* Level 1, hover */
#menuv div.menuv-level1-no {
	background-image:url(../images/raquo-no_bg.gif);
	background-position:15px 7px;
	background-repeat:no-repeat;
}
#menuv div.menuv-level1-no a:hover {
	color:#000000;
}
/* Level 1, active state (ACT) */
#menuv div.menuv-level1-act {
	background-color:white;
	background-image:url(../images/raquo-act_bg.gif);
	background-position:15px 7px;
	background-repeat:no-repeat;
}
#menuv div.menuv-level1-act a {
	color:#660000;
}
/* Level 1: End */

/* Level 2, normal state (NO) */
#menuv .menuv-level2-no {
	padding-left:0;
	padding-top:8px;
	margin-left:27px;
	padding:3px 0;
}
/* Level 2, active state (ACT) */
#menuv .menuv-level2-act {
	padding-left:0;
	padding-top:8px;
	margin-left:27px;
	border-bottom:2px solid #ffffff;
	padding:3px 0;
	padding-bottom:2px;
	margin-bottom:1px;
}
#menuv .menuv-level2-no a, #menuv .menuv-level2-act a {
	font-weight:bold;
}
#menuv .menuv-level2-act a {
	color:#660000;
	font-weight:bold;
}
/* Level 2: End */

/*  Level 3, normal state (NO) */
#menuv .menuv-level3-no {
	padding:3px 0;
	padding-left:33px;
}
/*  Level 3, active state (ACT) */
#menuv .menuv-level3-act {
	padding:3px 0;
	padding-left:33px;	
} 
#menuv .menuv-level3-no a, #menuv .menuv-level3-act a {
	font-weight:normal;
	font-size:9px;
}
#menuv .menuv-level3-act a {
	color:#660000;
}
/* Level 3: End */

/* ----------------------------------------------------------------------------------------------------------- */
/* Fuszzeile */
.footer {
	background-color: #EDEDED;
	height: 20px;
	vertical-align:top;
}
/* ----------------------------------------------------------------------------------------------------------- */
/* Menu Bottom i. d. Fuszzeile */
#menu-b {
	text-align:center;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	padding:0;
	padding-top:3px;
}
#menu-b a {
	text-transform:uppercase;
	text-decoration:none;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	padding:0px;
}

/* ----------------------------------------------------------------------------------------------------------- */
/* Breite für Main Templates MIT Navigation (mit und ohne Breadcrumbs) */
#main-tmpl-navi-breadcr .content-section-width, #main-tmpl-navi .content-section-width {
	width:750px;
}
#main-tmpl-navi-breadcr #colRight {
/*	margin-top:-9px; */
}
/* Main Template MIT Navigation OHNE Breadcrumbs-Navigation */
#main-tmpl-navi #path {
	display:none;
}
/* ----------------------------------------------------------------------------------------------------------- */
/* Breits für Main Templates OHNE Navigation (mit und ohne Breadcrumbs) */
#main-tmpl-breadcr .content-section-width, #main-tmpl .content-section-width {
	width:930px;
}
/* Main Templates OHNE Navigation OHNE Breadcrumbs-Navigation */
#main-tmpl #path {
	display:none;
}
/* ----------------------------------------------------------------------------------------------------------- */
/* Globale Definitionen fuer den Content-Bereich */
#content {
	margin:0;
	padding:0;
	/*text-align:left;*/
}
#content a {
	/* color: #003366; */
	color: #0033CC;
	text-decoration: none;
}
#content a.download {
	color:#660000;
}
#content a:hover {
	text-decoration: underline;
}
#content h2 {
	font-size:13px;
	color:#1D4C4D;
	margin:0;
	margin-bottom:32px;
}
#content h3, #content h3 a {
/* color: #CC9900; */
	font-size:13px;
	color:#333333;
	margin:0;
	margin-bottom:1px;
}

#content p {
	margin-top:0px;
	text-align:left;
	line-height:16px;
}
#content h5 {
	font-size:13px;
	color:#CC9900;
	margin:0;
	margin-bottom:1px;
}
#content .csc-sitemap ul li {
	text-transform:uppercase;
	padding:4px 0;
}
#content table.content-table-01 {
	margin-bottom:20px;
}
#content table.content-table-01 th {
	background-color:#DCC376;
	text-align:center;
	font-weight:normal;
}
#content table.content-table-01 td, #content table.content-table-01 td p {
	text-align:center;
}
#content table.content-table-01 td p, #content table.content-table-01 th p {
	margin:0;
}
/* ----------------------------------------------------------------------------------------------------------- */
/* colRight Boxen */

#content #colRight .csc-frame-frame1 {
	margin:0;
	padding:0;
}

#content #colRight .csc-frame-frame1 p {
	background-color:#CC9900;
	font-size:10px;
	font-weight:normal;
}

#content #colRight .csc-frame-frame1 h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
	margin:0;
	padding:0;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#CC9900;
}

#content #colRight .csc-frame-frame1 p {
	margin:0;
	padding:0;
	padding-left:22px;
	padding-bottom:7px;
	padding-top:7px;
	background-color:#DCC376;
	background-image: url(/fileadmin/template/main/images/raquo.gif);
	background-repeat: no-repeat;
	background-position: 11px 13px;	
}

#content #colRight .csc-frame-frame1 p a {
	text-decoration:none;
	color:#000000;
}

#content #colRight .csc-textpic-text {
	margin:0;
	padding:0;
}

/* ----------------------------------------------------------------------------------------------------------- */
/* Sub Templates */
.defined-min-height {
	min-height:447px;
	height:auto !important;
	height:447px;
}
/* Sub Template für die Startseite */
#startpage-subtemplate div {
	
}
	#startpage-subtemplate #colNormal {
		width:736px;
		margin-right:14px;
		/*background-color:#FFCCFF;*/
		float:left;
	}
	#startpage-subtemplate #colRight {
		width:180px;
		/*background-color:#CCCCFF;*/
		float:left;
	}

/* 1-spaltig MIT Padding */
#one-col-subtemplate-padding {
	margin:0 14px;
}
	#one-col-subtemplate-padding #colNormal {
		margin-top:45px;
	}

/* 2-spaltig - im Main Template MIT Navigation MIT Padding */
#main-tmpl-navi-breadcr #two-col-subtemplate-padding,
#main-tmpl-navi #two-col-subtemplate-padding {
	margin:0;
	margin-left:14px;
	width:736px;
/*	overflow: hidden; */
	background-image:url(../images/bg-col-right.gif);
	background-repeat:repeat-y;
	background-position:right;
}
	/* ColNormal */
	#main-tmpl-navi-breadcr #two-col-subtemplate-padding #colNormal,
	#main-tmpl-navi #two-col-subtemplate-padding #colNormal {
		float:left;
		width:542px;
		margin-right:14px;
		/*margin-top:51px;*/
		margin-top:45px;
	}
	#main-tmpl-navi-breadcr #two-col-subtemplate-padding #print-link {
		width:542px;
		text-align:right;
	}
	#main-tmpl-navi-breadcr #two-col-subtemplate-padding #print-link img {
		margin-top:12px;
		margin-bottom:4px;
	}
	/* ColRight */
	#main-tmpl-navi-breadcr #two-col-subtemplate-padding #colRight,
	#main-tmpl-navi #two-col-subtemplate-padding #colRight {
		width: 180px;
		float: right;
	}

/* 2-spaltig - im Main Template OHNE Navigation - MIT Padding */
#main-tmpl-breadcr  #two-col-subtemplate-padding {
	margin:0;
	margin-left:14px;
	width:916px;
	background-image:url(../images/bg-col-right.gif);
	background-repeat:repeat-y;
	background-position:right;
}
	/* ColNormal */
	#main-tmpl-breadcr #two-col-subtemplate-padding #colNormal {
		float:left;
		width:722px;
		margin-right:14px;
		margin-top:45px;
	}
	/* ColRight */
	#main-tmpl-breadcr #two-col-subtemplate-padding #colRight {
		float:left;
		/*background-color:#CCFFCC;*/
		width:180px;
	}
/* 2-spaltig - im Main Template OHNE Navigation - OHNE Padding */
#main-tmpl-breadcr  #two-col-subtemplate, 
#main-tmpl #two-col-subtemplate {
	margin:0;
	margin-left:0;
	width:930px;
	background-image:url(../images/bg-col-right.gif);
	background-repeat:repeat-y;
	background-position:right;
}
	#main-tmpl-breadcr #two-col-subtemplate #colNormal,
	#main-tmpl #two-col-subtemplate #colNormal {
		float:left;
		/*background-color:#CC99FF;*/
		width:736px;
		margin-right:14px;
	}
	#main-tmpl-breadcr #two-col-subtemplate #colRight,
	#main-tmpl #two-col-subtemplate #colRight {
		float:left;
		/*background-color:#CCFFCC;*/
		width:180px;
	}
/* 2-spaltig 50:50 - im Main Template OHNE Navigation - MIT Padding */
#main-tmpl-breadcr  #two-col-50-50-subtemplate-padding, 
#main-tmpl #two-col-50-50-subtemplate-padding {
	margin:0px;
	margin-left:14px;
	margin-top:45px;
}
	#main-tmpl-breadcr #two-col-50-50-subtemplate-padding #colNormal,
	#main-tmpl #two-col-50-50-subtemplate-padding #colNormal {
		float:left;
		/*background-color:#CC99FF;*/
		width:444px;
		margin-right:14px;
	}
	#main-tmpl-breadcr #two-col-50-50-subtemplate-padding #colRight,
	#main-tmpl #two-col-50-50-subtemplate-padding #colRight {
		float:left;
		/*background-color:#CCFFCC;*/
		width:444px;
		margin-right:14px;
	}
/* 2-spaltig 50:50 - im Main Template OHNE Navigation - OHNE Padding */
#main-tmpl-breadcr  #two-col-50-50-subtemplate, 
#main-tmpl #two-col-50-50-subtemplate {
	margin:0px;
	margin-left:px;
}
	#main-tmpl-breadcr #two-col-50-50-subtemplate #colNormal,
	#main-tmpl #two-col-50-50-subtemplate #colNormal {
		float:left;
		/*background-color:#CC99FF;*/
		width:458px;
		margin-right:14px;
	}
	#main-tmpl-breadcr #two-col-50-50-subtemplate #colRight,
	#main-tmpl #two-col-50-50-subtemplate #colRight {
		float:left;
		/*background-color:#CCFFCC;*/
		width:458px;
		margin-right:0px;
	}

/* ----------------------------------------------------------------------------------------------------------- */
/* default styles for extension "tx_cssstyledcontent" */
/* Captions */
DIV.csc-textpic-caption-c .csc-textpic-caption { text-align: center; }
DIV.csc-textpic-caption-r .csc-textpic-caption { text-align: right; }
DIV.csc-textpic-caption-l .csc-textpic-caption { text-align: left; }

/* Needed for noRows setting */
DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; display: inline; }

/* Border just around the image */
DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
	border: 1px solid #003C5A;
	padding: 0px 0px;
}

DIV.csc-textpic-imagewrap { padding: 0; }

DIV.csc-textpic IMG { border: none; }

/* DIV: This will place the images side by side */
DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: left; }

/* UL: This will place the images side by side */
DIV.csc-textpic DIV.csc-textpic-imagewrap UL { list-style: none; margin: 0; padding: 0; }
DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI { float: left; margin: 0; padding: 0; }

/* DL: This will place the images side by side */
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: left; }
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT { float: none; }
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { float: none; }
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { border: none; } /* FE-Editing Icons */
DL.csc-textpic-image { margin: 0; }
DL.csc-textpic-image DT { margin: 0; display: inline; }
DL.csc-textpic-image DD { margin: 0; }

/* Clearer */
DIV.csc-textpic-clear { clear: both; height:0;}

/* Margins around images: */

/* Pictures on left, add margin on right */
DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-right: 10px;
}

/* Pictures on right, add margin on left */
DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-left: 10px;
}

/* Pictures centered, add margin on left */
DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-left: 10px;
}
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0;}
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; }

/* Space below each image (also in-between rows) */
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 0px; }
DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 5px; display: block; }
DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }

/* No margins around the whole image-block */
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0px !important; }
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px !important; }

/* Add margin from image-block to text (in case of "Text w/ images") */
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
	margin-right: 20px !important;
}
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
	margin-left: 20px !important;
}

/* Positioning of images: */

/* Above */
DIV.csc-textpic-above DIV.csc-textpic-text { clear: both; }

/* Center (above or below) */
DIV.csc-textpic-center { text-align: center; /* IE-hack */ }
DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0 auto; }
DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { text-align: left; /* Remove IE-hack */ }
DIV.csc-textpic-center DIV.csc-textpic-text { text-align: left; /* Remove IE-hack */ }

/* Right (above or below) */
DIV.csc-textpic-right DIV.csc-textpic-imagewrap { float: right; }
DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; }

/* Left (above or below) */
DIV.csc-textpic-left DIV.csc-textpic-imagewrap { float: left; }
DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; }

/* Left (in text) */
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { float: left; }

/* Right (in text) */
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { float: right; }

/* Right (in text, no wrap around) */
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: right; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }
/* End hide from IE5/mac */

/* Left (in text, no wrap around) */
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text { height: 1%; }
/* End hide from IE5/mac */

/* Vorgenommene Adaptionen */
#colRight .csc-frame, #colRight .csc-frame-frame1, #colRight .csc-textpic-text {
	margin:0;
	padding:0;
}

/* ----------------------------------------------------------------------------------------------------------- */
/* Boxen auf Startseite im colNormal-Bereich */
#colNormal div.csc-frame-indent a, #colNormal div.csc-frame-indent3366 a, #colNormal div.csc-frame-indent6633 a {
	color:#000000;
}
/* 1. Drittel */
#colNormal div.csc-frame-indent {
	float:left;
	width:236px;
	margin-right:14px;
}
#colNormal div.csc-frame h4 {
	font-weight:normal;
}
#colNormal div.csc-frame-indent h4 {
	background-color:#660000;
	color:white;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:6px 0;
	padding-left:12px;
}
#colNormal div.csc-frame-indent img, #colNormal div.csc-frame-indent a img {
	margin:3px 0;
}
#colNormal div.csc-frame-indent ul {
	margin:0;
	padding:0;
	padding-bottom:0px;
	padding-left:12px;
	padding-top:7px;
	background-color:#d1b2b2;
	list-style-type:none;
}
#colNormal div.csc-frame-indent ul li {
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	padding:0;
	margin:0;
	padding-left:12px;
	padding-bottom:6px;
	background-image: url(../images/raquo-li-bg.gif);
	background-repeat: no-repeat;
	background-position: left 5px;	
}
/* 2. Drittel */
#colNormal div.csc-frame-indent3366 {
	float:left;
	width:236px;
	margin-right:14px;
}
#colNormal div.csc-frame-indent3366 h4 {
	background-color:#660000;
	color:white;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:6px 0;
	padding-left:12px;
}
#colNormal div.csc-frame-indent3366 img, #colNormal div.csc-frame-indent3366 a img {
	margin:3px 0;
}
#colNormal div.csc-frame-indent3366 ul {
	margin:0;
	padding:0;
	padding-bottom:0px;
	padding-left:12px;
	padding-top:7px;
	background-color:#d1b2b2;
	list-style-type:none;
}
#colNormal div.csc-frame-indent3366 ul li {
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	padding:0;
	margin:0;
	padding-left:12px;
	padding-bottom:6px;
	background-image: url(../images/raquo-li-bg.gif);
	background-repeat: no-repeat;
	background-position: left 5px;	
}
/* 3. Drittel */
#colNormal div.csc-frame-indent6633 {
	float:left;
	width:236px;
}
#colNormal div.csc-frame-indent6633 h4 {
	background-color:#660000;
	color:white;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:6px 0;
	padding-left:12px;
}
#colNormal div.csc-frame-indent6633 img, #colNormal div.csc-frame-indent6633 a img {
	margin:3px 0;
}
#colNormal div.csc-frame-indent6633 ul {
	margin:0;
	padding:0;
	padding-bottom:0px;
	padding-left:12px;
	padding-top:7px;
	background-color:#d1b2b2;
	list-style-type:none;
}
#colNormal div.csc-frame-indent6633 ul li {
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	padding:0;
	margin:0;
	padding-left:12px;
	padding-bottom:6px;
	background-image: url(../images/raquo-li-bg.gif);
	background-repeat: no-repeat;
	background-position: left 5px;	
}

/* ----------------------------------------------------------------------------------------------------------- */
/* NEWS */
.news-single-author, .news-single-timedata {
	display:none;
}
.news-list-item {

}
.news-list-category {
	display:none;
}
#content .news-single-item H1, #content .news-single-item H1 strong {
	font-size: 18px;
	color:#CC9900;
	margin-bottom:12px;
}
#content .news-single-category {
	display:none;
}
#content .news-single-item H3 {
	font-size: 11px;
	background-color: #fff;
	color: #000;
	border: 0px none #FFFFFF;
	line-height:normal;
	padding-bottom:12px;
	clear:both;
}
#content .news-list-item H3 {
	margin-bottom:12px;
}
#content .news-list-item h3, #content .news-list-item h3 a {
	color:#CC9900;
	line-height:normal;
	font-weight:bold;
}
.news-list-morelink {
	text-align:left;
	font-size:10px;
	margin:0;
}
.news-single-item p {
	text-align:justify;
}
.news-list-item img {
	margin-right: 14px;
	float:left;
	display:block;
}
.news-list-item p {
	margin-bottom:6px;;
}
.news-list-item td {
	padding-bottom:32px;
	vertical-align:top;
}
.news-list-date {
	float: right;
	font-weight:bold;
	font-size:10px;
}
div.news-list-date {
	font-size:10px;
	text-align:right;
	float:none;
	font-weight:normal;
	padding-bottom:3px;
}
.imgtext-nowrap {
	width: 100%;
}
.news-single-imgcaption {
	font-size:10px;
}
.news-single-files dt {
	font-weight:bold;
}
.news-list-container hr {
	margin:24px 0;
	height:1px;
	border:none;
	border-bottom:1px #CCCCCC solid;
}
.news-single-img {
	float:left;
	margin-right:12px;
	margin-top:5px;
}
.news-single-img img {
	margin:0;
	padding:0;
}
.news-single-files dt, .news-single-links dt, .news-single-related dt {
	display:block;
	font-weight:bold;
	border-bottom:1px #CCCCCC solid;
	margin-bottom:8px;
	padding-bottom:2px;
}
#content .news-single-links p {
	margin:0;
	padding:0;
}
.news-single-additional-info {
	padding-bottom:16px;
}
.news-single-backlink {
	padding-bottom:16px;
}

/* ----------------------------------------------------------------------------------------------------------- */
/* Cartoon Gallery - Kundenmagazin */
.tx-cwtcartoongallery-pi1 td img {
	border:1px #CCCCCC solid;
}
.tx-cwtcartoongallery-pi1 table th.col-01 {
	width:118px;
}
.tx-cwtcartoongallery-pi1 table th {
	border-bottom:1px #CCCCCC solid;
	padding-bottom:2px;
	text-align:left;
	text-transform:uppercase;
}
.tx-cwtcartoongallery-pi1 table td {
	padding:10px 0;
	vertical-align:top;
}
.tx-cwtcartoongallery-pi1 td.cwt-col-01 {

}
.tx-cwtcartoongallery-pi1 .cwt-col-02 p {
	margin-bottom:6px;
}
.tx-cwtcartoongallery-pi1 table {
	margin-bottom:16px;
}
.tx-cwtcartoongallery-pi1-browsebox {
	border-top:1px #CCCCCC solid;
}
.tx-cwtcartoongallery-pi1 td hr {
	height:1px;
	padding:0;
	border-top:1px #CCCCCC solid;
	border-bottom:0px;
	margin:0;
}

/* ----------------------------------------------------------------------------------------------------------- */
/* goof_fotoboek */
.tx-gooffotoboek-pi1 td.gfpb_landscape div,
.tx-gooffotoboek-pi1 td.gfpb_portret div {
	width:166px;
	height:129px;
	border:1px #CCCCCC solid;
	text-align:center;
	margin-right:10px;
	margin-bottom:10px;
}
.tx-gooffotoboek-pi1 td div img {
	margin:8px;
}
.gfpb_empty {
	display:none;
}
#single-view h3 {
	margin-bottom:16px;
}
#single-view div {
	border:1px #CCCCCC solid;
	width:722px;
	text-align:center;
}
.fotogalerie {
	float:left;
	border:1px #CCCCCC solid;
	text-align:center;
	padding:0;
	margin:0;
	width:166px;
	height:180px;
	margin-right:10px;
	margin-bottom:10px;
}
.single-navi-col-01 {
	width:33%;
	vertical-align:top;
	padding:6px 0;
}
.single-navi-col-02 {
	text-align:center;
	width:33%;
	line-height:16px;
	padding:6px 0;
	vertical-align:top;
}
.single-navi-col-03 {
	text-align:right;
	width:33%;
	padding-bottom:6px;
	vertical-align:top;
	padding:6px 0;
}
/* ----------------------------------------------------------------------------------------------------------- */
/* tt_news */
.tx-indexedsearch-title, .tx-indexedsearch-percent, .tx-indexedsearch-icon {
	font-weight:bold;
	padding:4px 0;
}
#content .tx-indexedsearch-title a {
	color:#CC9900;
}
.tx-indexedsearch-title, .tx-indexedsearch-percent {
	border-bottom:1px #CCCCCC solid;
}
.tx-indexedsearch-descr {
	padding-top:6px;
	padding-left:4px;
	padding-bottom:10px;
}
.tx-indexedsearch-info {
	padding-left:4px;
	font-size:10px;
}
.tx-indexedsearch-res {
	margin-bottom:32px;
	clear:both;
}
.tx-indexedsearch-redMarkup {
	color:#660000;
}
.tx-indexedsearch-list {
	padding-left:4px;
}
.tx-indexedsearch-searchbox td {
	font-weight:bold;
}
.tx-indexedsearch-searchbox select, .tx-indexedsearch-searchbox input {
	margin:1px 0;
	margin-left:10px;
	font-weight:normal;
}
input.tx-indexedsearch-searchbox-sword {

}
.tx-indexedsearch-selectbox-type,
.tx-indexedsearch-selectbox-media,
.tx-indexedsearch-selectbox-sections,
.tx-indexedsearch-selectbox-order {
	width:205px;
}
.tx-indexedsearch-selectbox-defop,
.tx-indexedsearch-selectbox-lang,
.tx-indexedsearch-selectbox-desc {
	width:145px;
}
.tx-indexedsearch-searchbox-sword {
	width:355px;
}

ul.browsebox {
	padding:0;
	margin:0;
	padding-bottom:16px;
}
.browsebox li {
	display:inline;
	margin-right: 5px;
}
/* ----------------------------------------------------------------------------------------------------------- */
/* MD DOWNLOADBOX */
table.md_downloadboxtable .md_downloadboxtitle {
	/*background-color:#DCC376;
	font-size:11px;
	font-weight:bold;
	color:#000;
	padding:2px 0;
	padding-left: 4px;
	border-bottom: 1px solid #999999;*/
	font-size:13px;
	color:#CC9900;
	margin:0;
	margin-bottom:1px;
	border-bottom: 1px solid #CC9900;
}
table.md_downloadboxtable .md_downloadboxheadrow {
	font-size: 10px;
	border-bottom:none;
	padding-bottom:6px;
}
.md_downloadboxheadrow {
	padding:4px 0;
}
table.md_downloadboxtable {
	margin-bottom:16px;
}
table.md_downloadboxtable td {
	border-bottom:1px #999 solid;
	padding:3px 0;
}
.md_downloadboxrow1 {
	background-color: #fff;
	padding-top:1px;
	padding-bottom:1px;
}
.md_downloadboxrow2 {
	background-color: #fff;
	padding-top:1px;
	padding-bottom:1px;
	border-bottom:1px #999 solid;
}
.md_downloadboxrow2 img {
	margin-bottom:1px;
	margin-right:4px;
}
.md_downloadboxfilename {
	width: 89%;
	padding-left:5px;
	font-weight:bold;
}
#content .md_downloadboxfilename a {
	text-decoration:none;
	font-weight:normal;
}
#content .md_downloadboxfilename a:hover {
	text-decoration:underline;
}
table.md_downloadboxtable .md_downloadboxfiletype {
	padding-right:12px;
}
.md_downloadboxfilesize {
	width: 60px;
	text-align:right;
}
.md_downloadboxtable {

}
/* ----------------------------------------------------------------------------------------------------------- */
/* FLV */
table.tx-mdflvengine-pi1-listrow td {
	vertical-align:top;
}
td.tx-mdflvengine-pi1-descr {
	padding-top:12px;
}
td.tx-mdflvengine-pi1-thumbnail img {
	margin-right:6px;
}
/* ----------------------------------------------------------------------------------------------------------- */
/* CSC-Frames */
.csc-frame-frame4, .csc-frame-frame4 p {
	font-size:9px;
}

/* 50:50 links */
.csc-frame-frame5 {
	width:251px;
	margin-right:40px;
	float:left;
}

/* 50:50 rechts */
.csc-frame-frame6 {
	float:left;
	width:auto;
}

/* Content - mittig */
.csc-frame-frame7 {
	clear:both;
	margin:0 136px;
}

/* ----------------------------------------------------------------------------------------------------------- */
/* Content-Tabellen */

/* Tabellen-Layout: Normal */
table.contenttable-0 td {
	vertical-align:top;
	padding-bottom:10px;
	padding-right:18px;
}


/* ----------------------------------------------------------------------------------------------------------- */
/* Formulare - MailFormPlus */
.general-mailformplus select, .general-mailformplus textarea {
	font-size:11px;
} 
.general-mailformplus fieldset {
	border:1px #D0D0BF solid;
	margin-bottom:12px;
	padding:0 6px;
}
.required-field {
	color:#FF0000;
}
#colNormal .invisible-fieldset {
	border:none;
}
#colNormal .invisible-fieldset table {
	margin-top:0;
	margin-bottom:0;
}
#colNormal .invisible-fieldset a {
	text-decoration:none;
}
.general-mailformplus table {
	margin-top:12px;
	margin-bottom:16px;
	margin-left:8px;
}
.general-mailformplus td {
	vertical-align:top;
	padding:2px 0;
}
/* Ort-Label und -Feldlänge */
.city-length {
	width:220px;
}
.city-label {
	padding:0 12px;
}
/* Label- u. Feldlänge */
.label-col {
	width:100px;
}
.field-length {
	width:400px;
}
/* ----------------------------------------------------------------------------------------------------------- */
/* MailFormPlus Call Back - Multi page form */
.call-back .city-length {
	width:200px;
}
.call-back .city-label {
	padding:0 12px;
}
/* Label- u. Feldlänge */
.call-back  .label-col {
	width:125px;
}
.call-back .field-length {
	width:375px;
}
table.call-back-preview td {
	padding:4px 0;
}


table.checkbox-table {
	margin:0;
}
table.checkbox-table td {
	padding:2px 0;
	vertical-align:middle;
}
/* Druckversion */
HR.print {
	height: 1px;
	color:#666666;
	border: 0px;
	background-color:#666666;
}
.footeradresse-print {
	margin-top: -5px;
	text-align: center;
}
#path-print-wrapper {
	position: static;
}
#path-print-wrapper #path {
	position: static;
	margin-left: 0px;
}