@import url("fonts.css");

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 0;
	padding: 0;
}

div#page {
	position: relative;
	width: 800px;
	height: 100%;
	margin: auto;
}

div#main {
	width: 800px;
	margin-top: 15px;
	float: left;
}

div#main div#row_content {
	width: 610px;
	min-height: 545px;
	background-color: #ffffff;
	margin: 0 15px 0 0;
	padding: 20px;
	float: left;
	background-repeat: no-repeat;
}

div#main div#row_content div#content_foto {
	width: 480px;
	height: auto;
	background-color: black;
	padding: 0px;
	float: left;
	padding-bottom: 5px;
}

div#main div#row_navigation {
	width: 135px;
	float: left;
}

div#main div#row_navigation img#logo_grafik {
	width: 135px;
	height: 20px;
	float: left;
	/* !BUG! ss */
	background-color: white;
	/* eob */	
}

div#main div#row_navigation div#navigation_grafik {
	width: 135px;
	height: 262px;
	padding-top: 13px;
	float: left;
}

div#main div#row_navigation_foto img#logo_foto {
	width: 135px;
	height: 20px;
	float: left;
}

div#main div#row_navigation div#navigation_foto {
	width: 135px;
	height: 200px;
	padding-top: 13px;	
	float: left;
}

div.clear {
	clear: left;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

div#copyright {
	width: 90px;
	height: 20px;
	color: #DEDDDA;
	font-size: 10px;
	padding-top: 120px;
	float: left;
}

div#copyright a {
	color: #DEDDDA;
	font-size: 10px; 
	text-decoration: none;
}

div#copyright a:hover {
	color: #666666;
	text-decoration: underline;
}

body.cms_editpage div#copyright {
	display: none;
}

