 /*@charset "utf-8";
/* CSS Document */

	
	
/* Ab hier Schriftformatierung*/	



		
.centerred12 {
		color: red;
		font-size: 12pt;
		text-align: center;
		}
		
.red12 {
		color: red;
		font-size: 12pt;
		}
		
		
		
.centerbold12 {
		text-align: center;
		font-size: 12pt;
		font-weight: bold;
		}

.centerbold14 {
		text-align: center;
		font-size: 14pt;
		font-weight: bold;
		}

.centerbold16 {
		text-align: center;
		font-size: 16pt;
		font-weight: bold;
		}

.centerbold18 {
		text-align: center;
		font-size: 18pt;
		font-weight: bold;
		}


		
.fett12 {
		font-size: 12pt;
		font-weight: bold;
        }

.fett14 {
		font-size: 14pt;
		font-weight: bold;
			}

.fett16 {
		font-size: 16pt;
		font-weight: bold;
			}

.fett18 {
		font-size: 18pt;
		font-weight: bold;
			}
		
			

	
.center10 {
		font-size: 10pt;
		text-align: center;
	}
	
.center12 {
		font-size: 12pt;
		text-align: center;
	}
	
.center14 {
		font-size: 14pt;
		text-align: center;
	}
	
.center16 {
		font-size: 16pt;
		text-align: center;
	}
	
.center18 {
		font-size: 18pt;
		text-align: center;
	}
	

img.center_mit {
    display: block;
    margin-left: auto;
    margin-right: auto;
	border-style: solid;
	border-width: 1px; }

img.center_ohne {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.center200 {
    margin-left: 200px;
    margin-right: 200px;
}




.center300 {
    margin-left: 300px;
	text-align:left;
}

.center80 {
    margin-left: auto;
    margin-right: auto;
	text-align:left;
    width: 80%;
    background-color: ;
}


.center81 { /*nur für adolf weiss*/
    margin-left: auto;
    margin-right: auto;
	text-align:left;
    width: 70%;
	height: 160px;
}




.braun{
	background-color: #B4AB9F;
	width: 95%;
	height: auto;
	margin-right: auto;	   	
	margin-left: auto;
	padding: 15px;	
	border-style: solid;
	border-color: #48382B;
    border-width: 1px;
	font-style: italic;
}


/*ab hier testbereich*/

#center500 {
	background: white;
	height: 200px;
	width: 500px;
	margin-left: 200px;
	
	}

#center400 {
	background: green;
	height: 220px;
	width: 400px;
	margin-left: 200px;
	}
	
.trauer {  /*adolf weiss*/
	margin-right: auto;	   	
	margin-left: auto;
	border-style: solid;
	border-color: black;
    border-width: 4px;
width: 70%;
height: 800px;
background: #CCC;
	
	
	}	
	
	
