
body {
 	background: #d4d4d4;
    text-align: center;  /* Zentrierung im Internet Explorer */	

    margin: 0; /* Außenabstand */
	padding: 0; /* Innenabstand */
		
	color: #000000;
	font-family: verdana;
    font-size: 12px;	
	line-height: 18px;
}

div#page {
    width: 800px;
	background: #ffffff url("http://www.dietl.at/img/hintergrund.gif") repeat-y;
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
	
    margin: 0 auto;      /* Außenabstand: standardkonforme horizontale Zentrierung */
    padding: 0; /* Innenabstand */	
}

div#header {
    margin: 0; /* Außenabstand */
    padding: 0; /* Innenabstand */
}

a {	color: #7f7f7f;	text-decoration: none; }
a:visited { color: #7f7f7f; }
a:active { color: #7f7f7f; }
a:hover { color: #175377; }  

hr {
  color:#175377;
  height:0.5pt;
}


h1 {
    margin: 0.3em 0; /* Außenabstand: oben/unten - links/rechts */
	
    font-size: 1.2em;
}

h2 {
    margin: 0.2em 0; /* Außenabstand: oben/unten - links/rechts */
	
    font-size: 1.1em;
}

h3 {
    margin: 0.1em 0; /* Außenabstand: oben/unten - links/rechts */
	
    font-size: 1.0em;
}
  
p {
    margin: 1em 0; /* Außenabstand: oben/unten - links/rechts */
	
    font-size: 12px;
}

div#menu {
	margin: 0; /* Außenabstand: */
	padding: 20px 5px 20px 15px; /* Innenabstand: oben, rechts, unten, links */
	color: #7f7f7f;	
	font-size: 13px;
	line-height: 16px;
}

div#menu a { color: #7f7f7f; text-decoration: none; }
div#menu a:visited { color: #7f7f7f; }
div#menu a:active { color: #7f7f7f; }
div#menu a:hover { color: #175377; }

ul#menu_main {
    margin: 0 0 0 0.6em; /* Außenabstand */
	padding: 0; /* Innenabstand */
}
ul#menu_main li {
    list-style: none;
	
    margin: 0; /* Außenabstand */
	padding: 0; /* Innenabstand */
}
ul#menu_main li ul {
    margin: 0 0 0.2em 0.6em; /* Außenabstand */
	padding: 0; /* Innenabstand */
}
ul#menu_main li ul li {
    list-style: none;
	
    margin: 0; /* Außenabstand */
	padding: 0; /* Innenabstand */
}

div#content {
    padding: 1em; /* Innenabstand */

	font-size: 12px;
	line-height: 18px;	
}
* html div#content {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin-bottom: 0;
}

div#submenu {
    padding: 0; /* Innenabstand */

	font-size: 12px;
}
* html div#submenu {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin-bottom: 0;
}

a#sub_betten {
	background: url("http://www.dietl.at/img/submenu/betten_over.jpg") no-repeat;
	width: 41px; height: 25px; display: block;
}
a#sub_betten:hover img { visibility: hidden; }

a#sub_bettwaren {
	background: url("http://www.dietl.at/img/submenu/bettwaren_over.jpg") no-repeat;
	width: 69px; height: 25px; display: block;
}
a#sub_bettwaren:hover img { visibility: hidden; }

a#sub_matratzen {
	background: url("http://www.dietl.at/img/submenu/matratzen_over.jpg") no-repeat;
	width: 68px; height: 25px; display: block;
}
a#sub_matratzen:hover img { visibility: hidden; }

a#sub_vorhang {
	background: url("http://www.dietl.at/img/submenu/vorhang_over.jpg") no-repeat;
	width: 62px; height: 25px; display: block;
}
a#sub_vorhang:hover img { visibility: hidden; }

a#sub_boden {
	background: url("http://www.dietl.at/img/submenu/bodenbe_over.jpg") no-repeat;
	width: 82px; height: 25px; display: block;
}
a#sub_boden:hover img { visibility: hidden; }

a#sub_wand {
	background: url("http://www.dietl.at/img/submenu/wanddekor_over.jpg") no-repeat;
	width: 69px; height: 25px; display: block;
}
a#sub_wand:hover img { visibility: hidden; }

a#sub_fresken {
	background: url("http://www.dietl.at/img/submenu/fresken_over.jpg") no-repeat;
	width: 55px; height: 25px; display: block;
}
a#sub_fresken:hover img { visibility: hidden; }

a#sub_polstermoebel {
	background: url("http://www.dietl.at/img/submenu/polster_over.jpg") no-repeat;
	width: 88px; height: 25px; display: block;
}
a#sub_polstermoebel:hover img { visibility: hidden; }

a#sub_reinigung {
	background: url("http://www.dietl.at/img/submenu/reinigung_over.jpg") no-repeat;
	width: 69px; height: 25px; display: block;
}
a#sub_reinigung:hover img { visibility: hidden; }

div#footer {
	width: 800px;
	height: 30px;
    background: url("http://www.dietl.at/img/blue_bo.jpg") no-repeat;
    text-align: center;

    margin: 0; /* Außenabstand*/
	padding: 0; /* Innenabstand */

    color: #ffffff;
    font-size: 11px;
}

div#footer a {
	color: #ffffff;	
	text-decoration: none;	
}

