/******************************************************/
/*
/* 	HILLEBRAND - PARADIESGARTEN
/*	Stylesheet Document
/* 	Copyright (c) 2008 GFB & Partner Marketing Services
/*	www.gfb.at
/*
/*	Unauthorized copying is not allowed and will be
/*	punished by an appropriate agent. In this case
/*	by an honorable fellow... me
/*
/******************************************************/


/* Normalizing and basic stuff
------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	}

ol, ul {
	list-style: none;
	}

table {
	border-spacing: 0;
	}

fieldset, img {
	border: 0;
	}
	
caption, th {
	text-align: left;
	}	
	
a {
	outline: none;
	color: #000;
	text-decoration: underline;

	}
	a:hover {
		
		}	
	
.left {
	float: left;
	}
.right {
	float: right;
	}	
	
.clearer {
	clear: both;
	height: 0%;
	_height: auto;
	}
	
.no_style {
	display: none;
}

p {
	margin-bottom: 10px;
}

/* Headlines
------------------------------------------------------*/

h3.baseurl {
	position: absolute;
	top: 4px;
	right: 30px;
	font-weight: normal;
	z-index: 10;
	font-size: 90%;
}
	h3.baseurl a {
		color: #828283;
		text-decoration: none;
	}
	h3.baseurl a:hover {
		text-decoration: underline;
	}
	
#content_startseite {
	bottom: 16px;
	position: absolute;
	clear: both;
	width: 790px;
}	
	#content_startseite h1 a {
		display: block;
		width: 165px;
		height: 117px;
		background: url(../images/logo_paradiesgarten_start.gif);
		text-indent: -10000px;
	}
	#content_startseite h2 {
		position: absolute;
		right: 0;
		top: 0;
	}
		#content_startseite h2 a {
			display: block;
			width: 287px;
			height: 117px;
			background: url(../images/logo_habitat_start.gif);
			text-indent: -10000px;
		}
		
#content_center h2 {
	font-size: 170%;
	font-family: 'Times New Roman', serif;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0.05em;
	color: #666;
	margin: 10px 0 12px 0;
}
#content_center h3 {
	font-weight: normal;
	margin: 0 0 10px 0;
}

/* Base
------------------------------------------------------*/
html {
	height: 100%;
}

body {
	background: url(../images/body_bg.gif) repeat-x #6d7470;
	height: 100%;
	font: 77%/1.3em Arial, Helvetica, sans-serif;
	color: #100f10;
}

	#spacer {
		position: absolute;
		width: 100%;       
		height: 100%;       
		min-width: 850px; 
		min-height: 590px;  
	}
		* html #IEspacer {
			width:850px;     
			height:590px;       
		}
		
		#container {
			width: 839px;
			min-height: 520px;
			_height: 520px;
			position: absolute;
			top: 50%;
			left: 50%;
			margin-left: -412px;
			margin-top: -285px;
			background: url(../images/container_bg.gif) repeat-y;
			padding-top: 15px;
		}
			.ecke_shadow {
				position: absolute;
				width: 15px;
				height: 15px;
				background: url(../images/shadow_right_top.png);
				right: 0;
				top: 0;
				_right: -1px;
			}
			
			#main {
				width: 807px;
				padding: 9px 16px 6px 16px;
				min-height: 505px;
				_height: 504px;
				background: url(../images/shadow_right.png) repeat-y;
				position: relative;
			}
					

/* Hauptnavigation
------------------------------------------------------*/

#nav_main {
	margin: 12px 0;
	min-height: 19px;
	_height: 19px;
	background: #D11F4D;
	width: 792px;
	text-align: center;
	padding-top: 3px;
	text-transform: uppercase;
	font-size: 90%;
} 
	#nav_main li {
		display: inline;
		list-style: none;
		padding-left: 5px;
	}
		#nav_main li a {
			padding: 0px 0.5em 0px 1em;
			border-right: 1px solid #fff;
			color: #fff;
			text-decoration: none;
			background: url(../images/arrow_navigation.gif) no-repeat center left;

		}
		#nav_main li a:hover {
			text-decoration: underline;
		}
		.last {
			border-right: none;
		}
		#nav_main .active a {
			text-decoration: underline;
		}

