@charset "UTF-8";
/* -- LAYOUT - WETREU -- */
/* -- ----------------------------------------------- -- */
/* -- Definitionen - Startseite www.wetreu.de ------- -- */
/* -- ----------------------------------------------- -- */

/* -- Anordnung GFXmenue / Inhalt -- ---------------- -- */
/* -- ----------------------------------------------- -- */
.mainCont{
position:relative;
/*left: 180px;*/
/*left: 20px;*/
top: 0px;
/*width: 564px;*/
height:auto;
min-height:300px;
z-index: 10;
}


/* -- ----------------------------------------------- -- */
/* -- Definitionen - Unterseiten www.wetreu.de ------ -- */
/* -- ----------------------------------------------- -- */

/* -- Anordnung Submenue / Inhalt -- ---------------- -- */
/* -- ----------------------------------------------- -- */

/* -- Inhaltscontainer -- ----------- -- */
/* -- ------------------------------- -- */
.subContLeft{
position:relative;
top: 0px;
/*top: 10px;*/
left: 0px;
width: 182px;
height: auto;
margin: 0px;
padding: 0px;
float: left;
}

.subContMiddle{
position:relative;
top: 10px;
left: 0px;
width: 530px;
height: auto;
margin: 0px;
padding: 0px;
float: left;
}

.subContMiddleSingle{
position:relative;
top: 10px;
left: 0px;
width: 650px;
height: auto;
margin: 0px;
padding: 0px;
float: left;
}

.subContRight{
top: 10px;
left: 0px;
width: 180px;
height: auto;
margin: 0px;
padding: 0px;
float: right;
}

.subcontStart{
position:relative;
top: 10px;
left: 180px;
width: 530px;
height: auto;
margin: 0px;
padding: 0px;
}

.subcontGFXNav{
text-align: center;
padding:25px 0 25px 180px;
}

.startRight{
position:relative;
top: 10px;
left: 0px;
width: 180px;
height: auto;
margin: 0px;
padding: 0px;
float:right;
}

/* -- Rückruf -- ------------ -- */
/* -- ----------------------- -- */
.subRecall{
position:relative;
left: 0px;
top: 0px;
padding: 0 0 20px 0;
margin:0px;
width: auto;
height: auto;
}

.subRecall a#recall img{
border:0;
}


/*-- Der Recall ------------------------*/
#recall{
width: 100%;
background: #223C64;
height: auto;
}


/* -- 2-spaltiger Inhalt -- ------------ -- */
/* -- ---------------------------------- -- */
.contentLong{
position:relative;
left: 20px;
top:0px;
height:auto;
}

/* -- 3-spaltiger Inhalt -- ------------ -- */
/* -- ---------------------------------- -- */
.contentShort{
position:relative;
left: 20px;
top:0px;
height:auto;
float:left;
padding-bottom: 20px;
width:555px;
}

