/* ########################### Stylesheed WeinbauHarrer.at ################## */
/* ########################### ALLGEMEIN #################################### */

BODY {
	padding:0;
	margin:0;
	font-family:Verdana, Arial;
	font-size:85%;
	background:url(index/bg.gif) repeat-y center #EAB9B9;
	text-align: center;
}

A {
	color:#A50707;
	text-decoration:none;
}

TABLE {
	border:1px solid silver;
	width:100%;
	border-collapse:collapse;
}
.tablehidden {
	border:0;
	width:50%;
}

.tablehidden TD {
	border:0;
	padding:2px;
}

TD {
	border: 1px solid silver;
	padding:6px 4px;

}

TH {
	background-color:#A50707;
	color:#FFFFFF;
}

.traube {
	padding:10px 0;
}


/* ########################### Header #################################### */

.strukheader {
	margin: 0px auto;
	background-color:#fff;
	width:950px;
	height:105px;
	overflow:hidden;
}

/* ########################### Hauptcontainer #################################### */

.strukall {
	margin: 0px auto;
	padding:20px;

	text-align:left;	

	
}

.strukmain {
	margin: 0px auto;
	width:950px;
	height:100%;

}

.strukbody {
	margin: 0px auto;

}

/* ########################### Metanavigation #################################### */

.metanav {
	float:left;
	background-color:#CCCCCC;
	background-image:url(index/metanav.gif);
	background-repeat:no-repeat;
	width:950px;
	height:20px;
	margin-top:5px;
	overflow:hidden;
}

.metanav UL {
	padding:1px 10px 0 0;
	margin:0;
	clear:left;
	float:right;

}

.metanav LI {
	padding:0 8px;
	margin:0;
	list-style-type: none;
	float:left;
	color:#fff;
	background-image:url(index/or_w.gif);
	background-repeat:no-repeat;
	background-position:0;
	font-weight:bold;

}

.metanav A {
	color:#FFF;
	text-decoration:none;
}

.metanav A:hover {
	color:#666;
}

.first{
	background-image:none!important;
}
.metanav .active A {
	color:#A50707!important;
	background-color:#CFCFCF;
}

/* ########################### Navigation #################################### */
.nav {
	float:left;
	width:200px;
	margin-top:20px;
	padding-bottom:20px;

}

.navtop {
	float:left;
	width:200px;
	height:10px;
	background-image:url(index/nav_top.gif);
	background-repeat:no-repeat;
	overflow:hidden;
}



.navbottom {
	float:left;
	width:200px;
	height:10px;
	background-image:url(index/nav_bottom.gif);
	background-repeat:no-repeat;
	overflow:hidden;
}

.navcontent {
	float:left;
	padding:0;
	width:200px;
	background-color:#999;
	overflow:hidden;
}

.navcontent UL {
	float:left;
	padding:0 10px 0 0;
	margin:0;
	border-top:1px solid silver;

}

.navcontent LI {
	float:left;
	clear:left;
	width:200px;
	padding:0;
	margin:0;
	list-style-type: none;
	color:#fff;
	background-color:#A50707;
	border-bottom:1px solid silver;
}

.navcontent A {	
	float:left;
	width:185px;
	padding:2px 0 2px 15px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	background-image:url(index/point.gif);
	background-repeat:no-repeat;
	background-position:5px 7px;

}



.navcontent A:hover {
	color:#A50707;
	background-color:#CFCFCF;
	background-image:url(index/point_act.gif);
	background-repeat:no-repeat;
	background-position:5px 7px;
}

.navcontent LI .active {
	color:#A50707;
	background-color:#CFCFCF;
	background-image:url(index/point_act.gif);
	background-repeat:no-repeat;
	background-position:5px 7px;
}

.navcontent LI LI {
	background-color:#EAB9B9;

}

.navcontent LI LI A {
	float:left;
	width:175px;
	padding:2px 0 2px 30px;
	text-decoration:none;
	font-weight:bold;
	color:#A50707;
	background-image:url(index/point_act.gif);
	background-repeat:no-repeat;
	background-position:20px 7px;
}

.navcontent LI LI A:hover {
	background-image:url(index/point_act.gif);
	background-repeat:no-repeat;
	background-position:20px 7px;
}

.navcontent LI LI .active {
	color:#A50707;
	background-color:#CFCFCF;
	background-image:url(index/point_act.gif);
	background-repeat:no-repeat;
	background-position:20px 7px;
}

/* ########################### Inhalt #################################### */

.strukcontent {
	float:left;
	width:550px;
	margin:20px 10px 0 10px;
	color:#333;
	overflow:hidden;
	padding-bottom:20px;
}

.content_top {
	float:left;
	background-image:url(index/content_top.gif);
	background-repeat:no-repeat;
	height:10px;
	width:550px;
	overflow:hidden;
}

.content_bottom {
	float:left;
	background-image:url(index/content_bottom.gif);
	background-repeat:no-repeat;
	height:10px;
	width:550px;
	overflow:hidden;
}

.content {
	float:left;
	width:526px;
	padding:10px;
	border-left:2px solid #CCCCCC;
	border-right:2px solid #CCCCCC;
	overflow:hidden;
	
}

.content H1 {
	font-size:150%;
}

.content H2 {
	font-size:120%;
	color:#A50707;
}

.content P {
	padding:0;
	margin:0 0 10px 0;
}

.content IMG {
	border: 2px solid silver;
}

.content A:hover {
	text-decoration:underline;
}

.floatright {
	float:right;
	margin:0 0 10px 10px;
}

.floatleft {
	float:left;
	margin:0 10px 10px 0;
}


.border {
	float:left;
	width:526px;
	border-bottom:1px solid silver;
	margin-bottom:15px;
	padding-bottom:10px;
}

/* ########################### Teaser #################################### */

.strukteaser {
	float:left;
	width:180px;
	padding:20px 0;
}

.teaserhead {
	float:left;
	width:180px;
	height:20px;

	overflow:hidden;
	background-image:url(index/teaser_head.gif);
	
}

.teaserhead H2 {
	font-size:100%;
	color:#fff;
	padding: 2px 0 0 10px;
	margin:0;
}

.teasertop {
	float:left;
	background-image:url(index/teaser_top.gif);
	height:9px;
	width:180px;	
	overflow:hidden;
}

.teaserbottom {
	float:left;
	background-image:url(index/teaser_bottom.gif);
	height:10px;
	width:180px;
	overflow:hidden;

}

.teasercontent {
	float:left;
	width:168px;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	color:#333;
	padding:0 5px;
	overflow:hidden;
}

.teasercontent P {
	margin:0 0 8px 0;
}


.teasercontent A:hover {
	text-decoration:underline;
}

/* ########################### Footer #################################### */

.strukfooter {
	margin: 0px auto;
	background-color:#CCCCCC;
	background-image:url(index/metanav.gif);
	background-repeat:no-repeat;
	width:950px;
	height:20px;
	overflow:hidden;
	clear:both;
}

.strukfooter P {
	width:950px;
	float:left;
	clear:both;
	text-align:center;
	color:#666;
	padding:2px 0 0 0;
	margin:0;
	font-size:90%;
}