html[xmlns^="http"]{
	overflow-y: scroll; /* Mozilla-Scrollbar */
}


/* ############################################################ */
/* #### allg. Raster / Seitenaufteilung ####################### */

html, body{
	margin:0;
	padding:0;
	color:#000000;
	background-color:#ffffff;
	text-align:center;
}

div#website{
	position: relative;
	margin: 0 auto 10px auto;
	padding:0;
	width:1000px;
	text-align: left;
	background-color:#ffffff;
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(img/bg_website.gif);
}
div#innersite{
	padding: 0 5px 5px 5px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(img/bg_innersite.gif);
}

div#header{
	background-color:#e8e8e6;
	height:145px;
	background-repeat: no-repeat;
	background-position: right top;
}
div#startImgWrapper{
	height:145px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-left:215px;
}

div#leftcolumn{
	float:left;
	width:215px;
	overflow:hidden;
	margin-top:-28px;
}
div#contentcolumns{
	float:right;
	width:745px;
	overflow:hidden;
}
div#maincontent{
	float:left;
	width:500px;
	overflow:hidden;
	padding: 10px 0 15px 0;
}
div.cleft{
	float:left;
	width:240px;
	overflow:hidden;
}
div.cright{
	float:right;
	width:240px;
	overflow:hidden;
}

div#marginalia{
	float:right;
	width:215px;
	overflow:hidden;
}

div#leftcolumn div.inner{
	border-top:25px solid white;
	background-color:#c1ccd8;
}
div#marginalia div.inner{
	margin:10px 0 0 0;
	background-color:#c1ccd8;
}

div#footer{
	clear:both;
	padding:0 245px 5px 245px;
}

div.clearer{ clear:both; }


div#langswitch{
	text-align:right;
	line-height:26px;
}
div#langswitch img{ margin-right:5px; }



/* ############################################################ */
/* #### Header ################################################ */

img#signet{
	position:absolute;
	left:5px;
	top:91px;
}
img#callback{
	position:absolute;
	right:5px;
	top:59px;
}
div#headertxt{
	position:absolute;
	text-align:right;
	top:114px;
	right:10px;
	width:500px;
}
div#headertxt p{
	margin:0;
	font-size:10px;
	line-height:1.3em;
	font-weight:bold;
	font-style:italic;
	color:#033261;
}
div#headertxt a{
	color:#033261;
	font-style:normal;
}
div#headermenu{
	position:absolute;
	top:5px;
	right:10px;
	font-size:10px;
}
div#headermenu a{
	color:#033261;
	font-style:normal;
}


/* ############################################################ */
/* #### Footer ################################################ */

div#footer,
div#footer div{
	font-size:10px;
	color:#666666;
}

div#footer a{
	color:#666666;
	font-weight:normal;
	font-style:normal;
}

div#footer div.cright{ text-align:right; }	


/* ############################################################ */
/* #### Allgemeine Formatierungen (Schriften, Listen,... ) #### */

html, body, table, th, td, div, li{
	font-size:12px;
	line-height:1.4em;
	font-family: arial, verdana, helvetica, lucida, sans-serif;
}

h1{
	font-size:16px;
	line-height:1.4em;
}

h2{
	font-size:13px;
	line-height:1.4em;
	margin: 1em 0 0 0;
}
div#leftcolumn h2,
div#marginalia h2{
	background-color:#a6b6c7;
	margin:0;
	padding: 0 3px 0 10px;
}
div#leftcolumn h2 a,
div#marginalia h2 a{
	color:#405b76;
	text-decoration:none;
	font-style:normal;
}

p{
	margin: 0 0 1em 0;
}

hr{
	display:block;
	height:1px;
	margin:1em 0 1em 0;
	background-color:#000000;
	border:none;
}

div#leftcolumn p,
div#marginalia p{
	font-size:11px;
	padding:0 10px 1em 10px;
	margin: 1em 0 0 0;
}


a{
	outline:0;
	color:#4e6f90;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
}

div.align-center,
p.align-center{ text-align:center; }

div.align-right,
p.align-right{ text-align:right; }

img{ border:none; }



