@charset "UTF-8";
/* CSS Document für einzelne Objekte auf der Homepage _ ausgenommen Teaser */

body {
        margin: 0px;
        font-family: Arial, sans-serif;
		}
        
.clearfloat {
        clear: both;
        height: 0;
        font-size: 1px;
        line-height: 0px;
        }


/* Container TOP1 mit Anmeldebutton */

#top1 {
        width: 562px;
        height: 217px;
        background-image: url(img/container/top1_content.jpg);
        background-repeat: no-repeat;
        float: left;
        }
		
#top1_register {
		top: 182px;
        left: 405px;
        position: relative;
        }
		
#top1_register_button {
		width: 153px;
        height: 31px;
		border: 0px;
        background-image: url(img/buttons/button_top1.png);
        background-repeat: no-repeat;
        }
		

/* Container TOP2 */	

#top2 {
        width: 262px;
        height: 220px;
		float: right;
        }

.top2_top {
        width: 262px;
        height: 22px;
        background-image: url(img/container/top2_top.jpg);
        background-repeat: no-repeat;
        margin-top: 3px;
        font-size: 14px;
        color: #FFFFFF;
        text-align: center;
}

/*.top2_borderleftright {
        border-left: 1px solid #FF6600;
        border-right: 1px solid #FF6600;
        }

.top2_bottom {
        background-repeat: no-repeat;
        margin-top: -10px;
        }*/
		

/* Container: drei im unteren Bereich des Contents */	
	
#containerbox {
		width: 837px;
		height: 262px;
		margin-top: 8px;
		background-color: #FFFFFF;
		}
		
#containerbox a:link  { color: #FF6600; text-decoration: none; }
#containerbox a:visited { color: #FF6600;text-decoration: none; }
#containerbox a:hover { color: #FF6600; text-decoration: underline; }
#containerbox a:active { color: #FF6600; text-decoration: underline; }
		
#container_1 {
        width: 260px;
        height: 262px;
        padding-right: 28px;
        float: left;
        }
		
#container_2 {
        width: 260px;
        height: 262px;
		margin-left: 288px;
		padding-right: 28px;
        }
		
#container_3 {
        width: 260px;
        height: 262px;
        padding-left: -22px;
        float: right;
        }

.container_border {
        border-left: 1px solid #FF6600;
        border-right: 1px solid #FF6600;
        padding: 2px;
        }

.container_top {
        width: 260px;
        height: 24px;
        background-image: url(img/container/news_vorschau_top.png);
        background-repeat: no-repeat;
        font-size: 12px;
        font-weight: bold;
        color: #FFFFFF;
        padding-left: 10px;
        }

.container_title {
        font-size: 12px;
        font-weight: bold;
        padding-left: 4px;
        padding-right: 4px;
        }

.container_text {
        font-size: 10px;
        color: #000000;
        padding-left: 4px;
        padding-right: 4px;
        }

.container_more {
        font-size: 10px;
        font-weight: bold;
        color: #FF6600;
        padding-left: 4px;
        padding-right: 4px;
        }

.container_imgbordergrey {
        border: 1px solid #D6D6D6;
        }

.container_bottom {
		width: 260px;
        height: 11px;
		margin-top: -3px;
		background-image: url(img/container/vorschau_bottom.png);
        background-repeat: no-repeat;
        }


