/* andreas01 - an open source xhtml/css website layout by Andreas Viklund (http://andreasviklund.com). Made for OSWD.org, free to use as-is for any purpose as long as the proper credits are given for the original design work. For design assistance and support, contact me through my website or through http://oswd.org/email.phtml?user=Andreas

Version: 1.0
(July 25, 2005)

Screen layout: */

body {
margin: 0 auto;
padding: 0;
font: 12px Verdana,Tahoma,Arial,sans-serif;
background: #FFFFFF url(images/sfondoara.jpg) top center repeat-y;
}

#wrap {
color: #555555;
margin: 0 auto;
width: 760px;
}

#sopra {
height:120px;
padding-top:10px;
background-color: #FFFF00;
}

#sopra .casa {
float:left;
margin:0;
padding-left:30px;
font-size:48px;
font-weight:bold;
width:400px;
color: #993333;
}
#sopra .bed {
float:left;
font-weight:bold;
width:330px;
text-align:center;
color: #FF6600;
}

#header {
clear:left;
margin: 0;
padding: 0;
border-top: #993333 0px solid;
}

.images {
float:left;
width:400px;
padding:2px;
background-color:#993333;
}

#photodiv {
float:left;
width:400px;
height:300px;
padding:0px;
background-color:#993333;
}

#header .announce {
float:left;
margin: 10px 0 10px 0;
padding-left: 30px;
width: 280px;
color: #FF0000;
line-height: 1.3em;
}
ul{
	list-style: none;
	margin: 0;
	padding: 0;
	w;
	width: 220px;
	border-bottom: 0px solid #FFFFFF;
}
li {
	margin-top: 2px;
}
ul li a{
	display: block;
	width:170px;
	background-color: #CCFF99;
	text-decoration:none;
	color: Black;
	font-weight: bold;
	padding: 6px 0 6px 36px ;
	border-left: #009900 2px solid;
	border-bottom: #009900 0px solid;
}
ul li a:hover {
	background-color: #FFFF00;
	border-left: #993333 2px solid;
}

#frontphoto {
margin: 0 0 10px 0;
border: 0;
}

#avmenu {
clear: left;
float: left;
width: 140px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
}

.stop {
clear:left;
}

#extras {
float: right;
width: 140px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
line-height: 1.5em;
}

#extras p {
margin: 0 0 1.5em 0;
}

#content {
margin: 0 150px 20px 150px;
border-left: 1px solid #fff0f0;
border-right: 1px solid #fff0f0;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: left;
}

#doppio {
margin: 0 10px 20px 150px;
border-left: 1px solid #fff0f0;
border-right: 1px solid #fff0f0;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: left;
}

#largo {
margin: 0 10px 20px 10px;
border-left: 2px solid #993333;
border-right: 2px solid #993333;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: left;
}

#largo img {
border: 1px solid #FF9900;
}

#content h2 {
font-size: 1.5em;
margin: 0 0 0.5em 0;
}

#content img {
padding: 1px;
display:inline;
background: #cccccc;
border: 4px solid #f0f0f0;
}

h3 {
font-size: 14px;
font-weight:bold;
margin: 0 0 10px 0;
}

#content a {
display:inline;
text-decoration: underline;
color: #FF0000;
}

#content a:hover {
text-decoration: none;
color: #CCCC00;
}

a img {
border: 0;
}

#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 10px 0;
text-align: center;
color: #808080;
font-size: 0.9em;
}

#footer a {
color: #808080;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 10px;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}

a:link {
color: #993333;
}
a:hover {
color: #FF6600;
}