div.box{
	background-color:#e8e8e6;
	padding:4px 5px 4px 5px;
	margin: 0 0 1.5em 0;
}
div.box p{ margin:0; }


.fineprint,
.fineprint p{
	margin:0;
	font-size:10px;
	line-height:1.4em;
}


/* IE7 / IE8-compatibility-view Bildabstands-Bug beheben */
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow {
	margin-bottom:0px;
	padding-bottom:10px;
}
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image img{ display:block; }

.tx-indexedsearch-searchbox td{ padding: 0 5px 6px 0; }


/* ############################################################ */
/* #### Formulare ############################################# */

fieldset{
	border:none;
	margin:0.5em 0 0 0;
	padding:0;
}

label{ display:block; }
legend{ display:none; }
span.csc-mailform-radio label{ display:inline; }

div.checkbox label{ display:inline; }

div.csc-mailform-field{ padding-bottom:3px; }

.csc-mailform-field textarea,
input.csc-mailform-input,
.tx-guestbook-field textarea{ width:300px; }


input.mf-submit{ margin-top:1em; }


/* ############################################################ */
/* #### Navigation ############################################ */

ul.navigation{
	margin:0;
	padding:0;
	list-style:none;
	background-color:#a6b6c7;
}
ul.navigation ul{
	margin:1px 0 0 0;
	padding:0;
	list-style:none;
}
ul.navigation ul ul{ margin-bottom:4px; }

ul.navigation li{
	margin:0 0 1px 0;
	padding:0;
	font-size:14px;
	line-height:1.4em;
}
ul.navigation ul li{
	font-size:13px;
	line-height:1.2em;
}
ul.navigation ul ul li{ font-size:12px; }

ul.navigation a{
	display:block;
	font-weight:normal;
	color:#ffffff;
	background-color:#4e6f90;
	text-decoration:none;
	padding-top:0.3em;
	padding-bottom:0.3em;
	padding-left: 15px;
	font-style:normal;
}
ul.navigation ul a{
	color:#033261;
	background-color:#a6b6c7;
	padding-left:25px;
	padding-top:0.2em;
	padding-bottom:0.2em;
}
ul.navigation ul ul a{
	padding-left:35px;
}
ul.navigation ul ul ul a{ padding-left:45px; }

ul.navigation a:hover,
ul.navigation a.act,
ul.navigation a.cur{
	font-weight:bold;
}
ul.navigation ul a:hover,
ul.navigation ul a.act,
ul.navigation ul a.cur{
	font-weight:normal;
	background-color:#7a93ab;
}
ul.navigation ul ul a:hover,
ul.navigation ul ul a.act,
ul.navigation ul ul a.cur{
	text-decoration:underline;
	background-color:#a6b6c7;
}


/* ############################################################ */
/* #### Gaestebuch ############################################ */

div.tx-guestbook-result{
	font-weight:bold;
	text-align:right;
}

div.guestbook-entry{
	background-color:#c1ccd8;
	margin: 0 0 1em 0;
}
div.guestbook-entry h2.tx-guestbook-header{
	background-color:#a6b6c7;
	margin:0;
	padding: 0 10px 0 10px;
}
div.guestbook-entry p{
	margin:1em 0 0 0;
	padding: 0 10px 1em 10px;
}
div.guestbook-entry p.tx-guestbook-date{
	margin:0;
	padding: 0 10px 5px 10px;
	font-style:italic;
	text-align:right;
}

div.tx-guestbook-pagination{ text-align:right; }


/* ############################################################ */
/* #### Klientendatenbank ##################################### */

div.tx-klientendatenbankv2-pi1{
	border-top:1px solid #cccccc;
	padding-top:1em;
}

table.tx-klientendatenbankv2-pi1-listrow,
table.tx-klientendatenbankv2-pi1-singleView {
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
}
td.tx-klientendatenbankv2-pi1-listrowField-postition,
td.tx-klientendatenbankv2-pi1-listrowField-beschreibung {
	border-bottom: 1px solid #666666;
}

.tx-klientendatenbankv2-pi1-listrow-header td{ font-weight: bold; }

tr.tx-klientendatenbankv2-pi1-listrow-header td,
td.tx-klientendatenbankv2-pi1-singleViewField-title{
	background-color: #a6b6c7;
	padding: 2px;
}


