/* CSS Document */


body, html {
    font-family: helvetica, arial, sans-serif;
    font-size: 88%;/* original: 88%; font sizing in ems; if you want to change anything, just change this.*/
    /*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change
    almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
    margin: 0px;
    padding: 0px;
    color: #000000;
    background-color: #ffffff;
    width: 100%;
	height: 100%;
	min-height: 100%;
}
body {
	height: auto;
	margin: 0px auto 0px auto;
	/* zoom: 67%; */
}
p {
	margin: 0em 0em 0.5em 0em;
	padding: 0px;
	}
p, a, table, th, tr, td, div {
    font-family: helvetica, arial, sans-serif;
    font-size: 12px;
	line-height: 1.4em;
    color: inherit;
}
a {
	text-decoration: underline;
	font-weight: normal;
	color: inherit;
}
a:link {
}
a:visited {
}
a:active {
}
a:hover {
	text-decoration: underline;
	color: #0e0e7d;
}
.fieldbutton {
	cursor: pointer;
}
.block2 form .fieldtextbox, .block2 form textarea {
	border: 1px solid #ffffff;
	border-left: 1px solid #808080;
	border-top: 1px solid #808080;
	background: #ffffff;
	color: #000000;
	outline: none;
	height: 16px;
	padding: 2px;
	width: 320px;
	line-height: 16px;
    font-family: helvetica, arial, sans-serif;
    font-size: 11px;
    float: left;
    margin: 0px;
}
.block2 form label {
	border: 0px none;
	background: none;
	color: #000000;
	outline: none;
	height: 16px;
	padding: 2px;
	margin: 0px;
	width: 320px;
	line-height: 16px;
    font-family: helvetica, arial, sans-serif;
    font-size: 11px;	
    float: left;
}
.linkbar, .linkbar2, .adminblock table {
	clear: both;
}
.adminblock form label, .adminblock form input, .adminblock form textarea, .adminblock form select {
	display: block;
	float: none !important;
	clear: both !important;
}
.adminblock {
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 10px;
	background: #e0e0e0;
	overflow: hidden;
	height: auto;
}
.listtable {
	width: 90%;
	margin: 10px auto 10px auto;
}
.block2 form textarea {
	height: 64px;
	margin: 0px;
    resize: none;
}
.block2 form .fieldtextbox:focus, .block2 form textarea:focus {
	border: 1px solid #000000;
} 
.block2 form div {
    position: absolute;
	width: 324px;
	height: auto;
	overflow: hidden;
}
.adminblock form div {
	position: relative !important;
	top: auto !important;
	left: auto !important;
}
.block2 form input.narrow, .block2 form label.narrow {
	width: 190px;
	float: left;
}
.block2 form div.narrow {
	width: 194px;
}
.block2 form .cfname {
	top: 54px;
	left: 20px;
}

.block2 form .cfemail {
	top: 101px;
	left: 20px;
}

.block2 form .cfsubject {
	top: 11px;
	right: 20px;
}

.block2 form .cfmessage {
	top: 54px;
	right: 20px;
}
.block2 form input.submitbutton, .block2 form input.deletebutton, .admlink {
	position: absolute;
	top: 153px;
	left: 233px;
	font-size: 11px;
	background: none;
	border: 1px solid #ffffff;
	border-bottom: 1px solid #808080;
	border-right: 1px solid #808080;
}
.adminblock form input.fieldbutton, .adminblock .admlink {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	float: left !important;
	clear: none !important;
}
.block2 form input.submitbutton:hover, .adminblock input.fieldbutton:hover, .adminblock .admlink:hover {
	border: 1px solid #000000;
	display: pointer;
}
.adminblock input.fieldbutton, .adminblock .admlink {
	padding: 5px;
	margin: 0px 5px 0px 0px;
	text-decoration: none;
}
#all {
    width: 840px;
    height: 100%;
	min-height: 100%;
	overflow: hidden;
    padding: 0px 5px 0px 5px;
    margin: 0px auto 0px auto;
    border: 0px none;
    background: none;
}
#allinner {
	position: relative;
    width: 840px;
	min-height: 100%;
	height: auto;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    background: none;
    border: 0px none;
}
.mainblock {
	width: 840px;
	height: auto;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}
