/* CSS Document - Hundepension Pertl by www.xt-s.at */

/*Grunddefinitionen */
body {background: #000000; font-family:Arial; font-size:100.01%; color:#000000; margin:0; padding:0; height:100%; width:100%; text-align:center; }
div { margin: 0px; padding: 0px; }
html { height:100%; width:100%; margin:0; padding:0; }


/* Box in der sich der Seiteninhalt wiedergibt */
#page_box {	width: 824px; min-height:100%; position:relative; }
#page_box {	margin-left: auto; 	margin-right: auto; } /* Seite zentrieren */
#page_box {	text-align:left; } /* Ausrichtung vom body style wird wieder zurueckgesetzt */


/* Diverse Conatiner Definitionen */
#spacer1 {height:20px; width:824px; display:block; }
#header { width: 824px; height: 200px; position: relative; background:url(../images/HP_header.jpg) no-repeat; }
#menue1 { width: 824px; height:21px; background:#da251c; margin-top:10px;}
#main {width:824px; background:url(../images/HP_content_bg.jpg) repeat-y; margin-top:10px;}
#menue2 {width: 200px; float:left; background:none; }
#content_box { width:614px; float: right; background:none; }
#content {padding:10px;}
#clearit {width:824px; height:1px; clear:both; }
#footer {width: 824px; height:30px;}


/* Link und Text Formatierungen */

#menue1 a { font-weight:bold; color:fff500; text-decoration:none;}
#menue1 a:hover { color:#FFFFFF; text-decoration:none;}

