/* Style for Wegweiser by Reiner Falk 26.07.2022  */

p  {
    margin-top: 5px;
    margin-bottom: 5px;	
}
ul {
    margin-top: 5px;
    margin-bottom: 5px;	
}
ul li {
    margin-bottom: 5px;	
}

body  {
	min-height: 300px;
    margin: 0px;	
	font-family: OpenSans,Arial,Helvetica,sans-serif; 
	line-height: 1.2em; 
	font-size: 105%;
	background-color: #FCFCFC;
	color: #333;
}
#wrapper  {
	position: relative;	
	margin: 0px auto 0px;	
    max-width: 1200px;
	background-color: #FCFCFC;
} 
/* Stylen des TopMenuTop   */
#topMenuTop {
    width: 100%;
	margin: 0px 0px 0px;
	padding: 0px;
    min-height: 20px;	
	background-color: #FCFCFC;
	border-top: 10px solid #009DDF;	
}
#topMenuTopLeft, #topMenuTopRight { 
    margin: 0px;		
	font-family: Arial,Helvetica,sans-serif;	
}
#topMenuTopLeft {
	float: right;
	text-align: right;
	padding: 2px 10px 0px 0px;
    min-width: 40px; 	
}
#topMenuTopRight {
	float: right;
    min-width: 240px; 
	padding: 0px 0px 0px;	
	text-align: right;
	font-size: 90%; 	
}
#topMenuTop a {
    height: 28px;
    margin: 0px;
    padding: 0px;  	
	text-decoration: none;	
}
#topMenuTop a {
	color: #005590;  		
}
#topMenuTop a:visited, #topMenuTop  a:focus {
	color: #005590; 
}
#topMenuTop  a:hover {
	color: #ed6d62;		
	text-decoration: none;
}
#topMenuTop a:active {
	color: #005590; 
}

/* Stylen des header-Bereichs  */
#pageHeader  {
	margin: 0px 0px 0px;
	padding: 0px;	
    width: 100%;
	background-color: #FCFCFC;
}
#pageHeaderLeft {
	float: left; 
	min-width: 50%; 
	margin: 0px 0px 0px 5px; 
	padding: 0px;
}
.pageHeaderLogo { 
	width: 400px;	
}
#pageHeaderRight  {
	float: right; 
    margin: 30px 20px 0px 0px;	
	padding: 0px;	
    width: 30%;
	font-size: 75%;
    text-align: right;
    vertical-align: bottom;	
}
.buttonSprache {
	margin: 5px 5px 0px 5px;
	width: 35px;
	border-radius: 5px;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
    -moz-box-shadow: 3px 3px 3px #555;
    -webkit-box-shadow: 3px 3px 3px #555;	
    box-shadow: 3px 3px 3px #555;	
}
.translate {
	margin: 10px 10px 0px 0px;
}
/* Stylen des Main-Menu  */
#mainMenu  {	
    width: 100%;
	margin: 0px 0px 0px;
	padding: 0px;
	min-height: 40px;
	background-color: #009770;
	    background-image: -ms-linear-gradient(left, #99D6C6 0%, #009770 100%);	
	    background-image: -o-linear-gradient(left, #99D6C6 0%, #009770 100%);
	    background-image: -moz-linear-gradient(left, #99D6C6 0%, #009770 100%);               
        background-image: -webkit-gradient(
        linear, left left, left right,	  
        color-stop(0%, #99D6C6),		
        color-stop(100%, #009770)		
	    );  
        background-image: linear-gradient(left, #99D6C6 0%, #009770 100%);  
}
#mainMenu ul  {
    list-style: none;	
	padding: 0px 0px 0px 20px;	
	margin: 0px;
}
#mainMenu ul li a {
    display: block;
	float: right;
    border-left: 1px solid #FCFCFC;	
    padding: 26px 10px 5px;
	margin: 0px;
	height: 19px;	
	color: #FCFCFC;	
	text-decoration: none;
	font-size: 90%;
	font-family: Arial,Helvetica,sans-serif;	
    font-weight: normal;	
}
#mainMenu  ul li a.zweizeilig {
    display: block;	
    padding: 7px 10px 3px;
	height: 36px;
	line-height: 1.1em;	
}
#mainMenu  ul li a:visited, #mainMenu  ul li a:focus {
	color: #FCFCFC;
}
#mainMenu  ul li a:hover {
	    color: #FCFCFC;
		background-color: #F18700;
}
#mainMenu  ul li a:active {
	color: #FCFCFC;
}
#mainMenu  ul li a.aktiv {	
	    color: #FCFCFC;
		background-color: #777777;		
}

