@import url(http://fonts.googleapis.com/css?family=Oswald:300,400,700);
html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	/*background-color: #e3e5e7;*/
	/*background:#ccc url(/homepage/images/background.jpg) repeat center top fixed;*/
	padding: 0;
}
body {
	color: #4e5152;
	font-family: verdana;
	margin: 0px;
	padding: 0px;


}
.bund img{
width: 100%;
position:  fixed;
bottom: 0px;
   z-index: 1090;
    margin-top: -370px;}
.top{
	display:block;
	float:right;
    height: 350px;
	margin-bottom:22px;
    width: 738px;
    z-index: 20;
	position: relative;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
h1, .welcome {
	color:#118a98;
	margin-top: 0px;
	margin-bottom: 7px;
	font-size: 30px;
	font-weight: lighter;
    font-family: 'Oswald' !important;
}
p, .welcome {
	color: #343434;
	margin-top: 0px;
	margin-bottom: 7px;
	font-size: 12px;
	font-weight: lighter;
    font-family: Verdana;
}
h2 {
	color: #343434;
	font-size: 22px;
	margin-top: 0px;
	font-weight: lighter;
	margin-bottom: 5px;
 font-family: 'Oswald' !important;
}
h3 {
    color: #4e5152;
    font-size: 14px;
    margin-left: 5px;
    margin-top: 142px;
    font-family: 'Oswald' !important;
}
h4 {
    color: #4e5152;
    font-size: 16px;
    margin-left: 5px;
    margin-top: 0px;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 12px;
}
#bottom a, a:visited, #bottom a b {
	text-decoration: none;
	cursor: pointer;
	font-size: 12px;
}
a, a:visited, a b {
	text-decoration: none;
	cursor: pointer;
	font-size: 12px;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
#kontaktform{
   margin-right: 25px;
    margin-top: 10px;	
}
#kontaktform p{
   line-height: 12px;
   font-size: 9px
}
.wrapper {
margin-top:22px;
width: 1000px;
background:url("/homepage/images/content-bg.png") repeat-y scroll center top transparent;
margin-left: auto;
margin-right: auto;}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	border-radius: 5px 5px 5px 5px;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
	width: 144px;
}
select {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
label {
	cursor: pointer;
}
/* layout */
#container {
    float: left;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    text-align: left;

    width: 100%;
}
#column-left {
	width: 180px;
	 float: left;
}
#column-right {
	float: right;
	width: 180px;
}
#content {
    margin-left: 135px;
    padding-left: 10px;
	padding-top:10px;
    padding-right: 35px;
	position: relative;
				 
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 195px;
}
#column-right + #content {
	margin-right: 195px;
}
/* header */
#header {

	position: relative;
	z-index: 99;
}
#header #logo {
    position: absolute;
    top: -3px;
}

#header #search input {
	background: #FFF;
	padding: 1px 1px 1px 33px;
	width: 262px;
	height: 21px;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-webkit-box-shadow: 0px 2px 0px #F0F0F0;
	-moz-box-shadow: 0px 2px 0px #F0F0F0;
	box-shadow: 0px 2px 0px #F0F0F0;	
}

#column-left .contact-info {
	   color: #FFFFFF;
    float: left;
    font-family: 'Oswald' !important;
    margin-left: 25px;
    padding-top: 30px;
    position: relative;
    width: 180px;
}

/* -------------menu------------*/
#menu {
   margin-left: 0px;
    margin-top: 85px;
				    width: 200px;
	}
#menu ul {
	list-style: none;
	margin: 0;
  padding-left: 20px;
}
#menu > ul > li {
      height: 33px;
    position: relative;
    z-index: 20;
}
#menu > ul > li > a {
  /*background: url("/homepage/images/menu-li.png") no-repeat scroll right center transparent;*/
    border-top: 1px solid #494949;
    color: #FFFFFF;
    display: block;
    font-family: 'Oswald' !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    height: 35px;
    line-height: 24px;
    padding: 5px 0 0 10px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 6;
}
#menu li.selected a{
    color: #9c9b9b;
}
#menu > ul > li:hover a {
   color: #9c9b9b;}
#menu li:hover ul{
   
    display:block;
    position:absolute;
    text-align:left;
    margin:0px;
    left:-1px;
    z-index:900;
}
#menu ul{
    float: left;
    list-style: none outside none;
    width: 200px;
    z-index: 99999;
}
#menu a{
   text-align: left;
    text-decoration:none;
    color:#FFF;
}
/**-------------CMS child menu---------------------------------------------------------------------**/
#menu li li{
    float:none;
    margin-left:0;
    font-weight:normal;
    height:25px;
    margin-top:8px;
    line-height:20px;
    padding-bottom:0;
    position:relative;
    white-space:nowrap;
}
#menu li li a{
    border: none;
    float:none;
    font-weight:normal;
    height:15px;
    padding:0px 10px 0 5px;
    text-align:left;
    background-image:none;
    }
#menu > ul > li:hover >ul > li a {
border-top: none;
    }
#menu li ul{
    background-image: url('/homepage/images/dropdown.png');
    background-repeat: repeat;
    display:none;
    left: 2px;
    min-width: 67px;
}
#menu li ul li:hover {
    background: none;
}
#menu li li ul{
    display:none;
}
#menu li li a:hover{
    font-weight:bold;
}
#menu li li.selected {
    background:none;
}
#menu li.selected ul li a{
    color: #000;
    background: none;
}
/* -------------------------*/
.breadcrumb {
   color: #CCCCCC;
    margin-bottom: 0;
    margin-left: 75px;
    margin-top: 35px;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: 'Baumans', cursive;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #000000;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}


/* button */
a.button {
	display: inline-block;
	padding-left: 6px;
	background: url('/homepage/images/button-left.png') top left no-repeat;
	text-decoration: none;
	cursor: pointer;
}
a.button span {
	color: #FFFFFF;
	line-height: 12px;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	padding: 6px 12px 8px 5px;
	background: url('/homepage/images/button-right.png') top right no-repeat;
}
a.button:hover {
	background: url('/homepage/images/button-left-active.png') top left no-repeat;
}
a.button:hover span {
	color: #FFFFFF;
	background: url('/homepage/images/button-right-active.png') top right no-repeat;
}
.buttons {
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	overflow: auto;
	padding: 6px;
	margin-bottom: 20px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


/* category */
.category-info {
    margin-left: 75px;
	margin-bottom: 20px;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #E7E7E7;
}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	float: left;
	width: 18%;
}
.category-list .div a {
	text-decoration: underline;
	font-weight: bold;
}
/* footer */ 
#footer {
	clear: both;

	overflow: auto;
	height: 37px;
	margin-left: 7px;
	
}
#footer h3 {
	color: #000000;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 8px;
}
#footer .column {
	float: left;
	width: 25%;
	min-height: 100px;
}
#footer .column ul {
	margin-top: 0px;
	margin-left: 8px;
	padding-left: 12px;
}
#footer .column ul li {
	margin-bottom: 3px;
}
#footer .column a {
	text-decoration: none;
	color: #000;
}
#footer .column a:hover {
	text-decoration: underline;
}
/* banner */
.banner div {
	text-align: center;
	width: 100%;
}
.banner div img {
	margin-bottom: 20px;
}
#bottom{
    clear: both;
    margin-left: -25px;
    padding-left: 28px;
    padding-top: 8px;
    width: 875px;
}
#bottom p{
    color:#fff;
}