/* CSS Document */
body {
	background: url('./img/body.gif') center 0 no-repeat;
}

#page-wrapper {
	position: relative;
	margin: 0 auto;
	min-height: 100%;
	width: 950px;
}

#page-inner-wrapper {
  padding-top: 30px;
}

#page {
  background: #fff url('./img/lang/cs/next_body.gif') center 0 no-repeat;
	position: relative;
}

#page_de {
  background: #fff url('./img/lang/de/next_body.gif') center 0 no-repeat;
	position: relative;
}

#page_ru {
  background: #fff url('./img/lang/ru/next_body.gif') center 0 no-repeat;
	position: relative;
}

	.main-logo {
		position: absolute;
		top: 14px;
		left: 11px;
		z-index: 500;
	}
	
#lang {
	position: relative;
	top: 0;
	right: 0;
}

	#lang ul { list-style: none; }
	
		#lang ul li {
			background: url('./img/lang/separator.gif') 0 0 no-repeat;
			padding: 0 15px;
			display: block;
			
			height: 25px;
			float: right;
		}
		
			#lang ul li a {
				display: block;
				width: 40px;
				height: 25px;
				margin-top: 7px;
			}
		
		#lang ul li.last { background: none; }		

			#lang a.lang_de { background: url('./img/lang/de_off.gif') 0 0 no-repeat; }
			#lang a.lang_ru { background: url('./img/lang/ru_off.gif') 0 0 no-repeat; }
			#lang a.lang_cs { background: url('./img/lang/cs_off.gif') 0 0 no-repeat; }
			#lang a.lang_home { width: 58px; background: url('./img/lang/home_off.gif') 0 0 no-repeat; }
			
			#lang a.lang_de:hover { background: url('./img/lang/de_on.gif') 0 0 no-repeat; }
			#lang a.lang_ru:hover { background: url('./img/lang/ru_on.gif') 0 0 no-repeat; }
			#lang a.lang_cs:hover { background: url('./img/lang/cs_on.gif') 0 0 no-repeat; }
			#lang a.lang_home:hover { background: url('./img/lang/home_on.gif') 0 0 no-repeat; }

#top-vizual {
	background: url('./img/flash_frame.gif') 0 0 no-repeat;
	width: 953px;
	height: 310px;
	position: absolute;
	top: 115px;
	left: -10px;	
	padding: 10px 10px 10px 7px;
	overflow: hidden;
}

	#top-vizual .flash {left:254px;
position:absolute;
top:10px;}
	
#body {
	padding-top: 355px;
	padding-bottom: 50px;
}

#boxes {
	font-size: 0.92em;
	width: 200px;
	padding-top: 25px;
	overflow: hidden;
}

#content { 
	width: 714px;
	overflow: hidden;
}

#fotter {
	background: #DDF7FF url('./img/footer_img.gif') 0 0 no-repeat;
	width: 100%;
	position: absolute;
	bottom: 0px;
	color: #6e7b7f;
	font-size: 0.92em;
}

	#fotter p.footer_1 { margin: 10px 0 10px 18px; }
	#fotter p.footer_2 { margin: 10px 18px 10px 0; }
		#fotter a { color: #6e7b7f; }

		#fotter a.logo {
			background: url('./img/adlerdesign_logo.gif') 0 0 no-repeat;
			padding: 1px 0 1px 18px;
		}

	#fotter span { margin: 0 2px; }