/* Stylen sidebar mit Navigation in zwei Ebenen */
#sidebar {
	float: left;	
	margin: 30px 0px;	
    padding: 0px 0px 3px;
	width: 25%;	
	font-family: Arial,Helvetica,sans-serif;	
}
#navigation {
    margin: 25px 0px 30px;	
    padding: 1px 0px 1px;
	max-width: 100%;	
	background-color: #fcfcfc;
	border-bottom: 2px solid #cccccc;	
	border-top: 2px solid #cccccc;	*/
}
#navigation ul {
	width: 100%;
    list-style: none;	
    padding: 0px 0px 0px;
	margin: 0px;
	background-color: #F6F6F6;
	border-bottom: 1px solid #cccccc;		
}
#navigation ul li {
	margin: 0px;	
}
#navigation  ul li a {
    display: block;
    min-height: 16px;
    margin: 0px;
    padding: 4px 5px;
	border-bottom: 1px dotted #999999;	
    color: #009DDF;
	font-size: 95%;	
    font-weight: normal;
    text-decoration: none;	
    background-color: #F6F6F6;		
}
#navigation  ul li a:visited,
#navigation  ul li a:focus {
        color: #009DDF;		
}
#navigation  ul li a:hover {
        color: #F18700; 
        background-color: #FCFCFC;		
}
#navigation  ul li a:active {
        color: #009DDF;	
}
#navigation  ul li a.aktiv {	
    color: #FCFCFC;	
    font-weight: normal;
	border-bottom: 0px dotted #999999;
    background-color: #999999;
}
#navigation ul li a.navTitel {
	margin: 0px;
	padding: 4px 5px;	
    color: #FCFCFC;	
    background-color: #009DDF;
	border-bottom: 0px dotted #009DDF;	
}
#navigation ul li ul {
    list-style: none;	
	padding-bottom: 0px;
	margin: 0px 0px 0px;
    border-bottom: 0px dotted #999999;
    background-color: #FCFCFC;	
}
#navigation  ul li ul li a {
    display: block;
    min-height: 12px;
    margin: 0px;
    padding: 5px 5px 3px 30px;
	line-height: 1.1em;	
    background-color: #F6F6F6;
    color: #009DDF;
    text-decoration: none;
	font-size: 90%;
    font-weight: normal;
	border-bottom: 1px dotted #999999; 	
}
#navigation  ul li ul li a:visited,
#navigation  ul li ul li a:focus {
    color: #009DDF;		
}
#navigation  ul li ul li a:hover {
    background-color: #FCFCFC;	
    color: #F18700;	
}
#navigation  ul li ul li a:active {
    color: #009DDF;
}
#navigation  ul li ul li a.aktiv1 {
   background-color: #FCFCFC;
    background-image: none;	
    color: #333333;	
   font-weight: normal;	
	border-bottom: 1px dotted #999999;   
}
/* Stylen des Inhaltsbereiches  main  */
#pageContent  {
    float: left;
    margin: 0px;
	padding: 20px 0px 0px;
	width: 75%; 
	min-height: 300px;	
	background-color: #FCFCFC;
	font-size: 105%;	
}
#pageContent1  {
    float: left;
    margin: 0px;
	padding: 20px 0px 0px;
	width: 100%; 
	min-height: 300px;	
	background-color: #FCFCFC;
	font-size: 105%;	
}
#inhalt {
    margin: 0px;
	padding: 0px 0px 0px 40px;	
}
#inhalt1 {
	margin: 0px auto 0px;
	padding: 0px;
    max-width: 800px;	
}
#pageContent h1, #pageContent1 h1 {
	margin: 30px 0px 20px;	
    padding: 0px;
	font-family: Merriweather,Arial,Helvetica,sans-serif;	
	font-size: 180%;	
	font-weight: normal;
	line-height: 1.1em; 
    color: #666666;
}
#pageContent h1 {
	margin: 30px 0px 20px;	
}
#pageContent1 h1 {
	margin: 30px 0px 20px 20px;	
}
#pageContent h1.FS150, #pageContent1 h1.FS150 {
	font-size: 150%;	
}
#pageContent h2, #pageContent1 h2 {
    margin: 30px 0px 15px 0px;
	padding: 4px 0px 4px 5px;
	font-family: Arial,Helvetica,sans-serif;	
	font-size: 105%;	
	font-weight: normal;
	line-height: 1.1em;
    color: #FCFCFC;
	text-align: left;	
	background-color: #009770;
}
#pageContent h3, #pageContent1 h3 {
    margin: 20px 0px 0px;	
	padding: 0px 0px 5px 0px;
    color:  #555555;	
	text-align: left;
	font-family: Arial,Helvetica,sans-serif;	
	font-size: 110%;	
	font-weight: bold;
	line-height: 1.1em; 	
}
#pageContent h3 {
    margin: 20px 0px 0px;		
}
#pageContent1 h3 {
    margin: 20px 0px 0px 20px;		
}
#pageContent h3.abstand {
    margin: 30px 0px 10px;	
}	
#pageContent h4, #pageContent1 h4 {
	padding: 0px;
	margin: 10px 0px 0px 0px;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.1em;
	color: #555555;	
}

