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

body{
	padding:0px;
	border:0px;
	margin:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#b6c6ce;
	background-color:#4f4f4f;
	background-image:url(../../Grafiken/BG-Muster-hell.jpg);
	background-repeat:repeat-x;
}
h1{
	font-size:22px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
}
h2{
	font-size:22px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
}
p{
	font-size:16px;
	line-height:20px;
}
a{
	color:#b6c6ce;
	text-decoration:none;
}
.menue a:hover{
	color:#89959c;
}
a.img{
	border:0px none;
}

a.mehr{
	color:#00cc00;
	font-weight:bold;
}
a.mehr:hover{
	color:#00f200;
	font-weight:bold;
}

.page{

}
.header{
	background-image:url(../../Grafiken/BG-Muster-dunkel.jpg);
	height:100px;
	width:100%;
	position:absolute;
	top:0px;
}
.menue{
	position:absolute;
	width: 820px;			/* Fensterbreite*/
	margin-left: -410px;	/* Mittig*/
	left:50%;				/* Mittig*/

}
.menuepunkte{
	float:right;
	font-size:16px;
	font-weight:bold;
	padding-left:20px;
}
.header-trenner{
	background-image:url(../../Grafiken/BG-Streifen-gruen.png);
	height:15px;
	width:100%;
	position:absolute;
	top:100px;
}
.cotent{
	position:absolute;
	width: 840px;			/* Fensterbreite*/
	margin-left: -420px;	/* Mittig*/
	left:50%;				/* Mittig*/
	top:140px;
}

.home-artikel{
	width:820px;
	margin:0px 0px 50px 10px;;
}
.home-artikel-text{
	float:left;
	width:460px;
	min-height:215px;
	margin-right:45px;
	margin-bottom:30px;
}
.home-artikel-bild{
	float:left;
	width:305px;
	height:205px;
	background-color:#333;
	border-color:#FFF;
	border-style:solid;
	border-width:5px;
	box-shadow: 0 1px 1px #FFFFFF inset, 0 1px 3px rgba(0, 0, 0, 0.4); 
}

.clear-flaot-left{
	clear:left;
}
	
.galerie{
	float:left; 
	width:140px; 
	height:140px; 
	margin:13px 13px 13px 13px; 
	display:table; 
	text-align:center;
	border-style:dashed;
	border-width:1px;
	border-color:#999;
}

.galerie a{
	display:table-cell; 
	vertical-align:middle;
}
.galerie:hover{
	background-color:#333;
}
.galerie img{
	box-shadow: 0 1px 1px #FFFFFF inset, 0 1px 3px rgba(0, 0, 0, 0.4); 
}
