* {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body {
	width:100%;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#d7d3b7;
	color:#666666;
	margin:0; padding:0; text-align:center;
}

div.container {
	margin:0 auto; position:relative; /* puts container in front of distance */ clear:left; padding:0; text-align:left;
	
	/*position:absolute;*/
	width:1008px;
	min-height:100%;
	
	/*margin:0 0 0 -463px;
	left:50%;*/
	background-image:url(/lay/bg.gif);
	background-repeat:repeat-y;
}

/* IE min-height start \*/
* html div.container {
	height: 100%;
}

div.header_space {
	position:relative;
	top:0px;
	left:0px;
	height:41px;
	width:1008px;
	background-color:#d7d3b7;
}

div.bg_image {
	position:absolute;
	top:41px;
	left:0px;
	width:1008px;
	height:589px;
}

div.header {
	position:relative;	
	left:379px;
	top:59px;
	width:571px;
	height:120px;
	margin-bottom:59px;
}

div.logo {
	position:absolute;
	right:10px;
	top:10px;
	width:170px;
	height:85px;
	background-image:url(/lay/logo.gif);
}

div.navigation {
	position:relative;
	top:10px;
	left:0px;
	width:341px;
	height:110px;
	background-image:url(/lay/dashed_line_vertical.gif);
	background-repeat:repeat-y;
}

div.main_navigation {
	position:absolute;
	top:0px;
	left:0px;
	width:170px;
}

div.main_nav{
	width:170px;
	height:15px;
	margin:0px;
	margin-bottom:7px;
	cursor:pointer;
}

div.main_nav_active {
	width:170px;
	height:15px;
	margin:0px;
	margin-bottom:7px;
	cursor:pointer;
	background-color:#e5e5e5;
}

div.sub_navigation {
	position:absolute;
	top:0px;
	left:171px;
	width:169px;
}

div.sub_nav{
	width:169px;
	height:15px;
	margin:0px;
	margin-bottom:7px;
	cursor:pointer;
}

div.sub_nav_active {
	width:169px;
	height:15px;
	margin:0px;
	margin-bottom:7px;
	cursor:pointer;
	background-color:#e5e5e5;
}

div.content_container {
	position:relative;	
	left:379px;
	width:571px;
}

div.content{
	padding-top:50px;
	padding-left:10px;
	padding-bottom:40px;
	width:551px;
}


div.footer {
	position:absolute;
	left:389px;
	bottom:0px;
	width:551px;
	height:30px;
	border-top:1px dashed #b62323;
}

div.footer_address {
	position:absolute;
	_left:2px;
	bottom:10px;
	_bottom:9px;
	font-weight:bold;
	font-size:10px;
	color:#b62323;
}

div.footer_copyright {
	position:absolute;
	right:0px;
	bottom:10px;
	_bottom:9px;
	font-size:10px;
	color:#666666;
}

p, td {
	font-size:       		11px;
	line-height:			18px;
	margin:0px;
	margin-bottom:			20px;
	color:#666666;
}

h1 {
	font-size:       		11px;
	font-weight:			bold; 
	margin:					0px;
	margin-bottom:			12px;
	padding-bottom:14px;
	color:#666666;
	border-bottom:1px dashed #666666;
	text-transform:uppercase;
}

h2 {
	font-size:       		14px;
	font-weight:			bold; 
	margin:					0px;
	margin-bottom:			15px;
}

h3 {
	font-size:       		12px;
	font-weight:			bold; 
	margin-bottom:			10px;
}

img {
	border:0px;
}

ul {
	margin-bottom:15px;
	padding-left:20px;
	list-style-type:square;
	list-style-image:none;
}

li {
	margin:5px;
}

input.form, textarea.form {
	background-color:#e5e5e5;
	border:1px solid #e5e5e5;
	width:300px;
}

input, textarea, select {
	font-size:12px;
	margin-bottom:3px;
	vertical-align:middle;
	background-color:#e5e5e5;
	border:1px solid #e5e5e5;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

input.button {
	background-color:#FFFFFF;
	color:#596633;
	border:0px;
	text-align:center;
	padding:3px;
	*padding:0px;
	font-weight:bold;
}

input.submit, input.delete {
	font-size:11px;
	color:#000000;
	border:0px;
	background-color:#ffffff;
	color:#666666;
	cursor:pointer;
	letter-spacing:0.1em;
}

.bold {
	font-weight:bold;
}

div.float_left {
	float:left;
	display:inline;
}

/* Standardlinks */
a:link, a:visited {
	color:#b62323;
	text-decoration:none;
}

a:hover, a:active {
	color:#000000;
	text-decoration:none;
}

/* Hauptmenupunkt Links */
a.main_link, a.main_link:link, a.main_link:visited{
	color:					#000000;
	text-decoration:		none;
	font-weight:			bold;
	font-size:				11px;
	padding-left:10px;
}

a.main_link:hover, a.main_link:active{
	color:					#b62323;
	text-decoration:		none;
	font-weight:			bold;
	font-size:				11px;
	padding-left:10px;
}

a.main_link_active, a.main_link_active:link, a.main_link_active:visited{
	color:					#b62323;
	text-decoration:		none;
	font-weight:			bold;
	font-size:				11px;
	padding-left:10px;
}

/* Hauptmenupunkt Links */
a.sub_link, a.sub_link:link, a.sub_link:visited{
	color:					#000000;
	text-decoration:		none;
	font-size:				11px;
	padding-left:10px;
}

a.sub_link:hover, a.sub_link:active{
	color:					#b62323;
	text-decoration:		none;
	font-size:				11px;
	padding-left:10px;
}

a.sub_link_active, a.sub_link_active:link, a.sub_link_active:visited{
	color:					#b62323;
	text-decoration:		none;
	font-size:				11px;
	padding-left:10px;
}

	/************ SEO *************/
	img.noscript {
		width:1px;
		height:1px;
	}
	
	div.goHContent {
		position:absolute;
		top:10px;
		left:10px;
		display:none;
	}