/* ausgelagertes css laden: */
@import url(t3elemente.css); /* umformatieren von t3-elementen, inkl. css-styled content */
@import url(content.css); /* allgemeines für p a usw. usf. */
@import url(menues.css); /* formatierung der menües und fusszeile */
@import url(tt_news_v2_styles_vwl.css); /* css für tt_news */
@import url(rte_formate.css); /* formate für den RichTextEditor (zum dort auswählen)*/

/*  hier wird das layout gemacht. 
die idee: es gibt generell ein dreispaltiges layout, und für zweispaltig wird nur überschrieben */
@import url(layout.css);

/* bis hier: analag zu zweispaltig.css, das ist die basis für anderes
ab hier: umschreiben einiger Definitionen aus layout.css */

/* platz schaffen für rechte spalte */


DIV#mitte {
                width:680px;
                background:transparent;
                float:left;

}

DIV#haupt-top {
                float:left;
		height: 6px;
		background-image: url(../img/box_680_1.png);
	        background-repeat: no-repeat;
                width:680px;
}

DIV#hauptmenu {
                float:left;
                width:678px;
		background-image: url(../img/box_208_2.png);
                background-repeat: repeat-x;
}

#hauptmenu ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
        margin-left: 50px;
}

DIV#rootline {
                text-align:left;
                width:654px;
                float:left;
                background:transparent;
                padding-left:12px;
                padding-right:12px;
                padding-top:5px;
                padding-bottom:5px;
                font-size: 10px;
}

DIV#hauptinhalt { 
		width:654px; 
		float:left;
		margin-left:0px;
} 

DIV#linkerinhalt { 
position:relative;
} 

DIV#rechterinhalt {
        width:208px;
        margin-left:5px;
        background-image: url(../img/box_208_2.png);
        background-repeat: no-repeat;
        display:block;
        float:left;
}

DIV#right-top {
        height: 6px;
        background-image: url(../img/box_208_1.png);
        background-repeat: no-repeat;
}

DIV#right-marker-box {
        padding-left: 5px;
        padding-right: 5px;
        border-left-width: 1px;
        border-left-style: solid;
        border-left-color: #a3adb2;
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: #a3adb2;

}


