* {
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

html, body {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-image:url(images/bg1.gif);
	text-align: center;
	min-width: 755px;
   background-color: #151515;
}

#container {
	position: relative;
    	width: 755px;
    	height: 40px;
	margin: 0 auto;
}

#container2 {
	position: relative;
    	width: 755px;
    	height: 40px;
	margin: 0 auto;
}

#navi {
	position: absolute;
	right: 5px;
    	width: 530px;
    	height: 25px;
	bottom: 0px;
	margin: 0px;
	background-image:url(images/menu1t.gif);
	text-align: left;
}

#lang {
	position: absolute;
	left: 5px;
	bottom: 0px;
  	width: 96px;
  	height: 14px;
}

#lang ul {
   list-style-type: none;
   display: block;
   width: 96px;
   height: 14px;
   margin: 0;
}

#lang ul li {
   float: left;
   display: block;
   width: 24px;
   height: 16px;
}

#lang ul li a {
   position: relative;
   display: block;
   width: 24px;
   height: 16px;
}

#lang ul li a span {
   position: absolute;
   width: 100%;
   height: 100%;
   left: 0;
   top: 0;
   cursor: pointer;
}

#lang ul li a span.pl {background: url(images/lang1.gif) no-repeat;}
#lang ul li a span.en {background: url(images/lang2.gif) no-repeat;}
#lang ul li a span.de {background: url(images/lang3.gif) no-repeat;}
#lang ul li a span.ru {background: url(images/lang4.gif) no-repeat;}

#lang ul li a:hover span.pl, #lang ul li a.active span.pl {background: url(images/lang1_on.gif) no-repeat;}
#lang ul li a:hover span.en, #lang ul li a.active span.en {background: url(images/lang2_on.gif) no-repeat;}
#lang ul li a:hover span.de, #lang ul li a.active span.de {background: url(images/lang3_on.gif) no-repeat;}
#lang ul li a:hover span.ru, #lang ul li a.active span.ru {background: url(images/lang4_on.gif) no-repeat;}

#blackstrip {
	position:relative;
	background-image:url(images/bg2.gif);
  	width: 100%;
   	height: 155px;
	text-align: center;
	margin: 0 auto;
	padding: 0px;
}

#images {
   width: 755px;
   height: 155px;
	margin: 0 auto;
   position: absolute;
   top: 40px;
   left: 50%;
   z-index: 100;
   margin-left: -378px;
}

#images h1 {margin: 0; float: left; display: block; width: 180px; height: 155px; position: relative;}
#images h1 span {cursor: pointer; position: absolute; width: 100%; height: 100%; left: 0; top: 0; }
#images h1.pl span {background: url(images/body1_pl.gif) no-repeat;}
#images h1.en span {background: url(images/body1_en.gif) no-repeat;}
#images h1.de span {background: url(images/body1_de.gif) no-repeat;}
#images h1.ru span {background: url(images/body1_ru.gif) no-repeat;}

#images h2 {margin: 0; float: left; display: block; width: 575px; height: 155px; position: relative;}
#images h2 span {position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: url(images/body2.jpg) no-repeat;}


#middle {
	position: relative;
	border: 1px Solid;
    	width: 753px;
	background-image:url(images/bg2.gif);
	border-color: #ffffff;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-width:0px;
	border-style: solid;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
}

#copyright {
	position: absolute;
	left: 5px;
   top: 3px;
   width: 250px;
   height: 28px;
	text-align: left;
}
#links {
	position: absolute;
	right: 5px;
    	width: 417px;
    	height: 25px;
	text-align: center;
	background-image:url(images/menu2t.gif);
}
#bottom {
    	width: 100%;
    	height: 60px;
	background-image:url(images/bg2.gif);
}


#navi ul {
	width: 480px;
	height: 25px;
	margin: 0px;
	padding: 0px;
   padding-left: 50px;
	bottom: 0px;
}

