
body {
	background-color:#CCCCCC;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
    }
	
.master {
    background-color:#ffffff;
	max-width:830px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding-top: 0px;
	padding-left:20px;
	padding-right:20px; 
}

table {
	width: 100%;
	font-size: 12px;
}

#header_large {
		display: none;
	}
	
@media only screen and (min-width: 640px) {
	#header_large {
		display: block;
	}
}


@media only print {
	body {
	background-color:#FFFFFF;
    }
	#header_large {
		display: block;
	}
}

img {
	max-width: 100%;
	height: auto;
}




h1 {
	font-weight:bold;
	font-size: 24px;
}

h2 {
	font-weight:bold;
	font-size: 20px;
}

h3 {
	font-weight:bold;
	font-size: 16px;
}

.red {
	font-weight:bold;
	color: #FF3300;
}


.justified {
		text-align: justify;
}


.zentriert {
	text-align: center;
}

.footer {
	font-size: 9px;
    text-align: center;
}


hr {
	width:100%; 
	background-color:black; 
	height:2px;
	text-align:center; 
	border:0px;
}


a.menue {text-decoration:none; margin:0px 2px; }

a {text-decoration:none; }
a:link {color:blue; }
a:visited {color: green; }
a:active {color: blue; }
a:hover {color: white; background-color: blue; }