#inhalt a, #inhalt1 a {
		text-decoration: underline;
		font-weight: normal;
        color: #F18700;		
        font-size: 100%;		
}
#inhalt a:visited, #inhalt a:focus, #inhalt1 a:visited, #inhalt1 a:focus  {
        color: #F18700;
}
#inhalt a:hover, #inhalt1 a:hover {
		color: #009DDF;
		text-decoration: none;		
}
#inhalt a:active, #inhalt1 a:active {
        color: #F18700;
}

/* Stylen Bereich ContentFooter */
#contentFooter {
    margin: 20px 0px 0px;
	padding: 0px 0px 0px;
	font-family: Arial,Helvetica,sans-serif;	
    color: #FFFFFF;
	width: 100%;
    min-height: 50px;
    border-bottom: 1px solid #FCFCFC;	
	background-color: #EC4C6B;
    background-image: -ms-linear-gradient(left, #009770 20%, #99D6C6 50%, #009770 80%);	
	    background-image: -o-linear-gradient(left, #009770 20%, #99D6C6 50%, #009770 80%);
	    background-image: -moz-linear-gradient(left, #009770 20%, #99D6C6 50%, #009770 80%);               
        background-image: -webkit-gradient(
        linear, left top, right top,	  
        color-stop(20%, #009770),		
        color-stop(50%, #99D6C6),
        color-stop(80%, #009770)		
	    );  
        background-image: linear-gradient(left, #009770 20%, #99D6C6 50%, #009770 80%); 
} 
#contentFooter h2 {
    margin: 0px 0px 10px 0px;	
	padding: 0px 0px 5px 0px;	
	font-size: 130%;	
	font-weight: normal;
	line-height: 1.1em;
    color: #FFFFFF;
	background-color: none;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;	
}
#contentFooter a {
        color: #FFFFFF;
		text-decoration: underline;
		font-weight: normal;		
}
#contentFooter a:visited,
#contentFooter a:focus  {
        color: #FFFFFF;
}
#contentFooter a:hover {
		color: yellow;	
		text-decoration: none;		
}
#contentFooter a:active {
        color: #FFFFFF;
}

#contentFooterLeft, #contentFooterRight {	
    float: left;	
	width: 50%;
	margin: 0px;	
}
#contentFooterLeft div, #contentFooterRight div {
    padding-bottom: 10px;
	max-width: 80%;	
    color: #FFFFFF;
    font-size: 100%;	
}
#contentFooterLeft div {
	margin: 20px auto 0px;			
}
#contentFooterRight div {
	margin: 20px auto 10px;		    	
}

#buttonContentFooter {
    list-style: none;
	margin-top: 10px;
    padding: 0px;	
	text-align: center;		
}
#buttonContentFooter li {
	font-size: 95%;	
	text-align: center;		
}
#buttonContentFooter li a {
    display: block;					
    text-decoration: none;	
    padding: 5px 5px;	
	margin: 15px 50px 0px 50px; 
    min-height: 10px;
  	background-color: #FFFFFF;
    color: #009DDF;		
}
#buttonContentFooter li a:visited, #buttonContentFooter li a:focus {
  	background-color: #FFFFFF;
    color: #009DDF;
}	
#buttonContentFooter li a:hover {
	color: #F18700;
	background-color: #FFFFFF;	
}
#buttonContentFooter li a:active {
  	background-color: #FFFFFF;
    color: #009DDF;	
}

