
/* everything is constructed with a single background image */

/* root element for tabs */
#flowtabs {
	
	/* dimensions */
	width:960px;
	height:72px !important;
	margin:0 !important; 
	padding:0;	
	}

/* single tab */
#flowtabs li { 
	float:left; 
	margin:0; 
	padding:0; 
	text-indent:0; 
	list-style-type:none;
}

/* a- tag inside single tab */
#flowtabs li a {
	background: url('../img/puls.png') ;
	display:block;
	height: 72px;   
	width: 320px; 	
	padding:0px;
	margin:0px;
	text-indent: -9999px;
}

/* adjust the background image position on each tab */
#flowtabs #t1 			{ background-position: 0 0; }
#flowtabs #t2 			{ background-position: -320px 0; }
#flowtabs #t3 			{ background-position: -640px 0; }
 
/* mouseover state */
#flowtabs a:hover 		{ color:#fff;	 }
#flowtabs #t1:hover 	{ background-position:      0 -72px; }
#flowtabs #t2:hover 	{ background-position: -320px -72px; }
#flowtabs #t3:hover 	{ background-position: -640px -72px; }

/* currently selected tabs */
#flowtabs a.current	{ cursor:default; color:#fff; line-height:34px; }
#flowtabs #t1.current { background-position:      0 -144px; }
#flowtabs #t2.current { background-position: -320px -144px; }
#flowtabs #t3.current { background-position: -640px -144px; }


/* panes */
#flowpanes {
	background: url('../img/panes.png') no-repeat bottom #ffffff;		
	width:960px;
	height:220px;	
}


/* single pane */
#flowpanes div {
	display:none;	
	color:#fff;	
	margin:0px 0px;
	padding: 10px;
}

/* some decorations for elements inside single pane */


#flowpanes .narrow {
	padding-right:160px;		
}


/* override the root element to enable scrolling */
#flowpanes {
	position:relative;
	overflow:hidden;
	clear:both;
}

/* override single pane */
#flowpanes div {
	float:left;
	display:block;
	width:940px;
	font-size:14px;
}

/* our additional wrapper element for the items */
#flowpanes .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}

#flowpanes .less, #flowpanes .less a {
	color:#999 !important;
	font-size:11px;
}

#flowpanes div p{
	width: 560px;
	font-family: 'Signika Negative', sans-serif;
	color: white;
	font-size: 18px;
	float: left;
	padding: 10px 0;
	padding-right: 20px;
}

.problemiPc  img{
	float: left;
	margin: 0px 40px 10px 30px;
}

.problemiPc  h2{
	font-family: 'Signika Negative', Tahoma, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #ffffff;
	letter-spacing:1px;
	font-size: 26px;
	margin-top: 28px;
	text-shadow: 1px 1px 1px #333333;
}

