@import url("fonts.css");

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: url('../images/bg.gif') center top repeat-x #000;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6, div#navigation, div#footer {
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

p {
	margin: 0;
	padding: 0;
}

div#page {
	position: relative;
	min-height: 100%;
	width: 960px;
	margin: auto;
	padding: 0;
	background: black;
}

/* IE6 Hack */
* html div#page {
	height: 100%;
}


div#header {
	width: 961px;
	height: 300px;
	margin-top: 20px;
	position: relative;
}

div#header div#headerleft {
	float: left;
	width: 320px;
	height: 300px;
}

div#header div#headerleft div#logo {
	float: left;
	width: 320px;
	height: 120px;
}

div#header div#headerleft div#previewimage {
	float: left;
	width: 320px;
	height: 180px;
}

div#header div#headerright {
	float: right;
	width: 640px;
	height: 300px;
}

div#header div#headerright div#imageslider {
	float: left;
	width: 640px;
	height: 300px;
}

div#header div#navigation {
	position: absolute;
	z-index: 10;
	width: 640px;
	height: 220px;
	top: 0px;
	padding-top: 86px;
	left: 321px;
	background: url('../images/top-bg.png') repeat-x left top;	
}

body.cms_editpage div#header div#navigation {
	visibility: hidden;
}

div#main {
	width: 961px;
	min-height: 500px;
	padding-bottom: 30px;	
}

div#main div#mainleft {
	float: left;
	width: 320px;
	height: 550px;
	overflow: hidden;
	margin-top: 1px;
	background: url('../images/bg_left.jpg') repeat-x left top black;
}

div#main div#mainright {
	float: left;
	width: 640px;
	min-height: 500px;	
	background: url('../images/bg_content.jpg') repeat-x left bottom black;
}

div#main div#mainright div#content {
	float: left;
	width: 550px;
	margin: 30px 0px 20px 35px; /*40brutto*/
}
	
div#main div.clear {
	clear: both;
	font-size: 0px;
	line-height: 1px;
	height: 1px;
	width: 100%;
}

div#footer {
	position: absolute;
	bottom: 0;
	width: 630px;
	text-align: right;
	height: 21px;
	padding: 10px 10px 0 0;
	margin: auto;
	font-size: 85%; 
	right: 0;
	color: #999;	
	z-index: 1001;	
}

div#footer a {
	color: #999;
}

div#footer a.cms {
	color: #999;
	text-decoration: none;
}

div#footer a:hover {
	color: white;
}

div#footer a.cms:hover {
	color: white;
	text-decoration: none;
}


div#button {
	position: absolute;
	bottom: 8px;
	width: 150px;
	height: 15px;
	padding-top: 10px;
	margin: auto;
	left: 320px;
	z-index: 1005;
}

div#flattrbtn {
	position: absolute;
	bottom: 8px;
	width: 100px;
	height: 15px;
	padding-top: 10px;
	margin: auto;
	left: 470px;
	z-index: 1006;
}

body.cms_editpage div#footer {
	visibility: hidden;
}

/* Special modifications */
#TB_window {
	background: black !important;
}

#TB_window img#TB_Image {
	border: 0 !important;
}

