/* GLOBAL */

html, body {
	margin: 0 0 0 0;
	font: 14px/150% Verdana;
	text-align: justify;
	background: #1f1010;
	background-image: url('img/bg.png');
	color: #dddddd;
	word-wrap: break-word;
}

#bg_top {
	background-image: url('img/bg_top.png');
	background-repeat: repeat-x;
	height: 120px;
}

#menu {
	margin: 0px auto;
	width: 1000px;
	margin-top: -115px;
	padding-bottom: -20px;
	height: 72px;
}

#top_left {
	padding-top: 25px;
	width: 320px;
	float: left;
	height: 40px;
	text-align: center;
}

#top_center {
	padding-top: 10px;
	width: 360px;
	height: 72px;
	float: left;
	text-align: center;
}

#top_right {
	padding-top: 25px;
	width: 320px;
	float: right;
	height: 40px;
	text-align: center;
}

#index {
	width: 1000px;
	min-height: 571px;
	margin: 0px auto;
}

#border_top {
	margin: 0px auto;
	width: 1000px;
	height: 18px;
	background-image: url('img/border_top.png');
}

#border_text {
	margin: 0px auto;
	width: 950px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 400px;
	background-image: url('img/border_text.png');
	overflow: hidden;
}

#border_bottom {
	margin: 0px auto;
	width: 1000px;
	height: 18px;
	background-image: url('img/border_bottom.png');
}

#bottom {
	margin: 0px auto;
	width: 1000px;
	font: 10px/140% Verdana;
	color: #e3dcbf;
	font-weight: bold;
	height: 25px;
}

#bottom_menu {
	margin-left: 50px;
	width: 300px;
	float: left;
	text-align: center;
}

#bottom_copyright {
	margin-right: 20px;
	width: 300px;
	float: right;
	text-align: center;
	color: #bbbbbb;
}

p {
	margin: 1px 0 0 0;
}

p.bolt {
	margin-top: 15px;
	margin-bottom: 2px;
	font-weight: bold;
}

p.bolt_q {
	font-weight: bold;
}

p.bolt_bottom {
	margin-top: 2px;
	margin-bottom: 15px;
	font-weight: bold;
}

p.debug {
	text-align: center;
	padding: 10px;
	font-weight: bold;
}

a:link {
	text-decoration: none;
	color: #e3dcbf;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #e3dcbf;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #eeeeee;
	font-weight: bold;
}

.menu a:link {
	text-decoration: none;
	color: #e3dcbf;
}

.menu a:visited {
	text-decoration: none;
	color: #e3dcbf;
}

.menu a:hover {
	text-decoration: none;
	color: #eeeeee;
}

img {
	border: 0;
}

img.log {
	margin-bottom: 10px;
	text-align: center;
	border: 1px solid #000000;
}

/* INDEX */

#border {
	position: absolute;
	z-index: 2;
}

#loading {
	position: absolute;
	z-index: 1;
}

#nivo {
	position: absolute;
	margin-left: 10px;
	margin-top: 10px;
	z-index: 1;
}

/* OFERTA */

#oferta_left {
	float: left;
	width: 425px;
	min-height: 150px;
	margin-left: 15px;
	margin-top: -10px;
}

#oferta_right {
	float: right;
	width: 425px;
	min-height: 150px;
	margin-right: 15px;
	margin-top: -10px;
}

/* PORTFOLIO */

#portfolio_left, #portfolio_right {
	width: 315px;
	float: left;
	border: 1px solid #000000;
}

#portfolio_center {
	width: 315px;
	float: left;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#portfolio_l, #portfolio_c, #portfolio_r {
	margin-top: -60px;
	height: 50px;
	width: 315px;
	text-align: center;
	margin-bottom: 10px;
}

#gallery {
	text-align: center;
}

img.foto {
	margin: 12px;
	border: 2px solid #000000;
}

/* STREFA */

#login {
	padding-top: 110px;
	padding-left: 350px;
}

#login_left {
	float: left;
	text-align: center;
	width: 300px;
	font-weight: bold;
	margin-bottom: 10px;
	font: 12px/150% Verdana;
	margin-bottom: 25px;
}

#login_center {
	float: left;
	text-align: center;
	width: 350px;
	font-weight: bold;
	margin-bottom: 10px;
	font: 12px/150% Verdana;
	margin-bottom: 25px;
}

#login_right {
	float: left;
	text-align: center;
	width: 300px;
	margin-bottom: 10px;
	font: 12px/150% Verdana;
	margin-bottom: 25px;
}

.input_login {
	font-size: 14px; 
	color: #03171d; 
	position: relative; 
	border: 1px solid #000000; 
	border-radius: 2px; 
	-moz-border-radius: 2px;  
	background: #c4cdd0; 
	width: 148px;
	padding: 3px; 
	font-weight: bold;
	top: -9px;
}

.input_submit {
	margin-left: 133px;
}

/* KONTAKT */

#kontakt_left {
	margin-top: 5px;
	margin-left: 30px;
	width: 280px;
	min-height: 410px;
	float: left;
}

#kontakt_right {
	margin-top: 5px;
	width: 600px;
	min-height: 410px;
	float: right;
}

.input_mail {
	font-size: 14px; 
	color: #03171d; 
	position: relative; 
	border: 1px solid #000000; 
	border-radius: 2px; 
	-moz-border-radius: 2px;  
	background: #c4cdd0; 
	width: 250px;
	padding: 3px; 
	font-weight: bold;
	left: 12px;
	margin-bottom: 5px;
}

.textarea_mail {
	font-size: 14px; 
	color: #03171d; 
	position: relative;  
	border: 1px solid #000000; 
	border-radius: 2px; 
	-moz-border-radius: 2px;  
	background: #c4cdd0; 
	width: 250px;
	padding: 3px; 
	font-weight: bold;
	height: 170px;
	left: 12px;
	overflow: auto;
}

.input_send {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 180px;
}

/* LOGIN */

#log_left {
	float: left;
	width: 275px;
	text-align: left;
	font: 10px/150% Verdana;
	min-height: 15px;
	font-weight: bold;
}

#log_link {
	float: left;
	width: 400px;
	text-align: center;
	font: 10px/150% Verdana;
	min-height: 15px;
}

#log_right {
	float: left;
	width: 275px;
	text-align: right;
	font: 10px/150% Verdana;
	margin-bottom: 20px;
	min-height: 15px;
	font-weight: bold;
}

#log_img {
	text-align: center;
}

/* NIVO SLIDER */

#slider {
    position:relative;
    width:980px;
    height:551px;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}

.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}

.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}

.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}

.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8;
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}

.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}

.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}