

/* HEADER */
#popup_header {
	left: 0px;
	top: 0px;
	height: 46px;
	border-color: white;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	width: 100%;
	z-index: 99;
	margin: 0px;
	padding: 0px;
}

#popup_header div {
	border-color: white;
	border-style: solid;
	border-width: 0px 1px 0px 1px;
}

#popup_header div.upper_bar {
	height: 19px;
	background-color: #EFEFEF;
	overflow: hidden;
}

#popup_header div.lower_bar {
	border-width: 1px 1px 0px 1px;
	height: 25px;
	background-color: #CCCCCC;
}

#popup_header div.dotted_image {
	height: 1px;
	margin-top: 1px;
	background-image: url(/img/lines/dotted_999999.gif);
	background-repeat: repeat-x;
}

#popup_header div.lower_bar div.text {
	border: 0px;
	float: left;
	margin: 0px;
	padding-top: 5px;
	padding-left: 15px;
	font-family: Arial, Helvetic, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
}

#popup_header div.lower_bar div.logo {
	border: 0px;
	float: right;
	margin: 0px 9px 0px 0px;
	background-image: url(/img/icons/schwinge.gif);
	width: 32px;
	height: 25px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

/* BUTTONS */

#zoomButtons {
	margin-top: 15px;
	height: 30px;
	padding-left:9px;
}

.zoombutton {
	margin-bottom: 1px;
	width: 101px;
	float: left;
	text-align: center;
	font-size: 11px;
	font-family: arial;
	padding: 8px 0px 7px 0px;
}

#zoombuttonLight {
	cursor: pointer;
	text-decoration: none;
	background-image: url(/img/buttons/but_zoom_hell.gif);
}

#zoombuttonDark {
	background-image: url(/img/buttons/but_zoom_dunkel.gif);
}

/* FOOTER */
#popup_footer {
	border: 0px;
	margin: 0px;
	padding: 0px;
	position: fixed;
	left: 1px;
	right: 1px;
	bottom: 0px;
	height: 36px;
	border-bottom: 1px solid white;
	background-image: url(/img/lines/dotted_999999.gif);
	background-repeat: repeat-x;
	background-color: white;
	z-index: 99;
	overflow: hidden;
}

#popup_footer div.close {
	position: static;
	height: 36px;
	border: 0px;
	margin-top: 2px;
	background-color: #EFEFEF;
}

#popup_footer div.close div {
	float: right;
	font-family: Arial, Helvetic, Sans-Serif;
	font-size: 11px;
	text-decoration: underline;
	margin-right: 10px;
	margin-top: 10px;
	height: 10px;
	cursor: pointer;
}

/* CONTENT OVERWRITE */

div#border {
	margin: 0px 9px 47px 9px;
	border: 1px solid #999;
	/*height: 1%;*/
}


	/*
		ATTENTION follow part is just a hack for ie!!!
		please test it after position or width changes!!!
	*/
		.border_repaint_left {
			position:absolute;
			left:9px;
			height:550px;
			border-left:1px solid #999999;
			z-index:98;	
		}
		
		.border_repaint_right {
			position:absolute;
			right:9px;
			height:550px;
			border-left:1px solid #999999;
			z-index:98;	
		}
	/*
		ATTENTION follow part is just a hack for ie!!!
		please test it after position or width changes!!!
	*/

div#content {

	position: absolute;
	top: 48px;
	padding-bottom: 49px;

	overflow: visible;
}

a.double_arrow {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: -1px;
}

#large_image{
	width: 480px;
	height: 494px;
}

/* ADDITIONAL VIEWS */
/* LEFT COLUMN */
div#left_col {
	float: left;
	width: 488px;
	margin-left: 12px;
	margin-top: 12px;
	margin-right: 0px;
}

div#main_image_border {
	width: 486px;
	height: 486px;
	text-align: center;
	border: 1px solid #999999;

	padding-top: 3px;

	padding-bottom: 3px;
}

div#main_image_border table {
	text-align: center;
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

div#image_tools div {
	margin-top: 15px;
	margin-bottom: 15px;
	font-family: Arial, Helvetic, Sans-Serif;
	font-size: 11px;
	color: black;
}

div#image_tools_size div {
	margin:0px;
}

div#image_tools_size {
	float: left;
}

div#image_tools_suggest {
	float: right;
}

/* RIGHT COLUMN */
div#right_col {
	float: left;
	width: 200px;
	margin-left: 27px;
	margin-top: 12px;
}

div#additional_images {
	margin-bottom: 11px;
}

div.box_header {
	padding: 2px 4px 2px 4px;
	border: 1px solid #999999;
	font-family: Arial, Helvetic, Sans-Serif;
	font-size: 11px;
	color: #999999;
	font-weight: bold;
}

div.box_content {

	padding: 2px 4px 2px 4px;
	border: 1px solid #999999;
	font-family: Arial, Helvetic, Sans-Serif;
	font-size: 11px;
	border-top-width: 0px;
	overflow: hidden;
	/*
position:relative;
z-index:97;
*/
}

div.thumbnail_container {
	float: left;
	padding-right: 10px;
	text-align: right;
	width: 50px;
}

div#product_information {
	margin-top: 20px;
	font-family: Arial, Helvetic, Sans-Serif;
	font-size: 12px;
	text-align: center;
}

div#product_information div {
	margin: 0px;
}

div#product_information div.name {
	font-weight: bold;
}

div.more_images {
	margin-bottom: 20px;
}

div.instruction {
	padding-top: 3px;
	padding-right: 5px;
}

.instructiontext {
	position: relative;
	top: -5px;
	left: 10px;
}
