/*
Author: elphnet.cz
Struktura:
        display | 
		  position | 
		  float | 
		  overflow | 
		  width | 
		  height | 
		  border | 
		  margin | 
		  padding | 
		  background | 
		  align | 
		  font
*/

/* Elements*/

body {	
	margin: 10px 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 12px;
	color:#333333;
	background-color: #333333;
}
h1, h2, h3, h4, h5 {
	border:0; 
	margin:10px 0px 5px 0px; 
	padding:0; 
	font-weight: bold;
}
p {
	margin:5px 0;
}


table {
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 11px;
	letter-spacing:1px;	
}
ul, ol {
	display:block; 
	border:0; 
	margin:0px 0px 0px 20px; 
	padding:0;
}
form {
	margin: 0;
	padding: 0;
}
/* Floating */
.floatLeft, .left {
	float: left;
}
.floatRight, .right {
	float: right;
}

/* Text align */
.textLeft {
	text-align: left;
}
.textRight {
	text-align: right;
}
.textCenter {
	text-align: center;
}

.clearer {
	clear: both;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}
.noscreen {
	display: none;
}
a img {
	border: 0;
}
.noborder {
	border:0px solid white !important;
}
.dot {
	height:1px; 
	background:url(../img/dot.gif) top left repeat-x;
	margin:1em 0;
	clear: both;
}
/*_________________________________________________________*/

#null {
	width:912px;
	margin:auto;
	text-align:left;	
	background-image: url(../img/bg_content.jpg);
	background-repeat: repeat-y;
}
#content {
	width:912px;
	background-image: url(../img/bg_null.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
}
/*__________________ Rozlozeni stranky_____________________*/
#head {
	position: relative;
	height:228px;
	width:678px;	
	background-image: url(../img/head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#head #logo {
	display: block;
	height:220px;
	width:180px;
}

#head h1 {
	position: absolute;
	top:60px;
	left:250px;
	font-weight: normal;
	font-size:32px;
	color:white;

}
#topMenu {	
	padding-left:1px;
	width:678px;
	height:36px;	
}
#topMenu ul{
	margin:0px;
	padding:0px;
	margin-top:0px;
	list-style: none;
}
#topMenu ul li {
	float:left;	
}
#topMenu ul li a {
	display: block;
	float:left;	
	width:165px;
	height:22px;
	_height:22px;
	background-image: url(../img/top_li.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	color:white;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	padding:8px 0px;
}
#topMenu ul li.first a {
	width:181px;
	background-image: url(../img/top_li_first.jpg);
}
#topMenu ul li a:hover {
	background-image: url(../img/top_li.jpg);
	background-position: 0px -37px;
	text-decoration: underline;
}
#topMenu ul li.first a:hover {
	background-image: url(../img/top_li_first.jpg);
}


/*__________________ Rozlozeni stranky_____________________*/

/*___________________Levy sloupec___________________*/
#colLeft {
	float: left;
	width: 678px;
}
#mainLeft {
	float:left;
	width: 180px;
/*	border:1px solid blue;*/
}

/*___Menu___*/
#menu {
	padding:2px 0px 0px 1px;	
}
#menu ul#main {
	list-style: none;
	padding: 0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
}
#menu ul#main li.upper a  {
	display:block;
	background-image: url(../img/li.jpg);
	background-position: 0px 0px;
	width:170px;
	_width:180px;
	height:26px;
	_height:36px;
	color: white;
	font-weight: 700;
	font-size:13px;
	padding:10px 0px 0px 10px;
	text-decoration: none;
}
#menu ul#main li.upper a:hover {
	text-decoration: underline;
	background-position: 0px 0px;
	color: white;
}
#menu ul#main li a{
	display:block;
	background-image: url(../img/li.jpg);
	background-position: 0px -36px;
	width:170px;
	_width:180px;
	height:21px;
	_height:25px;
	color: black;
	font-size:12px;
	padding:4px 0px 0px 10px;
	text-decoration: none;
}
#menu ul#main li.active a, #menu ul#main li.active a:hover {
	display:block;
	background-image: url(../img/li.jpg);
	background-position: 0px 0px;
	width:169px;
	_width:184px;
	height:18px;
	_height:20px;
	color: #056035;
	padding:2px 0px 0px 15px;
	text-decoration: none;
}
#menu ul#main li a:hover{
	display:block;
	background-image: url(../img/li.jpg);
	background-position: 0px -36px;
	text-decoration: underline;
	color: black;
}

