/******************************************
             standard elements 
******************************************/
html {
  font-family: arial, "Tahoma", sans-serif;
  font-size: 13px;
  line-height: 16px;
}

body{
	background: #e6d49e url(/fileadmin/templates/img/bg.png) fixed top center;
	padding-bottom: 10px;
}

* {
  margin: 0;
  padding: 0;
}

/******************************************
             wrapper for content 
******************************************/
#Wrapper {
position: relative;
width: 935px; 
left: 50%;
margin-left: -485px;
}

/******************************************
   adresse 
******************************************/
#Adresse {
float: left;
width: 157px;
color: #333333;
padding: 10px 10px 0 10px;
border: 1px solid #800000;
margin: 0 25px 10px 25px;
background: #E6D49E;
display: inline;
}

#Adresse p {
margin-bottom: 10px;
}

#Adresse img {
margin-top: 10px;
border: 1px solid #800000;
}
  
/******************************************
   top area (logo, header image)
******************************************/
#TopArea {
background: red;
float: left;
height:235px;
background: url(/fileadmin/templates/img/rand.png) 35px bottom no-repeat;
}



#HeaderImage {
/*background: url(/fileadmin/templates/img/header.png);*/
height: 220px;
width: 935px;
float: left;

/* Mozilla skip the following */
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/templates/img/header.png');
}

/* IE skip the following. */
#HeaderImage[id] {
  background-image: url(/fileadmin/templates/img/header.png);
}


/******************************************
  bottom area (mainmenu, addmenu, content)
******************************************/
 
#BottomArea {
width: 900px;
background: #f7e8b7;
float: left;
margin-left: 35px;
display: inline;
}

#MenuArea {
width: 227px;
float: left;
}


/*----------------------------- mainmenu */
ul#MainMenu {
margin: 30px 0 27px 0;
width: 227px;
float: left;
text-align: center;
list-style: none;
}

ul#MainMenu li {
margin-bottom: 10px;
}

li.MainMenuItem_act a img,
li.MainMenuItem a img {
margin-left: 4px;
}


/*----------------------------- content area */
#ContentArea {
width: 670px;
float: right;
}


/*----------------------------- addmenu */
ul#AddMenu {
width: 630px;
float: left;
margin: 0px 0px 0px 40px;
list-style: none;
display: inline;
}

ul#AddMenu li {
float: left;
margin-right: 20px;
margin-top: 30px;
}



/*------------------------------ content */
#Content {
width: 560px;
margin-left: 40px;
margin-top: 30px;
padding-bottom: 50px;
float: left;
display: inline;
}


#Content h1 {
line-height: 20px;
margin-bottom: 15px;
color: #800000;
font-family: "Times New Roman", Times, serif;
font-style: italic;
font-size: 20px;
}

#Content h2 {
line-height: 20px;
color: #333;
font-size: 15px;
}

#Content h3 {
line-height: 20px;
color: #800000;
font-size: 16px;
}


#Content p {
line-height: 20px;
margin-bottom: 10px;
color: #333;
}

#Content li {
line-height: 20px;
margin-bottom: 0px;
color: #333;
margin-left: 20px;
}

#Content ul {
margin-bottom: 20px;
}

#Content a {
line-height: 20px;
margin-bottom: 10px;
color: #333;
text-decoration: underline;
}

#Content a:hover {
line-height: 20px;
margin-bottom: 10px;
color: #800000;
text-decoration: none;
}

hr {
border: none;
background: url(/fileadmin/templates/img/hr.gif) top left no-repeat;
height: 20px;
margin-bottom: 15px;

}

/******************************************
                 Tabelle
******************************************/
.Ferienwohnungen .td-1,
.Ferienwohnungen .td-2,
.Ferienwohnungen .td-3,
.Ferienwohnungen .td-4 {
text-align: center;

}

.Ferienwohnungen .td-0 {
text-align: left;
}

.Ferienwohnungen td,
.Ferienwohnungen th {
padding-right: 15px;
vertical-align: top;
padding-bottom: 10px;
font-size: 12px;
}




/******************************************
                  footer
******************************************/

#Footer {
clear: both;
background: url(/fileadmin/templates/img/footer.png);
width: 900px;
height: 9px;
line-height: 9px;
margin-left: 35px;
}



/******************************************
                  Ticker
******************************************/
#ticker1 p {
color: #800000;
}

#ticker1 a {
color: #800000;
font-weight: bold;
text-decoration: underline;
}


/* Scroller Box */
#scroller_container {
 position: relative;
 width: 560px;
 height: 16px;
 overflow: hidden;
}

#scroller {
 white-space: nowrap;
 line-height: 16px;
 font-size: 12px;
}

#scroller p {
 padding: 0;
}
/* Scoller Box */
