
body {
  margin: 0px;
  padding: 0px;
  font-family: arial,sans-serif;
  font-size: 12px;
  color : #333; 
}
h1 {
  font-weight: bold; 
  font-size: 16px;
  color: #666;
  margin: 15px 0px 5px 0px;
  border-bottom: 1px solid #ccc;
}
h1 a{
  font-weight: normal; 
}
h2 { 
  font-weight: bold;  
  font-size: 14px;
  color: #454545;
  margin-bottom: 5px;
}
h2 a{
  color: #454545;
  text-decoration: none;	
}
h3 {
  display: inline; 
  font-size: 16px;
  font-weight: bold; 
  color: #666;
}
td{
  vertical-align: top;
  padding: 5px;
  font-size: 12px;
}
span{
  color: #999;
}
form{
  display: inline;
}

/********************************************************************/
/* CSS CLASS SELECTORS
/********************************************************************/
.red{
  color: red;	
}
.rating{
  text-align: center;
  width: 100px;
}
.ratingimg{
  float: left;
  background: url(http://hotelguide.trivago.de/microsite/image/rating_col.png) 0% 0% no-repeat;
  height: 15px;
  color: #fff;
  font-weight: bold;
}
.ratingimgl{
  float: left;
  background: url(http://hotelguide.trivago.de/microsite/image/rating_col_l.png) 0% 0% no-repeat;
  height: 15px;
  color: #fff;
}
.ratingimgl a{
  color: #fff;
  text-decoration: none;
}
.hoteldetailbody{
  width: 100%;
}
.hoteldetailbody td{
  border: 2px solid #eee;
}
.hoteldetailbody td b{
  display: block;
  margin-bottom: 5px;
}
.hoteldetailbody tr.subrow td{
  color: #999;
  border: 2px solid #fff;
}
.hoteldetailbody td.valuecol{
  text-align: left;
  width: 100px;
}
.hoteldetailbody td.showcol{
  text-align: center;
  width: 10px;
  font-weight: bold;
}
.hoteldetailbody td.showcol a{
  text-decoration: none;
  font-size: 16px;
}
.hoteldetailbody tr.head td{
  background-color: #eee;
  font-weight: bold;
}
/********************************************************************/
/* CSS ID SELECTORS
/********************************************************************/

/* Seitenbreite */
#container{ 
  width: 600px; 
  margin: 0px auto 0px auto;
}

#path{
  padding: 2px 5px 2px 5px;
  margin: 0px 0px 5px 0px;
  border: 1px solid #ccc;
}
#search{
  padding: 4px;
  margin-top: 20px;
  background-color: #ccc;
  text-align: right;
}
#footer{
  border-top: 1px solid #ccc;
  padding: 10px;
  text-align: center;
  font-size: 10px;
  margin: 10px;
}
#footer a{
  text-decoration: none;
  color: #333;
}
#homelist td{
  width: 50%;
}
#regionlist td{
  width: 50%;
}
#citylist{
  padding: 5px;
}
#othercitylist{
  padding: 5px;
}
#hotellist{
  border-collapse: collapse;
  width:100%;
  margin-top: 15px;
}
#hotellist tr.head td{
  background-color: #eee;
}
#hotellist tr.head td a{
  color: #454545;
  text-decoration: none;
  font-weight: bold;
}
#hotellist td.price{
  text-align: right;
  padding-right: 10px;
  width: 60px;
}
#hotellist td.price span{
  font-size: 9px;
  color: #999;
}
#hotellist td.name{
  width: 290px;
}
#hotellist td.stars{
  width: 100px;
}

#hotellist tr.head td span{
  display: block;
  color: #999;
  font-size: 10px;
  margin: 0px;
  padding: 0px;
}
#hotellist tr.foot{
  background-color: #eee;
}
#hotellist tr.foot.listnumers{
}
#hotellist tr.foot td.fliplinks{
  text-align: right;
}
#hoteldetailtop{
  margin-top: 10px;
  margin-bottom: 3px;
  width: 100%;
}
#hoteldetailtop td.name{
  background-color: #eee;
}
#hoteldetailtop td.name h1{
  font-weight: bold; 
  font-size: 16px;
  color: #666;
  margin: 0px;
  border-bottom: none;
}
#hoteldetailtop td.stars{
  text-align: center;
  vertical-align: middle;
  border: 2px solid #eee;
  width: 70px;
}

#hoteldetailnavigation{
  width: 100%;
  padding: 3px 0px;
  margin: 3px 0px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
#hoteldetailnavigation td{
  background-color: #eee;
  text-align: center;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}
#hoteldetailnavigation a{
  color: #666;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}
#hoteldetailreviews{
  padding-top: 3px;
  border-top: 1px solid #ccc;
}
#hoteldetailreviews tr.head td{
  background-color: #eee;
  font-weight: bold;
}
#opinion_field_group_1{
  display: none;
}
#opinion_field_group_2{
  display: none;
}
#opinion_field_group_3{
  display: none;
}
#opinion_field_group_4{
  display: none;
}
#dealform{
  width: 100%;
  padding-bottom: 3px;
  margin-bottom: 3px;
  border-bottom: 1px solid #ccc;
}
#dealform h2{
  display: block;
  font-size: 16px;
  text-align: center;
}
#dealform td{
  border: 2px solid #eee;
}
#dealform tr.head td{
  background-color: #eee;
  font-weight: bold;
}
#dealform select{
  font-size: 10px;
}
#dealform input.submit{
  margin-top: 10px;
  height: 80px;
}
#dealform td b{
  display: block;
  margin: 5px 0px 3px 0px;
  color: #999;
  font-weight: normal;
}
#writeopinion span{
 display: block;
 margin: 5px 0px 3px 0px;
}
#writeopinion td.keyrow{
 font-weight: bold;
}
#writeopinion textarea{
 width: 580px;
 height: 100px;
}
#writeopinion input.opiniontitle{
 width: 580px;
}

