html
{
	height: 100%;
}

body
{
	background-color: #eeeae4;
	margin: 0;
	padding: 0 40px;
	height: 100%;
}

body,td,p,th,li
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 13px;
	line-height: 1.6em;
}

a
{
	color: #000000;
	text-decoration: underline;
}

td.header_text
{
	background: url("/img/bgr_header.gif") repeat-x;
	color: #ffffff;
	font-size: 13px;
	vertical-align: top;
	height: 800x;
}

a.header_link
{
	color: #ffffff;
	text-decoration: none;
}

td.header_logo
{
	background: url("/img/bgr_header.gif") repeat-x;
	height: 80px;
	text-align: right;
	padding: 0 48px 0 0;
	vertical-align: top;
}

td.menu
{
	width: 190px;
	background-color: #cfdbe2;
	padding: 32px 16px;
	font-size: 13px;
	border-right: 1px solid #999999;
	vertical-align: top;
	white-space: nowrap;
}

td.menu ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: 0;
}

td.menu li
{
	padding-bottom: 15px;
}

td.menu a
{
	text-decoration: none;
	color: #333333;
}

#corner-right
{
	text-align: right;
	background-color: #cfdbe2;
	height: 11px;
	padding: 0;
	margin: 0;
	border: 0;
}

#corner-left
{
	text-align: left;
	background-color: #ffffff;
	height: 11px;
	padding: 0;
	margin: 0;
	border: 0;
}

td.content
{
	background-color: #ffffff;
	color: #333333;
	padding: 32px 48px;
	vertical-align: top;
	font-size: 13px;
	line-height: 1.6em;
}

td.content_footer
{
	background-color: #ffffff;
	color: #333333;
	padding: 32px 48px;
	vertical-align: bottom;
	text-align: center;
	font-size: 13px;
	line-height: 1.6em;
}

h1, h2, h3, h4, h5, h6
{
	color: #bb1100;
	font-weight: normal;
}

h1
{
	font-size: 22px;
	border-bottom: 1px solid #cc0000;
}

h2
{
	font-size: 18px;
}

h3
{
	font-size: 16px;
}

h4
{
	font-size: 14px;
}

img
{
	border: 0;
	padding: 0;
	margin: 0;

}

form.kontaktform
{
	border: 1px solid #333333;
	background-color: #eeeae4;
}

td.kontaktform
{
	padding: 8px 4px 8px 16px;
	color: #333333;
	vertical-align: top;
	white-space: nowrap;
	font-size: 13px;
	line-height: 1.6em;
}

input.text
{
	height: 18px;
	border: 1px solid #333333;
	width: 350px;
}

textarea.area
{
	height: 70px;
	border: 1px solid #333333;
	width: 350px;
}