/* Stylen des footer-Bereichs  */
#pageFooter  {
    clear: both;
    margin: 0px 0px 5px;
	padding: 0px;	
    width: 100%;
	min-height: 30px;
	font-family: Arial,Helvetica,sans-serif;
    text-align: center;	
}
#pageFooter p {
	min-height: 14px;
	margin: 0px;	
	padding: 15px 20px;
	color: #FCFCFC;
    font-size: 90%;
	line-height: 1.1em;
	background-color: #009770;	
}

/* Stylen der Textbutton für Newsletter-Liste */
#buttonText  {
    list-style: none; 
    padding: 0px;	
    max-width: 100%;
    margin: 20px 0px 0px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 90%;	
}
#buttonText1  {
/*    list-style: none;  */
    padding: 0px;	
    max-width: 95%;
    margin: 20px 0px 0px 30px;
	font-family: Arial,Helvetica,sans-serif;	
}
#buttonText li, #buttonText1 li, {
    max-width: 100%;	
    text-align: left;	
}
#buttonText li a, #buttonText1 li a {
    display: block;
    margin: 0px 0px 3px;
    padding: 2px 10px;	
    min-height: 20px;
	border: 1px solid #FCFCFC;	
    color: #009DDF;
	background-color: #F4F4F4;	
    text-decoration: none;
}
#buttonText li a:visited, #buttonText li a:focus, #buttonText1 li a:visited, #buttonText1 li a:focus {
    color: #009DDF;	
}
#buttonText li a:hover, #buttonText1 li a:hover {
	border: 1px solid #CCCCCC;
	background-color: #FCFCFC;
	color: #F18700;	
}
#buttonText li a:active, #buttonText1 li a:active {
    color: #009DDF;	
}
/* Stylen des Buttons Anmeldung/ Registrierung  */
#buttonAnmeldung, #buttonRegistrierung  {
    list-style: none;
    padding: 0px;	
    width: 60%;
    margin: 20px 60px 20px;
	font-family: Arial,Helvetica,sans-serif;	
}
#buttonAnmeldung li, #buttonRegistrierung li {
	float: left;
    width: 100%;	
    text-align: center;	
}
#buttonAnmeldung li a, #buttonRegistrierung li a {
    display: block;
    margin: 0px 20px 10px 10px;
    padding: 5px 10px;	
    min-height: 20px;
    color: #FCFCFC;	
	background-color: #F18700;	
    text-decoration: none;	
	border-radius: 8px;	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
    -moz-box-shadow: 3px 3px 3px #555;
    -webkit-box-shadow: 3px 3px 3px #555;	
    box-shadow: 3px 3px 3px #555;		
}	
#buttonAnmeldung a:visited, #buttonRegistrierung a:visited, #buttonAnmeldung li a:focus, #buttonRegistrierung li a:focus  {
    color: #FCFCFC;
	background-color: #F18700;	
}
#buttonAnmeldung li a:hover, #buttonRegistrierung li a:hover {
	background-color: #009DDF;
    color: #FCFCFC;		
}
#buttonAnmeldung li a:active, #buttonRegistrierung li a:active  {
    color: #FCFCFC;
	background-color: #F18700;	
}