/* ############################################################ */
/* #### News ################################################## */

/* latest */
div#marginalia .news-latest-container p{ margin: 0.7em 0 0 0; }

div#marginalia .news-latest-container p.more{
	margin: 0 0 0.4em 0;
	text-align:right;
}

div#marginalia .news-latest-item{
	margin:0 10px 0 10px;
	border-bottom:1px solid #627f9c;
}
div#marginalia .news-latest-item p{ padding:0; }

div#marginalia .news-latest-container img{ margin-left:10px; }


/* list */
div.news-list-item p{ margin: 1em 0 1em 0; }
div.news-list-item{	border-bottom: 1px solid #a6b6c7; }



/* ############################################################ */
/* #### Tabellen ############################################## */

/* 5-Schritte Navi */
table.contenttable-1{
	width:100%;
	border-collapse:collapse;
	margin: 0 0 1em 0;
}
table.contenttable-1 td{ padding:0 2px 0 0; }
table.contenttable-1 td.td-last{ padding:0; }

table.contenttable-1 a{
	display:block;
	color:#999999;
	text-align:center;
	line-height:20px;
	font-style:normal;
	padding-bottom:14px;
	background-repeat: no-repeat;
	background-position: center bottom;
}

table.contenttable-1 span a,
table.contenttable-1 a:hover,
table.contenttable-1 .td-last a:hover{ color:#033261; }

table.contenttable-1 td.td-0 a{	background-image: url(img/step-by-step/step-1.gif); }
table.contenttable-1 td.td-0 span a,
table.contenttable-1 td.td-0 a:hover{ background-image: url(img/step-by-step/step-1_act.gif); }	

table.contenttable-1 td.td-1 a{	background-image: url(img/step-by-step/step-2.gif); }
table.contenttable-1 td.td-1 span a,
table.contenttable-1 td.td-1 a:hover{ background-image: url(img/step-by-step/step-2_act.gif); }

table.contenttable-1 td.td-2 a{	background-image: url(img/step-by-step/step-3.gif); }
table.contenttable-1 td.td-2 span a,
table.contenttable-1 td.td-2 a:hover{ background-image: url(img/step-by-step/step-3_act.gif); }

table.contenttable-1 td.td-3 a{	background-image: url(img/step-by-step/step-4.gif); }
table.contenttable-1 td.td-3 span a,
table.contenttable-1 td.td-3 a:hover{ background-image: url(img/step-by-step/step-4_act.gif); }

table.contenttable-1 td.td-4 a{	background-image: url(img/step-by-step/step-5.gif); }
table.contenttable-1 td.td-4 span a,
table.contenttable-1 td.td-4 a:hover{ background-image: url(img/step-by-step/step-5_act.gif); }

table.contenttable-1 .td-last a{
	padding-right:5px;
	background-position: right bottom;
	background-image: url(img/step-by-step/next-step.gif);
}
table.contenttable-1 .td-last a:hover{ background-image: url(img/step-by-step/next-step_act.gif); }



/* Preistabelle */
table.contenttable-2{
	width:100%;
	border-collapse:collapse;
}
table.contenttable-2 td{
	padding:0 4px 0 4px;
	border-right:2px solid white;
	border-bottom:2px solid white;
	background-color:#efefef;
	text-align:center;
}
table.contenttable-2 td.td-0{ text-align:left; } 
table.contenttable-2 td.td-last{ border-right:none; }



/* ############################################################ */
/* #### Suche ################################################# */

div#quicksearch{
	border-top:1px solid #a6b6c7;
	border-bottom:1px solid #a6b6c7;
	border-left:1px solid #a6b6c7;
	height:22px;
}
input.submitimg{ float:right; }

input#txtsearch{
	float:left;
	border:none;
	height:20px;
	padding-left:4px;
}


/* ############################################################ */
/* #### MOC-Filemanager ####################################### */

.tx-mocfilemanager-pi1 td{ font-size:10px; }
.tx-mocfilemanager-pi1 td a{
	font-weight:normal;
	font-style:normal;
}
.tx-mocfilemanager-pi1 td a.filelink{
	font-size:10px;
}


