div#wrapper
{
	height: 100%;
}
div#wrapper[id]
{
	height:auto;
	min-height:100%;
}
div#wrapper
{
	width: 80%;
	margin: 0 auto;
	min-height:100%;
	background-color: #FFFFFF;
	position: relative;
	border-left: solid 1px #CC3300;
	border-right: solid 1px #CC3300;
}

html
{
	height: 100%;
}

body
{
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background: url('./../assets/images/fadesmall.gif') bottom;
	background-repeat: repeat-x;
}

div#footer
{
	width: 100%;
	height: 80px;
	margin: 0 auto;
	position: absolute;
	clear: both; 
	bottom: 0px;
	background-color: #FFFFFF;
}

div#footer_logo
{
	width: 224px;
	height: 77px;
	float: right;
}

div#content
{
	padding: 0px;
       	position: relative;
	background-color: #FFFFFF;
}

div#header
{
	height: 75px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url('./../assets/images/header_pattern.gif');
	background-repeat: repeat-x;
}

div#header_logo
{
	height: 75px;
	width: 292px;
	background-image: url('./../assets/images/header_logo.gif');
	float: left;
}

div#header_kontakt
{
	height: 75px;
	width: 180px;
	float: right;
	background-image: url('./../assets/images/header_kontakt.gif');
}

div#navbar
{
	height: 20px;
	width: 100%;
	background-image: url('./../assets/images/navdark.gif');
	background-repeat: repeat-x;
}

div#navbar ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
div#navbar ul li
{
	margin-right: 12px;
	display: inline;
	color: #FFFFFF;
}

div#navbar ul li a
{
	margin-left: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

div#navbar ul li a:hover
{
	background-image: url('./../assets/images/navlight.gif');
	background-repeat: repeat-x;
	color: #FEFEFE;
	text-decoration: underline;
}