#error {
	width: 568px;
	padding: 5px 5px 5px 5px;
	margin: 0px;
	margin-bottom: 20px;
    background-color: #ff0000;
	color: #000000;	
}
#adminmenu {
	height: 16px;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	background-color: #e0e0e0;
	border-bottom: 1px solid #000000;
	overflow: visible;
}
#adminmenu h4 {
	float: left;
	clear: none;
	margin: 0px;
	margin-right: 5px;
	padding: 0px;
	line-height: 16px;
}
#adminmenu ul {
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height: 1px;
}
#adminmenu ul li {
	float: left;
	/* width needed or else Opera goes nuts */
	min-width: 2em;
	height: 16px;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	list-style: none;
	text-indent: 0px;
	border: 0px none;
	border-left: 1px solid #e0e0e0;
}
#adminmenu ul li ul {
	position: absolute;
	display: block;
	z-index: 999;
	left: -9999px;
	top: 15px;
	border: 1px solid #000000;
	background: #ffffff;
	width: auto;
	height: auto;
	overflow: hidden;
	padding: 2px;
	line-height: 1em;
}
#adminmenu ul li:hover, #adminmenu ul li.sfhover {
	cursor: pointer;
	color: #ffffff;
	background-color: #000000;
	border-left: 1px solid #000000;

}
#adminmenu ul li:hover ul, #adminmenu ul li.sfhover ul {
	left: auto;
}
#adminmenu ul li ul li {
	display: block;
	float: none;
	clear: both;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 2px;
	border: 0px none;
}
#adminmenu a, #adminmenu p {
	margin: 0px;
	padding: 0px;
	color: #000000;
	background: none;
	display: block;
	text-decoration: none;
}
#adminmenu a:hover, #adminmenu p:hover, #adminmenu li:hover p {
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
}
#adminmenu p {
	line-height: 16px;
	height: 16px;
}
#mainmenu {
	position: relative;
	height: 32px;
	padding: 0px;
	margin: 0px;
	overflow: visible;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-image: url(images/cp-menubg.jpg);
}
#footer {
	clear: both;
	position: relative;
	width: 578px;
	left: 252px;
	height: 38px;
	padding: 0px;
	padding-top: 12px;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	overflow: hidden;
    background: none;
    line-height: 10px;
    font-size: 10px;
}
.homeblock#footer {
	width: 686px;
	left: 144px;
}
#mainmenu ul {
	position: absolute;
	top: 18px;
	right: 5px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height: 12px;
}
#footer ul {
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height: 12px;
}
#footer a {
	font-size: 10px;
	line-height: 10px;
}
div.careerdiv {
	position: relative;
	height: 64px;
	padding: 20px 0px 20px 0px;
	overflow: hidden;
	width: 578px;
}
div.careerlist {
	position: absolute;
	left: 302px;
	top: 28px;
	height: 48px;
	width: auto;
	padding: 0px;
	margin: 0px;
}
div.careerhead {
	position: relative;
	top: 5px;
	width: 272px;
	height: 48px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: center center;
}
.careerhead_cs {
    background-image: url(images/cp-img-hledame.jpg);
}
.careerhead_en {
    background-image: url(images/cp-img-lookingfor.jpg);
}
div.careerlist ul, div.careerlist li {
	margin: 0px;
	padding: 0px;
}
div.contactlink {
	position: absolute;
	right: 0px;
	top: 36px;
	height: 32px;
	width: 32px;
	padding: 0px;
	margin: 0px;
}
div.contactlink a.contactlink {
	display: block;
	height: 32px;
	width: 32px;
	text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-image: url(images/cp-link-contact.jpg);
	
}
#mainmenu ul li, #footer ul li {
	float: left;
	/* width needed or else Opera goes nuts */
	width: auto;
	height: auto;
	margin: 0px;
	margin-right: 1px;
	padding: 0px 5px 0px 5px;
	list-style: none;
	text-indent: 0px;
	border: 0px none;
}
#footer ul li {
	padding: 0px 0px 0px 5px;
}
.homeblock#footer ul li {
	padding: 0px 5px 0px 5px;
}
#mainmenu a, #mainmenu p {
	margin: 0px;
	padding: 0px;
	color: #000000;
	height: auto; 
	line-height: 12px; 
	display: block;
	text-decoration: none;
	text-transform: none;
	font-size: 12px;
	font-weight: normal;
}
#footer a {
	text-decoration: none;
}
#footer ul a {
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;;
	height: 46px; 
	line-height: 46px; 
	display: block;
	text-decoration: none;
	text-transform: none;
	font-size: 10px;
	font-weight: normal;
	width: auto;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#mainmenu a:hover {
	text-decoration: none;
	color: #0e0e7d;
}
#mainmenu #menu a.current {
	font-weight: bold;
}
#footer a#proj-blowup {
	width: 97px;
	background-image: url(images/logo-blowupstudio-grey.jpg);
}
#footer a#proj-cartelmedia {
	width: 72px;
	background-image: url(images/logo-cartelmedia-grey.jpg);
}
#footer a#proj-icartel {
	width: 63px;
	background-image: url(images/logo-icartel-grey.jpg);
}
#footer a#link-facebook {
	height: 29px; 
	line-height: 29px; 
	width: 29px;
	margin-top: 8px;
	margin-bottom: 9px;
	margin-right: 5px;
	background-image: url(images/facebook-45x45-grey.jpg);
}
#footer a#proj-blowup:hover {
	background-image: url(images/logo-blowupstudio.jpg);
}
#footer a#proj-cartelmedia:hover {
	background-image: url(images/logo-cartelmedia.jpg);
}
#footer a#proj-icartel:hover {
	background-image: url(images/logo-icartel.jpg);
}
#footer a#link-facebook:hover {
	background-image: url(images/facebook-45x45.jpg);
}
#footer li.rightmost {
	padding-right: 0px;
}
#homecontent {
	background-image: url(images/cp-homebg.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#content {
	background-image: url(images/cp-contentbg.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#maincontent {
	padding-top: 20px;
	width: 578px;
}
h1 {
	position: relative;
	clear: both;
	top: 0px;
	left: 0px;
    font-family: verdana, helvetica, arial, sans-serif;
    width: 840px;
    height: 117px;
    font-size: 2em;
    margin: 0px;
    color: #ffffff;
    overflow: visible;
    border: 0px none;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-image: url(images/cp-header.jpg);
}
a.homelink {
	position: absolute;
	z-index: 99;
	top: 8px;
	left: 6px;
	width: 268px;
	height: 357px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-image: url(images/cp-cp-logo-top.gif);	 
}
.block3 {
	display: block;
	width: 128px;
	float: none;
	clear: none;
	padding: 0px;
}
.block2 {
	display: block;
	width: 686px;
	float: right;
	clear: none;
}
.block3 h2 {
	font-family: helvetica, arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
	text-decoration: none;
	color: #000000;	
	border-bottom: 1px solid #000000;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
	padding-bottom: 12px;
}
#maincontent h2, div.refhead, div.cathead {
	font-family: helvetica, arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
	font-weight: normal;
	text-decoration: none;
	color: #000000;	
	width: 558px;
	height: 28px;
	line-height: 28px;
	margin: 20px 0px 20px 0px;
	padding: 10px 10px 10px 10px;
	background-repeat: no-repeat;
    background-position: 0px 0px;
    background-image: url(images/cp-titlebg.jpg);
}
div.refhead {
	padding-top: 13px;
}
div.refhead p, #maincontent div.cathead h2 {
    font-size: 11px;
    line-height: 9px;
    height: auto;
	background: none;
	margin: 0em 0em 0.5em 0em;
	padding: 0px;	
}
#maincontent div.cathead h2 {
	padding-top: 3px;	
}
#maincontent .refcatlist ul, #maincontent .refcatlist li {
	list-style: none;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	height: auto;
	overflow: hidden;
}
#maincontent .refcatlist li {
	display: block;
	float: left;
	clear: none;
	width: 207px;
	height: 148px;
	margin: 0px;
	padding: 20px 21px 20px 21px;
}
#maincontent .refcatlist li a {
	display: block;
	width: 207px;
	height: 148px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	background-repeat: no-repeat;
    background-position: 0px 0px;
}
#maincontent .refcatlist li a.menuobrazy {
     background-image: url(images/umeni-menu-obrazy.jpg);
}
#maincontent .refcatlist li a.menufotografie {
    background-image: url(images/umeni-menu-foto.jpg);
}
span.klientspan {
	float: left;
	clear: both;
	display: block;
	font-weight: bold;
	width: 64px;
}
.newslistunit p, .newslistunit li, .newslistunit div.newslistp, .newslistunit div, .newslistunit span {
	font-size: 11px;
	line-height: 12px;
	margin-bottom: 2px;
} 
.newslistunit a {
	font-size: inherit;
	margin: 0px;
}
.newslistunit ul, .newslistunit ol {
	margin: 0px;
	margin-bottom: 2px;
	padding: 0px;
	text-indent: 0px;
	padding-left: 16px;
}
.newslistunit li div, .newslistunit li span, .newslistunit li p {
	margin: 0px;
}
.newslistunit h3, .newslistunit h4 {
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 10px;
} 
#homemenu ul {
	width: 686px;
	margin-right: 5px;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#homemenu li {
	width: 329px;
	height: 80px;
	float: left;
	clear: none;
	display: block;
	margin: 10px 0px 0px 5px;
	padding: 0px;
	list-style: none;
}
#homemenu li.bigpanel {
	width: 686px;
	height: 177px; /* 230px; */
	margin: 5px 0px 0px 0px;
}
#homemenu li.rightpanel {
	margin: 10px 0px 0px 22px;
}
#homemenu li a {
	width: 100%;
	height: 100%;
	display: block;
	background: none;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    text-indent: -9999px;
}
#homemenu li a#reklama {
    background-image: url(images/cp-panel-reklama-1-wo.jpg);
}
#homemenu li a#postprodukce {
    background-image: url(images/cp-panel-postprodukce-wo.jpg);
}
#homemenu li a#obchody {
    background-image: url(images/cp-panel-obchody-wo.jpg);
}
#homemenu li a#iphoneapps {
    background-image: url(images/cp-panel-iphoneapps-wo.jpg);
}
#homemenu li a#umeni {
    background-image: url(images/cp-panel-umeni-wo.jpg);
}
#hometext, #homemenudiv, #homemenu {
	width: 686px;
	margin: 0px;
	margin-right: 5px;
	padding: 0px;
}
#homemenu {
	margin: 0px;
}
#hometext {
	width: 610px;
	height: 58px;
	margin-right: 20px;
	padding: 40px 0px 40px 0px;
	background-repeat: no-repeat;
	background-position: 0px 40px;
}

