@import "fonts.css";
@import "menu.css";

.clearer {
	clear: both;
}

html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: auto;
	background-color: #F3F3FD;
}

.page {
	height: 100%;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center 0px;
	text-align: center;
}

.container {
	width: 964px;
	margin: auto;
	padding-top: 24px;
}

.hd {
	text-align: left;
	background-repeat: no-repeat;
	background-position: center;
	height: 177px;
}

.hdwrapper {
	width: 964px;
	height: 144px;
}

.logo {
	position: absolute;
	margin: 30px 0px 0px 20px;
	height: 97px;
	width: 203px;
}

.mainnavwrapper {
	width: 964px;
	height: 32px;
	overflow: hidden;
}

.mainnav {
	padding-left: 261px;
}

.bd {
	width: 964px;
	text-align: left;
	min-height: 340px;
	text-align: left;
	overflow: hidden;
	padding: 40px 0px 25px 0px;
	background-color: #FFFFFF;
}

.left {
	position: relative;
	width: 225px;
	float: left;
	left: 14px;
}

.contentwrapper {
	position: relative;
	width: 660px;
	float: right;
	right: 14px;
	margin-left: 79px;
}

.normal {
	width: 420px;
	float: left;
}

.normal_50 {
	width: 322px;
	float: left;
}

.normal_100 {
	width: 660px;
	float: left;
}

.normal_schmal {
	width: 225px;
	float: left;
}

.right {
	width: 225px;
	float: right;
	margin-left: 15px;
}

.right_50 {
	width: 322px;
	float: right;
	margin-left: 16px;
}

.right_breit {
	width: 420px;
	float: right;
	margin-left: 15px;
}

.ft {
	text-align: left;
	background-image: url(../images/bg-ft.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 34px;
}

.ft-wrapper {
	float: left;
	width: 240px;
	padding-top: 7px;
}

.flagandhome {
	position: relative;
	left: 15px;
	float: left;
	width: 75px;
}

.flagcontainer {
	float: left;
}

.homelink {
	float: right;
	padding-top: 3px;
}

.copyright {
	position: relative;
	right: 40px;
	padding-top: 3px;
	float: right;
}
