BODY {
	background: #777777;
	font-family: arial, verdana, helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}

A {
	color: #FFFFFF;
	text-decoration: none;
	border: none;
}

	A:hover {
		color: #FF6600;
		text-decoration: none;
	}

IMG, A IMG {
	border: none;
}

H1 {
	font-size: 25px;
	font-weight: normal;
	line-height: 18px;
}

H2 {
	font-size: 16px;
	font-weight: normal;
	line-height: 12px;
}

H3 {
	font-size: 12px;
	font-weight: normal;
}

#main {
	margin: auto; 
	margin-top: 25px;
	width: 750px;
	text-align: left;
}

	#head {
		width: 750px;
		height: 148px;
		background: url('gfx/header_bg.png') no-repeat;
	}
		
		#logo {
			z-index: 99;
			width: 330px;
			height: 176px;
			background: url('gfx/logo.png') no-repeat;
			position: relative;
			top: -140px;
			left: 25px;

		}
		
			#logo:hover {
				cursor: pointer;
			}
		
		#language {
			position: relative;	
			top: 25px;
			left: 630px;
			max-width: 100px;
			float: left;
		}

		#head #counter {
			z-index: 99;
			position: relative;	
			top: 70px;
			left: 415px;
			max-width: 350px;
			float: left;
		}
			
			#head #counter:hover {
				cursor: pointer;
			}
		
			#head #counter #counter_left {
				width: 20px;
				height: 44px;
				background: url('gfx/counter_left.png');
				float: left;
			}
			
			#head #counter #counter_center {
				height: 44px;
				max-width: 350px;
				background: url('gfx/counter_center.png') repeat-x;
				padding-top: 7px;
				float: left;
			}
			
				#head #counter #counter_center #c_text {
					font-size: 25px;
					letter-spacing: 1px;
				}
				
					#head #counter #counter_center #c_text A:hover {
						color: #FFF;
					}
				
					#head #counter #counter_center #c_text:hover {
						cursor: pointer;
					}
				
					#head #counter #counter_center #c_text IMG {
						max-height: 20px;
						padding-left: 10px;
						border: none;
					}
			
			#head #counter #counter_right {
				width: 20px;
				height: 44px;
				background: url('gfx/counter_right.png');
				float: left;
			}
	
	#top {
		margin-top: -176px;
		width: 750px;
		min-height: 250px;
		background: #323E51;
		border-top: 1px solid #FF6600;
	}
		
		#top #success {
			padding-left: 25px;
			padding-top: 50px;
			font-size: 12px;
			line-height: 25px;
			text-align: center;
		}
	
		#top #top_text
		{
			width: 330px;
			padding-left: 25px;
			font-size: 12px;
			line-height: 25px;
			float: left;
			white-space: nowrap;
			padding-top: 50px;
			padding-bottom: 25px;
		}
		
			#top #top_text #marker {
				font-size: 13px;
				color: #FF6600;
			}
			
			#top #top_text #small {
				font-size: 10px;
			}
			
			#top #top_text #big {
				font-size: 20px;
			}
	
		#top #top_downlaod {
			float: left;
			padding-top: 65px;
			padding-left: 75px;
		}
		
			#top #top_downlaod #browser {
				width: 109px;
				height: 109px;
				float: left;
			}
			
			#top #top_downlaod #arrow {
				width: 141px;
				height: 107px;
				background: url('gfx/download_pfeil.png') no-repeat;
				margin-left: 25px;
				float: left;
			}
	
	#ticker_info {
		width: 750px;
		min-height: 320px;
		background: #FFFFFF;
		border-top: 1px solid #FF6600;
		border-bottom: 1px solid #FF6600;
		color: #000;
		padding-top: 20px;
		padding-bottom: 20px;
		line-height: 20px;
	}
		
		#ticker_info #text {
			padding-left: 25px;
			padding-right: 25px;
		}
		
			#ticker_info #text A {
				color: #F60;
			}
		
		#ticker_info OBJECT {
			margin-left: 25px;
			padding-right: 25px;
		}
	
	#ticker {
		width: 750px;
		background: #FFFFFF;
		border-top: 1px solid #FF6600;
		border-bottom: 1px solid #FF6600;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
		#ticker TABLE
		{

			color: #000000;
			font-size: 12px;
			line-height: 16px;

		}
			
			#ticker TABLE #spacer {
				width: 25px;
			}
			
			#ticker TABLE #savings, #ticker TABLE #savings A, #ticker TABLE #savings A:hover {
				font-size: 12px;
				font-weight: bold; 
				color: #339933;
			}
			
			#ticker TABLE #title {
				font-weight: bold;
				color: #000;
			}
			
			#ticker TABLE #line:hover, #ticker TABLE #line TD:hover {
				background: #EFEFEF;
				cursor: pointer;
			}
				
				#ticker TABLE #line #price, #ticker TABLE #line #price A, #ticker TABLE #line #price A:hover {
					color: #FF0000;
					text-decoration: line-through;
				}
				
				#ticker TABLE #line #ourprice, #ticker TABLE #line #ourprice A {
					font-weight: bold;
					color: #339933;
				}
				
				#ticker TABLE #line #percent, #ticker TABLE #line #percent A, #ticker TABLE #line #percent A:hover {
					font-weight: bold;
					color: #339933;
				}
		
			#ticker TABLE A {
				color: #000000;
			}
				
				#ticker TABLE A:hover {
					color: #FF6600;
				}
	
	#infos {
		width: 750px;
		min-height: 365px;
		background: #323E51;
		padding-top: 25px;
		padding-bottom: 25px;
	}
	
		#infos #infos_left {
			width: 450px;
			min-height: 200px;
			padding-left: 25px;
			float: left;
		}
		
			#infos #infos_left #info {
				width: 425px;
				height: 135px;
				padding-right: 15px;
				line-height: 20px;
			}
			
				#infos #infos_left #info #small {
					font-size: 10px;
				}
			
				#infos #infos_left #privacy {
					width: 400px; 
					height: 290px; 
					background: none; 
					border: none; 
					margin-top: 10px; 
					color: #FFFFFF; 
					font-family: arial; 
					font-size: 12px;
				}
			
				#infos #infos_left #info IMG {
					width: 400px;
					max-height: 275px;
					padding-top: 5px;
				}
				
				#infos #infos_left #info #title {
					color: #FF9900;
					font-weight: bold;
					line-height: 20px;
				}
				
				
		
		#infos #infos_right {
			width: 200px;
			height: 365px;
			border-left: 1px dotted #FFF;
			float: left;
		}
		
			#infos #infos_right IMG {
				margin-left: 25px;
				margin-bottom: 25px;
			}
			
			#infos #infos_right #text {
				font-size: 11px;
				line-height: 15px;
				word-spacing:2px;
				padding-left: 25px;
				color: #FF6600;
				width: 210px;
			}
			
			#infos #infos_right #sn_logos { 
				padding-left: 25px;
			}
			
			#infos #infos_right #sn_logos IMG {
				padding-right: 10px;
				margin: 0px;
			}
			
			
			
	#footer {
		width: 750px;
		height: 30px;
		background: #0C1D37;
		border-top: 1px solid #FF6600;
		text-align: center;
		padding-top: 15px;
		font-size: 11px;
		color: #666666;
	}
	
		#footer A, #footer A:hover {
			color: #666666;
			text-decoration: none;
		}
