/*************************
RAHMEN
**************************/
.csc-frame-frame1{
margin-bottom:10px;
padding:5px;
background-color:#EDF0F4;
height:100%;
clear:left;
}

.csc-frame-frame2{
margin-bottom:10px;
padding:5px;
background-color:#fff;
border:1px solid #BDC7D7;
height:100%;
}

.csc-textpic-imagewrap{

}

/*************************
2COLUMNS
**************************/
div.tx-fdfx2cols-pi1{

	margin-bottom:10px;
	width:545px;
}

/* Layout 1 */
div.c2l1d-left{
   padding-right: 5px;
   width:260px;
   margin:0;
   border:0;
   
}
div.c2l1d-left img{
   float:left
}
div.c2l1d-middle{
   padding-left: 5px;
   width:260px;
   margin-left:-110px;
   border:0;
}
div.c2l1d-middle img{
   float:left
}

/* Layout 2 */
div.c2l2d-left{
   padding-left: 30px;
   width:235px;
   margin:0;
   border:0;
   background-color:#EDF0F4;
}
*html div.c2l2d-left{
width:255px;
}
div.c2l2d-left img{
   display:block;
}
div.c2l2d-middle{
   padding-left: 30px;
   width:235px;
   margin-left:-110px;
   border:0;
   background-color:#EDF0F4;
}
*html div.c2l2d-middle{
width:255px;
}
div.c2l2d-middle img{
   display:block;
}

/*************************
LAYOUT   background-image:url(images/bg.jpg);background-repeat:repeat-x;
**************************/

* /*Set's border, padding and margin to 0 for all values*/
{
    padding: 0;
    margin: 0;
}

body, html {
    color: #2d4465; 
    font-family: Verdana,Arial,Helvetica;
    background-color: #9BA8B9;
    text-align: center; /*** Centers the design in old IE versions ***/
    height: 100%;min-height:100%;
    
    
}

body {
    font-size: 100%;
}
table{font-size:11px;}
td{padding:3px;margin:0;}
table tr td p.bodytext {padding:0;margin:0;} 

.bodytext {padding:0;margin:0;}

ol{margin-left:20px;}
li{margin-left:20px;}

.clear { clear: both; }

#mainContainer {
    width: 920px;
    margin: 0 auto; /*** Centers the design ***/
    min-height: 100%;
    background-color: #ffffff;
    text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
    font-size: 11px;
    border-left:10px solid #96373B;
    border-right:10px solid #9BA8B9;
    background-image:url(images/b.gif);
	background-repeat:repeat-y;
}

p {padding:5px 0 5px 0;margin:0px 0;}

* html #mainContainer {
    height: 100%;  /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}


/************* HEADER #818FA3 */

#header {
    padding: 0px;
    height: 120px;
	overflow: hidden;
	width: 920px;
	border-bottom:1px solid #000;
	
	background-color:#fff;
}



/************* CONTENT AND COLUMNS */

.outer {
    padding-left: 180px;
    
}
* html .outer {
    padding-right: 175px; /* Normally this shouldn't be in this hack, it should be in .outer, but because of IE7 I had to */
}
.inner {
    width: 740px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
    padding-bottom: 30px;
}
* html .inner {
    width: 100%;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
    float: left;
    width: 745px;
    margin-left: -180px; /*** Same length as .outer padding-left but with negative value ***/
}
* html .float-wrap {
    /*** No need for hacking IE on this layout ***/
}
#content {
    float: right;
    width: 545px;
    padding:5px 10px 5px 10px;
    min-height:100%;
}
* html #content {
    width: 565px;
    position: relative;  /*** IE needs this  ***/
    height:100%;
}
.contentWrap{
    padding: 0;
    margin-top: 0px;
    clear:right;
}
#contentright{
float:right;
}

/************* LEFT COLUMN */

/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/

#left {
    
    height:100%;
    float: left;
    width: 180px;
    padding: 0;
    font-size:10px;
    min-height: 100% auto;
    background-color:#EDF0F4;
    margin:0 auto;
}

* html #left {height: 100%;
    position: relative;  /*** IE needs this  ***/
}

#left p {border-left:5px #e5e6eb solid;left:20px;padding:0 10px;margin:10px 0 14px 15px;}



/************* RIGHT COLUMN */

#right {
    float: right;
    width: 175px;
    padding: 0;
    margin:0;
    background-color:#EDF0F4;
    min-height: 100%;
}
* html #right {height: 100%;
    position: relative;  /*** IE needs this  ***/
    margin-right: -175px; /*** IE gets this margin. ***/
}

