.willkommen {
	font-size: 7.5ex;
	margin:0px;
	text-align:left;
	font-family : Georgia, 'Times New Roman', serif, fantasy, san-serif, Verdana, Monotype Corsiva, Minya Nouvelle;
	font-weight: bold;
	letter-spacing : 0.08ex;
	word-spacing: 0.05ex;
	color : black;
	color: red;
	}


.h0{
	font-size: 0ex;
	}


.h1{
	font-size: 4.5ex;
	border:5px solid blue;
	margin:0px;
	background-color:#e0ffff;
	text-align:center;
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing : 0.08ex;
	word-spacing: 0.05ex;
	color : black;
	}

.h2{
font-size: 4ex;
font-family : Arial, Helvetica, sans-serif;
font-weight: bold;
letter-spacing : 0.08ex;
word-spacing: 0.05ex;
color : black;
}

.h3{
font-size: 3.5ex;
font-family : Arial, Helvetica, sans-serif;
font-weight: bold;
letter-spacing : 0.08ex;
word-spacing: 0.05ex;
color : black;
}

.h4{
font-size: 3ex;
font-family : Arial, Helvetica, sans-serif;
font-weight: bold;
letter-spacing : 0.08ex;
word-spacing: 0.05ex;
color : black;
}

.h5{
font-size: 2.5ex;
font-family : Arial, Helvetica, sans-serif;
font-weight: bold;
letter-spacing : 0.08ex;
word-spacing: 0.05ex;
color : black;
}


.p{
	font-size: 2ex;
	font-family : Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	letter-spacing : 0.08ex;
	word-spacing: 0.05ex;
	color : black;
	vertical-align: top;
	}


.schlagzeile5{
	font-size: 2ex;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 0.08ex;
	word-spacing: 0.05ex;
	color: black;
	}
	
	
	.align_right{
		text-align: right;
		}
	
	
	.align_left{
		text-align: left;
		}
	
	
	.align_top{
		vertical-align: top;
		}
	
	.bgcolor_000080{
		background-color: #000080;
		}
		
		
		.bgcolor_b0e0e6{
			background-color: #b0e0e6;
			}
	
	
	.trennstrich_vertical{
		background-color: #000080;
		width: 1px;
		}
	
	
	.trennstrich_vertical_luecke{
		width: 16px;
		}
	
	
	.w10{
		width: 10px;
		}
	
	
	.w95{
		width: 110px;
		}
		
		
		.img{
			width: 100%;
			height: auto;
			}
			
			
			.td{
				vertical-align: top;
			}
			
			
		.td_width_33.3P{
			width: 33.3%;
			}
			
			
		.td_width_40P{
			width: 40%;
			}
			
			
		.td_width_50P{
			width: 50%;
			}
			
			
		.td_width_60P{
			width: 60%;
			}
			
			
		.td_width_100P{
			width: 100%;
			}
			
			
		hr { 
    width: 100%; 
    height: 5px; 
    margin: 0 auto;
    color: blue;
    background: blue;
}