@charset "utf-8";
/* CSS Document */

html {
}

a:link {
	color: #1C57AF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1C57AF;
}
a:hover {
	text-decoration: underline;
	color: #FFA349;
}
a:active {
	text-decoration: none;
	color: #FFA349;	
}

body {
  height:100%;
	background-image: url(layout/background.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family:Arial;
	color:#333333;
}

#body {
	margin: auto;
  width: 900px;
	position:relative;
	min-height:100%;
	height:auto;
}

header #logo {
		position: absolute;
		margin-left: 600px;
		margin-top: 10px;
    width: 297px;
    height: 190px;
    background: url(layout/Kundendienst_Weber_Logo.png) no-repeat top;
    background-size: 100% auto;
}

header #description {
    padding-top: 15px;
		padding-bottom: 20px;
    margin-left: 20px;
    font-size: 13px;
    color: #999;
    text-shadow: 1px 1px 0 white;
}

#mainBoxLeft {
	background-color:#1C57AF;
	float: left;
}
nav {
	position: relative;
	width: 100%;
	float: left;
	
}
nav ul {
		text-align: left;
    padding: 0;
		margin-left: 35px;	
}
nav ul li {
    display: list-item;
    margin: 0;
		padding: 0;
		height: 35px;
		text-align: left;
		font-size:14px;	
		color: #FFFFFF;
}

nav ul li a {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 35px;	
}
nav ul li a:link {
	text-decoration: none;
	color: #FFFFFF;
}
nav ul li a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
nav ul li a:active {
	text-decoration: none;
	color: #FFFFFF
}
nav ul li a:hover {
	text-decoration: none;
	cursor: pointer;
	color: #FFA349;
	text-shadow: -1px -1px 0 hsla(0,0%,100%,0.3);
}



#main {
	overflow:hidden;
	background-image: url("layout/left.png");

	background-position:left bottom;
}
#mainFrameLeft {
	float:left;
/*	background: #C5C5C5;*/
	width:170px;

}
#main #swisspool{
	position:relative;
	color:#FFFFFF;
	margin-bottom: 20px;
	float:left;
	width:170px;
	height:120px;
	background: url(layout/swisspool.png) no-repeat bottom;
}
#main #swisspool p {
	margin-top:4px;
	padding-left: 10px;
}
#mainFrame {
	min-height:500px;
	margin-left: 170px;
	width:730px;
	background: #ffffff;
}
#mainFrameLeft, #mainFrame {padding-bottom:32767px; margin-bottom:-32767px;}

.mainSection {
	/*position: relative; */
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
}
#imagePool {
	position: relative;
	float:right;
	height:170px;
	width:300px;
	background: url(layout/pool.png);
	background-size: 100% auto;
	padding: 5px;
	margin: 5px;
	margin-bottom: 15px;
}









footer {
	background: #ffffff;
	margin-top: 0px;
	margin-bottom: 20px;
}
footer #contact_back {
	background-image: url(layout/bottom.png);
}
footer #contact {
	margin-left:620px;
	background-color:#1C57AF;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	
}
footer #contact p {
	margin: 1px;
	padding-left: 10px;
	color:#FFF;
}
