@charset "UTF-8";

html
{
	height: 100%;
}

body
{
	color: #1f3856;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	height: 100%;	
	background: #fff url(../img/layout/teaser_background_repeat.png) repeat-x left 97px;
}

div#wrapper
{
	width: 1000px;
	min-height: 100%;
	position: relative;
	background: transparent url(../img/layout/background.png) repeat-y 19px 0;	
}

div#page
{
	width: 962px;
	min-height: 100%;
}

div#head
{
	height: 315px;
	background: transparent url(../img/layout/teaser_background.png) no-repeat left bottom;
	position: relative;
}

#head .logo
{
	position: absolute;
	left: 49px;
	top: 17px;
}

#head .numbers
{
	position: absolute;
	right: 25px;
	top: 7px;
	text-align: right;
	color: #1f3856;
}

#head .address
{
	position: absolute;
	left: 276px;
	top: 83px;
	color: #666666;
	font-size: 11px;
	text-transform: uppercase;
}

#head .teaser
{
	position: absolute;
	left: 45px;
	bottom: 35px;
	width: 640px;
	line-height: 22px;
	font-size: 18px;
}

#head .teaser:first-letter
{
	font-size: 48px;
	color: #ffff00;
}

#head .teaserimg
{
	position: absolute;
	right: 0;
	bottom: 18px;
}

#left
{
	width: 250px;
	float: left;
	margin: 20px 1px 300px 20px;
	position: relative;
	color: #fff;
}

#left ul.menu
{
	padding: 0;
	margin: 0 0 25px 30px;
	list-style: none;
}

#left ul.menu li
{
	margin: 0 0 6px 0;
	font-size: 17px;
}

#left ul.menu a
{
	padding: 0 0 0 17px;
	font-weight: normal;
}

#left ul.menu a:link,
#left ul.menu a:visited
{
	color: #fff;
	text-decoration: none;
	background: transparent url(../img/layout/nav_icon.png) no-repeat left center;
}

#left ul.menu a:active,
#left ul.menu a:hover,
#left ul.menu li.active a
{
	color: #ffff00;
	text-decoration: underline;
	background: transparent url(../img/layout/nav_icon_active.png) no-repeat left center;
}

#right
{
	float: left;
	width:  691px;
	padding: 0 9px;
	margin: 20px 20px 0 0;
}

#right > h1:first-child
{
	margin-top: 0;
}

#right .footerimg
{
	background: transparent url(../img/layout/footer.png) no-repeat center top;
	height: 52px;
	margin: 20px 0 10px;
}

a img
{
	border: none;
}

a:link,
a:visited
{
	color: #1F3856;
	font-weight: bold;
	text-decoration: underline;
}

a:active,
a:hover
{
	color: #1F3856;
	font-weight: bold;
	text-decoration: none;
}

h1
{
	font-size: 18px;
	color: #1f3856;
	padding: 0;
	font-weight: normal;
	border-bottom: #1f3856 1px solid;
}

h1:first-letter
{
	font-size: 30px;
	font-weight: bold;
}

h2
{
	font-size: 16px;
	color: #1f3856;
	padding: 0;
	font-weight: bold;
}

h2:first-letter
{
	font-size: 24px;
	font-weight: bold;
}

.clear
{
	clear: both;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.nofloat
{
	float: none !important;
}

.googlemap
{
	width: 100%;
	height: 300px;
	overflow: hidden;
}

div#footer_back
{
	position: absolute;
	left: 20px;
	bottom: 0;
	width: 250px;
	height: 300px;
	background: transparent url(../img/layout/footer_background.jpg) no-repeat;
}

.contact
{
	width: 450px;
	float: left;
}

.contact label
{
	display: block;
	float: left;
	padding: 4px 6px 4px 6px;
}

.contact .left
{
	width: 220px;
	margin-right: 5px;
}

.contact input[type="text"]
{
	width: 215px;
	margin-top: 0;
	border: #555 1px solid;
	height: 22px;
	margin: 0 0 6px 0;
}

.contact textarea
{
	width: 440px;
	height: 100px;
	border: #555 1px solid;
	margin: 0 0 6px 0;
}

.questions .left
{
	width: 340px;
	margin-right: 5px;
}

.questions label
{	
	float: none;
	display: inline;
	margin: 0;
	font-size: 11px;
}

/**
 * Slideshow
 */
 
.slideshow
{
	position: relative;
	width: 691px;
	height: 302px;
}
.slideshow a.arrow_left
{
	display: block;
	float: left;
	width: 17px;
	height: 302px;
	background: transparent url(../img/layout/slideshow_arrow_left.png) no-repeat left center;
}

.slideshow a.arrow_right
{
	display: block;
	float: left;
	width: 17px;
	height: 302px;
	background: transparent url(../img/layout/slideshow_arrow_right.png) no-repeat left center;
}
 
#sliderbox
{
	float: left;
	width: 657px;
	height: 300px;
	border-top: #9c9c9c 1px solid;
	border-bottom: #9c9c9c 1px solid;	
	position: relative;
}

#slidercontainer
{
	position: absolute;
	left: 0;
	top: 0;
	height: 300px;
}

#slidercontainer table
{
	table-layout: fixed;
	height: 300px;
}

#slidercontainer table td  + td
{
	border-left: #9c9c9c 1px solid;
}
