body {
	background-color: #2c2c2c;
	color: #fff;
	font-family: tahoma;
	font-size: 13px;
}

h1 {
	font-size:20px;
	padding-left:70px;
	padding-top:15px;
}

p {
	line-height: 20px;
	text-indent: 50px;
	margin-bottom: 10px;
}

.noindent {
	text-indent: 0;
}

ul {
	list-style: square;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 15px;
}

ul li{
	margin-bottom: 5px;
}

span, ul li{
	line-height: 20px;
}

ul li span {
	float: right;
	margin-right: 50px;
}

a:link {
	color: #d92725;
	text-decoration: none;
}
a:visited {
	color: #d92725;
	text-decoration: none;
}
a:active {
	color: #f20506;
}

#googlemap {
	float: right;
	width: 400px;
	height: 374px;
}

#content {
	position: relative;
	padding: 20px;
	height: 500px;
	overflow: auto;
}

#slide-content {

}

.scroll-pane {
	height: 500px;
	overflow: auto;
	float: left;
}

.padding {
	padding-left: 20px;
}

#container {
	width: 100%;
	height: 820px;
	background: #3a3a3a;
	position: relative; 
}

#main-div {
	margin: 0 auto;	
	width: 1000px;
	height: 820px;
	display: block;
	background-image: url(../img/index.jpg);
	position: relative;
	z-index:1;
}

#main-div2{
	margin: 0 auto;	
	width: 1000px;
	height: 820px;
	display: block;
	position: relative;
	z-index:1;
}



#header-div {
	position: absolute;
	top: 220px;
	left: 500px;
	width: 400px;
}
#header-div-main {
left:435px;
position:absolute;
top:220px;
width:525px;
}


#header-div h1 {
	font-size: 20px;
	padding: 0;
	text-align: center;
}

#header-div-main h1 {
	font-size:26px;
font-weight:normal;
	padding: 0;
	text-align: center;
}

#flash-div {
	position: absolute;
	width: 244px;
	height: 345px;
	display: block;
	right: 36px;
	top: 300px;
}

#top {
	width: 1000px;
	height: 130px;
	display: block;
	background-image: url(../img/top2.jpg);
	float: left;
}

#left {
	width: 220px;
	height: 638px;
	display: block;
	background-image: url(../img/left2.jpg);
	float: left;
}

#left img {
	position: absolute;
	width: 198px;
	height: 629px;
	left: 10px;
	top: 90px;
}

#header {
	width: 744px;
	height: 53px;
	display: block;
	background-image: url(../img/header.jpg);
	float: left;
}

#main {
	width: 744px;
	height: 585px;
	display: block;
	background-image: url(../img/main.jpg);
	float: left;
}

#right {
	width: 36px;
	height: 638px;
	display: block;
	background-image: url(../img/right.jpg);
	float: right;
}

#bottom {
	width: 1000px;
	height: 52px;
	display: block;
	background-image: url(../img/bottom.jpg);
	float: left;
}
#bottom2 {
	position: absolute;
	width: 1000px;
	bottom:0;
	display: block;
	background-image: url(../img/bottom.jpg);
	float: left;
	
	height: 52px;
}

#left-div-contact {
	width: 300px;
	height: 500px;
	float: left;
}

#left-div-contact strong{
	font-size: 15px;
	line-height: 20px;
}

#left-div-contact ul{
	list-style: none;
	margin-left: 10px;
}

#bottom-div-contact ul {
	list-style: none;
	margin-left: 0;
	margin-top: 10px;
}

#left-div-contact ul li{
	line-height: 16px;
}

#bottom-div-contact ul li{
	line-height: 16px;
}

#bottom-div-contact {
	width: 400px;
	height: 150px;
	float: right;
}

#bottom ul {
	color: #fff;
	list-style: none;
	padding: 0;
	margin: 2px 0 0 50px;
}

#bottom li {
	display: inline;
	padding: 0;
	margin: 0;
}

#bottom ul li {
	border-left: 1px solid #fff;
	padding: 0 0.4em 0 0.4em;
	margin: 0 0.4em 0 -0.4em;
}

