/* CSS Document */

div#stand {
	WIDTH: 1024px;
	/* position: relative;*/
	MARGIN: 0px auto;
	margin-left: 250px;		

	border-color: #e4eab1;
	border-width: 1px;
	border-style: solid;
}

div#header {
	position: relative;
	}
	
	.content {
	width: 1024px;
	position: relative;
	background-color: #FFFFFF;
	}


/* Navigation */

.navi-links {
	width: 141px;
	position: absolute;
	top: 650px;
	left: 100px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #861f66;
	text-transform: uppercase;
	text-align: left;
	/*left: -161px;*/
	}
	.navi-links A:link {COLOR: #727b8a; text-decoration: none;}
	.navi-links A:visited {COLOR: #727b8a; text-decoration: none;}
	.navi-links A:active {COLOR: #727b8a; text-decoration: none;}
	.navi-links A:hover {COLOR: #861f66; text-decoration: none;}

.navi-oben{
	width: 120px;
	position: absolute;
	top: 475px;
	left: 100px;
	/*left: -160px;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #727b8a;
	text-align: left;
	text-transform: uppercase;
	height: 21px;
		}
	.navi-oben A:link {COLOR: #727b8a; text-decoration: none;}
	.navi-oben A:visited {COLOR: #727b8a; text-decoration: none;}
	.navi-oben A:active {COLOR: #727b8a; text-decoration: none;}
	.navi-oben A:hover {COLOR: #861f66; text-decoration: none;}
	
	.navi-unten {
	width: 850px;
	position: absolute;
	top: 522px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #861f66;
	text-transform: uppercase;
	text-align: left;
	bottom: 0px;
	left: 21px;
	height: 23px;
	}
	.navi-unten A:link {COLOR: #727b8a; text-decoration: none;}
	.navi-unten A:visited {COLOR: #727b8a; text-decoration: none;}
	.navi-unten A:active {COLOR: #727b8a; text-decoration: none;}
	.navi-unten A:hover {COLOR: #861f66; text-decoration: none;}
	
	

.telefon{
	width: 174px;
	position: absolute;
	top: 377px;
	left: 1100px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #727b8a;
	text-align: left;
		}
	.telefon A:link {COLOR: #861f66; text-decoration: none;}
	.telefon A:visited {COLOR: #861f66; text-decoration: none;}
	.telefon A:active {COLOR: #861f66; text-decoration: none;}
	.telefon A:hover {COLOR: #861f66; text-decoration: none;}
	
/* Textbereich */

div#inhalt {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	position: relative;
	padding: 60px 0px 0px 0px;
	min-height: 400px;
	}

.headline {
	width: 500px;
	float: left;
	padding: 15px 0px 0px 100px;
	color: #861f66;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 150%;
  }
  
.h1 {
	color: #861f66;
	font-size: 14px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 120%;
}

.text {
	float: left;
	width: 450px;
	padding: 0px 0px 50px 165px;
	color: #000000;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 150%;
  }	
  	.text A:link {COLOR: #395d55; text-decoration: none;}
	.text A:visited {COLOR: #395d55; text-decoration: none;}
	.text A:active {COLOR: #395d55; text-decoration: none;}
	.text A:hover {COLOR: #b80505; text-decoration: none;}

	* html .text { /*IE6 only*/
     padding-top: 0px;
  }


div#bild {
	width: 275px;
	position: relative;
	float: right;
	padding: 100px 40px 30px 0px;
	}	
	

.bild {
	width: 283px;
	color: #861f66;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 15px;
	float: right;
	text-align: left;
  }

.hund {
	width: 400px;
	position: absolute;
	top: -165px;
	left: 954px;
	z-index: 3;
	}

.pfote {
	position: absolute;
	left: -105px;
	bottom: -34px;
	text-align: center;
	width: 163px;
	height: 196px;
	}
	

/*Fusszeile*/
  
div#footer {
	clear: both;
	height: 20px;
	padding: 10px 0px 0px 165px;
}

.footer {
	color: #727b8a;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}

	.footer A:link {COLOR: #861f66; text-decoration: none;}
	.footer A:visited {COLOR: #861f66; text-decoration: none;}
	.footer A:active {COLOR: #861f66; text-decoration: none;}
	.footer A:hover {COLOR: #861f66; text-decoration: none;}