#hometext p {
	margin: 0px;
	font-size: 11px;
	line-height: 14px;
	font-family: "Myriad Pro", myriad, helvetica, arial, sans-serif;
	text-indent: -9999px;
}

#homemenudiv {
	margin-right: 5px;
	padding-top: 0px;
}

.block3#newsblock, .block3#catblock {
	margin-top: 240px;
}
#catblock ul {
	list-style: none;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
}
#catblock ul ul {
	padding-top: 10px;
}
#catblock li {
	width: 100%;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}
#catblock a {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-size: 12px;
	display: block;
	padding: 2px 5px 2px 5px;
}
#catblock ul ul a {
	text-indent: 10px;
}
#catblock a.current {
	background-color: #bfbf30;
	font-weight: bold;
}
.clearall {
    font-size: 1px;
    line-height: 1px;
    height: 1px;
    display: block;
 	visibility: hidden;
 	display: none;
    overflow: hidden;
    float: none;
    clear: both;
}
.block2 iframe {
	width: 344px;
	height: 214px;
	float: right;
	clear: both;
	margin: 0px 0px 20px 10px;
	padding: 0px;
	vertical-align: middle;
}
div.contactdiv {
	margin: 20px 0px 20px 0px;
}
p.contact {
	font-size: 12px;
	line-height: 14px;
}
div.contact {
	margin: 20px 0px 10px 0px;
	padding: 0px;
	width: 578px;
	float: none;
	clear: both;
	height: auto;
	background: none;
	overflow: hidden;
}
.contactformcs, .contactformen {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 578px;
	height: 187px;
	background-image: url(images/cp-contactformbg_cs.jpg);
	position: relative;
	top: 0px;
	left: 0px;
}
.contactformen {
	background-image: url(images/cp-contactformbg_en.jpg);
}
.newslistunit {
	margin-bottom: 20px;
}
.double {
	font-size: 18px;
}
div.jHtmlArea div iframe {
	border: 1px solid #ffffff;
	border-left: 1px solid #808080;
	border-top: 1px solid #808080;
	background: #ffffff;
	color: #000000;
	outline: none;
	margin: 0px !important;
	padding: 0px !important;
	width: 320px !important;
	height: 66px !important;
}
div.jHtmlArea, div.jHtmlArea div {
width: 326px !important;
	padding: 0px !important;
	margin: 0px !important;
	border: 0px none;
}

