* { margin: 0px; padding: 0px; }
body { font-size: 12px; background: #323232; color: #333333; font-family:Verdana,Arial,Helvetica,sans-serif; }

input, textarea, .antispam {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 0px solid red; 
	background: none;
	color: black;
	padding: 8px;
	margin: none;
}
textarea { overflow: auto; }
#nice-form { background: url('/themes/stylez/images/tab4.png');	 }

h1,h2,h3 { font-family: "Trebuchet MS",Arial,Helvetica,sans-serif; color: #74be29; }
h1 { font-size:2.2em; }
h2 { font-size:1.4em; }
h3 { text-transform: uppercase; font-size:1em; }

a, a:visited, .tooltip { color: #757577; font-style: italic; }
a:hover { color: #74be29;}

p { text-align: justify;  }

a img { padding: 2px; border: none;}
img.icon { position: absolute; left: -24px; }

li { margin-left: 2em; margin-bottom: 0.5em; }

.cms-content-wrapper:hover{ background: #DEFCCC; }
.cms-content-wrapper.fragment:hover { background: #F1E6FC; }

#outer-wrapper { background: url('/themes/stylez/images/test-background2.png'); padding-top: 20px; padding-bottom: 20px;}
#inner-wrapper { margin: auto; width: 860px; }

.lngflag { width: 36px; height: 12px; background: url('/themes/stylez/images/lngflag-short.png'); 
 	padding: 8px; font-size: 10px; text-align: right; margin-bottom: 2px;
     position: relative; top: -12px; left: 170px; color: #888; }

.lngflag-2 { width: 36px; height: 12px; background: url('/themes/stylez/images/lngflag-short.png'); 
 	padding: 8px; font-size: 10px; text-align: right; margin-bottom: 2px;
     position: relative; top: -12px; left: 778px; color: #888; }

.lngflag-wrapper { position: absolute;  }

#layout-right, #layout-left, #layout-center {
	margin: none; 
	float: left; 
	padding: 20px;
	background-color: white;
	position: relative;
}
#layout-right {
	width: 170px;
	background: url('/themes/stylez/images/bg-side.gif');
}
#layout-left {
	width: 530px;
	padding-left: 40px;
	padding-right: 40px;
	margin-right: 20px; 
	background: url('/themes/stylez/images/bg-main-610.gif');	
/*	border: 1px solid red; */
}

#layout-center { 
	width: 760px;
	padding-left: 40px;
	padding-right: 40px;
	background: white;
	background: url('/themes/stylez/images/bg-main-840.gif');	
}

#layout-center-top {
  background: url('/themes/stylez/images/bg-main-top-840.gif'); position: absolute; height: 6px; width: 840px; top: 0px; left: 0px;
}
#layout-center-bottom {
	background: url('/themes/stylez/images/bg-main-bottom-840.gif'); position: relative; height: 6px; width: 840px; top: 20px; left: -40px;
}


#layout-left-top {
    background: url('/themes/stylez/images/bg-main-top-610.gif'); position: absolute; height: 6px; width: 610px; top: 0px; left: 0px;
}
#layout-left-bottom {
	background: url('/themes/stylez/images/bg-main-bottom-610.gif'); position: relative; height: 6px; width: 610px; top: 20px; left: -40px;
}
#layout-right-top {
    background: url('/themes/stylez/images/bg-side-top.gif'); position: absolute; height: 6px; width: 210px; top: 0px; left: 0px;
}
#layout-right-bottom {
	background: url('/themes/stylez/images/bg-side-bottom.gif'); position: relative; height: 6px; width: 210px; top: 20px; left: -20px;
}

#layout-contact {
	padding-top: 15px;
	width: 100%;
	background: url('/themes/stylez/images/form_stripe.png');
	color: white;
}
#layout-contact-inner {
	width: 850px;
	margin: auto;
}
#layout-footer {
	font-size: 0.8em;
	text-align:  center;
	color: #aaa;
	position: relative;
	top: 10px;
}
/*
# 6A7C38 - oliva
# 549DC7 - wp modra
# 757577 - wp siva

# DA6D00 - melonova (zlty melon, starsi)
# 74be29 - stylez zelena
*/





#tooltip h1, #tooltip h2, #tooltip h3, #tooltip strong  {
	color: #549DC7;
}
#tooltip strong {
	color: #333333;
}

.screenshots {
	height: 320px;
	width: 500px;
	margin: auto;
}

.pretty {
	border: 2px solid red;
	background-color: yellow;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #ccc !important;
	background-color: #fff !important;
	padding: 15px !important;
	opacity: 1.0 !important;
}


a.icon {
	background:transparent url('/themes/stylez/images/odklik.gif') no-repeat scroll left center;
	padding-left: 20px;
}

#response {
	color: #74BE29;
	text-transform:uppercase;
	font-weight: bold;
}


/* --------- LOGIN WINDOW -------- */

#cms-login-wrapper { margin: auto; margin-top: 3em; 
	padding: 1em; padding-left: 2em; padding-right: 2em;
	height: 100%; width: 300px;
	border: 1px solid #888;
	background: url('/themes/stylez/images/test-background2.png'); }
#cms-login-wrapper * input {
	border: 1px solid #DDD;
	background: white;
	padding: 2px;
}
