@charset "UTF-8";
/* CSS Document */


body {
	padding:0;
	margin:0;
	background-image:url(../layout/bg_img.jpg);
	background-repeat:repeat-x;
	background-color:#e8e9e9;
	font-family:Arial, Helvetica, sans-serif;
}


#flaggen img{
	border-style: none;
	border: 0px;
}

#logo{
	text-decoration: none;
	border-style: none;
	border: 0px;
}


table#index {
	padding:0;
	margin:0;
	min-width:950px;
	border: 0px;
	border-style: none; 
}

object#flash {
	border-bottom: solid 1px #a1a1a1;
	border-top: solid 1px #a1a1a1;
	overflow: visible;
	overflow-x:visible;
	overflow-y:visible;
	
} 

#flashbox{
	width:950px;
	overflow: visible;
	overflow-x:visible;
	overflow-y:visible;
}

#flashzeile{
	overflow: visible;
	overflow-x: visible;
	overflow-y: visible;
	}



/*_______Navigation___________*/

td#navi {
	min-width:950px;
	height:25px;
	/*background-color:#edeeee;*/
}

ul#navigation {
	 width:100%; 
	 height:25px;
	 margin: 0; 
	 padding: 0; 
	 list-style-type: none; 
	 display: block;
	 background-color:#edeeee;
	 margin-bottom:5px;
	 font-weight:bold;
}


ul#navigation li{ 
	float: left; 
	list-style-image:none; 
	text-align:center; 
	color:#a1a1a1; 
	font-size:10px; 
	font-weight:bold; 
	width:105px; 
	height:25px; 
	line-height:25px; 
	text-transform: uppercase; 
	border-right: 1px solid #a1a1a1; 
	margin-bottom:5px; }
	
ul#navigation li a#holzmarkt { 
	color: #666; 
	font-size: 10px; 
	font-weight: bold; 
	line-height: 25px; 
	background-color: #cbcbcb; 
	text-align: center; 
	margin-bottom: 5px;
	width: 150px; 
	height: 25px; 
	margin-left: 60px; 
	
	}
	
ul#navigation li a:hover#holzmarkt { 
	color: #f8011e; 
	font-size: 10px; 
	font-weight: bold; 
	line-height: 25px; 
	background-color: #cbcbcb; 
	text-align: center; 
	margin-bottom: 5px;
	width: 150px; 
	height: 25px; 
	margin-left: 60px; 
	
	}





ul#navigation li a:link{
	list-style-image:none;
	text-transform:uppercase;
	background-color:#edeeee;
	color:#a1a1a1;
	text-decoration:none;
	width:105px;
	height:25px;
	line-height:25px;
	display:block;
	font-weight:bold;
}

ul#navigation li a:visited{
	list-style-image:none;
	text-transform:uppercase;
	background-color:#edeeee;
	color:#a1a1a1;
	text-decoration:none;
	width:105px;
	height:25px;
	line-height:25px;
	display:block;
	font-weight:bold;

}

ul#navigation li a:hover{
	list-style-image:none;
	text-transform:uppercase;
	background-color:#f6f7f7;
	color:#000000;
	text-decoration:none;
	width:105px;
	height:25px;
	line-height:25px;
	display:block;
	font-weight:bold;

}

ul#navigation li a#current{
	list-style-image:none;
	text-transform:uppercase;
	background-color:#f6f7f7;
	color:#000000;
	text-decoration:none;
	width:105px;
	height:25px;
	line-height:25px;
	display:block;
	font-weight:bold;


}

/* Holzmarkt mit Vorschau bei MouseOver */

#infobox{
	position: absolute;
	
}

#vorschau{
	position: absolute;
	boder-style: none;
	border: 0px;
	top: -25px;
	left: 150px;
}

#infobox a span {
	position: absolute;
	display:none;
	
	
}

#infobox a:hover span {
	display: block;
	position: absolute;
	
	
}


/*_______Schatten___________*/