#right p.mit_rahmen{background-image:url(../img/bg_rechts_kasten.jpg);height:115px;padding:8px 15px 8px 15px;margin:0px;background-repeat:no-repeat;padding-right:30px;margin-bottom:5px;}
#right a.mehr {color:#526784;text-align:right;font-size:0.95em;text-decoration:none; font-weight:bold;display:block;width:110px;margin-bottom:5px;}
#right a.mehr:hover, #inhalt a:hover, #inhalt a.weiter:hover, #centrecontent p.weiter a:hover{color:#2d4465;}
#right h1{color:#A2ADC6;font-size:1.5em;margin:0px;}
#right input{border:#acafb5 1px solid;width:100px;color:#646b7c;font-family:century Gothic, Verdana, Arial, sans-serif;}


/************* FOOTER */

#footer {
    width: 920px;
    height: 30px; /*** The drawback with this solution is that the height of the footer can't be flexible. If you add so much content to the footer that it extends 30px, you will get a vertical scrollbar and the content will overflow the footer if you don't set overflow to hidden ***/
    margin: 0 auto;
    margin-top: -30px; /*** By using a negative margin-top we now moves the footer up the same amount as the footer height to avoid vertical scrolling. Remember, if you use borders and padding on your footer you will have to calculate this in your negative margin-top value also. ***/
    text-align: left;
	background-color:#fff;
	color: #b4b9bf;
	
}

#photos {
    margin-right: 15px;
}
#photos img {
    padding:2px;
    padding-right:5px;
    width:143px;
    height:94px;
}

#footer p.navi_unten{
    margin-top:12px;
    margin-right:20px;
    
}
#footer p.navi_unten a{font-size:0.7em;color:#2d4465;text-decoration:none;padding:2px;padding-right:10px;padding-left:10px;}
/* *html #footer p.navi_unten{position:relative;right:20px;top:115px;margin:0px;} */
#footer p.navi_unten a:hover{background-color:#b4b9bf;color:#ffffff;}

#footer p.adresse{margin:0px;border-top:1px solid #000;padding:4px 0 0 0;text-align:center;color:#000;font-weight:bold;font-size:8px;}
#footer p.adresse a{text-decoration:none; color: #555555;}


/*************************
INHALTE
**************************/

/* Allgemein */
#content {color:#2d4465;}

#content h1{text-transform:uppercase;color:#526784;font-size:18px; background-image:url(../img/bg_ueberschrift1.jpg);background-repeat:no-repeat;background-position:left center;padding:3px 0 10px 0;}
#content h2, h3{text-transform:uppercase;color:#526784; font-size:1.2em; padding:0px 5px 5px 0px;letter-spacing:110%;word-spacing:110%;}
#content h3{margin-bottom:0px;padding-bottom:0px;}

#content ul{list-style-image:url(../img/aufzaehl.gif);margin:15px 0 15px 30px;}
#content li{font-size:1.0em;margin:1px;}
#content li.langtext{margin:5px 0px 0px 0px;}
#content p.weiter a{text-decoration:none;color:#A2ADC6;font-weight:bold;font-size:1.1em;}
#content p.weiter{background-image:url(../img/bg_absatz_unten.jpg);background-repeat:no-repeat;background-position:bottom right;}
#content a{color: #2d4465;font-weight:bold;}
#content a:hover{color:#2d4465;text-decoration:underline;}
#content a.extern{background-image:url(../img/bg_extern.gif);background-repeat:no-repeat;background-position:left center;padding-left:20px;}
#content a:hover.extern{background-image:url(../img/bg_extern_hover.gif);}
#content strong{color:#526784;}