#navi li {
	text-indent: 0px;
	float: left;
	font-size: 11px;
	border-right: #5a5a5a 1px solid; 
	list-style-type: none; 
	text-align: center;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#navi li.last {
	border-right: #5a5a5a 0px solid; 

}

#navi ul li.active a {font-weight: bold !important; color: #a8d62f !important;}

#navi ul li a, 
#navi ul li a:visited {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}

#navi ul li a:hover {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}

div.photo {
	float: left;
    	width: 280px;
    	height: 230px;
	background-image:url(images/bg1.gif);
	color: #F7F7F7;
	text-align: center;
	padding-top: 5px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-top: 15px;
}

div.photo2 {
   width: 280px;
	background-image:url(images/bg1.gif);
	background-color: #232323;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

a, a:active {  
	font-size: 11px; 
	color: #CCCCCC; 
	text-decoration: none
}

a:hover {
	font-size: 11px;
	color: #FF6600;
	text-decoration: none;
}

p.photosignature {
	font-size: 11px;
	color: #F7F7F7;
	text-align: right;
	margin-top: 5px;
	margin-right: 6px;
}
.text {
	font-size: 13px;
	text-align: left;
	color: #F7F7F7;
	margin: 0;
	line-height: 17px;
	margin-top: 0px;
	padding: 15px;
	
}

.text2 {
	font-size: 11px;
	color: #F7F7F7;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
p.text3 {
	font-size: 11px;
	padding-bottom: 0px;
	margin: 0;
}

.all-l {
	text-align: left;
}
.all-r {
	text-align: right;
}
.all-c {
	text-align: center;
}
.vall-t {
	vertical-align: top;
}
.vall-c {
	vertical-align: middle;
}
.vall-b {
	vertical-align: bottom;
}
.padd15all {
	padding: 15px;
}

.padd5all {
	padding: 5px;
}

.padd5t {
	padding-top: 5px;
}

.padd5b {
	padding-bottom: 5px;
}

.padd5l {
	padding-left: 5px;
}

.padd5r {
	padding-right: 5px;
}

.padd15t {
	padding-top: 15px;
}

.padd15b {
	padding-bottom: 15px;
}

.margnull {
	margin: 0;
}

.marg5all {
	margin: 5px;
}


.table1 {
	margin: 0px;
	margin-top: 0px;
	padding: 0;
}

.mt0 {
	padding-top: 0px;
}

.mb5 {
	padding-bottom: 5px;
}

.indent40 {
	text-indent: 40px;
}

.justify {
	text-align: justify;
}

strong {
	font-size: 11px;
}

.head1 {
	font-size: 15px;
	line-height: 21px;
	color: #A8D62F;
	margin: 0px;
	font-weight: bold;
	font-style: normal;
}

.head2 {
	font-size: 13px;
	line-height: 19px;
	color: #A8D62F;
	margin: 0px;
	font-weight: bold;
	font-style: normal;
}
.head2 {
	font-size: 13px;
	line-height: 19px;
	color: #A8D62F;
	margin: 0px;
	font-weight: bold;
	font-style: normal;
}
.head6 {
	font-size: 10px;
	color: #A8D62F;
	margin: 0px;
	font-weight: bold;
	font-style: normal;
}

.center {
	text-align: center;
}

.mt5 {
	margin-top: 5px;
}

p.small {
	font-size: 10px;
	margin: 0px;
	color:#CCCCCC;
}

table.t1 {
	border: 1px solid;
	border-color: #333333;
}
table.t1 td {
	border: 1px dashed;
	border-color: #333333;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 13px;
}

.mail {
	color: #FFFF99;
}
.cyellow { color: #FFFF00; }

a.studio, a.studio:active, a.studio:hover {
	font-size: 9px !important;
	color: #5a5a5a !important;
	text-decoration: none;
}

a.studio span
{
   font-size: 9px;
}

hr {
   display: none;
}

h1.error {font-size: 36px; font-family: Trebuchet MS; color: #A8D62F;}
h2.error {font-size: 18px; font-family: Trebuchet MS; color: white;}

#map_canvas {width: 261px; height: 250px;}