#schatten_links {
	position:absolute;
	left:50%;
	margin-left:-512px;
	width:37px;
	height:591px;
	background-image:url(../layout/schatten_links.jpg);
	background-repeat:no-repeat;
	margin-top:1px;
}

#schatten_rechts {
	position:absolute;
	left:50%;
	margin-left:475px;
	width:37px;
	height:591px;
	background-image:url(../layout/schatten_rechts.jpg);
	background-repeat:no-repeat;
	margin-top:1px;
}

*html #schatten_links { /*_______Schatten fuer IE___________*/
	position:absolute;
	left:50%;
	margin-left:-512px;
	width:37px;
	height:591px;
	background-image:url(../layout/schatten_links.jpg);
	background-repeat:no-repeat;
	margin-top:0px;
}

*html #schatten_rechts { /*_______Schatten fuer IE___________*/
	position:absolute;
	left:50%;
	margin-left:475px;
	width:37px;
	height:591px;
	background-image:url(../layout/schatten_rechts.jpg);
	background-repeat:no-repeat;
	margin-top:0px;
}


/*_______Content___________*/


#newsbox{
	text-align: left;
	margin-left: 165px;
	margin-top: 20px;
	width: 600px;
	
}

#newsbild{
	float: right;
	position: absolute;
	top: 580px;
	margin-left: 565px;
}

#newsbildimg{
	border-style: none;
	border: 0px;
}


td#inhalt1 {
	padding-top:20px;
	padding-right:20px;
	padding-bottom:30px;
	text-align:left;
	vertical-align:top;
}

td#inhalt2 {
	padding-top:20px;
	padding-left:20px;
	padding-bottom:30px;
	text-align:left;
	vertical-align:top;
}


.trendlink{
	margin: 70px;
}

.trendlink link, visited{
	font-size:11px;
	color:#000000;
	text-decoration:none;
}

.trendlink hover{
	font-size:11px;
	color:#f8011e;
	text-decoration:none;
}

#trendbildbox{
	background-color: white;
}

#platzhalter{
	background-color: #747474;
}

.servicebox{
	width: 220px;
}


td#flaggen {
	text-align:left;
	vertical-align:top;
}

h1 {
	font-size:12px;
	color:#000000;
	text-transform:uppercase;
	font-weight: lighter;
}

h2 {
	color: #f8011e;
	font-weight: bold;
	font-size: large;
	text-align: left;
}

p {
	font-size:11px;
	color:#565656;
}


p#teaser {
	font-size:11px;
	color:#000000;
}

p#service {
	display:block;
	width:100%;
	height:20px;
	background-color:#CCCCCC;
	color:#000000;
	padding-top:8px;
	font-weight:bold;
}

p#news{
	font-size: 12px;
}

#textframe {
	background-color:#e8e9e9;
	width:952px;
	height:350px;
	overflow:hidden;
	overflow-x:hidden;
	overflow-y:hidden;
	
}

#framebox{
	padding-top:35px;
	width:952px;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
	}
	
#framezeile{
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
	}

/*_______ Links Content inhalt1 + inhalt2___________*/

td#inhalt1 a:link {
	font-size:11px;
	color:#f8011e;
	text-decoration:none;
}

td#inhalt1 a:visited {
	font-size:11px;
	color:#f8011e;
	text-decoration:none;
}

td#inhalt1 a:hover {
	font-size:11px;
	color:#000000;
	text-decoration:none;
}


td#inhalt2 a:link {
	font-size:11px;
	color:#f8011e;
	text-decoration:none;
}

td#inhalt2 a:visited {
	font-size:11px;
	color:#f8011e;
	text-decoration:none;
}

td#inhalt2 a:hover {
	font-size:11px;
	color:#000000;
	text-decoration:none;
}

/*_______Footer___________*/

td#footer {
	background-image:url(../layout/footer_bg_img.jpg);
	background-repeat:no-repeat;
	text-align:center;
	font-size:10px;
	color:#565656;
	padding-top:10px;
}
td a { text-decoration: none; }
td a:link, a:visited { text-decoration: none; }

