/*
Container Format CSS: Hotel Ambiente
Author: Matthias Dorn - Squadhouse Media
Date: 04.07.2007
*/

body
{	left:0;
	top:0;
	margin:0;
	padding:0;
	font-family:Verdana;
	font-size:13px;
}

#sqhpage
{	
	background-color: transparent;
	position: absolute;
	left: 0px;
	width: 100%;
	text-align: center;
	top: 50%;
	margin-top: -249px;
}


#centerpage 
{	margin: auto;
	position: relative;
	width:744px;
	height:519px;
	background-image:url(../images/background.jpg);
    background-repeat:no-repeat;
	padding:0px;
}

#header
{ width:744px;
  height:98px;
  text-align:left;
}

#navleft
{ width:320px;
  height:20px;
  float:left;

}


#navigation
{ width:390px;
  height:20px;
  float:left;
  font-weight:normal;
  text-align:left;
  color:#6f6d85;
  font-size:12px;
  font-weight:bold;


}

#centercontent
{ width:744px;
  height:370px;
   text-align:left;
   float:left;
 
}

#spacer
{ 
height:30px;

}


#content
{ 
  width:90%;
  height:327px;
  float:left;
  margin-left:30px;
  overflow:auto;

}

#footer
{ width:90%;
  height:20px;
  float:left;
  margin-left:30px;
  overflow:hidden;
  font-size:10px;
  color:#383886;
  text-align:left;

}

#specialtext
{	display:none;
	height:0;
}	



.header{font-weight:bold;   font-size:12px;}
.text{font-weight:normal;   font-size:12px;}

A:link, A:visited, A:active {text-decoration: none; color:#6f6d85;}
A:hover{color:#383886;text-decoration: none; }

A.link {color:black;}

.image{float:right; margin-left:15px; margin-right:10px; border:1px solid #383391;}
.imageleft{float:left; margin-right:15px; margin-left:10px; border:1px solid #383391;}



	.textfeld, .textarea , .select{border-bottom:1px solid #01618e;border-top:1px solid #CCCCCC;border-left:1px solid #CCCCCC; border-right:1px solid #CCCCCC;background-color:transparent;font-size:11px;vertical-align:middle;}
	.button{font-family:Verdana;border-bottom:2px solid #01618e;border-top:1px solid #CCCCCC;border-left:1px solid #CCCCCC; border-right:1px solid #CCCCCC;background-color:transparent;font-size:9px; color:#000000; font-weight:normal; vertical-align:middle;padding:0px;}