#bottom ul li.first {
	border-left: none;
}

#bottom ul li a {
	color: #fff;
}
#bottom ul li a:visited {
	color: #fff;
	text-decoration: none;
}
#bottom ul li a:hover {
    color: #c80405;
	border-bottom: none;
}
#bottom ul li a:active {
	color: #fff;
}

#bottom2 ul {
	color: #fff;
	list-style: none;
	padding: 0;
	margin: 2px 0 0 50px;
}

#bottom2 li {
	display: inline;
	padding: 0;
	margin: 0;
}

#bottom2 ul li {
	border-left: 1px solid #fff;
	padding: 0 0.4em 0 0.4em;
	margin: 0 0.4em 0 -0.4em;
}

#bottom2 ul li.first {
	border-left: none;
}

#bottom2 ul li a {
	color: #fff;
}
#bottom2 ul li a:visited {
	color: #fff;
	text-decoration: none;
}
#bottom2 ul li a:hover {
    color: #c80405;
	border-bottom2: none;
}
#bottom2 ul li a:active {
	color: #fff;
}

#slideshow #slidesContainer {
	margin:40px auto;
	width:599px;
	height:400px;
	overflow:auto; /* allow scrollbar */
	position:relative;
}

#slideshow #slidesContainer .slide {
	margin:0 auto;
	width:580px; /* reduce by 20 pixels to avoid horizontal scroll */
	height:500px;
}

#leftControl {
	cursor: pointer;
	position: absolute;
	width: 50px;
	height: 100px;
	top: 220px;
	left: 10px;
	background:transparent url(../img/left.png) no-repeat 0 0;
}
#rightControl {
	cursor: pointer;
	position: absolute;
	width: 50px;
	height: 100px;
	top: 220px;
	right: 10px;
	background:transparent url(../img/right.png) no-repeat 0 0;
}

.clear {
	clear: both;
}

.alert, .error { color: #FF0000; }

ol.forms {
	float: left;
	list-style: none;
	width: 100%;
}

ol.forms li {
	clear: left;
	float: left;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	width: 100%;
}

ol.forms label {
	cursor: pointer;
	display: block;
	float: left;
	line-height: 1.5em;
	padding-right: 1%;
	text-align: right;
	width: 25%;
}

ol.forms input { width: 39%; }
ol.forms textarea {
	height: 7em; 
	width: 64%; 
}


ol.forms .error { 
	display: block;
	margin: 0.25em 0 0 11%;
}

ol.forms li.buttons {

	padding-left: 57%;
	width: 89%;
}

.top-bar
{
height:19px;
width:100%;
position:absolute;
top:0;
left:0;
background: gray;
z-index:0;
}
.top-bar2
{
height:51px;
width:100%;
position:absolute;
top:19px;
left:0;
background: #1f1a17;
z-index:0;
}
.bottom-bar
{
height:25px;
width:100%;
position:absolute;
top:743px;
left:0;
background: #1f1a17;
z-index:0;
}
.bottom-bar2
{
height:25px;
width:100%;
position:absolute;
top:768px;
left:0;
background: gray;
z-index:0;
}

.cleaner
{
    clear:both;
    font-size:0;
}

.projekty-link
{
    margin:10px 0;
    float:left;
}

.tabs
{
    border: 1px solid white;
    float:left;
}
.tabs a
{
    float:left;
    display:block;
    color: white;
    padding:10px 20px;
}
.tabs a:hover
{
    border:0;
}

.tab-2{
    border-left:0px;
}
.tab-fill{
    float:left;
    border-bottom: 1px solid white;
    height: 34px;
    width: 510px;
}

.tab-active
{
    border-bottom: 0;
}

.tab-body
{
    display:none;
}

.tab-body-active{
    display: block;
}

.carousel,.carousel2
{
    float:left;
    text-align:center;
    margin-top:15px;
    width:690px;
}

.carousel-ul,.carousel2-ul{
    width:690px;
    height:405px;
}

.carousel-ul li, .carousel2-ul li{
    width:690px;
    height:405px;
}

.carousel ul li img
{
    height:405px;
}

