/*
///////////////////////////////////////////////////////////////////////////////////
//
//  Copyright designkueche - Mirko Lange
//
///////////////////////////////////////////////////////////////////////////////////
*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, font, img, strong, ul, li, table, tr, th, td {
	margin: 0px; 
	padding: 0px; 
	border: 0px; 
	outline: 0px; 
	font-weight: inherit; 
	font-style: inherit; 
	vertical-align: baseline; 
}

html, body {
	height:100%;
	width: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4d4d4d;
}

#sizer {
	margin: 0 auto;
	width: 910px;
}

#header {
	width: 100%;
	padding: 22px 3px 19px 3px;
	border-bottom: #dfdfdf 1px solid;
	overflow: auto;
}

#logo {
	float: left;
}

#logo a {
	display: block;
	height: 33px;
	width: 200px;
	background: url(../img/logo.gif);
	overflow: hidden;
	text-indent:-9999px;
}

#main_menu {
	float: right;
	padding-right: 10px;
}

#main_menu li {
	float: left;
	display: inline;
	font-size: 13px;
	list-style: none;
	padding: 10px 10px 0px;
}

#main_menu li a {
	display: block;
	font-weight: bold;
	color: #4d4d4d;
	text-decoration: none;
}

#main_menu li a:hover {
	color: #c53225;
	border-bottom: #c53225 2px solid;
}

#content {
	padding-top: 25px;
	padding-bottom: 25px;
}

#left {
	width: 280px;
	padding: 100px 10px 50px 15px;
	float: left;
}

#middle {
	width: 280px;
	padding: 100px 10px 50px 10px;
	float: left;
}

#right {
	width: 280px;
	padding: 100px 15px 50px 10px;
	float: left;
}

#footer {
	width: 100%;
	padding: 22px 3px 19px 3px;
	border-top: #dfdfdf 1px solid;
	overflow: auto;
	float: left;
}

#footer_menu {
	float: right;
	padding-right: 10px;
}

#footer_menu li {
	float: left;
	display: inline;
	font-size: 13px;
	list-style: none;
	padding: 10px 10px 0px;
}

#footer_menu li a {
	display: block;
	font-weight: bold;
	color: #4d4d4d;
	text-decoration: none;
}

#footer_menu li a:hover {
	color: #c53225;
	border-bottom: #c53225 2px solid;
}

#logo_stempel {
	float: left;
}
	
#logo_stempel a {
	display: block;
	height: 33px;
	width: 41px;
	background: url(../img/logo_stempel.gif);
	overflow: hidden;
	text-indent:-9999px;
}

#map {
	width: 530px; 
	height: 530px; 
	margin: 0px 15px 25px 15px;
	float: right;
}

#schalter {
	width: 188px;
	height: 45px;
	padding: 25px 15px 15px 15px;
	float: left;
}

#referenzen {
	width: 692px;
	float: left;
}

#content_inner {
	padding: 50px 15px 15px 15px;
}

#adresse {
	width: 350px;
	float: left;
}

/*
///////////////////////////////////////////////////////////////////////////////////
//
//  Headlines
//
///////////////////////////////////////////////////////////////////////////////////
*/

h1 {
	font-size: 65px;
}

h2 {
	font-size: 55px;
	color: #000000;
	padding: 0px;
	margin-top: 25px;
	margin-left: 15px;
}

h3 {
	font-size: 20px;
	color: #959595;
	margin-left: 15px;
}

h3 a {
	font-size: 20px;
	color: #959595;
	text-decoration: none;
}

h3 a:hover {
	font-size: 20px;
	color: #959595;
	text-decoration: underline;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 20px;
}

/*
///////////////////////////////////////////////////////////////////////////////////
//
//  Links
//
///////////////////////////////////////////////////////////////////////////////////
*/

.text a {
	color: #4d4d4d;
	text-decoration: none;
}

.text a:hover {
	color: #c53225;
	border-bottom: #c53225 2px solid;
}

/*
///////////////////////////////////////////////////////////////////////////////////
//
//  Slider
//
///////////////////////////////////////////////////////////////////////////////////
*/

#wrapper {
    width: 910px;
	float: left;
	padding-top: 25px;
}

#slider {
    width: 800px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 600px;
    width: 800px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #FFFFFF scroll left bottom;
}

.scrollContainer div.panel {
    padding: 15px;
    height: 570px;
    width: 770px;
}

.scrollButtons {
    position: absolute;
    top: 282px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -35px;
}

.scrollButtons.right {
    right: -35px;
}

.hide {
    display: none;
}