@charset "utf-8";

/*div-Formate*/
body {
	background-color: #bdb1a3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#masterdiv {
	position:absolute;
	width: 1050px;
	left: 0px;
	top: 0px;
}

#left {
	position:absolute;
	width: 395px;
	left: 0px;
	top: 0px;

}	
#middle {
	position:absolute;
	width: 655px;
	left: 395px;
	top: 0px;
	
}

#nav_links {
	position: absolute;
	width: 175px;
	left: 0px;
	top: 0px;
	height: 227px;
	right: 175px;
}
#nav_rechts {
	position: absolute;
	width: 220px;
	left: 175px;
	top: 0px;
	height: 227px;
	right: 395px;
	background-image: url(../img/img0/nav_rechts_bs.jpg);
	background-repeat: no-repeat;
}
#navcontent {
	position: absolute;
	width: 395px;
	left: 0px;
	top: 227px;
}

#header {
	position: relative;
	left: 0px;
	top: 0px;
	height: 200px;
	width: 655px;
	background-image: url(../img/img0/header_bs.jpg);
	background-repeat: no-repeat;

}

#main {
	float: left;
	width: 635px;
	min-height: 475px;
	overflow: visible;
	background-color: #bdb1a3;
	background-image: url(../img/img0/main_bs.jpg);
	background-repeat: no-repeat;
	padding: 15px 0 15px 20px;
}

#footer_bs {
	float: left;
	width: 655px;
	height: 60px;
	background-repeat: no-repeat;
}
/*Ende div-Formate*/

/*Bildpositionen*/
.img_links_m {
	background-position: left;
	border: 2px solid #DDDDDD;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: none;
	float: left;
}

.img_rechts_m {
	background-position: right;
	border: 2px solid #DDDDDD;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	clear: none;
	float: right;
}

.img_mitte_shop {
	border: 2px solid #DDDDDD;
	clear: none;
	float: none;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.img_thumb_bs {
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 3px;
}
.img	{
	border: 2px solid #DDDDDD;
}
/*Ende Bildpositionen*/

/*Links allgemein*/
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #e27212;
	text-decoration: none;
}

/*Schriftstile*/
h1 {
	font-size: 12pt;
	font-weight: bold;
	color: #333333;
}
h2 {
	font-size: 11pt;
	font-weight: bolder;
	color: #333333;
}

.txt-subline1 {
	font-size: 11px;
	color: #666666;
	font-weight: normal;
}
.txt-rot {color: #990000}


.tab1 {
	font-size: 9pt;
}

.tab_shop_rechts {
	text-align: right;
	font-size: 8pt;
	vertical-align: top;
	padding: 10px;
}

.tab_shop_links {
	text-align: left;
	font-size: 9pt;
	vertical-align: top;
	padding: 10px;
}

.img-and-footer_r {	/*Rahmen Bild und Footer rechts*/
	font-size: 10px;
	clear: none;
	float: right;
	color: #666666;
	text-align: right;
	padding: 0 0 0 10px;
}

.img-and-footer_l {	/*Rahmen Bild und Footer links*/
	font-size: 10px;
	clear: none;
	float: left;
	color: #666666;
	text-align: left;
	padding: 0 10px 0 0;
}