@charset "utf-8";
/* CSS Document */

body {
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#000000;
	padding:0px;
	margin:0px;
	background-color:#EEECD6;
	background-image:url(../images/bg_gradient.jpg);
	background-repeat:repeat-x;
}

object {
	outline:none;
}


.moodimage{
	padding:2px;
	border:1px solid #CCCCCC;
	margin-bottom:20px;
}

/* ----------container zentriert das layout-------------- */
#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:0px;
	padding-bottom:35px;
	background-color: #FFFFFF;
	border-bottom:5px solid #547C57;
}

/* ----------Header-------------- */
#header {
	height:225px;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

#header #logo{
	margin-left:35px;
	width:214px;
	float:left;
}

#navigation{
	width:731px;
	height:80px;
	margin-left:249px;
	padding-top:91px;
	background-image:url(../images/header/landscape.jpg);
	background-repeat:no-repeat;
}

#navigation img{
	border:none;
}

#navigation ul {
    margin: 0;
    padding: 0;
	padding-left:30px;
    background-color: #547C57;
	background-image:url(../images/header/bg_nav.jpg);
	background-repeat:repeat-x;
    height: 29px;
}
#navigation ul li{ 
    display:inline; 
}

#navigation ul li a {
	margin:0;
	padding:0;
}
#navigation ul li a.aktiv {

}
#navigation ul li a:hover img{
    background-color: #547C57;
}

/* -----------------Inhalt--------------------- */
#widePage{
	margin-left: 35px;
	padding: 0px;
	clear:both;
}

#wideLeft {
	float: left;
	width: 689px;
	margin-left: 35px;
	padding: 0px;
}

#smallRight {
	width:206px;
	padding: 0px;
	margin-left: 744px;
	margin-right: 0px;
}

div#smallRight { 
	min-height:600px;
	height:expression(this.scrollHeight > 800 ? "auto":"800px"); 
}

#smallRight img{
	padding:2px;
	border:1px solid #CCCCCC;
	margin-bottom:20px;
}

#smallRight p img{
	margin-bottom:0;
}

#halfLeft {
	float: left;
	width: 550px;
	margin-left: 35px;
	padding: 0px;
}

#halfRight {
	width:345px;
	padding: 0px;
	margin-left: 605px;
	margin-right: 0px;
}

div#halfRight { 
	min-height:700px;
	height:expression(this.scrollHeight > 700 ? "auto":"700px"); 
}

/* -----------googleMap--------------------------- */
#googleMap{
	width:907px;
	padding:2px;
	border:1px solid #CCCCCC;
	display:block;
}

/* -----------forms--------------------------- */
input, textarea, checkbox{
	border:1px solid #948D3F;
}

input{
	margin-top:1px;
}

.sendbutton{
  	width:93px;
  	height:33px;
  	padding:33px 0 0;
  	margin:2px 0 0 0;
  	border:0;
  	background:transparent url(http://www.greenwoodvillagearizona.com/joomla/templates/gwv/images/sendbutton.gif);
  	overflow:hidden;
  	cursor:pointer; /* hand-shaped cursor */
  	cursor:hand; /* for IE 5.x */
}

/* -----------footer--------------------------- */
#footer{
	width:980px;
	height:120px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	padding-top:30px;
	clear:both;
}

#footer img{
	display:block;
}

#footer .column{
	float:left;
	margin: 0px 10px 0px 40px;
}

