div#all {
	position: absolute;
	width: 1096px;
	height: 682px;
	top: 50%;
	left: 50%;
	margin-left: -548px;
	margin-top: -341px;
	overflow: hidden;
	
	/* background-color: red; */
}

div#content_links,
div#content_rechts {
	position: absolute;
	width: 548px;
	height: 682px;
	top: 0px;
	left: 0px;
	overflow: hidden;
	background: transparent url(../_layout/background_links.gif) no-repeat;
	
	/* background-color: yellow; */
}

div#content_rechts {
	left: 548px;
	background: transparent url(../_layout/background_rechts.gif) no-repeat;
	
	/* background-color: yellow; */
}

div#content_links .content,
div#content_rechts .content {
	position: relative;
	top: 76px;
	left: 121px;
	width: 426px;
	height: 530px;
	overflow: hidden;
	
	/* background-color: lime; */
}

div#content_rechts .content {
	left: 1px;
	overflow-y: auto;
}

.content_rechts_padding {
	padding: 9px 12px 10px 12px;
}

div#fotogalerie,
div#video {
	position: relative;
	width: 854px;
	height: 530px;
	margin: 76px 0px 0px 121px;
	z-index: 100;
	
	background-color: #f5f5f5;
}

div#fotogalerie .large,
div#video .large { 
	position: relative;
	height: 376px;
	width: 854px; 
	overflow: hidden;
	background-color: #ffffff;
	
	/* background-color:red; */
}

div#video .large { 
	height: 492px;
}

div#fotogalerie .large img {
	position: absolute;
}

div#fotogalerie .thumbs { 
	width: 854px; 
	height: 115px;
	overflow-y:hidden;
	overflow-x:auto;
	
	/* background-color:yellow; */
}

#fotogalerie ul,
#fotogalerie li {
	list-style:none;
}

#fotogalerie ul {
	/* display:table-row; */
}
#fotogalerie li {
	float: left;
	margin-right: 15px;
	/* display:table-cell; */
}

#fotogalerie img {
	/* display: block; */
}

#seitenzeile {
	border:1px solid #606060;
	background-color:#dddddd;
	width:auto;
	height:auto;
}


.hauptnav-oben { 
	font-variant: small-caps; 
	font-weight: bold; 
	font-size: 12px; 
	line-height: 14px; 
}
.hauptnav-unten { font-weight: bold; font-size: 10px }

.nav {
	position:relative;
	font-variant:small-caps; 
	font-weight: bold; 
	font-size: 16px; 
	line-height: 21px;
}

.subnav,
.subnav_null { 
	line-height: 12px;
	font-weight: normal; 
	font-size: 10px; 
}

.subnav_null {
	color: #818b9d;
}

.subnav-click { 
margin: 0px;
line-height: 1.3em;
font-weight: bold; 
font-size: 10px; 
letter-spacing: 0.05em;
}

.text-sehrklein { font-size: 10px; }
.text-sehrklein-fett { font-size: 10px; font-weight: bold }

.text-klein { font-size: 11px }
.text-klein-fett { font-size: 11px; font-weight: bold }

.text-normal { }
.text-normal-fett { font-weight: bold }

.text-gross { font-size: 15px }
.text-gross-fett { font-size: 15px; font-weight: bold }

.text-sehrgross { font-size: 18px }
.text-sehrgross-fett { font-size: 18px; font-weight: bold }

.dropdown {  width:100px; }
.dropdown_warenkorb { width:46px; }
.preis_warenkorb { font-size:11px; font-style: normal; font-weight: normal; text-align:right; border:0px; width:58px; }
.radio { font-size:10px; background-color:#DDFFFF; border:0px solid #DDDDDD; }


.vspace {
	clear:both;
	width:auto;
	height:0px;
	font-size:0px;
	line-height:0px;
}

.hspace {
	width:0px;
	height:0px;
	font-size:0px;
	line-height:0px;
}

.vline,
.vline_medium {
	clear: both;
	width: auto;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	background-color: #d2d3d5;
	margin: 6px 0px 4px 0px;
}

.vline_medium {
	margin: 11px 0px 9px 0px;
}

.small,
.small p,
.small span {
	font-size: 10px;
	line-height: 15px;
}