/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

/*html { height: 100% } 
body { min-height: 101%; }*/
body {
background-color: #C3A8A1;
	/*background-color: #B49890;
	background-color: #E5f5f3;*/
	font-size: 0.8em;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#463823;
	padding:0;
	margin:0;	
}

a {color: #463823;text-decoration: none;}
a:visited {color:#463823;}
a:hover {color: #463823;}
a:active { color:#463823;}



/* -----------------Inhalt--------------------- */

#container {
width: 900px;
padding:0px;
margin: 0px;
margin-left: auto;
margin-right: auto;
}

#inhalt{
margin-top: 120px;
height: 500px;
border: solid 1px #333333;
background-image: url(http://www.ddhaller.com/family_home.jpg);
background-repeat: no-repeat;
background-position: left bottom;
}

#inhalt_text{
position: relative;
top: 240px;
left: 100px;
text-align: right;

width: 400px;
height: 200px;
font-size: 18px;
letter-spacing: 0.6px;
}

#inhalt_text a{
font-size: 11px;
color: #333333;
}

#inhalt_text a:hover {
background-color: #C1A9A2;
/*background-color:#E5F5F3;*/
}

#copix{
/*position: relative;
top: 540p;*/
padding-top: 4px;
font-size: 9px;
width: 890px;
height: 30px;
text-align: right;
}

#copix a{
font-size: 9px;
color: #333333;
}

#copix a:hover{
background-color: #F8FCFC;
}