@charset "UTF-8";
Body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
img {
	vertical-align: top;
	border-spacing: 0;
	border-style: none;
	box-shadow: 0 0 10px #888888;
	-moz-box-shadow: 0 0 10px #888888;
	-webkit-box-shadow: 0 0 10px #888888;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#Container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 980px;
	margin-top: 10px;
	text-align: left;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	height: auto;
	background-color: #FFFFFF;
}
#Header {
	background-color: #336699;
	height: 40px;
	color: #FFFFFF;
	padding: 5px;
	box-shadow: 0 0 10px #888888;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#HeaderAdresse {
	float: left;
	width: 970px;
	font-size: 16px;
}
#NavigatorMain {
	margin-top: 15px;
	background-color: #FFCC00;
	height: 15px;
	padding: 5px;
	box-shadow: 0 0 10px #888888;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#Navigator {
	color: #424242;
}
#Navigator ul {
	list-style-type: none;
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 0px;
}
#Navigator ul li {
	display: inline;
	margin-right: 5px;
}
#Navigator a {
	text-decoration: none;
	color: #424242;
}
#Navigator a:hover {
	font-weight: bold;
}
#Main {
	padding: 5px;
	box-shadow: 0 0 10px #888888;
	margin-top: 15px;
	background-color: #E5E5E5;
	color: #424242;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#Main hr {
	border: 0;
	color: #424242;
	background-color: #424242;
	height: 1px;
	width: 100%;
}
#MainPicture {
	float: left;
	width: 175px;
}
#MainText {
	float: left;
	width: 795px;
}
#MainTextTitel {
	font-size: 16px;
	font-weight: bold;
}
#MainTextBody {
	width: 795px;
	margin-bottom: 15px;
	margin-top: 5px;
}
#MainTextBody p {
	margin-top: 0px;
}
#MainTextBody tr {
	vertical-align: top;
	border-spacing: 0;
}
#MainTextBody ul {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#MainTextBody li {
	margin-bottom: 5px;
}
#MainTextBody a {
	text-decoration: none;
	background: transparent url(../Images/Icons/Link.gif) no-repeat center left;
	padding-left: 18px;
	color: #424242;
}
#MainTextBody a:hover {
	text-decoration: none;
	font-weight: bold;
}
#MainTextModifiedDate {
	text-align: right;
	clear: both;
}
#Footer {
	color: #FFFFFF;
	margin-top: 15px;
	box-shadow: 0 0 10px #888888;
	padding: 5px;
	background-color: #336699;
	height: 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#Footer a {
	text-decoration: none;
	color: #FFFFFF;
}
#FooterCopyright {
	width: 865px;
	float: left;
}
#FooterIcons {
	width: 105px;
	float: left;
	text-align: right;
}
#FooterIcons img {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

