/* CSS Document */

body, p, h1, h2, h3, h4, h5, h6, ol, ul {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 3%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}


div#wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 805px;
	background-color: #FFFFFF;
	/* overflow: auto; */ 
	background-image: url(../bilder/ab_contentbg.jpg);
	background-repeat: repeat-y;
}

div#header {
	width: 805px;
	height: 150px;
	clear: both;
}

div#topmenu {
	width: 805px;
	height: 25px;
	clear: both;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	background-color: #999966;
}
div#topmenu .topmenubuttons {
	height: 25px;
	width: 85px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	float: left;
}

div#topmenu .lastbutton {
	height: 20px;
	width: 85px;
	float: left;
}


div#leftcol {
	width: 195px;
	float: left;
	color: #FFFFFF;
	font-size: 11px;
}

div#leftcol .leftcolbuttons {
	display: block;
	width: 190px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px; 
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	float: left;
	background-color: #B7B794;
}

div#leftcol .leftcolbuttons a {
	text-decoration: none;
	width: 190px;
	display: block;
	color: #FFFFFF;
}

div#leftcol .leftcolbuttons a:hover {
	text-decoration: none;
	color: #666666;
}

div#content {
	width: 395px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	color: #666666;
}

div#rightcol {
	width: 205px;
	float: left;
}

div#footer {
	width: 805px;
	float: left;
	clear: both;
	background-color: #FFFFFF;
}

/* diverse class'er */

.imgLeftWhiteBorder {
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	float: left;
}


div.leftcolboxes {
	clear: both;
	background-color: #999966;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px; 
	color: #FFFFFF;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

div.leftcolboxesNoBorder {
	clear: both;
	background-color: #999966;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px; 
	color: #FFFFFF;
}

div.leftcolboxesWhite {
	clear: both;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px; 
	/*color: #999966;*/
	color: #666600;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
div.contentboxes {
	clear: both;
	margin-bottom: 5px;
}


div.rightcolthumbnails {
	clear: both;
	background-color: #FFFFFF;

}

div.rightcolthumbnails img {
	margin-bottom: 8px;
}



div.rightcol_topbox {
	clear: both;
	background-color: #999966;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px; 
	color: #FFFFFF;
	font-size: 11px;
}

div.rightcolboxes {
	clear: both;
	background-color: #999966;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px; 
	color: #FFFFFF;
	font-size: 11px;
}

.imgLeft {
	float: left;
	margin-right: 5px;
	margin-top: 3px;
}

table#retailers {
	font-size: 11px;
	padding-left: 10px;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