#mainRight {
	float:right;
	width: 496px;
}
/*_________text na strance_________*/
#text {
	padding:0px 10px 10px 20px;
	text-align: justify;
}
#text h1 {
	font-family: Arial, Helvetica, sans-serif;
	color:#37577E;
	font-size:17px;
	font-weight: 700;
}
#text h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#37577E;
}
#text h3, #text h4, #text h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:black;
	text-decoration: underline;
}
#text a {
	color:#37567F;
}
#pictRef img {
	margin:0px 5px 0px 5px;
	float:left;
	background-image: url(../img/obr_shadow.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding:2px 6px 6px 2px;
}
.title {	
	background-color: #f4c70c;
}
.title h2 {
	padding: 2px;
}
#text ul {
	list-style: none;
	/*margin:0;
	padding:0;*/
}
#text ul li {
	background-image: url(../img/ul-blue.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left:12px;
	margin-top:5px;
}
#text ul.orange li {
	background-image: url(../img/ul-orange.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left:12px;
	margin-top:5px;
}
#ref {
	text-align: left;
}
#ref .side {
	width:233px;	
}
#ref .side h3 {
	color:#37567f;
	font-size:12px;
	margin:0;
}
#ref .side img {
	float: left;
	background-image: url(../img/obr_shadow.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding:2px 8px 6px 2px;
}
#ref .side .box {
	margin-top:5px;
	padding-top:5px;
	border-top:0px dotted #37567f;
}
#ref .side .box a {
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}
#ref .side .box a:hover {
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
}
#ref .side .box h3 a {
	color:#37567f;
	font-size:12px;
	font-weight: bold;
}
#ref .side .box h3 a:hover {
	color:#37567f;
	font-size:12px;
	font-weight: bold;
	text-decoration: none;
}
#pages {
	padding-top:15px;
	text-align: right;
}

/*___________________Pravy sloupec___________________*/
#colRight {
	float: right;
	width: 233px;
}
#roof {
	width:233px;
	height:116px;
	background-image: url(../img/roof.jpg);
	background-position: right top;
	position: relative;
}
#roof #zelena_usporam {
	position: absolute;
	top:1px;
	left:-1px;
}
#colRight #box {
	background-color: white;
	width:222px;
}
#colRight #box .end {
	height:24px;
	background-image: url(../img/box_end.jpg);
	background-repeat: no-repeat;
	background-color: White;
}
/*_____________novinky_______________*/
#news .start {	
	padding:4px 2px 2px 2px;
}
#news .start h3 {
	height:20px;
	width:218px;
	padding:2px 0px;
	margin:0px;	
	background-color: #F4C70C;
	color:white;
	font-size:12px;
	text-transform: uppercase;
	text-align: center;
	font-weight:bold;
}

 #news .box {
	width:200px;
	margin:0px 0px 5px 10px;
	border-bottom:1px dotted #826123;
	padding-bottom:5px;
	color:#333333;
	text-align: left;
	font-size:11px;
	position: relative;
}
#news .box .more {
	text-align: right;
	font-size: 10px;

}
#news .box .more a {
	color:#010066;
}
#news .box h4 {
	margin:0;
	font-size:11px;
	color:#010066;
}
#news .box a {
	color: #37567f;
	font-weight:bold;
	text-decoration: none;
}
#news .box a:hover {
	text-decoration: underline;
}
#news .end {
	height:9px;
	font-size:6px;
	background-color: White;
	/*background-image: url(../img/news_end.png);*/
	background-image: url(../img/news_procject.png);
	background-repeat: no-repeat;
	/*border:1px solid red;*/
}
/*_____________project_______________*/
#summaryRef {	
	width:400px;
	margin-left:10px;
}
#summaryRef h1 {
	padding:10px 0px 10px 0px;
}
#summaryRef .more {
	text-align: right;
	padding-right:10px;
}
#summaryRef .more a {
	color:#333333;
	font-size: 12px;
	text-decoration: none;
}
#summaryRef .more a:hover {
	text-decoration: underline;
}

#summaryRef .box {
	width:300px;
	margin:0px 0px 15px 20px;
	border-bottom:0px dotted #010066;
	padding-bottom:5px;
	color:#333333;
	font-size: 11px;
	text-align: left;
}
#summaryRef .box h2 {
	margin:0;
	font-size:12px;
	padding-bottom:4px;
}

#summaryRef .box img {
	float:left;
	background-image: url(../img/obr_shadow.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding:2px 8px 6px 2px;	
}
#summaryRef .box a {
	color:#333333;
	text-decoration: none;	
}
#summaryRef p a:hover {
	border-bottom:1px solid #333333;
}
#summaryRef .more {
	font-size: 10px;
}
/*__Summary Ref __*/
#project {	
	width:222px;
	padding-bottom:10px;
}
#project .more {
	text-align: right;
	padding-right:10px;
}
#project .more a {
	color:#333333;
	font-size: 12px;
	text-decoration: none;
}
#project .more a:hover {
	text-decoration: underline;
}
#project .start {	
	padding:4px 2px 2px 2px;
}
#project .start h3 {
	height:24px;
	width:218px;
	padding:2px 0px;
	margin:0px;	
	background-image: url(../img/title_project.jpg);
	background-repeat:repeat-x;
	color:white;
	font-size:12px;
	text-transform: uppercase;
	text-align: center;
	font-weight:bold;
}