#buttonImage1, #buttonImage2, #buttonImage3 {
    list-style: none;
    padding: 0px;	
    max-width: 100%;
    margin: 10px 0px 0px;	
}
#buttonImage1 li, #buttonImage2 li, #buttonImage3 li {
	float: left;
    max-width: 50%;
    min-width: 50%;	
}
#buttonImage1 li a, #buttonImage2 li a, #buttonImage3 li a {
    display: block;
    margin: 10px 20px 20px;
	color: #FCFCFC;
	background-color: #009DDF;	
    text-decoration: none;
	text-align: center;  
    padding: 10px 10px 10px;	
    min-height: 30px;	
   -moz-box-shadow: 5px 5px 5px #555;
    -webkit-box-shadow: 5px 5px 5px #555;	
    box-shadow: 5px 5px 5px #555;	
}
#buttonImage1 li a:visited, #buttonImage1 li a:focus, 
#buttonImage2 li a:visited, #buttonImage2 li a:focus, 
#buttonImage3 li a:visited, #buttonImage3 li a:focus {
	color: #FCFCFC;
	background-color: #009DDF;	
}
#buttonImage1 li a:hover, #buttonImage2 li a:hover, #buttonImage3 li a:hover {
	color: #FCFCFC;	
	background-color: #F18700;
}
#buttonImage1 li a:active, #buttonImage2 li a:active, #buttonImage3 li a:active {
	color: #FCFCFC;
	background-color: #009DDF;	
}
#buttonImage1 li a div, #buttonImage2 li a div, #buttonImage3 li a div {
	margin: 0px 0px; 
	padding: 0px 0px 5px; 
	line-height: 1.1em;
    font-size: 100%;	
}

#buttonGuide {
    padding: 0px;
	margin: 20px 0px 20px;	
}
#buttonGuide ol {
    list-style: none;
    padding: 0px;
	margin: 0px;
}
#buttonGuide li {
	float: left;	
    max-width: 50%;	
    font-size: 90%;	
    text-align: left;	
}
#buttonGuide li a {
    display: block;					
    text-decoration: none;
    padding: 5px 10px;	
    margin: 0px 2px 0px 0px;
    min-height: 12px;
	background-color: #F18700;
    color: #fcfcfc;		
}
#buttonGuide li a:visited, #buttonGuide li a:focus {
    color: #fcfcfc;
	background-color: #F18700;	
}
#buttonGuide li a:hover {
	background-color: #009DDF;
    color: #fcfcfc;			
}
#buttonGuide li a:active  {
    color: #fcfcfc;
	background-color: #F18700;	
}
#buttonGuide li a.aktiv {
	background-color: #009770;
    color: #fcfcfc;	
}

/* Stylen des News-Button (Bildbuttons)  */
#buttonImageNews  {
    list-style: none;
    padding: 0px;	
    max-width: 70%;
    margin: 30px 20px 10px 40px;	
    text-align: center;		
    -moz-box-shadow: 5px 5px 5px #555;
    -webkit-box-shadow: 5px 5px 5px #555;	
    box-shadow: 5px 5px 5px #555;	
}
#buttonImageNews li {
    max-width: 100%;	
    text-align: center;	
    margin: 0px;		
}
#buttonImageNews li a {
    display: block;
    margin: 0px 0px 0px;
    padding: 20px 20px 0px;	
    min-height: 50px;	
    color: #FCFCFC;	
    text-decoration: none;
	text-align: center;
	background-color: #009DDF;	
}
#buttonImageNews li a:visited, #buttonImageNews li a:focus {
    color: #FCFCFC;	
	background-color: #009DDF;	
}
#buttonImageNews li a p {
	margin: 0px;
	padding: 5px 0px 10px;
    font-size: 100%; 	
}
#buttonImageNews li a:hover {
	background-color: #F18700;
    color: #FCFCFC;	
}
#buttonImageNews li a:active {
    color: #009DDF;	
	background-color: ;	
}

/* Stylen Tabellen */
#tabAngebot {
    width: 100%;
	margin: 20px 0px;
	padding: 0px;
    border-collapse: collapse;
	font-family: Arial,Helvetica,sans-serif;
	background-color: #009770;
} 	
#tabAngebot thead {
	color: #FCFCFC;
    vertical-align: middle;	
	text-align: left;
	font-size: 100%;	
}
#tabAngebot thead tr th {
	padding: 5px 5px;
	font-weight: normal;
	border: none; 	
}
#tabAngebot thead tr th.width6 {
	width: 40%;
}
#tabAngebot thead tr th.width7 {
	width: 50%;
}	
#tabAngebot thead tr th.width8 {
	width: 55%;
}	
#tabAngebot tbody {
	font-size: 85%;
}
#tabAngebot tbody tr {	
   vertical-align: top;
   border-bottom: 1px dotted #999999;
}
#tabAngebot tbody tr:nth-of-type(even) {
   background-color: #F6F6F6;
}
#tabAngebot tbody tr:nth-of-type(odd) {
   background-color: #EEEEEE;
}
/*
#tabAngebot tbody tr:hover {	
   background-color: #eefefc; 
}
*/
#tabAngebot tbody tr td {
   text-align: left;
   padding: 5px 5px; 
	border: none; 
}

