body {
	font-size:14px;
	color: #333;
	font-family: Arial, sans-serif;
	margin:0px;
	padding:0px;

}

h1, h2 {
	color: #34c5d2;
	font-size:20px;
	padding-left:20px;
}

h1 {
	
	text-transform: uppercase;
	
}



.header {
	background: #34c5d2 url(../images/obLogo.png) left top no-repeat;
	height: 83px; width: 100%;
	display: block;
}


.oferta {
	margin:10px;
	float:left;
	width:500px;
}

.pcv {
	position: relative;
	display: block;
	clear: both;
	background: url(../images/ofertaShadow.png) left top no-repeat;
	padding-bottom:10px;
	min-height: 200px;
}

.pcv b{
	padding: 7px 0px 0px 20px;
	height:20px;
	color: #fff;
	display: block;

}

.pcv p{
	margin-top: 10px;
	margin-left:10px;
	float:left;
	width:300px;
	text-align: justify;
	margin-bottom:30px;
}

.pcv img.pcvImg{
	width: 150px; height: 150px;
	float:left;
}

.pcv img.coImg{
	position: absolute;
	right:10px; top: 20px;
}



.kontakt {
	margin:10px;
	display: block;
	float: left;
	padding-left:10px;
	background: url(../images/rowBreak.png) 0px 0px repeat-y;
}

.kontakt p {
	width:322;
	margin-left: 10px;
}

.kontakt p.cz {	background: url(../images/kontakt_cz.png) 0px 16px no-repeat;}
.kontakt p.at {	background: url(../images/kontakt_at.png) 0px 16px no-repeat;}
.kontakt p.de {	background: url(../images/kontakt_de.png) 0px 16px no-repeat;}
.kontakt p.sk {	background: url(../images/kontakt_sk.png) 0px 16px no-repeat;}
.kontakt p.pl {	background: url(../images/kontakt_pl.png) 0px 16px no-repeat;}

.kontakt b {
	margin-left: 90px;
}


.kontakt a {
	padding:10px 0px 5px 90px;
	color: #34c5d2;
	display: block;
}


.kontakt a.addX {
	padding:10px 0px 5px 0px;
	color: #34c5d2;
	display: block;
}


.kontakt a:hover {
	color: #000;
}


.kontakt span {
	padding:10px 0px 5px 90px;
	display: block;
}

.kontakt .infoX {
	width: 322px; height:78px;
	background: url(../images/infoBox.png) 0px 0px no-repeat;
	display: block;
}

.kontakt .infoX p{
	width:280px;
	padding-left: 35px;
	padding-top: 15px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	font-size:13px;
}

