@charset "utf-8";
/* CSS Document */



h1 {
	font-size: 36px;
	font-weight:bold;
}
body {
	background-color:#FFF;
	background-image: url(../images/blau_weiss.jpg);
	background-repeat:no-repeat;
	min-width:500px;
	font-family:   Arial, Verdana;
	font-weight: 500;
	text-align: center;
}
img {
	margin: 5px 5px 5px 5px;
}
.master {
	background-image: url(../images/Santa.gif);
	margin-left:20px;
	width: 1100px;
	border:1px;
	border-color:#000;
	border-style:solid;
}
.logo {
	text-align: center;
	float: right;
	width: 100px;
	height: auto;
}
.flagge {
	text-align: center;
	float: left;
	width: 100px;
	height: auto;
}
.master_header {
	height:100px;
	border-bottom:1px;
	border-bottom-color:#000;
	border-bottom-style:solid;
	background-image:url(../images/Headerbackground.jpg);
}
.header {
	font-family:   Arial, Verdana;
	width: 900px;
	text-align: center;
	height: 100px;
	margin: 0px 100px 0px 100px;
	font-size: 36px;
	font-weight:bold;
	text-decoration: underline;
}
.main {
	width: auto;
	border-left:1px;
	border-left-color:#000;
	border-left-style:solid;
	border-right:1px;
	border-right-color:#000;
	border-right-style:solid;
	max-width: 1024px;
	padding: 10px;
	margin: 0px 170px 10px 220px;
	text-align: justify;
	font-size: 16px;
	font-family:  Arial, Verdana;
	font-weight: 500;
}
.left {
	float: left;
	width: 200px;
	padding: 10px;
	margin: 0;
	font-size: 12px;
}
.right {
	float: right;
	width: 150px;
	padding: 10px;
	margin: 0;
	text-align: right;
	font-size: 12px;
}
.footer {
	clear: both;
	text-align: center;
	font-size: 12px;
}
a:link {
	text-decoration:underline;
	color: #0000FF;
	font-size: 16px;
}
a:visited {
	text-decoration:underline;
	color: #000088;
	font-size: 16px;
}
a:hover {
	text-decoration:underline;
	color: #000055;
	font-size: 16px;
}
a:active {
	text-decoration:underline;
	color: #000088;
	font-size: 16px;
}
.menu a {
	font-family:Verdana;
	font-size:12px;
	color: #FFFFFF;
	background-Color: #2626fd;
	border-left: 2px solid #CCCCCC;
	border-top: 2px solid #CCCCCC;
	border-right: 3px solid #000000;
	border-bottom: 3px solid #000000;
	text-decoration: none;
	padding: 3px;
	text-align: center;
	display:block;
	margin-bottom:5px;
	text-align:center;
	width:16ex;
	padding:2px;
	text-decoration:none;
}
/*



.left a:link    { font-size: 12px; color:#ff0; background-color:#0033CC; text-decoration:none;}



.left a:visited { font-size: 12px; color:#ff0; background-color:#0033CC; text-decoration:none;}



*/

.menu a:hover {
	Color: #FFFFFF;
	background-Color: #2626fd;
	border-left: 2px solid #000000;
	border-top: 2px solid #000000;
	border-right: 3px solid #cccccc;
	border-bottom: 3px solid #cccccc;
	text-decoration: none;/* font-size: 12px; color:#ff0; background-color:#4092F7; text-decoration:none;*/

	

	}
/*

.left a:active  { font-size: 12px; color:#ff0; background-color:#002288; text-decoration:none;}





*/



.left ul {
	list-style-type: none;
}
.left li {
	list-style-type: none;
}
