@charset "utf-8";

@font-face {
    font-family: 'SansationRegular';
    src: url('webfont/Sansation_Regular-webfont.eot');
    src: url('webfont/Sansation_Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfont/Sansation_Regular-webfont.woff') format('woff'),
         url('webfont/Sansation_Regular-webfont.ttf') format('truetype'),
         url('webfont/Sansation_Regular-webfont.svg#SansationRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SansationLight';
    src: url('webfont/Sansation_Light-webfont.eot');
    src: url('webfont/Sansation_Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfont/Sansation_Light-webfont.woff') format('woff'),
         url('webfont/Sansation_Light-webfont.ttf') format('truetype'),
         url('webfont/Sansation_Light-webfont.svg#SansationLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SansationBold';
    src: url('webfont/Sansation_Bold-webfont.eot');
    src: url('webfont/Sansation_Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfont/Sansation_Bold-webfont.woff') format('woff'),
         url('webfont/Sansation_Bold-webfont.ttf') format('truetype'),
         url('webfont/Sansation_Bold-webfont.svg#SansationBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	background-image:url(background.gif);
	background-repeat:repeat;
	margin:0px;
	padding:0px;
	font-family: 'SansationRegular', Arial;
	font-size:12px;
	color:#969486;
}

#band_weiss{
	height:75px;
	background-image:url(background_band.gif);
	background-repeat:repeat-x;
	margin-top:250px;
	text-align:center;
	padding-top:27px;
	z-index:1;
	position:relative;
}

.band_weiss{
	height:75px;
	background-image:url(background_band.gif);
	background-repeat:repeat-x;
	margin-top:50px;
	text-align:center;
	padding-top:27px;
	z-index:1;
	position:relative;
}

#schmetterlinge{
	position:absolute;
	top:0px;
	left:0px;
	z-index:3;
}

#main{
z-index:999; position: relative;
}

.navi_start{
	background-color:#fff;
	color:#970047;
	margin-top:15px;
	padding:5px;
	text-align:center;
	font-size:11px;
        z-index:2;
        position:relative;
}

.navi_start a:link, a:visited, a:hover{
	color:#970047;
	text-decoration:none;
}

.navi_start a:hover{
	text-decoration:underline;
}

.content{
        width:730px;
        margin:0px auto;
        background-color:#fff;
        border-radius: 5px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        padding:20px;
		padding-right:50px;
        margin-top:40px;
		z-index:999;
}

@media all and (min-width: 1050px) {
	.band_weiss{
	z-index:1;
	}
	#schmetterlinge{
	z-index:3;
	}
        .navi_start{
        z-index:2;
        }
}

@media all and (max-width: 1050px) {
	.band_weiss{
	z-index:2;
	}
	#schmetterlinge{
	z-index:1;
	}
        .navi_start{
        z-index:3;
        }
}

.zweispaltig{
	width:630px;
}

.zweispaltig .links{
	width:250px;
	float:left;
}

.zweispaltig .rechts{
	width:375px;
	float:left;
}

.cleardiv{
	clear:both;
}

.content a:link, .content a:visited, .content a:hover{
	color:#970047;
}

.content a:hover{
	color:#970047;
	text-decoration:none;
}

h1{
	font-family: 'SansationBold', Arial;
	font-weight:normal;
	color:#970047;
	font-size:19px;
}

h2, h3{
	font-family: 'SansationBold', Arial;
	font-weight:normal;
	font-size:15px;
	margin:0px;
	padding:0px;
	margin-top:20px;
}

