﻿#main
{
	overflow: hidden;
	height: 100%;
	min-height: 100%;
	color: inherit;
	background-color: #ffffff;
	border: 0;
	clear: both;
	margin: 0;
	padding: 0;
}

#Page
{
	width: 932px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin: 0 auto;
	position: relative;
}

header
{
	border-bottom: 1px solid #7D2023;
}

header a 
{
	background-color: transparent;
}

.header_logo
{
	padding-left: 25px;
	background-image: url(images/dekro.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

.header_logo  img
{
	vertical-align: middle;
}


.header_logobottom
{
	height: 18px;
	left: 27px;
	position: absolute;
	top: 97px;
	width: 63px;
	z-index: 100;
}


footer
{
	background-color: #F3F3F3;
}

footer > div
{
	padding: 25px;
}

#header_name
{
	background-color: #666666;
}

