html {
	margin: 0px;
	padding: 0px;
}


* {
         margin: 0;
	padding: 0;
}


body {
         padding: 0px;
	margin: 0px;
         position: relative;
}


#bg_main {
         position:absolute;
         left:0;
	top: 0;
         width: 60%;
         height: 371px;
         min-width: 50%;
         overflow: hidden;
         background: url(../img/bg_main.gif) repeat-x;
}


#bg_rainbow {
         position:absolute;
         left:0;
	top: 108px;
         width: 50%;
         height: 371px;
         min-width: 50%;
         overflow: hidden;
         background: url(../img/bg_rainbow.jpg) left top no-repeat;
}


#content_main {
         position:absolute;
         left:57%;
	top: 0;
         width: 760px;
         margin-left:-380px;
         height: 100%;
         min-height:100%;
}


#header {
         position:relative;
         width: 100%;
         max-height: 104px;
         height:104px;
         overflow:hidden;
}


#header1_content {
    	float:left;
    	width: 267px;
}


#header2_content {
    	float:right;
    	width: 493px;
}



#navi {
         width: 100%;
         max-height: 257px;
         border-bottom: 5px solid rgb(0,67,212);
         border-top: 4px solid rgb(0,0,0);
         overflow:hidden;
}


#navi1_content {
    	float:left;
    	margin-top:20px;
    	width: 267px;
}


#navi2_content {
    	float:right;
    	width: 493px;
}


#content_white {
         margin-top:1px;
         clear:both;
         position:relative;
         width: 100%;
         background-color: rgb(255,255,255);
}

#col1 {
         float:left;
         width: 267px;
}


#col2 {
         float:right;
         width: 493px;
}

#col3 {
         float:right;
         width: 760px;
}


#col2_content,#col1_content,#col3_content {
         padding:20px;
}


#col2_content {
         padding-left:0px;
}


#footer {
         clear:both;
         border-top: 2px dotted rgb(184,0,42);
}


#footer_sub1 { float:left; }
#footer_sub2 { float:right; }


#news1,#news2,#news3,#news4,#news5,#news6,#news7,#news10 {
         background-color: rgb(240,240,240);
         padding: 10px;
         margin-bottom: 20px;
         font-size:12px;
}


#news1 img,#news2 img,#news3 img,#news4 img {
         padding-top:5px;
}

#ref {
	display:none;
}

.pulver_gallerie {
	float:left;
         margin-right:16px;
         margin-bottom:16px;
}


