/*
 * Copyright © 2008 User Interface Design GmbH. All Rights Reserved.
 *
 * File: beauty.css
 *
 * Description: Style sheet for media type 'screen'
 *
 * Last modified at: 18 April 2008
 *
 * Last modified by: Iris Woersdoerfer <iris.woersdoerfer@uid.com>
 *
 */

/**************************************** Main ****************************************/
html{
  height: 101%;
}
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 1.0em;
	min-height: 600px;
	height: 100%;
	font-family: Tahoma, Arial, Sans-Serif;
	height: 100%;
	background-image: url(bg_img_bottom.gif);
	background-repeat:repeat;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

img{
	border:0px;
}
a{
	text-decoration: none;
	color: #fd9733;
}
#alles{
	background-attachment: scroll;
	background-image: url(bg_img.gif);
	background-repeat:repeat-x;
	background-position: left top;
	min-height: 600px;
}
* html #alles { height:600px }
#top{
	height: 46px;
}
#container {
	width: 908px;
	min-height: 535px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0px;
	text-align: left;
	position: relative;
	color: #000000;
	padding-bottom: 30px;
}
* html #container { height:535px }

/**************************************** Header ****************************************/
#header{
	width: 100%;
	height: 82px;
	background-image: url(bg_header.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#header .left{
	float: left;
	margin-left: 39px;
	margin-top: 41px;
	display: inline;
}
#header .right{
	float: right;
	margin-right: 31px;
	margin-top: 24px;
	display: inline;
}

