/*******************************************************************************

	Project		:	Rollladenbau Demmel
	Copyright	:	Design - Sindy Limmer - www.limic-design.de

*******************************************************************************/

/* ### Logo ################################################################# */
#logo {
	position:absolute;
	top:10px;
	left:40px;
	background-image: url(logo.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#logo a {
	display:block;
	height:95px;
	width:215px;
	text-indent:-700em;
}

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

#header {
	background-image: url(tel-head.png);
	background-position:530px 13px;
	background-repeat: no-repeat;
}

/* ### ARTIKELTEASER ########################################################*/
#all{
	width:970px;
	height:245px;
	background-image:url(hg-teaser.png);
	background-repeat:no-repeat;
	background-position:right top;
	}
	
	
#artikelteaser{
	display:inline;
	float:left;
	margin-left:43px;
	margin-top:45px;
	width:140px;
	}
	
.content-teaser{
	width:150px;
	text-align:center;
	}
	
.pagination{
	text-align:center;
	position:absolute;
	bottom:10px;
	left:50%;
	right:50%;
	}
	
.pagination li{
	display:inline;
	height:30px;
	width:800px;
	}


