html, body {
	background-color: #575757;
	background-image: url('images/background.jpg');	
	background-position: center top;
	background-repeat: repeat-x;
	
	margin: 0 auto;
	text-align: center;
	
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 14px;
	line-height: 1.28;

	color: #333;

	position: relative;
}

body {
    background-color: #E7E7E7;
}

a img {
	border: 0;
}

.fLeft {
	float: left;
}

.fRight {
	float: right;
}

.noFloat {
	clear: both;
}

#head-title {
	height: 127px;
    padding: 0px;
    font-size: 0.9em;
    position: relative;
}

#head-title #banner1 {
    margin: 0 auto;
    width: 960px;
    position: relative;
    top: -94px;
    font-size: 1.8em;
    color: red;
    font-weight: bold;
    text-align: left;
}

#head-title img {
    padding-left: 25px;
}

#menu {
    width: 960px;
	margin: 0 auto;

	margin-top: 10px;
	padding: 0px;

	color: #fff;
	height: 30px;
	font-size: 1.2em;

    text-align: left;
	overflow: none;
}

#menu > div {
	display: inline;
	vertical-align: middle;	
	text-align: center;
}

#menu > div > img {
	vertical-align: bottom;
}

#menu .homeicon {
        position: relative;
        top: 2px;
}

#menu a, #menu a:link, #menu a:visited, #menu a:active {
	color: #fff;
	padding: 5px 22px;
	text-decoration: none;
	overflow: none;
}

#menu a:hover {
	background: #ba2c16;
}

#head-image {
	margin: 0px auto;
	padding-top: 15px;

	height: 208px;
}

#head-image-big {
	margin: 0px auto;
	padding-top: 15px;

	height: 480px;
}

#content {
	padding-top: 15px;
	padding-bottom: 15px;

	background-color: #e7e7e7;
	width: 100%;

	text-align: left;
}

#content-data {
	width: 960px;
	margin: 0px auto;
	color: #666;
}


#content-data a, #content-data a:link, #content-data a:visited, #content-data a:active {
	color: #2a87c7;
	text-decoration: underline;
}

#content-data a:hover {
	text-decoration: none;
}

#signature {
/*      background-color: #575757;*/
        background-color: #E7E7E7;
/*	border-top: 1px #a7a7a7 solid;*/
        padding-top: 8px;
	color: #999;
	width: 100%;
        height: 70px;
}

#signature a, #signature a:link, #signature a:visited, #signature a:active {
/*	color: #fff;*/
        color: #999;
	text-decoration: none;
        font-weight: bold;
}

#signature a:hover {
	text-decoration: underline;
}

.content-left {
	background-image: url('images/content-data.jpg');
	background-position: center top;
	background-repeat: repeat-y;

	float: left;
	width: 605px;
	padding: 0px 15px;
}

.content-left > #content-top {
	background-image: url('images/content-top.jpg');

	height: 4px;
	margin: 0px -15px;
}

.content-left > #content-bottom {
	background-image: url('images/content-bottom.jpg');

	height: 5px;
	margin: 0px -15px;
} 

.content-right {
	background-image: url('images/block-background.jpg');

	float: right;
	width: 280px;
	padding: 0px 15px;
}

h1.title, h2.title {
	font-size: 1.4em;
	color: #000;
	padding-bottom: 5px;
        margin-top: 10px;
	border-bottom: 1px #dfdfdf solid;
        font-weight: normal;
}

.titleright {
        display: inline;
        float: right;
}

.fototitle {
        font-size: 1.4em;
	color: #000;
	padding-bottom: 5px;
	border-bottom: 1px #dfdfdf solid;
        margin-top: 15px;
        margin-bottom: 4px;
        font-weight: normal;
}

.fototitle small {
        font-size: 0.6em;
}

.content-right > .block-top {
	background-image: url('images/block-top.jpg');
	height: 4px;
	margin: 0px -15px;
}

.content-right > .block-split {
	background-image: url('images/block-split.jpg');
	height: 23px;
	margin: 5px -15px;
}

.content-right > .block-bottom {
	background-image: url('images/block-bottom.jpg');
	height: 5px;
	margin: 0px -15px;
}

.content-partners {
	background-image: url('images/partners-data.jpg');
	background-position: center top;
	background-repeat: repeat-y;

	float: left;
	width: 930px;
	padding: 0px 15px;
}

.content-partners {
    margin-top: 13px;
}

.content-partners > #content-top2 {
	background-image: url('images/partners-top.jpg');

	height: 4px;
	margin: 0px -15px;
}

.content-partners > #content-bottom2 {
	background-image: url('images/partners-bottom.jpg');

	height: 5px;
	margin: 0px -15px;
}

.fotogalerie > * {
	margin-left: 18px;
}

.fotogalerie > *:first-child {
	margin-left: 0px;
}

.partners-group {
    margin-left: 20px;
    clear: both;
}

.partners-group > .partner-logo {
    float: left;
    margin-left: 120px;
    text-align: center;
}

.partners-group > .partner-logo img {
    padding-bottom: 15px;
}

.partners-group > .partner-logo:first-child {
	margin-left: 50px;
}

ul {
	padding: 0px 15px;
}

ul > li {
	list-style-type: square;
	margin: 0px;
}

#slider {
        margin: 0 auto;
	text-align: center;
}

#slideshow {
        position:relative;
        width:960px;
        height:208px;
        margin: 0 auto;
}

#slideshow IMG {
    width:960px;
    height:208px;
    position:absolute;
    top:0;
    left:0;
    z-index:1000;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:1002;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:1001;
}

#slideshowbig {
        position:relative;
        width:960px;
        height:480px;
        margin: 0 auto;
}

#slideshowbig IMG {
    width:960px;
    height:480px;
    position:absolute;
    top:0;
    left:0;
    z-index:1000;
    opacity:0.0;
}

#slideshowbig IMG.active {
    z-index:1002;
    opacity:1.0;
}

#slideshowbig IMG.last-active {
    z-index:1001;
}

#categories {
    padding-bottom: 13px;
    border-style: none;
}

.inputfield {
width: 270px;

}

.inputfieldkontrola {
width: 50px;    
}

.inputfieldlabel {
display: block;
margin-top: 10px;
}

.inputarea {
width: 270px;
height: 80px;

}

.sendbutton {
width: 170px;
margin-left: 52px;

}