#project .box {
	width:200px;
	margin:0px 0px 5px 10px;
	border-bottom:1px dotted #E70808;
	padding-bottom:5px;
	color:#333333;
	font-size: 11px;
	text-align: left;
}
#project .box h4 {
	margin:0;
	color:#37567F;
	font-size:12px;
	padding-bottom:4px;
}
#project .box h4 a,#project .box h4 a:hover {
	color:#37567F;
	border-bottom: 0;
}

#project .box img {
	float:left;
	background-image: url(../img/obr_shadow.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding:2px 8px 6px 2px;	
}
#project .box a {
	color:#333333;
	text-decoration: none;	
}
#project p a:hover {
	border-bottom:1px solid #333333;
}
#project .more {
	font-size: 10px;
}


/*____________*/
.box #copyright {
	font-size:9px;
	color:#666666;
	text-align:right;
	padding-top:10px;
}
.box #copyright a {
	text-decoration: none;
	color: #666666;
	border-bottom: 0px;
}
.box #copyright a:hover {
	border-bottom: 1px dotted #666666;
}
.no-border {
	border:0px;
}
/*________________footer____________________*/
#footer {
	height:43px;
	width:900px;
	background-color: #F1F1F1;
	text-align: right;
	
	padding:0px 0px 0px 0px;
}
#footer ul {
	margin: 0;
	padding: 4px 0px 0px 0px;
	
}
#footer ul li {
	display: inline;
	padding:0px 5px 0px 5px;
	font-size: 10px;
	color:#333333;
}
#footer ul li a {
	color:#333333;
	text-decoration:none;
}
#footer ul li a:hover {
	text-decoration:underline;	
}
#footer .border {
	height:15px;	
	background-color :#f1f1f1;
	border-bottom:5px solid white;
}
#copyright {
	text-align: right;
	padding:5px 15px 0px 0px;
	margin:0px 0px 0px 0px;
	font-size: 9px;	
	color:white;
	background-color: #333333;
}
#copyright a {
	color: #ffffff;
}


#copyright a {
	text-decoration:none;
}
#copyright a:hover {
	text-decoration:underline;
}
/*___________*/
.lastProject {
	float:left;
	width:200px;
	_width:205px;
	padding:0px 5px 5px 5px;
	text-align:left;
}
.lastProject .h5 {
	height:24px;
	width:195px;
	margin: 5px 0px 0px 0px;
	padding:2px 0px 0px 5px;
	background-image: url(../img/preject_title_bg.png);
	background-repeat:repeat-x;
	color:white;
	font-size:12px;
	text-transform: uppercase;
	text-align: left;
	font-weight:bold;
}
.lastProject h3 {
	color:#37567F;
	font-size:11px;
}
.lastProject img {
	float:left;
	margin:5px;
	background-image: url(../img/obr_shadow.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding:2px 6px 6px 2px;
}

.fastContact {
	padding-left:30px;
}
.servises {
	float:right;
	width:195px;
	_width:200px;
	background-color: #F4F0E7;
	padding:0px 5px 5px 5px;
}
.servises .h5 {
	height:24px;
	width:190px;
	_width:196px;
	margin: 5px 0px 0px 0px;
	padding:2px 0px 0px 5px;
	background-image: url(../img/servises_title_bg.png);
	background-repeat:repeat-x;
	color:white;
	font-size:12px;
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;
}
.servises form input {
	border:1px solid #333333;
}
.servises form input.submit {
	width:42px;
	height:16px;
	background-image: url(../img/servises_title_bg.png);
	background-repeat: repeat-x;
	font-size:10px;
	color:white;
	border:0px solid white;
}
.kontakt {
	float:left;
	width:200px;
}
.kontakt img {
	vertical-align: middle;
	margin: 4px;
}

form.formular {
	margin-bottom:10px;
}
form.formular input {
	width:300px;
	border:1px solid #333333;
}
form.formular input.submit {
	width:100px;
}
form.formular textarea {
	width:300px;
	border:1px solid #333333;
}
form.formular table td {
	text-align: right;
}
/* pridano kvuli tinyMCE a spravnemu zobrazeni fontu*/
.fontSize1{
	font-size:8px;
}
.fontSize2{
	font-size:10px;
}
.fontSize3{
	font-size:12px;
}
.fontSize4{
	font-size:14px;
}
.fontSize5{
	font-size:18px;
}
.fontSize6{
	font-size:24px;
}
.fontSize7{
	font-size:36px;
}
