* { margin: 0; padding: 0; }
html, body {
	height: 96%;
	padding: 0;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #2a2f35;
	background: #fff url(img/site-background.gif) repeat-x;
	text-align: center;
}
img{
	padding: 0;
	margin: 0;
	border: 0;
}
p{
padding: 10px 0;
}
* html #master { /* Für IE */
height: 95%;
margin: 0 auto;
	width: 842px;
	margin-top: 30px;
	padding: 20px;
	text-align: center;
	background: url(img/Schottenmuster.jpg);
}
#master {
margin: 0 auto;
	width: 800px;
	margin-top: 30px;
	padding: 20px;
	text-align: center;
min-height: 97%;
	background: url(img/Schottenmuster.png);
}
.big{
	font-size: 44px;
	font-weight: bold;
}
.big2{
	font-size: 24px;
	font-weight: bold;
}
.big3{
	font-size: 14px;
	font-weight: bold;
}
a:link, a:visited, a:hover, a:active{
	color: #483d8d;
	text-decoration: none;
}
* html .abstandFlaggenEULinks{
margin-right: 40px;
}
.abstandFlaggenEULinks{
margin-right: 50px;
}
* html .abstandFlaggenEURechts{
margin-left: 40px;
}
.abstandFlaggenEURechts{
margin-left: 50px;
}
.abstandFlaggen{
	margin: 0 5px 0 50px;
}
.linie{
	border-bottom: 8px double #808080;
}
a.link:link, a.link:visited, a.link:hover, a.link:active{
	color: #483d8d;
	text-decoration: underline;
}