@charset "utf-8";
/* CSS Document */
@import url("navi.css");
@import url("MenuMatic.css");
h1{display:none;}
body{
	margin:0;
	background-image:url(../img/page1-bg.gif);
	background-repeat:repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #999;
	line-height: 15px;
	}
#out{
	width:100%;
	min-height:710px;
	height: auto;
}
#in{
	width:990px;
	height:auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	min-height:660px;
}
img {border:none;}
h1 {display:none;}
h2{
	font-weight:bold;
	font-size: 15px;
	}
#ueberschrift{
	font-weight:bold;
	font-size: 15px;

}

#header{
	float:left;
	width:990px;
	height:274px;
	}
#menue{
	float:left;
	width:990px;
	height:26px;
	margin-top: 3px;
	margin-bottom: 3px;
	background-image: url(../img/bg_shadow.png);
	background-repeat: repeat-y;
	font-size: 12px;
	}
#content{
	float:left;
	height:auto;
	min-height:250px;
	background-image:url(../img/bg_shadow.png);
	background-repeat:repeat-y;
	width:850px;
	padding-top: 30px;
	padding-left: 70px;
	padding-right: 70px;
	padding-bottom: 20px;
	
	}

#content_end{
	float:left;
	width:955px;
	height:25px;
	background-image:url(../img/end_shadow.png);
	background-repeat:no-repeat;
	text-align: right;
	padding-top: 0px;
	font-size: 9px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 8px;
	}
#content_in{
	float:left;
	width:850px;
	height:auto;
	}
#copyright{
	float:left;
	width:850px;
	height:35px;
	color:#CCC;
	font-size: 10px;
	padding-left: 70px;
	padding-right: 70px;
	
	
	}
#img_right{
	float:right;
	}
#impressum{
	float:right;
	width:200px;
	height:auto;
	text-align: right;
}
#rechte{
	float:left;
	width:200px;
	height:auto;
	text-align: left;
}
#link_impressum{

color:#CCCCCC;
}
#galerie_uebersicht{
	float:left;
	width: 850px;
	height: auto;
	margin-top: 40px;
	

}
#galerie_uebersicht_big{
	float:left;
	width: 850px;
	height: auto;
	margin-top: 20px;
	text-align:center;
	margin-bottom: 35px;
	

}
#thumb{
	float:left;
	width:141px;
	height:94px;
	opacity: 0.5;
	filter:alpha(opacity=40);
	padding-right: 28px;
	padding-bottom: 28px;
}
#thumb:hover{
	opacity: 1;
	filter:alpha(opacity=100);
	border: 1px solid #FFF;
	
}
#choice{
	float:left;
	width:134px;
	height:170px;
	margin-right: 15px;
}
#choice_thumb{
	float:left;
	width:134px;
	height:125px;
	
	}
#choice_font{
	float:left;
	width:129px;
	height:auto;
	font-size: 9px;
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	
	}
#thumb_suche{
float:left;
	width:141px;
	height:110px;
	margin-bottom:15px;
	opacity: 0.5;
	filter:alpha(opacity=40)

}
#thumb_suche:hover{
	opacity: 1;
	filter:alpha(opacity=100)

}
#back{
	float:left;
	width:850px;
	height:20px;
	background-image:url(../img/bg_shadow.png);
	background-repeat:repeat-y;
	padding-left:70px;
	padding-right:70px;
	}
#back_start{
	float:left;
	width:850px;
	height:20px;

	}
#kommentar_box{
	float:left;
	width:190px;
	height:200px;

}
#kommentar{
	float:right;
	width:450px;
	height:auto;
	padding-top: 25px;
	letter-spacing:1px;
	
}
#suchfeld{
	float:right;
	width:150px;
	height:25px;
	margin-right: 70px;

}
#suchen{
	float: right;
	margin-top: 4px;

}
#user{
	font-weight:bold;
}
#customer{
	float:left;
	width:150px;
	height:auto;
	padding-top: 15px;
	}
#meldung{
	float:left;
	width:350px;
	height:190px;
	padding-top: 30px;
	}
#content_in_left{
	float:left;
	height:auto;
	width:820px;
	margin-right: 20px;
	padding-top: 15px;
	padding-right: 15px;
	}
	#content_leistungen{
	float:left;
	height:auto;
	min-height:200px;
	width:550px;
	
	}
#seite_empfehlen{
	float:right;
	width:200px;
	height:120px;
	border: 1px solid #FFF;
	}
#nachricht_abgeschickt{
	float:left;
	width:500px;
	height:50px;
	padding-top: 10px;
	padding-bottom: 10px;
	}
#nachricht_verfassen{
	float:left;
	width:500px;
	height:220px;
	padding-top: 15px;
	padding-bottom: 10px;
	}
#kontakt_verfassen{
	float:left;
	width:310px;
	height:260px;
	padding-top: 20px;
	}
#formular {
	width:300px;
	float: left;
}

	







/* root element for scrollable */
.vertical {  
	
	/* required settings */
	position:relative;
	overflow:hidden;	

	/* vertical scrollers have typically larger height than width */	
	height: 665px;	 
	width: 700px;
	border-top:1px solid #ddd;	
}

/* root element for scrollable items */
.items {
	position:absolute;
	/* this time we have very large space for height */	
	height:800px;
	margin: 0px;
}

/* single scrollable item */
.item {
	border-bottom:1px solid #ddd;
	font-size:12px;
	float: left;
	padding-bottom: 15px;
	height: auto;
	width: 850px;
	padding-top: 15px;
}

#content span
{
	font-size:16px;
	float: left;
	padding-bottom: 10px;
}

/* elements inside single item */
.item img {
	float:left;
	margin-right:20px;
	height:159px;
	width:232px;
}

.item h3 {
	margin:0 0 5px 0;
	font-size:16px;
	color:#456;
	font-weight:normal;
}

/* the action buttons above the scrollable */
#actions {
	width:700px;
	margin:30px 0 10px 0;	
}

#actions a {
	font-size:11px;		
	cursor:pointer;
	color:#666;
}

#actions a:hover {
	text-decoration:underline;
	color:#000;
}

.disabled {
	visibility:hidden;		
}

.next {
	float:right;
}	
#box{
	float:left;
	width:150px;
	height:205px;
	margin-bottom: 25px;
	text-align: center;
	padding-top: 25px;
	margin-right: 60px;
	
	
	}