#tabKontakt {
    width: 100%;
	margin: 20px 0px 20px;
	padding: 0px;
    border-collapse: collapse;
	font-family: Arial,Helvetica,sans-serif;
}
#tabKontakt tbody tr {	
   vertical-align: top;
}
#tabKontakt tbody tr td {	
   padding: 5px 0px; 
}
#tabKontakt1 {
    width: 100%;
	margin: 0px 0px 20px;
	padding: 0px;
    border-collapse: collapse;
	font-family: Arial,Helvetica,sans-serif;
}
#tabKontakt1 tbody tr {	
   vertical-align: top;
}
#tabKontakt1 tbody tr td {	
   padding: 5px 0px; 
}

#pfeilOben, #pfeilZurueck  {	
	font-size: 70%;
	max-width: 50%;
}
#pfeilOben {
    float: right;	
    margin: 20px 0px 0px 0px; 
	text-align: right;		
}
#pfeilZurueck {	
    float: left;
    margin: 20px 0px 0px 0px; 
	text-align: left;

}
#pfeilOben a, #pfeilZurueck a {	
    text-decoration: none; 
	color: #F18700;
}
#pfeilOben a:visited, #pfeilOben a:focus, #pfeilZurueck a:visited, #pfeilZurueck a:focus  {
    color: #F18700;	
}
#pfeilOben a:hover, #pfeilZurueck a:hover {	
	color: #009DDF;
}
#pfeilOben a:active, #pfeilZurueck a:active {	
	color: #F18700;
}

/* Allgemeine Klassenselektoren */
.display1 {
	display: block;
}
.display2 {
	display: none;
}
.display {
	display: none;
}
.both {
    clear: both;
	margin: 0px;
    padding: 0px;
}
.floatLeft {
    float: left;
}
.floatLeft1 {
    float: left;
	margin-left: 20px;	
}
.floatLeftM20P15 {
    float: left;
	padding-top: 15px;
	margin-right: 20px;
}
.floatLeftMR20 {
    float: left;
	margin-right: 20px;
}
.floatRight {
    float: right;
}
.floatLeftGrafik {
    float: left;
	margin-right: 20px;
}
.picture {
	width: 100%;
	margin: 0px;
    padding: 0px;	
}
.picture_70 {
	width: 70%;
	height: auto;
	margin-top: 20px;
}
.picture_200 {
	width: 200px;
	height: auto;
	margin-top: 20px;
}
.picture_190 {
	width: 190px;
	height: auto;
	margin-top: 20px;
}
.alignLeft  {	
	text-align: left; 
}
.alignCenter  {	
	text-align: center; 
}
.alignRight  {	
	text-align: right; 
}
.textItalic  {
    font-style: italic;
}
.textBold  {
    font-weight: bold;
}
.textWeiter  {
	margin: 0px;
	padding: 0px;
    font-size: 65%;
	text-align: right;
}
.textKlein  {
    font-size: 85%;
}
.textHinweis  {
    font-size: 85%;	
}	
.marginTop10 {
	margin-top: 10px;
}
.marginTop20 {
	margin-top: 20px;
}
.marginTop0 {
	margin-top: 0px;
}
.marginBottom10 {
	margin-bottom: 10px;
}
.marginBottom15 {
	margin-bottom: 15px;
}
.bild {
	margin: 20px 0px 20px;
}
.logoTitel {
	float: right;
	padding: 10px 0px 10px 20px;
	height: 60px;
}
.logoTitel2 {
	float: right;
	padding: 20px 0px 0px 20px;
	height: 60px;
}
.karte  {
	width: 450px;		
}
.sprachauswahl {
	margin-top: 20px;
    margin-bottom: 20px;	
}
.strong {
	font-weight: bold;    	
}
.email1 {
	display: block;
}
.email2 {
	display: none;
}
.beruf {
	font-weight: bold;
	font-style: italic;
}
.amt {
	margin-top: 20px;
}
.width1 {
	width: 30%;
}