
/* Layout Stylesheet */ 

body {
 margin:10px;
 background:#ECE9D8;
 color: #333333;
 text-align:center;
 font-family: Verdana;
 font-size: 10px;
 padding:0;
 }

/* RAMEN 5px breite orange */
#outer {
 text-align:left;
 border:5px solid #FF7F24;
 width:890px;
 margin:0;
 }

/* Breite von Inhalt */
#bodyblock {
 position:relative;
 color: #333333;
 background:#A39C86;
 width:890px;
 padding:0;
 }

/* Linke Spalte für Casadelsol Logo */
#l-col {
 margin:0px;
 float:left;
 background:#A39C86;
 color: #333333;
 height:583px;
 width:170px;
 padding:0;
 }

#cont {
 float:left;
 height:583px;
 width:713px;
 background:#A39C86;
 color: #FFFFFF;
 text-align:left;
 font-family: Verdana;
 font-size: 15px;
 padding:0;
 overflow:hidden;
 }
 
#clear {
clear:left
}


form {
width: 49px;
height: 15px;
font-family: Verdana;
font-size : 20px;
font-weight : normal;
}

A:link {text-decoration: none; color: #FFFFFF;}
A:visited {text-decoration: none; color: #FFFFFF;}
A:active {text-decoration: none}
A:hover {text-decoration: none; color: #FF7F24;}

