﻿@charset "utf-8";
/* CSS Document */

    #body  {
	background-color: #434343;
    }
	
	.body {
	background-color: #434343;
    }
   
	 /* Der Wrapper */
    #wrapper {
	background-color: #434343;
	padding: 0px;
	color: #000000;
	width: 1200px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
    }
    
    /* Die Titelzeile */
    #header {
	width: auto;
	height: 120px;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-right: 70px;
    }
    
    /* Das Menü */
    #menu {
	background-color: #FFFFFF;
	text-align: center;
	width: auto;
	height: 90px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 50px;
    }
    
	
    /* Der Inhalt */
    #content {
	background-color: #434343;
	height: 700px;
	width: auto;
	}
	
	  /* Der Inhalt hochformat */
    #content_big{
	background-color: #434343;
	height: 650px;
	width: auto;
	}
	
	  /* Der Inhalt queerformat */
    #content_smal{
	background-color: #434343;
	height: 550px;
	width: auto;
	}
	
	 /* Slider Hochformat*/
    #ud_slider_big {
	float: left;
	background-color: #434343;
	width: 410px;
	height: auto;
	margin-top: 5px;
	margin-left: 140px;
	margin-right: 10px;
	overflow: hidden
	}
	
	 /* Slider Queerformat*/
    #ud_slider_smal {
	float: left;
	background-color: #434343;
	width: 730px;
	height: auto;
	margin-top: 5px;
	margin-left: 20px;
	margin-right: 10px;
	overflow: hidden
	}
	
	 /* Willkommenseite */
    #ud_welcome {
	float: left;
	background-color: #434343;
	width: 1160px;
	height: inherit;
	margin-top: 5px;
	margin-left: 20px;
	margin-right: 20px;
	}

	 /* Inhalt links */
    #ud_inhalt {
	float: left;
	background-color: #434343;
	width: 720px;
	height: auto;
	margin-top: 5px;
	margin-left: 20px;
	margin-right: 10px;
	font-family: candara;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #9E9E9E;
	}
	
	 /* Text */
    #ud_text {
	float: right;
	background-color: #FFFFFF;
	width: 400px;
	height: auto;
	margin-top: 5px;
	margin-right: 30px;
	margin-left: 5px;
	}
	
	 /* Die Fußzeile*/
    #footer {
	float:non
	color: #ffffff;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	background-color: #333333;
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
	height: 30px;
	font-family: Candara;
	
	 }
	

	
	 
	 
	 
	 
	 
    .einruecken {
	text-indent: 3em;
	}
	  /*  dieser Befehl müsste vor dem Text stehen <p style="text-indent:30px;"> */
	 
	/* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
    .fltrt { 
    	float: right;
    	margin-left: 10px;
    }
	
.Schrift_0_green {	
    font-family: candara;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #4F7947;
}

.Schrift_1_green {	
    font-family: candara;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #4F7947;
}



.Überschrift_0_green {	
    font-family: candara;
	font-size: 36px;
	font-style: normal;
	font-weight: normal;
	color: #4F7947;
}


.Überschrift_1_green {	
    font-family: candara;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #4F7947;
}

.Überschrift_2_green {	
    font-family: candara;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #4F7947;
}


.Schrift_0_grau {	
    font-family: candara;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #9E9E9E;
}

.Schrift_1_grau {	
    font-family: candara;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #9E9E9E;
}


.Überschrift_0_grau {	
    font-family: candara;
	font-size: 36px;
	font-style: normal;
	font-weight: normal;
	color: #9E9E9E;
}

.Überschrift_1_grau {	
    font-family: candara;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #9E9E9E;
}

.Überschrift_2_grau {	
    font-family: candara;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #9E9E9E;
}

.Schrift_0_anthra {	
    font-family: candara;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #3E3E3E;
}

.Schrift_1_anthra {	
    font-family: candara;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #3E3E3E;
}



.Überschrift_0_anthra {	
    font-family: candara;
	font-size: 36px;
	font-style: normal;
	font-weight: normal;
	color: #3E3E3E;
}

.Überschrift_1_anthra {	
    font-family: candara;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #3E3E3E;
}
.Überschrift_2_anthra {	
    font-family: candara;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #3E3E3E;
}

.Schrift_0_weiss {	
    font-family: candara;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
}

.Schrift_1_weiss {	
    font-family: candara;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
}

.Überschrift_0_weiss {	
    font-family: candara;
	font-size: 36px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
}

.Überschrift_1_weiss {	
    font-family: candara;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
}

.Überschrift_2_weiss {	
    font-family: candara;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
}

.Schrift_0_weiss {	
    font-family: candara;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
}

.Schrift_1_weiss {	
    font-family: candara;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
}

.Überschrift_0_weiss {	
    font-family: candara;
	font-size: 36px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
}

.Überschrift_1_sw {	
    font-family: candara;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.Überschrift_2_sw {	
    font-family: candara;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

a:link {
	color: #FFFFFF;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #AA0829;
}


.slider_img  {
	position:absolute;
	top:0 center;
}


.KLASSE_1  {animation: UD_KLASSE_1 40s infinite; 
} 

.KLASSE_2  {animation: UD_KLASSE_2 40s infinite; 
}

.KLASSE_3  {animation: UD_KLASSE_3 40s infinite; 
}

.KLASSE_4  {animation: UD_KLASSE_4 40s infinite; 
}

.KLASSE_5  {animation: UD_KLASSE_5 40s infinite; 
}

.KLASSE_6  {animation: UD_KLASSE_6 40s infinite; 
}



@eyframes UD_KLASSE_1 {
0% {opacity:1;}
15% {opacity:1;}
20% {opacity:0;}
95% {opacity:0;}
}

@keyframes UD_KLASSE_2 {
0% {opacity:0;}
15% {opacity:0;}
20% {opacity:1;}
30% {opacity:1;}
35% {opacity:0;}
100% {opacity:0;}
}

@keyframes UD_KLASSE_3 {
0% { opacity:0;}
30% { opacity:0;}
35% { opacity:1;}
45% { opacity:1;}
50% { opacity:0;}
100% { opacity:0;}
}

@keyframes UD_KLASSE_4 {
0% { opacity:0;}
45% { opacity:0;}
50% { opacity:1;}
60% { opacity:1;}
65% { opacity:0;}
100% { opacity:0;}
}

@keyframes UD_KLASSE_5 {
0% { opacity:0;}
60% { opacity:0;}
65% { opacity:1;}
75% { opacity:1;}
80% { opacity:0;}
100% { opacity:0;}
}

@keyframes UD_KLASSE_6 {
0% { opacity:0;}
75% { opacity:0;}
80% { opacity:1;}
90% { opacity:1;}
95% { opacity:0;}
100% { opacity:0;}
}



</style>
