* {
    margin: 0;
    padding: 0;
}
body {
    background: #FEFEFE;
    font-family: "Trebuchet MS", Arial, sans-serif, Helvetica;
    font-size: 15px;
    color: #051A2C;
}
h1 {
    color: #557A32;
    text-decoration: none;
    font-weight: normal;
    font-family: 'Didact Gothic';
    font-size: 28px;
}
h2 {
	margin: 20px 0 12px 0;
    color: #051A2C;
    text-decoration: none;
    font-weight: normal;
    font-family: "Trebuchet MS", Arial, sans-serif, Helvetica;
    font-size: 20px;	
}
h3 {
	margin: 15px 0 12px 0;
    color: #051A2C;
    text-decoration: none;
    font-weight: normal;
    font-family: "Trebuchet MS", Arial, sans-serif, Helvetica;
    font-size: 18px;	
}
p {
    font-family: "Trebuchet MS", Arial, sans-serif, Helvetica;
    font-size: 15px;
    color: #051A2C;
    text-align: justify;
}
#header {
    width: 100%;
    min-width: 960px;
    background: url('../images/header.jpg') no-repeat top;
}
#header_content {
    width: 960px;
    height: 220px;
    margin: 0 auto;
}
#logo {
    height: 160px;
    width: 228px;
    opacity: 0;
    float: left;
}
#logo img {
    margin: 40px 0 0 15px;
}
#leica {
	margin: 30px 25px 0 0;
	width: 87px;
	height: 50px;
	opacity: 0.3;
	float: right;
	background: url('../images/loga/leica_color.png');
}
#menu {
    height: 40px;
    padding-top: 20px;
    text-align: center;
    background: url('../images/menu.png') no-repeat top;
    opacity: 0.8;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
}
#menu ul {
    list-style: none;
}
#menu ul li {
    display: inline;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}
#menu ul li a {
    padding: 0 35px;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    color: #FEFEFE;
}
#menu ul li a:hover {
    color: #051A2C;
}
#container {
    margin: 0 auto;
    padding: 15px;
    padding-bottom: 50px;
    background: #f7f9fd;
    width: 930px;
}
#container ul {
	list-style-type: circle;
	padding: 0 0 0 20px;
}
#container li {
	margin: 8px 0 0 15px;
    font-family: "Trebuchet MS", Arial, sans-serif, Helvetica;
    font-size: 15px;
    color: #051A2C;
    text-align: justify;	
}
#container .photos{
	width: 336px;
	height: 318px;
	float: right;
	background: url('../images/photos.png') no-repeat;
}
#content_main {
    margin: 20px 0 0 15px;
    float: left;
    width: 562px;
    padding-right: 10px;
}
#content_main .background_slideshow {
    margin-top: 120px;
    width: 520px;
    height: 320px;
    background: #2F2F2F; /*url('../images/slider_bg.png') center no-repeat;*/
}

#content_main .slideshow {
    display: block;
    width: 500px;
    height: 300px;
    margin: 10px;
}
#content_main .slideshow img {
    margin-top: 10px;
}
#content_contact {
    margin-top: 20px;
    padding: 15px;
    width: 280px;
    height: 400px;
    float: right;
    background: url('../images/contact_bg.png') no-repeat;
}
#content_contact h1 {
    color: #051A2C;
    margin-left: 70px;
}
#content_contact p {
    display: inline;
    margin-left: 10px;
}
#content_contact img {
    margin: 25px 0 0 20px;
    width: 200px;
    height: 186px;
}
#content_map {
    margin-top: 20px;
    width: 280px;
    height: 400px;
    float: right;
}
#cloud {
    position: absolute;
    margin-left: 25px;
    margin-top: -30px;
    background: #6AA72F;
    height: 25px;
    width: 150px;
    text-align: center;
    color: #FEFEFE;
    opacity: 0.8;
    display: none;
    border: #5AA71C 1px solid;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.text_left {
	margin: 20px 0;
	display: block;
	float: right;
	text-align: center;
}
.text_left .italics p {
	font-style: italic;
	margin: 12px 0; 
	text-align: center;
}
#mapka {
    float: right;
    width: 400px;
    height: 300px;
    margin: 20px 10px 10px 10px;
    border: 2px solid #2F2F2F;
    display: inline;
}
/* FORMS */
.my_form {
    margin-top: 20px;
    text-align: center;
    width: 500px;
}
.my_form p{
    color:#666666;
    margin-bottom:20px;
    border-bottom:solid 1px #b7ddf2;
    padding-bottom:10px;
}
.my_form label{
    display:block;
    font-weight:bold;
    text-align:right;
    width:140px;
    float:left;
}
.my_form .small{
    color:#666666;
    display:block;
    font-size:11px;
    font-weight:normal;
    text-align:right;
    width:140px;
}
.my_form input{
    float:left;
    font-size:12px;
    padding:4px 2px;
    border:solid 1px #aacfe4;
    width:300px;
    margin:2px 0 20px 10px;
}
.my_form textarea {
    float:left;
    font-size:12px;
    padding:4px 2px;
    border:solid 1px #aacfe4;
    width:300px;
    margin:2px 5px 10px 10px;
}
.my_form button{
    clear:both;
    margin-left:150px;
    width:125px;
    height:31px;
    background:#666666 no-repeat;
    text-align:center;
    line-height:31px;
    color:#FFFFFF;
    font-size:11px;
    font-weight:bold;
}
/* END FORMS */

.img_small {
    width: 300px;
    height: 300px;
    border: #010101 1px solid;
    padding: 2px;
}

.ref {
    padding: 5px;
    border: #E7E9ED 1px solid;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    margin: 5px 0 5px 0;
}

.ref p {
    float: none;
}

.img_small_ref {
    float: none;
    width: 250px;
    height: 250px;
    border: #010101 1px solid;
    padding: 2px;
    vertical-align: top;
}

td.list_title {
    padding: 0 20px 0 10px;
    font-weight: bold;
}

td.list {
    padding: 0 20px 0 0;
}

a.list_edit {
    text-decoration: none;
    margin-right: 5px;
}

a.list_del {
    color: #FF1111;
    text-decoration: none;
    margin-left: 5px;
}

.add_ref {
    margin: 30px 0 0 30px;
    text-decoration: none;
}

.logout {
    text-align: right;
    margin: 5px 5px 5px 0;
}

.logout a {
    font-size: 12px;
    text-decoration: none;
}

#footer_background {
    width: 100%;
    background: #5AA71C;
    padding-bottom: 30px;
    
}
#footer_background p {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #FEFEFE;
}
#footer {
    width: 960px;
    margin: 0 auto;
    background: #5AA71C url('../images/footer_bg.png') no-repeat top;
}
#footer p {
    padding: 0;
    line-height: 70px;
    text-align: center;
    color: #BEE8B5;
}
#footer a {
    color: #FFFFFF;
    text-decoration: none;
}
#footer a:hover {
    border-bottom: #FFFFFF 1px solid;
}
.clear {
    clear: both;
}
