@charset "utf-8";
/* CSS Document */

html{
	height:100%;
	width:100%;
	overflow:auto;
}

body{
	background-color:#c0c1c3;
	padding:0px;
	margin:0px;
	width:100%;
	height:100%;
	font-family:"Century Gothic", Tahoma, Arial;
	font-size:12px;
	color:#000000;
}

h1{
	font-size:22px;
	padding-top:15px;
	margin-top:0px;
	padding-bottom:5px;
	margin-bottom:0px;
}

h2{
	font-size:18px;
	padding-top:0px;
	margin-top:0px;
	color:#82878c;
}

h3 {
	color:#82878c;
	padding-top:0px;
	font-size:14px;

}

p.con{
	padding-top:0px;
	margin-top:0px;
	text-align:justify;	
	padding-right:15px;

}


p.con_gray{
	padding-top:0px;
	margin-top:0px;
	text-align:justify;	
	padding-right:15px;
	color:#82878c;
	line-height:23px;
}

p.con_right{
	text-align:right;
	padding-right:15px;
}

a.con_gray:link, a.con_gray:visited {
	color: #82878c;
	text-decoration: none;
}

a.con_gray:hover {
	color: #82878c;
	text-decoration: underline;
} 

label{
	width:100px;
	float:left;
}

.shop_field{
	height:17px;
	width:250px;
	border:#CCCCCC solid 1px;
	margin-bottom:8px;
}

.shop_field2{
	height:17px;
	width:40px;
	border:#CCCCCC solid 1px;
	margin-bottom:8px;
}

label.shop_label{
	width:360px;
	float:left;
}

.error{
color:#FF0000;
}
/*Contact*/

.address {
	float: left;
	width: 210px;
	margin: 0px 20px 30px 0px;
}

.address2 {
	width: 260px;
	margin: 20px 0px 0px 0px;
}

.adressColumn{
	width: 260px;
	float: left;
}

.formular{
	float: right;
	width: 320px;	
}

.pic_Rotator{
	float: right;
	width:322px;
	height:268px;
	margin: 20px 0px 20px 0px;
}
.field {
	height:17px;
	width:250px;
	border:#CCCCCC solid 1px;
}

.textarea {
	height:140px;
	width:280px;
	border:#CCCCCC solid 1px;
}

.button {
	height:23px;
	width:55px;
	font-size:12px;
	background-color:#CCCCCC;
	border:#CCCCCC solid 1px;
}

.button2{
	height:23px;
	width:75px;
	font-size:12px;
	background-color:#CCCCCC;
	border:#CCCCCC solid 1px;
}

.clearboth { 
	clear: both; 
	padding-top:20px;	
}


/*Home LAYOUT*/
#picRotator{

	position:absolute;
	width:322px;
	height:268px;
	bottom:10px;
	right:20px;
}

#footer{
	position:absolute;
	width:1200px;
	height:33px;
	font-size:11px;
	color:#CCCCCC;
	padding-top:11px;
}

#player{
	position:absolute;
	width:604px;
	left:576px;
	height:38px;
}


.music{}
.lang{

	margin-left:10px;
	font-size:14px;
}

a.lang:link, a.lang:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.lang:hover {
	color:#cccccc;
	text-decoration: none;
} 

/*News LAYOUT*/

.content_Item{
	float:left;
	margin:25px 0px 0px 0px;	
}

.content_ItemPic{
	float:left;
	width:128px;
	height:128px;
	background-image:url(pics/thumShadow.jpg);
	background-repeat:no-repeat;
	padding:3px 5px 5px 3px;
	margin:0px;
}

.content_ItemPic img{
	border:none;
}

.content_ItemText{
	float:right;
	margin:0px 0px 0px 10px;
	width:436px;
	height:100%;
}

/*Press LAYOUT*/
.press_Item{
	float:left;
	width:128px;
	height:190px;
	margin:25px 8px 10px 0px;
}

.press_Pic{	
	float:left;
	width:128px;
	height:128px;
	background-image:url(pics/thumShadow.jpg);
	background-repeat:no-repeat;
	padding:3px 5px 5px 3px;	
}

.press_Pic img{
	border:none;
}

.press_Text{
	text-align:center;
}

/*Patterns*/
a.download_pattern{
	color: #82878c;
	margin-right:40px;
	line-height:30px;
	text-decoration:none;
}

a.download_pattern2{
	color: #82878c;
	margin-right:7px;
	line-height:30px;
	text-decoration:none;
}

/*General LAYOUT*/
a.menu_item{
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
	margin-right:20px;
	font-weight:bold;
	padding:0px;
}

a.menu_item:hover {
	color: #CCCCCC;
} 

#html_menu{
	padding-top:10px;
	margin-top:0px;
}

#page{
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	clear:left;
	width:100%;
	height:698px;
}

#left{
	position:absolute;
	width:576px;
	height:664px;
}

#logo{
	position:absolute;
	width:100%;
	height:102px;
	top:0px;
	background-image:url(pics/logo.jpg);
	background-repeat:no-repeat;
}

#logo_e{
	position:absolute;
	width:100%;
	height:102px;
	top:0px;
	background-image:url(pics/logo_e.jpg);
	background-repeat:no-repeat;
}

#pic_left{
	position:absolute;
	width:100%;
	height:562px;
	top:102px;
}

#right{
	position:absolute;
	left:576px;
	right:0px;/*624px;*/
	height:664px;
}

#menu{
	position:absolute;
	min-width:624px;
	width:100%;
	height:33px;
	top:69px;
	background-color:#82878c;
}

#content{	
	position:absolute;
	left:24px;
	width:600px;
	height:562px;
	top:0px;
	overflow:auto;	
}

#white{	
	position:absolute;
	min-width:624px;
	width:100%;
	height:562px;
	top:102px;
	background-color:#FFFFFF;
}

#gray_bar{
	position:absolute;
	min-width:1200px;
	width:100%;
	height:38px;
	top:661px;
	background-color:#82878c;
}

/* SELECTOR LAYOUT and classes*/

body#lang_selector{
	width:100%;
	height:100%;
}

.selector_text{
	position:absolute;
	bottom:1px;
	width:340px;
	color:#FFFFFF;
	text-align:center;
	font-size:14px;
}

a.selec:link, a.selec:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.selec:hover {
	color: #FFFFFF;
	text-decoration: underline;
} 

#gradient{
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	clear:left;
	height:500px;
	width:100%;
	background-image:url(pics/gradient.jpg);
	background-repeat:repeat-x;
}

#selector{
	position:absolute;
	left:50%;
	margin-left:-170px;
	width:340px;
	height:500px;
	background-image:url(pics/selector.jpg);
}

#gray_top{
min-width:1200px;
	width:100%;
	height:50%;
	margin-bottom:-400px; /* half of container's height */
	float:left;
	background-color:#8c9095;
}