/* Tooltipp */
.tooltipp {border-bottom:dotted 1px #868a98; color:#868a98;font-weight:400; cursor:help;}
.infobox{border-left:3px solid #868a98;margin:0px;padding:5px;font-size:0.95em;line-height:110%;padding:5px;}
.toolbox_ueber{font-weight:bold;font-size:1.1em;}
.toolbox_klein{font-size:0.9em;}

/* Referenzen */
.referenzen {background-image: url(../img/bg_referenz.jpg); background-repeat:no-repeat;width:360px;height:256px;padding:15px;margin:0px;}
.referenzen img{padding-right:20px;padding-top:5px;}
.referenzen p.nav{float:left;padding:3px;margin-top:5px;margin-left:10px;}
.referenzen p.nav a{display:block;padding:3px 5px 3px 5px;background-color:#e5e6eb;text-decoration:none;margin:3px;font-weight:bold;font-size:1.1em;cursor:hand;}
.referenzen p{text-align:right;clear:both;font-size:0.9em;padding-right:20px;padding-top:5px;}
*html .referenzen p{padding-top:0px;margin-top:0px;}

/* Kontakt */
.kontakt {background-color:#e5e6eb;}
.kontakt .kontakt_content {padding: 0 10px;}
.kontakt p{}
.kontakt input{width:90%;font-size:0.9em;font-family:Century Gothic, Arial, Tahoma,sans serif;}
.kontakt input.absenden, input.absenden{border:0px;background-color:#e5e6eb;padding:2px;border-style: outset; border-color:#e5e6eb; border-width:1px;}
.kontakt input.absenden:hover{background-color:#b4b9bf;color:#ffffff;}
.kontakt textarea{width:200px; height:4.0em;font-size:0.9em;font-family:Century Gothic, Arial, Tahoma,sans serif;}

/* AGB */
dt{float:left;text-align:right;padding-right:5px;margin:0px;width:1.5em;}
dd{margin:0px;}
.ebene1 {font-size:1.1em;font-weight:400;}
dt.ebene1{background-color:#e5e6eb;padding:3px;}
dd.ebene1 {background-color:#e5e6eb;padding:3px;border-style: outset; border-color:#e5e6eb; border-width:1px;padding-left:10px;border-top:0px;}
dd a {text-decoration:none;width:100%;}
dl{margin:0px;}
*html #stretcher.p, .display{font-family: Century Gothic,Arial,Verdana;font-weight:normal;}


/*Anfrageformular*/
h3.anfrage{background-color:#e5e6eb;padding:3px;border-style: outset; border-color:#e5e6eb; border-width:1px;padding-left:10px;border-top:0px;margin:0px;font-size:1.2em;font-weight:400;padding-bottom:2px;color:#2d4465;}
ul.unter{margin-top:3px;margin-bottom:3px;}
ul.unter li{list-style-image:url(../img/bg_unter_li.gif);}
select{color:#2d4465;}

/*Abrunden der Ecken*/
b.rtop, b.rbottom{display:block;background: #FFF}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #e5e6eb;}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

/* Rootline */
p.rootline {font-size:0.9em;color:#969ca4;}
#content p.rootline a{text-decoration:none;color:#969ca4;}
#content p.rootline a:hover{text-decoration:underline;}
#root{padding-left:50%;}
*html #root{padding-left:35%;}

/*Referenzseiten - Kunden*/
#right p.klein{font-size:0.9em;}

/*Aufzählung ohne Image*/

#content ul.none{list-style-image:url(../img/bg_blank.gif);margin-left:0px;padding-left:0px;}
#content ul.none li{list-style-type:none;margin-left:0px;}

/*Sitemap*/
#content li.site_unter1{list-style-image:url(../img/sitemap1.gif);}
#content li.site_unter2{list-style-image:url(../img/sitemap2.gif);}
ul.sitemap{margin-top:10px;}
ul.sitemap a{text-decoration:none;}


/*************************
SUCHBOX FORMATIERUNG
*************************/
.tx-macinasearchbox-pi1{height:45px;text-align:right;background-color:#BDC7D7;margin:3px 0 0 0;padding:5px;border-bottom:solid 1px #879AB6;border-top:1px solid white;}
.tx-macinasearchbox-pi1 a{color:#fff; font-weight:bold; font-size:9px;text-align:right;margin-left:5px;}
.mailbutton{float:right;height:16px;width:60px;margin:0 0 4px 4px;text-align:center;display:block;color:#526784;font-weight:bold;border:1px solid #526784;background-color:#EDF0F4;font-size:10px;font-family:arial;}
.feld{width:165px;border:1px solid #526784;margin-bottom:4px;}


/*************************
NEWS FORMATIERUNG
*************************/
/*LISTE*/
.news-list-date{font-size:9px;color:#526784;}
.news-list-container{background-color:#fff;border:solid 1px #879AB6;margin:0;padding:0px;margin-bottom:5px;height:100%;}
.news-list-container h3{line-height:13px;color:#fff;padding:0;margin:0;font-size:11px;font-weight:bold;}
.news-list-container img{padding:0;margin:0 5px 0 0;border:solid 1px #879AB6;}
.news-list-item-header{background-color:#EDF0F4;padding:0 5px;height:100%;}
.news-list-content{background-color:#fff;margin:0;padding:5px;height:auto;}
.news-list-imagebox {margin:0;padding:0;margin-bottom:5px;float:left;clear:left;}
.news-list-textbox {padding:0;margin:0;}
.news-list-morelink{height:100%;font-size:9px;font-weight:bold;background-color:#EDF0F4;text-align:right;padding-right:10px;}
.news-list-item a{line-height:13px;color:#526784;margin:0;padding:0;text-decoration:none;}
.news-list-item a:hover{text-decoration:underline;}
.news-list-item {margin:0;padding:0;}
.news-list-item p{margin:0;padding:0;height:100%;overflow:show;}
.listparagraph {margin:0;padding:0;height:100%;}


.news-latest-date{font-size:9px;color:#fff;}
.news-latest-container{padding:0;float:left;width:280px;}
.news-latest-container h3{color:#fff;padding:0;margin:0;font-size:11px;font-weight:bold;}
.news-latest-container img{float:left;padding:0;margin:0 5px 3px 0; auto;border:solid 1px #879AB6;}
.news-latest-header{background-color:#C9D2DE;padding:2px 5px;}
.news-latest-content{background-color:#EDF0F4;padding:5px;overflow:auto;}
.news-latest-morelink{font-size:9px;font-weight:bold;background-color:#C9D2DE;text-align:right;padding-right:10px;}
.news-latest-item {width:280px;margin-bottom:10px;background-color:#EDF0F4;border:solid 1px #879AB6;}
.news-latest-item a{color:#526784;text-decoration:none;}
.news-latest-item a:hover{color:#526784;text-decoration:underline;}
*html .news-latest-header{height:20px;}

.news-rechts-date{font-size:9px;color:#fff;}
.news-rechts-container{height:100%;font-size:10px;padding:0;margin:0 0 5px 0px;float:left;width:175px;background-color:#EDF0F4;}
.news-rechts-container h3{color:#fff;padding:2px 0;margin:0;font-size:10px;font-weight:bold;padding-left:3px;}
.news-rechts-container img{float:left;padding:0;margin:0 0 3px 0; auto;border:solid 1px #879AB6;}
.news-rechts-header{background-color:#C9D2DE;padding:2px 5pxheight:100%;;}
.news-rechts-header a{color:#fff;padding:0;}
.news-rechts-content{background-color:#EDF0F4;padding:5px;overflow:auto;height:100%;}
.news-rechts-morelink{font-size:9px;font-weight:bold;background-color:#C9D2DE;text-align:right;padding-right:10px;height:100%;}
.news-rechts-item {width:175px;margin-bottom:3px;border-bottom:solid 1px #879AB6;border-top:1px solid white;}
.news-rechts-item a{color:#526784;text-decoration:none;}
.news-rechts-item a:hover{color:#526784;text-decoration:underline;}
*html .news-rechts-header{height:100%;padding:3px;}
.listparagraph{margin:-10 0 -5 0;padding:0;}

.news-single-img{float:right;}
.news-single-imageblock{width:220px;float:right;}
.news-single-img img{border:solid 1px #879AB6;padding:0px;margin:0 0 5px 5px;float:left;}
.news-single-backlink a{color:#526784; text-decoration:none;font-weight:bold;}
.news-single-backlink a:hover{color:#526784;text-decoration:underline;font-weight:bold;}
.news-single-imgcaption{height:0px;display:none;}
.news-single-category{margin:10px 0;}
.news-single-backlink{margin:10px 0;}

.news-catRootline{font-size:12px;font-weight:bold;padding:5px 0 10px 0;}
.news-catmenu {padding:5px;border:1px solid #879AB6;background-color:#C9D2DE; margin-bottom:5px;}
.news-catmenu select{font-size:9px;text-transform:lowercase;}
.news-catmenu select option{font-size:9px;text-transform:lowercase;padding:1px;padding-left:3px;}

.clearer { clear: both; }




/*************************
MENÜ FORMATIERUNG
*************************/

.firstmenu_nor{text-align:right;margin-bottom:2px;display:block;padding:2px 25px 2px 0px;text-decoration:none;color:#2d4465;font-weight:bold;background-color:#D8DEE7;border-bottom:solid 1px #879AB6;
	background-image: url(images/menu_nor.jpg);
	background-repeat: no-repeat;
	background-position:right;height:16px;}
.firstmenu_act{text-align:right;margin-bottom:2px;display:block;padding:2px 25px 2px 0px;text-decoration:none;color:#000;font-weight:bold;background-color:#BDC7D7;
	background-image: url(images/menu_act.jpg);
	background-repeat: no-repeat;
	background-position:right;height:16px;}
#leftmenu a:hover{color:#A2ADC6;background-image: url(images/menu_hov.jpg);
	background-repeat: no-repeat;
	background-position:right;}
#aktiv a:hover{background-image: url(images/menu_act.jpg);
	background-repeat: no-repeat;
	background-position:right;color:#000;}
.submenu_nor{text-align:right;margin-bottom:0px;display:block;padding:2px 8px 2px 0px;text-decoration:none;color:#fff;font-weight:bold;background-color:#B0BBCD;border-bottom:1px solid #818FA3;}

*html .submenu_nor{height:14px;}
.submenu_act{text-align:right;margin-bottom:0px;display:block;padding:2px 8px 2px 0px;text-decoration:none;color:#fff;font-weight:bold;background-color:#9CA8BD;border-bottom:1px solid #818FA3;}
#submenu a:hover{color:#D8DEE7;background-image: url(images/spacer.gif);
	background-repeat: no-repeat;
	background-position:right;}
#submenu{margin-top:-2px;margin-bottom:0px;
	border-top:2px solid #818FA3;border-bottom:3px solid #fff;}
#leftmenu{border-top:1px solid #fff;}