/* Footer
------------------------------------------------------*/

#nav_footer {
	position: absolute;
	top: 100%;
	width: 829px;
	min-height: 20px;
	background: url(../images/shadow_right_bottom.png) no-repeat;
	color: #fff;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 90%;
	padding: 10px 30px 0 5px;
	text-align: center;
}
	#nav_footer li {
		display: inline;
		border-right: 1px solid #fff;
		padding: 0 4px;
		line-height: 12px;
	}
		#nav_footer li a {
			color: #fff;
			text-decoration: none;		
		}
		#nav_footer li a:hover {
			text-decoration: underline;
			}
	
	.last {
		border-right: none !IMPORTANT;
	}
	
#nav_subfooter {
	position: absolute;
	top: 106%;
	right: 58px;
	color: #525253;
	font-size: 90%;
	padding-bottom: 10px;
}
	#nav_subfooter li {
		float: left;
		padding: 0 3px;
		border-right: 1px solid #525253;
		line-height: 12px;
	}
	#nav_subfooter a {
		color: #525253;
		text-decoration: none;
	}
		#nav_subfooter li a:hover {
			text-decoration: underline;
			}


/* Contentseite
------------------------------------------------------*/

#header_contentseite {
	height: 142px;
}
	#logo_paradiesgarten {
		float: left;
		width: 202px;
		height: 142px;
	}
	#bildbox_gross {
		float: left;
		width: 388px;
		margin-right: 16px;
		height: 142px;
	}
	#bildbox_klein {
		float: left;
		width: 186px;
		height: 142px;
	}

#content_inhaltseite {
	clear: both;
}
	#content_left {
		float: left;
		width: 186px;
		margin-right: 16px;

		min-height: 300px;
		_height: 300px;
		position: relative;
	}
		#content_left img {
			margin-bottom: 8px;
		}
		#content_left .teaser {
			padding: 8px 8px 65px 8px;
			font-size: 90%;
		}
		#content_left h2 {
			font-weight: bold;
			margin-bottom: 5px;
		}
		
		.logo_habitat_klein {
			position: absolute;
			bottom: 0;
			left: 8px;
			z-index: 10;
			width: 170px;
		}

	#content_center {
		float: left;
		width: 388px;
		margin-right: 16px;
		min-height:50px;
		_height: 50px;
	}
		#content_center a {
			font-family: Times, serif;
			font-size: 110%;
		}
		
		#content_center a:hover {
			color: #b3244d;
			text-decoration: none;
		}
		#content_center ul {
			margin: 10px 0px;
			list-style-image: url(../images/list_pfeil.gif);
		}
			#content_center ul li {
				margin-left: 15px;
			}
		#content_center input {
			width: 200px;
		}	
		#content_center textarea {
			width: 200px;
			height: 30px;
		}
		
		.freie_objekte a {
			font-family: Arial, Helvetica, sans-serif !IMPORTANT;
			font-size: 100% !IMPORTANT;			
		}
		
		/*#content_center table {
			width: 100%;
			border: 1px solid #647077;
			border-collapse: collapse;
		}
		
		#content_center table td {
			border-bottom: 1px solid #647077;
			border-right: 1px solid #647077;
			padding: 2px;
		}
		*/
		#content_center table td a {
			font-family: Arial, Helvetica, sans-serif !IMPORTANT;
			font-size: 100% !IMPORTANT;
		}
			
	
	#content_right {
		float: left;
		width: 186px;
	}
		#content_right .teaser {
			margin: 0 0 10px 0;
			font-size: 90%;
		}
		#content_right .teaser a {
			background: #647077;
			display: block; 
			padding: 5px 5px 2px 5px;
			text-decoration: none;
		}
		#content_right .teaser a strong {
			color: #fff;
			display: block;
			padding: 3px;
		}
			#content_right .teaser a:hover {
				background: #D11F4D;
			}‚








