
@charset "utf-8";
/* CSS Document */

img, #main_frame { behavior: url(../_css/iepngfix.htc) }

/*-------------------/
/ Allgemeine Formate /
/-------------------*/

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	background: #ffffff;
	color: #000000;
	position: relative;
}

div, ul, li, dl, dd, dt, a, h4, p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
}

#mainframe {
	width: 797px;
	height: 564px;
	overflow: hidden;
	position: relative;
	margin: 0px auto 0px auto;
}

	#flyerframe {
		position: relative;
		top: 1px;
		left: 101px;
		width: 695px;
		z-index: 200;
		overflow: show;
	}
	
		#flyerhead {
			width: 795px;
			height: 72px;
			position: absolute;
			top: 0px;
			left: -100px;
			background: #ED7504;
		}
		
		#flyerclaim {
			width: 795px;
			height: 45px;
			position: absolute;
			left: -100px;
			top: 72px;
		}
		
		#flyertalk {
			position: absolute;
			top: 124px;
			left: 0px;
			width: 230px;
			height: 438px;
			z-index: 5;
		}
		
		#flyersamsung {
			position: absolute;
			top: 124px;
			left: 235px;
			width: 225px;
			height: 438px;
			z-index: 6;
		}
		
		#flyerweb {
			position: absolute;
			top: 124px;
			left: 465px;
			width: 230px;
			height: 438px;
			z-index: 7;
		}
		
		#arrows {
			position: absolute;
			top: 133px;
			left: 215px;
			width: 262px;
			height: 258px;
			z-index: 8;
		}
		
			#arrows img {
				position: absolute;
				clear: both;
			}
		
			#arrows .upper {
				top: 0px;
			}
			
			#arrows .lower {
				bottom: 0px;
			}
			
			#arrows .left {
				left: 0px;
			}
			
			#arrows .right {
				right: 0px;
			}
		
		.infobutton {
			position: absolute;
			top: 250px;
			left: -100px;
			z-index: 300;
		}
		
		#animframe .infobutton {
			left: 0px;
		}
		
		.flyersubnav {
			position: absolute;
			top: 124px;
			left: -100px;
		}
		
		.flyersubnav a {
			display: block;
			padding: 1px 5px;
			width: 85px;
			font-size: 10px;
			text-decoration: none;
			background: #F8AA14;
			color: #0B125A;
		}
		
		.flyersubmask {
			width: 695px;
			height: 187px;
			position: absolute;
			top: 375px;
			left: 0px;
			overflow: hidden;
			z-index: 4;
		}
		
		.flyersubmask.top {
			z-index: 9;
		}
		
		.flyersub {
			width: 695px;
			height: 187px;
			position: absolute;
			top: 187px;
			background: white;
		}
		
			.flyersub p {
				margin: 4px 26px 4px 13px;
				font-size: 11px;
				line-height: 12px;
			}
		
		#toview {
			position: absolute;
			left: -100px;
			top: 299px;
		}
		
		#tohome {
			position: absolute;
			left: -100px;
			top: 337px;
		}

		#claim strong {
			color: #F5CC0E;
		}

	#animframe {
		height: 375px;
		width: 795px;
		float: left;
		border: #0b125a 1px solid;
		border-width: 1px 1px 0px 1px;
	}
	
		#animframe #to3d {
			position: absolute;
			left: 0px;
			bottom: 35px;
		}
		
		#animframe #tostart {
			position: absolute;
			left: 0px;
			bottom: 1px;
		}
		
		.animswitch_txt {
			position: absolute;
			top: 0px;
			left: 0px;
			text-align: center;
			width: 100px;
		}
		
			.animswitch_txt a {
				display: block;
				color: #aaaaaa;
				text-decoration: none;
				height: 27px;
				padding-top: 10px;
				width: 100px;
			}
			
			#tostart .animswitch_txt a, #toview .animswitch_txt a, #tohome .animswitch_txt a {
				color: #ffffff;
			}

	#navframe {
		float: left;
		width: 100px;
		height: 187px;
		border: #0b125a 1px solid;
		border-width: 0px 0px 1px 1px;
	}
	
		#loaderdisplay {
			display: none;
		}
	
		#navframe ul {
			list-style-type: none;
			margin: 0px;
			padding: 0px;
		}
		
			#navframe ul li {
				margin-bottom: 1px;
			}
			
			#navframe ul li.last {
				margin-bottom: 0px;
			}
			
				#navframe ul li a {
					display: block;
					text-decoration: none;
					color: #ffffff;
					height: 33px;
					padding: 13px 0px 0px 13px;
					font-weight: bold;
					background: url('../_img/button.jpg') 0px 0px no-repeat;
					font-size: 13px;
				}
				
				#navframe ul li a:hover {
					background-position: -100px 0px;
				}
				
				#navframe ul li a.active {
					background-position: -200px 0px;
					color: #0033ff;
				}
		
	#contentframe {
		width: 669px;
		height: 180px;
		overflow: hidden;
		padding: 7px 13px 0px 13px;
		float: left;
		border: #0b125a 1px solid;
		border-width: 0px 1px 1px 0px;
	}
	
		#content {
			font-size: 12px;
			position: relative;
		}
	
		.wide {
			width: 430px;
		}
		
		.narrow {
			width: 235px;
		}
		
		.left {
			float: left;
		}
		
		.right {
			float: right;
		}
		
		.hidden {
			display: none;
		}
		
		.shown {
			display: block;
		}
	
		h1 {
			font-size: 19px;
			margin: 0px 0px 6px 0px;
			color: #0033ff;
		}
		
		h2 {
			font-size: 15px;
			margin: 0px 0px 8px 0px;
		}
		
		h3 {
			font-size: 15px;
			margin: 0px 0px 4px -20px;
		}
		
		dl h3 {
			margin: 0px 0px 4px 0px;
		}
		
		a {
			font-weight: bold;
			color: #0033ff;
			border: 0px;
		}
		
		a img {
			border: 0px;
		}
		
		#content dl {
			margin: 0px 0px 8px 3px;
			width: 360px;
		}
		
			#content dl dt {
				float: left;
				width: 120px;
				margin: 0px 0px 4px 2px;
				padding: 0px;
			}
			
			#content dl dd {
				float: left;
				width: 200px;
				margin: 0px 0px 4px 0px;
				padding: 0px;
			}
		
		#content ul {
			margin: 0px 0px 8px 3px;
			padding: 0px 0px 0px 16px;
			list-style-image: url('../_img/list_star.gif');
			font-size: 12px;
		}
		
			#content ul li {
				margin: 0px 0px 4px 0px;
				padding: 0px;
				font-size: 12px;
			}
		
		#content ul.left {
			width: 180px;
			margin-right: 16px;
		}
		
		#content ul.imagenav {
			width: 35px;
			list-style-image: none;
			list-style-type: none;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
		}
		
			#content ul.imagenav li {
				margin: 0px 0px 0px 0px;
				padding: 0px 0px 0px 0px;
				line-height: 0px;
			}
			
				#content ul.imagenav li a {
					display: block;
					width: 35px;
					height: 35px;
					border: #7f99ff 1px solid;
					margin: 0px 0px 2px 0px;
				}
				
				#content ul.imagenav li a.active, #content ul.imagenav li a:hover {
					border: #0033ff 1px solid;
				}
				
		
		.imagecanvas {
			line-height: 0px;
			margin: 2px 0px 0px 48px;
			z-index: 150;
			display: inline;
		}
		
		#switchcontent {
			width: 682px;
			height: 151px;
			overflow: hidden;
			position: relative;
		}
		
			#switchslide {
				width: 6820px;
				position: absolute;
			}
				
				#switchslide .full {
					width: 682px;
					float: left;
				}
		
		#content ul#switchnav {
			position: absolute;
			right: -13px;
			top: -7px;
			list-style-type: none;
			list-style-image: none;
			margin: 0px;
			padding: 0px;
		}
		
			#content ul#switchnav li {
				float: left;
			}
			
			#content ul#switchnav h4 {
				float: left;
				margin: 7px 8px 0px 0px;
				padding: 0px;
				color: #0B125A;
			}
			
				#content ul#switchnav li a {
					display: block;
					padding: 10px 10px 12px 10px;
					text-decoration: none;
					line-height: 4px;
					border: #0B125A 1px solid;
					border-width: 1px 0px 1px 1px;
					background: #7f99ff;
					color: #0B125A;
				}
				
				#content ul#switchnav li a:hover, #content ul#switchnav li a.active {
					background: #BFCCFF;
				}
