h2 {
	font-size: 17px;
	font-weight: bold;
	line-height: 25px;
	margin: 10px 0;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	margin: 5px 0;
}

#subfooter1 p {
	margin: 0 30px 0 0;
}

#headerText h1 {
	font-size: 17px;
	font-weight: bold;
	margin: 5px 0;
}

#headerText p {
	line-height: 18px;
	font-size: 12px;
}

ul#Navigation {
	margin: 0 16px 0 14px; 
	padding: 0;
	text-align: center;
	font-size: 11px;
}

ul#Navigation li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 34px;
}

ul#Navigation a, ul#Navigation span {
	padding: 12px 15.5px;
	text-decoration: none; 
	font-weight: bold;
	color: #fff;
}
* html ul#Navigation a, * html ul#Navigation span {
	width: 1em;
	w/idth: auto;
	padding: 12px 15px;
}
ul#Navigation a:hover, ul#Navigation span {
	background-color: #9BA6FF;
}
ul#Navigation span {
	border-right: 1px solid #9BA6FF;
}
* html ul#Navigation span {
	border-left: 5px solid #9BA6FF;
	border-right: 5px solid #9BA6FF;
}

.rightAlign {
	float: right;
}

.leftAlign {
	float: left;
}

#container-center ul {
	list-style-image: url("../img/page/check.gif"); 
	list-style-position: outside; 
	padding: 0;
	margin: 0 0 0 20px;
}

#container-center ul li  { 
	font-size: 12px; 
	line-height: 18px;
	padding-left: 5px;
}

.marginB18 {
	margin-bottom: 18px;
}

.label {
	float:left;
	line-height:20px;
	margin:5px 20px 5px 0pt;
	width:100px;
}

input, textarea {
	margin: 5px 0;
	width: 250px;
	border: 1px solid #403F3D;
}

textarea {
	overflow: auto;
}

.btnSend {
	width: 80px;
	background-color: #9BA6FF;
	cursor: pointer;
}

.error {
	font-weight: bold;
	color: red;
}

.rmar15 {
	margin-right: 15px;
}

.smallLink{
	font-size: 10px;
	font-weight: normal;
}

a.wetterInfo{
    position:relative;
    z-index:24;
    text-decoration:none;
    font-weight: normal;
    cursor: help;
    font-size: 12px;
    line-height: 18px;
}

a.wetterInfo:hover{
	z-index:25; 
}

a.wetterInfo span{display: none; padding: 5px;}

a.wetterInfo:hover span{
    display:block;
    position:absolute;
    top:2px; left:25px; width:20em;
    border:1px solid #403F3D;
    background-color:#c7cdff; 
    color:#000;
    text-align: left;
}
.ru20{
	margin: 0 20px 20px 0;
}

.cbox{
	text-align: center;
	width: 340px;
}