@import url(fonts.css);

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Courier New, Courier, serif, Arial, Verdana, Helvetica;
	background-color: black !important;
}

p {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

div#page {
	position: relative;
    margin: auto;
    width: 960px;
	background-image: url(../images/page.background.jpg); 
	background-repeat: no-repeat;
	padding-top: 76px;
}

div#page div#main {
    min-height: 550px;
    _height: 550px;
}

div#page div#main div#language {
	height: 18px;
	color: white;
	padding-right: 60px;
}

div#page div#main a#logo {
	display: block;
	padding-bottom: 45px;
	width: 220px;
	height: 80px;
}

div#page div#main a#logo img {
	border: 0px;
}

div#page div#main img#teaser {
	position: absolute;
	top: 120px;
	left: 350px;
	width: 380px;
	height: 40px;
}

div#page div#main div#left {
	float: left;
	padding-left: 35px;
	width: 196px;
	margin-right: 4px;
}

div#page div#main div#left div#navigation {
	width: 180px;
	padding-bottom: 20px;
}

div#page div#main div#left div#news,
div#page div#main div#left div#news div.banner {
	width: 196px !important;
	float: left;
}

div#page div#main div#left div#news div.banner {
	position: absolute; 
	bottom: 102px; 
	width: 196px; 
}

div#page div#main div#content {
	float: left;
	width: 670px;
	padding-top: 5px;
}

div#page div#main div#content div.cmsGroup {
	background-image: url(../images/group.background.png);
	background-position: 10px 0px;
	background-repeat: repeat-y;
	_background-repeat: repeat;
	margin-bottom: 6px !important;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}

div#page div#main div#content div.cmsGalleryRow {
	position: relative;
	left: 10px;
}


div#page div#main div#clear {
	clear: left;
	font-size: 1px;
	line-height: 1px;
}

div#page div#footer {
	background-image: url(../images/footer.background.jpg); 
	background-repeat: no-repeat;
	padding-top: 34px;
	height: 50px;
	padding-left: 200px;
}