﻿/*#navi .nav-item .drops {
   	position: absolute;
	z-index: 9999;
   	display: none;
	background: #fff;
}
#navi .nav-item:hover .drops, #navi .nav-item.show .drops {
	display: block;
}

#navi .nav-item.with-js .drops {
	display: none !important;
}
*/

#hnav {
  padding-top: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  font-size: 12px;

}

#logo img {
  border: 0px;
}


#cwrap {
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 20px;

}


a.shortcut {
  margin-right: 10px;
  color: white;
  text-decoration: none;
  background-image: url(gfx/li.png);
  background-repeat: no-repeat;
  padding-left: 8px;
  padding-right: 5px;
  background-position: left;
}

#footer {
  font-size: 70%;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
}

h1,h2,h3,h4 {
  margin-right: 10px;
}

* {
 margin: 0;
 padding: 0;
}

body {
font-family: helvetica;

font-size: 1em;
}

p { margin-bottom: 1em; }

ul.classic {
 list-style: disc;
 margin-bottom: 1em;
 padding-left: 2em;
}

h1,h2,h3 {
 margin-bottom: .5em;
 font-family: Helvetica, sans-serif;
 line-height: normal;

 font-weight: normal;
 border-bottom: solid 1px #d9d9d9;
 padding-bottom: 10px;
}

h1 {
  font-weight: normal;
 font-size: 180%;


 padding-bottom: 10px;
 background-repeat: no-repeat;
 background-position: right;

}

h2 {
  font-size: 170%;
}


h3 {
  font-size: 135%;
  color: #FFB53B;
}

h4 {
font-size: 120%;
color: #FFFFFF;
margin-bottom: 10px;
margin-left: 0px;
}


ul {
margin-left: 10px;
list-style: square;

}

li {
  padding-left: 0px;
}


a {
  color: #FFB53B;
}

a:hover {
  text-decoration: none;
}

#kontaktform .li {
  float: left;
  width: 50%;
}

#kontaktform input, #mrech input {
   border: 1px solid #6F6F6F;
  width: 200px;
  margin-bottom: 5px;
  padding: 3px;
}

#kontaktform .commentbox {
  width: 440px;
  height: 150px;
  border: 1px solid #6F6F6F;
  padding: 3px;
}

#disclaimer {
  padding-top: 15px;
}


#disclaimer .btn {
border:1px solid #6F6F6F;
margin-bottom:5px;
padding:3px;
width:200px;
margin-right: 10px;
}


form fieldset{

	border-width:1px;
	border-style:dashed;
	border-color:#BFBFBF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:20px 0px 20px 0px;
   position: relative;
	display:block;
	padding: 15px;
    width: 450px;
}

#kontaktform input.check {
  width: 50px;
  border: 0px;
  vertical-align: middle;
}

fieldset.formset {
  border: 1px solid #AFAFAF;
  margin-bottom: 35px;
  width: 450px;
  padding: 20px;

}

form fieldset legend{

	border-width:1px;
	border-style:solid;

	font-weight:bold;
	font-variant:small-caps;
	font-size:110%;

	padding:2px 5px;
	margin:0px 0px 10px 0px;

top: -.5em;
left: .2em;
top: -12px;

}

.breadcrumbs {
  font-size: 11px;
  display: block;
  margin-top: 10px;
}

img.teampic {
  margin-top: 30px;
  border: 1px solid white;
  display: none;
}

.ulbox {
  list-style-type: none;
  font-size: 14px;
}

.ulbox li {
  text-align: center;
  margin-bottom: 10px;
 
}



