﻿html, body {
	margin: 0px;
}

body
{
	height:100%;
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #000000;
	background-image: url( '../images/bg.jpg' );
	text-align: center;
}

p
{
	margin-top: 10px;
	margin-bottom: 10px;
}

#container
{
	width: 1000px;
	height: auto;
	min-height:100%;
	background-image: url( '../images/containerbg.jpg' );
	background-repeat: repeat-y;
	border: 0px;	
	position:absolute;  /* goes hand-in-hand with top and left parameters to position with the BODY tag */ 
	left: 50%; /* relative to the BODY tag */
	width: 1000px; /* specific container width */
	margin-left: -500px; /* works with left parameter to center the container horizontally */
	/*top: 50%; /* relative to the BODY tag */
	/*height: 380px; /* specific container height */
	/*margin-top: -190px; /* works with top parameter to center the container vertically */
	text-align: left; /* I want the DIV content to be flush left */
	overflow: visible; /* in case the container is not the exact size of the content block */
}

#leftcontainer 
{
	width: 248px;
	height: auto;
	min-height:100%;
	border-left: solid 1px #ee2e24;
	border-right: solid 1px #ee2e24;
	float: left;
	margin-left: auto;
	background-color: #ffffff;
}

#rightcontainer 
{
	width: 749px;
	height: 100%;
	min-height:100%;
	border-right: solid 1px #ee2e24;
	float: left;
	margin-right: auto;	
	background-color: #ffffff;
}

#leftfootercontainer 
{
	width: 248px;
	height: 30px;	
	border-left: solid 1px #ee2e24;
	margin-left: auto;
	background-color: #ee2e24;
	border-bottom: solid 1px #ee2e24;
	clear:left;
	float:left;
	position: absolute;
	bottom:0;
}

#rightfootercontainer 
{
	width: 739px;
	height: 30px;
	line-height:30px;
	border-right: solid 1px #ee2e24;
	margin-right: auto;	
	background-color: #0082c8;
	color:#ffffff;
	font-weight: bold;
	border-bottom: solid 1px #ee2e24;
	float:left;
	position:absolute;
	bottom:0;
	padding-left: 10px;
}

#leftheaderbox 
{
	width: 248px;
	height: 35px;
	background-color: #ee2e24;
	text-align: center;
	vertical-align: middle;
	line-height: 32px;	
}

#leftheaderbox a
{
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-color: #ee2e24;
	color: #ffffff;
}

#leftheaderbox a:hover
{
	text-decoration: underline;
}

#rightheaderbox 
{
	width: 744px;
	height: 30px;
	color: #ee2e24;
	text-align: right;
	vertical-align: middle;
	line-height: 14px;	
	padding-right: 5px;
	border-bottom: solid 5px #ee2e24;
}

#leftlogobox 
{
	width: 248px;
	height: 169px;
	border-bottom: solid 8px #ee2e24;
}

#rightimagesliderbox 
{
	width: 749px;
	height: 169px;
	border-bottom: solid 8px #0082c8;
	background-image: url( '../images/imagesliderbg.jpg' );	
}

#breadcrumb 
{
	width: 744px;
	height: 20px;
	color: #0082c8;
	padding-right: 5px;
	line-height:20px;
	vertical-align:middle;
	text-align:right;
}

#breadcrumb a
{
	text-decoration:none;
	color: #0082c8;
}

#breadcrumb a:hover
{
	text-decoration:underline;
	color: #0082c8;
}

#leftmenubox 
{
	width: 228px;
	border-bottom: solid 8px #ee2e24;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}

#leftmenubox ul 
{
	list-style-type: none;
	padding: 0;
	margin: 0;	
	width: 228px;
}

#leftmenubox ul li a
{
	display: block;
	line-height: 21px;
	color: #ffffff;
	background-color: #0082c8;
	width: 218px;
	padding-left: 10px;
	text-decoration:none;
	margin-bottom: 5px;
}

#leftmenubox ul li a:hover
{
	background-color: #ee2e24;
	color:#ffffff;
}

#leftmenubox ul ul
{	
	width: 218px;
}

#leftmenubox ul ul li a
{
	color: #0082c8;
	background-color: #d4e5f5;
	margin-left: 10px;
	width: 208px;
}

.activemenu 
{
	background-color: #ee2e24;
	color:#ffffff;
}

#pagecontent 
{
	width: 719px;
	height: auto;
	color: #000000;
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom:10px;
	margin-bottom:10px;
}

#pagecontent p 
{
	padding-left: 10px;
}

#pagecontent a
{
	color:#0082c8;
	text-decoration: underline;
}

#pagecontent a:hover
{
	color:#ee2e24;
	text-decoration: underline;
}


h1 
{
	color:#ee2e24;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
}

h2 
{
	color:#0082c8;
	font-size: 10px;
	font-weight: bold;
	padding-left: 10px;
}

.rightimagealign 
{
	float: right;
	padding: 10px;
	border: 0px;
}

#leftnewsbox 
{
	width: 228px;
	border-bottom: solid 8px #ee2e24;
	margin-top: 10px;
	margin-bottom: 40px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#leftnewsbox a
{
	color:#0082c8;
	text-decoration: underline;
}

#leftnewsbox a:hover
{
	color:#ee2e24;
	text-decoration: underline;
}

.newsheader 
{
	color:#ee2e24;
	font-size: 10px;
	font-weight: bold;
}

.newstitle 
{
	font-weight: bold;
}

.newsshorttext 
{
	padding-left: 12px;
}

.newsreadmore 
{
	text-align: right;
}

#project1
{
	float:left;
	width: 420px;
	height: auto;
	color: #000000;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom:20px;
}

#project2
{
	float:left;
	width: 420px;
	height: auto;
	color: #000000;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom:10px;
	margin-bottom:30px;
}

.projectstitle
{
	font-weight: bold;
	font-size: 11px;
	color:#0082c8;
	padding-left: 3px;
}

.projectrightimagealign 
{
	float:right;
	margin: 10px;
	height: 100px;
	border: solid 1px #0082C8;
}
.projectleftimagealign 
{
	float:left;
	margin: 10px;
	height: 100px;
	border: solid 1px #0082C8;
}

#vacationandjobs 
{
	float: right;
	width: 240px;
	height: auto;
	color: #000000;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom:10px;
	margin-bottom: 30px;
}

#intro 
{
	display:block;
}

.vacationandjobsheader 
{
	color:#0082C8;
	font-size: 10px;
	font-weight: bold;
}

.vacationandjobscolumn
{
	border: solid 1px #0082C8;
	padding: 5px;
}

.productenimagealign 
{
	float: left;
	margin: 15px;
	border: solid 1px #0082C8;
	height: 100px;
}

#textblok 
{
	float:left;
	width: auto;
	height: auto;
}

#projecttextblok 
{
	float:left;
	width: auto;
	height: auto;
}


#imagelibrary 
{
	clear: both;
	float: left;
	width: auto;
	height: auto;
	padding-bottom: 30px;
}

.wagenparkimages 
{
	margin-left: 20px;
}