/**************************************** Main Menu****************************************/
#image-header{
	width: 100%-3px;
	height: 123px;
	background-image: url(bg_img_header.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 3px;
}
a.menu-img{
	width: 180px;
	height: 123px;
	margin: 0;
	padding: 0;
	border: 0px;
}
.menu-img img{
	margin: 0;
	padding: 0;
	border: 0px;
}
#image-header ul{
	padding: 0;
  margin: 0;
	list-style: none;
	float:left;
	width: auto;
	display:inline;
}
#image-header li{
	float: left;
	padding: 0;
	height: 100%;
	display:inline;
}
.active1{
	background-image: url("menu_active1.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
}
.inactive1{
	background-image: url("menu_inactive1.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
}
.active2{
	background-image: url("menu_active2.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
}
.inactive2{
	background-image: url("menu_inactive2.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
}
.active3{
	background-image: url("menu_active3.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
}
.inactive3{
	background-image: url("menu_inactive3.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
}
.active4{
	background-image: url("menu_active4.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
}
.inactive4{
	background-image: url("menu_inactive4.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
}
.active5{
	background-image: url("menu_active5.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
}
.inactive5{
	background-image: url("menu_inactive5.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
}

/**************************************** Submenu ****************************************/
#submenu{
	width: 150px;
	min-height: 228px;
	float: left;
	display:inline;
	margin-left: 28px;
	padding-left: 18px;
	padding-right: 12px;
}
#submenu ul{
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#submenu a{
	color:#e6e6e6;
	font-family:Tahoma, Arial, Sans-Serif;
	font-size:13px;
	text-decoration: none;
}
#submenu #sub-active a{
  color: #fd9733;
}
#submenu a:hover{
  color: #fd9733;
}
#submenu-headline{
	color:#e6e6e6;
	font-family:Tahoma, Arial, Sans-Serif;
	font-size:14px;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 20px;
}
#submenu .float-left{
  width: auto;
  margin-right: 0px;
  margin-left: 0px;

}
#submenu .float-right{
  width: auto;
  margin-left: 0px;
  margin-right: 0px;
  float: left;
}
#submenu  .text_left{
  width: auto;
}
#submenu .text_right{
  width: auto;
}
#submenu img{
  padding: 0;
  margin: 0;
  border: none;
}
#submenu .sidebar{
	color:#e6e6e6;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size:11px;
	padding-bottom: 10px;
}
#submenu .sidebar a{
	font-size:11px;
	color: #fd9733;
}
/**************************************** Content ****************************************/
#main{
	width: 100%;
	height: auto;	
	background-image:url('bg_main_middle.png');
	background-repeat:repeat-y;
}
#main-top{
	width: 100%;
	height: 38px;
	background-image: url('bg_main_top.png');
	background-repeat: no-repeat;
}
#main-middle{
	min-height: 500px;
	background-image:url('bg_main.png');
	background-repeat:no-repeat;
}
* html #main-middle { height:228px }
#main-bottom{
	width:100%;
	height: 64px;
	background-image:url('bg_main_bottom.png');
	background-repeat:no-repeat;
	margin-bottom: 20px;
}
#right{
	width: 612px;
	min-height: 228px;
	float: right;
	display:inline;
	margin-right: 30px;
	padding-left: 18px;
	padding-right: 18px;
}
#home-main{
	width: 100%;
	height: auto;	
	background-image:url('bg_main_middle_home.png');
	background-repeat:repeat-y;
}
#home-main-top{
	width: 100%;
	height: 38px;
	background-image: url('bg_main_top_home.png');
	background-repeat: no-repeat;
}
#home-main-middle{
	min-height: 500px;
	background-image:url('bg_main_home.png');
	background-repeat:no-repeat;
}
* html #home-main-middle { height:228px }
#home-main-bottom{
	width:100%;
	height: 64px;
	background-image:url('bg_main_bottom_home.png');
	background-repeat:no-repeat;
	
}
#home-right{
	width: 814px;
	min-height: 228px;
	float: left;
	display:inline;
	margin-left: 28px;
	padding-left: 18px;
	padding-right: 18px;
}
#home-right p,
#home-right h2{
  padding-left: 200px;
  width: 520px;
}
#home-right h1{
  width: 335px;
}
.text{
	color:#e6e6e6;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size:13px;
	padding-bottom: 10px;
}
.text ul{
  padding-left: 0px;
  list-style-position: inside;
}
h1{
	font-size: 16px;
	margin-bottom: 25px;
	margin-top: 0px;
}
h2{
	font-size: 14px;
	margin-top: 0px;
}
p{
  margin-top: 0px;
  margin-bottom: 15px;
}
.float-left{
  float: left;
  width: 215px;
  margin-right: 20px;
  margin-top: 3px;
  display: inline;
}
.float-right{
  float: right;
  width: 215px;
  margin-left: 20px;
  margin-top: 3px;
  display:inline;
}
.text_left{
  float: left;
  width: 377px;
}
.text_right{
  float: right;
  width: 377px;
}
.float-left img,
.float-right img{
  border: 1px #808080 solid;
}
/**************************************** Contact ****************************************/
#contact{
  color:#e6e6e6;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size:13px;
}
#contact .left{
  float: left;
  width: 110px; 
}
#contact .right{
  float: right;
  width: 485px;
}
#contact input,
#contact textarea{
  background-color: transparent;
  border: 1px #808080 solid;
  color:#e6e6e6;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size:13px;
	padding-left: 4px;
	padding-right: 4px;
	margin-bottom: 12px;
	width: 475px;
}
#required-text{
  float: left;
  width: 380px;
}
#contact .button{
  float: right;
  width: 65px;
  height: 19px;
  font-size: 11px;
  background-image: url(bg_submit.png);
}
#contact-form .warning{
	color: #fd9733;
}
/**************************************** Footer ****************************************/
#footer{
	width: 272px;
	height: 20px;
	float: right;
	display:inline;
	margin-right: 35px;
	margin-top: 40px;
	text-align: right;
}
#footer a{
	color: #c3c3c3;
	font-family:Tahoma, Arial, Sans-Serif;
	font-size:11px;
	text-decoration: none;
}
#footer #active{
  font-weight: bold;
}
.separator{
	background-image:url('separator.gif');
	background-repeat:no-repeat;
	background-position: right center;
	padding-right: 5px;
}
#language{
  float: left;
  display: inline;
  width: 150px;
  margin-top: 40px;
  margin-left: 29px;
}
#language ul{
  padding:0;
  margin:0;
  list-style: none;
}
#language li{
	color: #c3c3c3;
  display:inline;
  float:left;
  padding-right:4px;
}
#language a{
	color: #c3c3c3;
	font-family:Tahoma, Arial, Sans-Serif;
	font-size:11px;
	text-decoration: none;
}
#language #current{
  font-weight: bold;
}
