/* Basics */
    /* Navigation */
    .outer1 {
        margin-left: 0;
        background: #333; /* R */
    }
    /* Content */
    .outer0 {
        margin-left: 0; /* L */
        margin-right: -365px; /* R */
        background: transparent;
    }
    /* Teaser */
    .outer2 {
        margin-right: 365px;
    }
    .wrap-cl {
        float: left;
        width: 525px; /* C + L  */
    }
    .left {
        float: left;
        width: 166px;
        line-height: 105%;
        font-size: 11px;
        color: #666;
		position:absolute; left:auto; top:0; width:auto; z-index:500;
    }
	* html .left { position:static; }
    .center {
        float:none;
        width: 525px;
        min-height: 200px !important;
        height: auto !important;
		padding-bottom: 15px;
    }
    .right {
        width:365px;
		padding-bottom:15px;
    }
/* << */


/* Absaetze */
	/* Standard Absatz */
    div.center div.standard {
        width:230px;
		float: left;
		margin: 20px 0 0 20px;
    }
	* html div.center div.standard { margin-left:15px }
	
    div.center div.standard div.intext {
        padding: 0;
    }

    div.center div.standard div.intext .htmlcont {
        padding-top: 15px;
    }

    div.center div.standard p {
        margin-top:0;
    }
	
    .bottom  h1 {
		font-size:14px;
		color:#333;
		text-decoration:none;
    }
    
    /* Standard Absatz */
	.bottom div.standard {
		padding: 10px 0 10px 10px;
	}
/* << */


/* Navigationspfad */
	div#NavPath { display: none; }
/* << */


/* Newsletter */
    div#newsletterbox {
		width:350px;
		height:139px;
		background:url(../images/newsletter_bg.jpg) top left no-repeat;
		margin:0;
    }
    
    /* Formular */
    div#newsletterbox div.form {
		padding:75px 0 0 10px;
		width: 190px;
    }
    
    div#newsletterbox div.form label {
        display: none;
    }
    
    div#newsletterbox div.form div.buttons select {
        display: none;
    }
    
    /* Handler Artikel */
    div#newsletterbox div.handler {
    }
/* << */


/* Teaser */
    /* Teaserhuelle */
    div.teaser {
		padding-top:3px;
    }
    
    /* Standard Absatz */
    div.teaser div.standard {
        margin: 0 0 14px 0;
        padding: 0;
    }
/* << */