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


body{
	/*
	background:url(../img/bg-animated_04.gif);	
	
	background:#fff;
	*/	
	
	width:1024px;
	margin:0;	
	margin-left:auto;
	margin-right:auto;
	height:700px; /*FÜR DIE AUSRICHTUNG AUF DEM IPAD*/

	
}

.content{
	/*
	background:#F0F;
	*/
	display:block;
	position:relative;
	top:0;
	left:0;
	width:982px;
	height:auto;
	
	margin:0px 41px 0px 41px;
	
	margin:0px 21px 0px 21px;
	padding:0;
}

/*---------------------------------------------------------------------------------------------------------*/
.container3{
	/*
	background:#F0C;
	*/
	display:block;
	position:relative;
	top:0;
	left:0;
	
	width:900px;/*982px - 41px - 41px*/
	/*height:280; /* bzw.250+10*/
	
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */
	height:100%; /* Mindesthöhe für den IE */
	overflow: hidden !important; /* FF Scroll-leiste */ 
	
	margin:0px 41px 0px 41px;

}

.container1{
	/*
	background:#fff;
	*/
	display:block;
	position:relative;
	top:0;
	left:0;
	
	width:290px;
	/*height:270px;  270 bzw 240+10*/
	
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */
	height:100%; /* Mindesthöhe für den IE */
	overflow: hidden !important; /* FF Scroll-leiste */ 
	
	margin:0px 0px 0px 0px; /*0px 5px 20px 5px; ging für den rahmen 5x drauf*/
	float:left;
	
	-webkit-transition:all 0.5s ease-in-out;  
	-moz-transition:all 0.5s ease-in-out;  
	-o-transition:all 0.5s ease-in-out;  
	transition:all 0.5s ease-in-out;  

	border-color:#fff;
	border-width:0px 5px 0px 5px;  /*border-top = 0 wegen linie*/
	border-style:solid;
	border-radius:0px;
}

.container1:hover{
	background:#000;
	border-color:#000;
}

/*---------------------------------------------------------------------------------------------------------*/
.cat-headline{
	/*
	background-color:#f03;
	*/
	
	background: url(../img/tag.png) no-repeat;
	display:block;
	position:relative;
	top:0;
	left:0;
	width:870px;  /*890-padding*/
	height:15px;
	text-align:left;
	margin:5px 46px 2px 46px;
	padding: 3px 0 0 20px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;/*#666;*/
	font-style:normal;
	font-weight:normal;
	letter-spacing:0.5px;
}

/*---------------------------------------------------------------------------------------------------------*/
.line{
	background: url(../img/line_000_1px.png) no-repeat;
	position:relative;
	display:block;
	top:0;
	left:0;

	width:982px;
	height:1px;
	margin-top:3px;
	margin-bottom:1px;
}

.line_290px{
	background: url(../img/line_290px_000_1px.png) no-repeat;
	position:relative;
	display:block;
	top:0;
	left:0;
	
	width:290px;
	height:1px;
	margin-top:3px;
	margin-bottom:1px;
}

.px10{
	position:relative;
	display:block;
	top:0;
	left:0;
	
	width:982px;
	height:10px;
}

.px100{
	position:relative;
	display:block;
	top:0;
	left:0;
	
	width:982px;
	height:100px;
}

/*---------------------------------------------------------------------------------------------------------*/
/* ANFANG BLENDEEFFECT MENÜ */

div.fader a{
		text-decoration:none;
}

div.fader img{
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;  
}
	
img.swap1{
	opacity:1;
}

div.fader:hover img.swap2{
	opacity:1;
}

div.fader:hover img.swap1{
	opacity:0;	
}

img.swap2{
	opacity:1;
}
/* ENDE BLENDEEFFECT MENÜ */

/*---------------------------------------------------------------------------------------------------------*/
.headline{
	/*
	background:#ddd;
	*/
	display:block;
	position:relative;
	left:0;
	top:0px;
	width:280px;
	padding: 5px 5px 5px 5px;
	/*	height:30px;*/
		
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	line-height:22px;
	color:#000;
	font-style:italic;
	font-weight:lighter;
	text-align:left;
	
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */
	height:100%; /* Mindesthöhe für den IE */
	overflow: hidden !important; /* FF Scroll-leiste */ 
}

.subline{
	/*
	background:#ddd;
	*/
	display:block;
	position:relative;
	left:0;
	top:0px;
	width:280px;
	height:10px;
	padding: 0 5px 80px 5px; /*75=15+60*/	
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000; /*#666;*/
	font-style:normal;
	font-weight:normal;
	text-align:left;
	letter-spacing:0.5px;
}
