@import url("reset.css"); 
html{
    height:100%;
}

body{
background:orange url(../img/hannesbg.jpg) center no-repeat;
font-family:Arial;
font-size:12px;
color:black;
margin-top:0px;
height:100%;
}

body a, a:visited{
color:#09385f;
font-weight:bold;
text-decoration:none;
}

body a:hover{
color:#ff780a;
}

#content_container{
background:transparant;
width:961px;
margin-left:auto;
margin-right:auto;
vertical-align:top;
height:100%;
}

h1{
font-family:impact, arial, helvetica;
font-size:24px;
color:#09385f;
text-align:left;
}

#header{
background:url('../img/hanneswebsiteheader.jpg') center no-repeat;
width:961px;
height:195px;
float:left;
margin-top:10px;

}
.ringtone{
background:transparent;
width:160px;
height:159px;
position:absolute;
left:110px;
top:-10px;
border:0px;
float:none;
}

.ringtone a, a:hover, a:visited, a:active{
border:0px solid pink;
}

.ringtone img{
border:0px;
}

#menu{
float:left;
background:url('../img/hanneswebsitemenu.jpg') center no-repeat;
position:relative;
width:961px;
height:39px;
}

#menu ul{
font-family:Arial, Helvetica, sans-serif;
font-size:19px;
font-weight:bold;
list-style-type:none;
margin-top:5px;
padding-left:-15px;
}

#menu li {
display:inline;
}

#menu li a{
padding-right:3em;
color:#fff;
text-decoration:none;
}

#menu li a:hover{
color:#dcdcdc;
}
#content_general{
position:relative;
background:white;
width:953px;
text-align:center;
float:left;
height:auto;
min-height:433px;
border-left:4px solid black;
border-right:4px solid black;
border-top:0px;
border-bottom:0px;
}
#content_left{
position:relative;
background:url('../img/hanneswebsitecontentleft.jpg') white right  repeat-y;
width:427px;
border-left:4px solid black;
text-align:center;
float:left;
height:auto;
min-height:433px;
padding-left:10px;
padding-right:5px;
}

#content_big{
position:relative;
background:url('../img/hanneswebsitecontentleft.jpg') white right repeat-y;
border-left:4px solid black;
width:685px;
text-align:center;
float:left;
height:auto;
min-height:433px;
padding-left:10px;
padding-right:5px;
text-align:left;
}

#content_big hr{
border:2px dotted #ff780a;;
}

#content_middle{
position:relative;
background:white;
width:248px;
padding-left:5px;
padding-right:5px;
float:left;
height:auto;
min-height:433px;

}

#content_middle hr{
border:2px dotted #ff780a;;
}

#content_right{
position:relative;
background:#dcdcdc;
width:242px;
border-left:1px solid black;
border-right:4px solid black;
border-top:0px;
border-bottom:1px;
float:left;
height:auto;
min-height:423px;
padding:5px;
}

#footer{

background:url('../img/hanneswebsitefooter.jpg') center no-repeat;
width:961px;
height:46px;
text-align:right;
line-height:19px;
clear:both;

}

#footer a{
padding-right:1em;
font-size:19px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#ff780a;
text-decoration:none;
position:relative;
top:12px;
}

#footer a:hover{
color:blue;
}
