/** 	
 * Stylesheet Hagebaumarkt Sabitzer
 *
 */


/* Grundstruktur */

body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
}

#main-container {
	margin-left: auto;
	margin-right: auto;
	width: 998px;
	border: 1px solid #cccccc;
}

#head-container {
	width: 998px;
	height: 177px;
	background: url(../images/hagebaumarkt_header.jpg) top center;
	text-align: right;
	
}


#head-container-left{
	float:left;
	width: 329px;
	text-align: left;
	margin-top: 65px;
	}
	
#head-container-middle{
	float:left;
	width: 335px;
	text-align: center;
	margin-top: 65px;
	overflow: hidden;
	}

#head-container-right{
	float:left;
	width: 322px;
	margin-top: 65px;
	text-align: right;
	}

#contact-container {
	text-align: right;
	line-height: 12px;
	font-size: 11px;
	padding-right: 100px;
}
	
#logo-sabitzer{
	margin-left: 20px;
	margin-top: 5px;
	border-style: none;
	}

#content-container {
	border: 1px solid white;
	background: top url(../images/hagebau-top-gradient.jpg) repeat-x #F2F2F2;
}

#footer-container {
	font-size: 10px;
	border-top: 4px solid #CCCCCC;
	border-bottom: 3px solid #CCCCCC;
	text-align: center;
	line-height: 17px;
}

#footer-container .footer-dot {
	margin: 0 7px 0 7px;
}

#footer-container a {
	color: #000000;
}

#left-content {
	float: left;
	width: 225px;
	padding-bottom: 25px;
}

#sublogo {
	background: no-repeat top left;
	width: 170px;
	height: 120px;
}

#middle-content {
	float: left;
	width: 575px;
	padding: 20px 10px 10px 10px;
	padding-bottom: 30px;
}

#right-content {
	float: left;
	width: 160px;
	background: url(../images/vertical-ruler.jpg) no-repeat;
	background-position: 0px 60px;
	padding-top: 60px;
	padding-left: 10px;
	padding-bottom: 25px;
}

#right-content label {
	display: block;
	text-align: left;
}

#middle-content label {
	display: block;
	float: left;
	width: 150px;
	height: 18px;
}

.clear {
	clear: both;
}

/* --------------------------- Hauptmenü --------------------------- */

#menu-container {
	background: url(../images/hagebau-menuebar.jpg);
	height: 31px;
}

#menu-container ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 170px;
}

#menu-container li {
	float: left;
	line-height: 31px;
	text-align: center;
	background: url(../images/menu-gradient.jpg);
	border-left: 1px solid white;
}

#menu-container li#active{
	background: url(../images/menu-gradient-active.jpg);
}

#menu-container li#last {
	border-left: 1px solid white;
	background: none;
}

#menu-container a {
	width: 140px;
	
	display: block;
	color: white;
	text-decoration: none;
}

/* --------------------------- Untermenü --------------------------- */

#left-menu {
	margin:0;
	padding: 10px 0 0 5px;
}

#left-menu li {
	list-style: none;
	line-height: 21px;
	background: url(../images/submenu-bg.jpg) left no-repeat;
	padding: 0;
	margin: 0;
}

#left-menu li#active-sub{
	font-weight: bold;
	background-image: url(../images/submenu-bg-active.jpg);
}

#left-menu a {
	
	margin-left: 20px;
	height: 21px;
	display: block;
	color: #000000;
	text-decoration: none;
}

td {
	line-height: auto;
}


/* --------------------------- Topmenü --------------------------- */

.top-menu, .top-menu-active {
	padding-left: 10px;
}
.top-menu-active {
	font-weight: bold;
}

/* --------------------------- Inhaltselemente --------------------------- */

h1 {
	font-size: 16px;
	margin-bottom: 40px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
}

p {
	text-align: justify;
	line-height: 16px;
}

a {
	color: #000000;
}

td p {
margin: 0; padding:0;
}

/* --------------------------- Formularelemente --------------------------- */

form, fieldset {
	border: 0;
	margin: 0;
	padding: 0;
	}

input {
	border: 1px solid #CCCCCC;
	margin-top: 2px;
}


