/* --------tk-hauswalde.de - STYLE-------- */

/*	1.basics
	2.layout
	3.links
	4.content
	5.navi
	 */
	
/*------------------1.basics------------------*/
html, body, div, p, h1, h2, h3, ul, ol,  span, a, table, td, form, img, li, input, form, object, textarea{
	margin: 0px;
	padding: 0px;
	
}
html, body{
	font-family: "Trebuchet MS", Tahoma;
	color:#006;
	background:url(../images/bg.jpg);
	background-position:top center;
	font-size: 13px;
	background-color:#fff;
	background-repeat:repeat-x;
}

html {
	overflow-x:hidden;
	overflow:-moz-scrollbars-vertical;
	SCROLLBAR-FACE-COLOR: #b2dafd;
	SCROLLBAR-HIGHLIGHT-COLOR: #fff;
	SCROLLBAR-SHADOW-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
	SCROLLBAR-BASE-COLOR: #ffffff;
	scrollbar-3d-light-color: #ffffff;
}

p{
	margin:15px 0 20px 50px;
	line-height:1.5em;
	text-align:justify;
	}
		
h2{
	font-family: "Trebuchet MS", Tahoma;
	font-size:22px;
	font-weight:normal;
	margin-left:48px;
	padding:65px 0 10px 0;}

h3{	font-weight:bold;
	border-bottom:1px solid #f90;
	padding-bottom:15px;
	font-size:13px;
	width:340px;
	margin-left:50px;}
	
/*------------------2.layout------------------*/
#container{
	margin: 0px auto;
	width:803px;
	position:relative;}
	
#header{
	height:239px;
	background:url(../images/bg-header.jpg);
	position:relative;
	z-index: 1;}

#header h1{
	font-size: 0.001em;
	color: #fff;
	position:absolute;
	text-indent:-4000px;
	z-index: 1;
	background-position: left top;
	}
#header h1 a{
	width:480px;
	font-size: 0.001em;
	height:75px;
	color: #bedffd;
	text-decoration: none;
	display: block;
	overflow: hidden;
	top:110px;
	left:175px;
	position:absolute;
	}

#header h1 a:hover{color: #bedffd; text-decoration: none;}

#content{
	margin:0 0 20px 135px;
	background:url(../images/bg-content.jpg);
	background-repeat:no-repeat;
	min-height:500px;
	}	
*html #content{height:500px;}

#textbox{width:390px;}

#boxright{
	width:175px;
	height:245px;
	right:40px;
	top:430px;
	background:url(../images/bg-boxleft.jpg);
	background-repeat:no-repeat;
	position:absolute;
	font-weight:bold;
	padding:6px;}

#footer{
	background:url(../images/bg-footer.jpg);
	padding-top:25px;
	clear:both;
	height:79px;
	text-align:center;
	}
	
#footer01{
	height:104px;
	margin-top:-104px;
	background:url(../images/bg-footer01.jpg);
	background-repeat:repeat-x;
	}

/*------------------3.links------------------*/

a { color:#006; text-decoration:underline;}
a:hover { text-decoration:none; color:#68b7fb; }

/*------------------4.content------------------*/
.img-left{
	float:left;
	border:none;
	margin-left:50px;
	}
	
.img{border:none;}
		
.fixfloat{clear:left;}

.tifa{
	background-repeat:no-repeat;
	margin:50px 0 0 -10px; border:none;
	}	
.tifa a{background: url(../images/tifa01.jpg);}	
.tifa a:hover{background: url(../images/tifa02.jpg);}

.logos{
	background-repeat:no-repeat;
	margin:5px 0 0 -10px; border:none;
	}
#back{
	text-align:right;
	border-top:1px solid #f90;
	padding-top:15px;
	margin-top:10px;
	margin-left:50px;}	
	
.linie{
	border-top:1px solid #f90;
	padding-top:5px;
	margin-left:50px;}	
	
.absatz{
	background:url(../images/adobe.gif);
	background-repeat:no-repeat;
	margin:10px 0 40px 50px;
	padding-left:20px;
	line-height: 40px;
	}

	
#buttons{margin:10px 0 20px 50px;}
/*------------------5.navi-----------------*/
#navi{
	width:135px;
	height:322px;
	display:block;
	z-index:20;
	background:url(../images/bg-navi.jpg);
	background-repeat:no-repeat;
	float:left;	}
	
#navi ul{
	list-style-type:none;
	margin-top:60px;
	text-align:right;
	margin-right:20px;
	}
	
#navi li  {display:block; line-height:25px;}

#navi li a {
	font-size:14px;
	color:#006;
	font-weight:bold;
	text-decoration:none; 
	}

#navi li a:hover {color:#68b7fb;}

/*------------------6.subnavi-----------------*/
#subnavi{
	float:right;
	height:30px;
	margin-top:51px;}

#subnavi ul{display:inline;}
#subnavi li{padding-right:12px;display:inline;}
#subnavi li a{color:#006; text-decoration:none;}
#subnavi li a:hover{color:#006;text-decoration:underline;}