/*
	CSS Document: css_template.css
	Version: 1.0 | Date: 2006-05-22
	Project: www.steuerkanzlei-stoeckl.at
	Author: websLINE, 2006
	-------
*/

/* HAUPTEINSTELLUNGEN */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
#body {
	background: url(img_bg.gif) repeat-x;
	}
#site {
	width: 771px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background: url(img_bg-site.gif) repeat-y;
	}
#clearer {
	clear: both;
	line-height: 0px;
	height: 0px;
	}
p, h1, h2, h3, h4, h5, h6, td, div, a {
	font-family: Verdana, san-serif;
	font-size: 10px;
	color: #505050;
	}
h1 {
	font-size: 16px;
	}
h2 {
	font-size: 14px;
	}
h3 {
	font-size: 12px;
	}
h4 {
	font-size: 10px;
	}
/*
p, h1, h2, h3, h4, h5, h6 {
	margin: 10px 0px;
	padding: 5px 0px;
	}
*/

#hr {
	background: url(img_bg-hr.gif) repeat-x;
	line-height: 1px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	display: block;
	}


/* LAYOUT AUFBAU */

#headnav {
	background: #fff;
	width: 520px;
	height: 15px;
	padding: 8px 0px 0px 10px;
	}
#headimage {
	float: left;
	background: #B2C9D1;
	padding-left: 10px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	}
#headimage img {
	border-left: 2px solid #fff;
	}
#submenu {
	float: right;
	margin-right: 7px;
	padding: 20px 15px;
	width: 195px;
	background: url(img_bg-submenu.jpg) no-repeat left top;
	min-height: 385px;
	}
* html #submenu {
	height: 385px;
	}
#content {
	float: left;
	padding: 25px 25px 0px 25px;
	width: 462px;
	margin: 0 10px;
	}
#footer {
	clear: both;
	width: 100%;
	height: 10px;
	background: url(img_bg-footer.gif);
	}
