#html
{
  height: 100%;
}

body 
{
font-family: Calibri, Verdana, Helvetica, Arial, sans-serif;
color: #fffac2;
font-size: medium;
line-height: 1.5em;
background-color: #D9EEFF;
margin:0;
padding:0;
}

h1 {
	color: #fffac2;
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 980px;
	margin: 0 auto;
	background: #a3d8fd;	
	overflow: hidden;
}
#headline {
	height: 89px;
	background: url(images/Headline.gif);
	border-bottom: 4px solid #00CCFF;
	width: 980px;
	z-index: 11;
}
#container {
	background: #2291b1 url(images/Background_grad.gif) repeat-x;
	margin: 0 auto;
	width: 900px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
#img_menu {
	position: absolute;
	top: 78px;
	overflow: visible;
	float: left;
	z-index: 10;
	width:198px;
}

form {
	font-family: Calibri, Verdana, Helvetica, Arial, sans-serif;
	color: #fffac2;
	font-size: 14px;
	font-weight: bold;
}

input {
	background-color:#DEF1FE;
	color: #880000;
	font-size: 14px;
	float: right;
	font-weight: bold;
}

select {
	background-color:#DEF1FE;
	color: #880000;
	font-size: 14px;
	float: left;
	font-weight: bold;
}

textarea {
	background-color:#DEF1FE;
	color: #880000;
	font-size: 14px;
	float: right;
	font-weight: bold;
}


.price_table{
	width:400px;
}

#lang{
	width: 280px;
	height: 20px;
	float: right;
	margin-top: 5px;
}
#lang ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	display: block;
}

#lang ul li
{
	float: left;
	margin: 0 0 0 12px;
	padding: 0;
	width: 40px;
	height: 27px;
	vertical-align:middle;
	text-align: center;
	display: inline;
	font-size: 14px;
	text-decoration: none;
}
#lang ul li a
{
	text-decoration:none;
   
}
#navigation{
	width: 680px;
	height: 50px;
	float: right;
	margin-top: 15px;
}
#navigation ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	display: block;
}

#navigation ul li
{
	float: left;
	margin: 0 0 0 12px;
	padding: 0;
	width: 119px;
	height: 27px;
	vertical-align:middle;
	text-align: center;
	border: #FFFFFF 1px solid;
	display: inline;
	font-size: 14px;
}

#navigation ul li a
{
  display: block;
  width: 119px;
  height: 27px;
  margin: 0;
  padding: 5px 0 0;
  text-align: center;
  background: url(images/button_grad.gif) top repeat-x;  
  color: #fffac2;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
}

#navigation ul li a:hover
{
  color: #93a6b7;
  color: #EEE;
  background: url(images/button_grad.gif) top repeat-x;  
}

#navigation ul li a.selected, #navigation ul li a.selected:hover
{
  background: url(images/button_grad.gif) top repeat-x;  
  color: #343434;
}

#navigation ul li a.selected:hover
{
  color: #000;
}
#content
{
	width:900px;
	height: auto;
	margin: 110px 0 0 0;

}
#content a{
	text-decoration:none;
	color:#fffac2;
}
#content a:hover{
	text-decoration:underline;
}
.leftcontent
{
	width:360px;
	display: block;
	float: left;
	overflow: hidden;
	margin-left: 3.5em;
	text-align:center;

}
.rightcontent
{
	width:360px;
	padding: 0 0 0 0;
	display: inline-block;
	float: right;
	margin-right: 3.5em;
	color: #fffac2;
	line-height: 1.5em;
	font-family: Calibri, Verdana, Century;
	margin-bottom: 1.5em;
}
#footer {
	background: #86b2c0;
	margin: 0;
	padding: 1em 4em 1em 4em;
	border-top: #FFFFFF 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	color: #fffac2;
	font-size:12px;	
}

.connect_table{
	margin:0 auto;
	width:550px;
	text-align:center;
}
.connect_table td{
	margin:0px;
	padding:0px;
	height:16px;
}
.connect_table p{
	margin:0px;
	padding:0px;
}
.connect_table fieldset{
	width:175px;
	height:auto;
	margin:0 auto;
	padding:0px;
	border:1px solid #CCC;
	color:#ccc;
}
.connect_table fieldset legend{
	color:#fff;
	font-weight:bold;
	margin-left:5px;
}
.connect_table fieldset label{
	margin:0px;
	padding:0px;
	color:#993333;
	font-size:12px;
	font-weight:bold;
}

#footer a {
	color: #993333;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#wrapper #container #content .leftcontent img {
}
#wrapper #container #content .leftcontent img {
	margin-bottom: 3em;
	border: #fffac2 solid thin;
	margin-right: 2px;
	margin-top: 1em;
}
