* {
margin: 0;
padding: 0;
}
ul, li {
list-style: none;
}
body {
background: #ffe301 url(../img/bodyBg.gif) repeat left top;
font: 12px Trebuchet MS;
color: #000;
}
a {
color: #0197d1;
text-decoration: underline;
}
a:hover {
color: #000;
text-decoration: underline;
}
.wrapper {
width: 900px;
margin: 0 auto;
}
.header {
position: relative;
background: url(../img/headerBg.gif) no-repeat left top;
height: 139px;
}
.header .logo {
position: absolute;
left: 0;
top: 32px;
}
.header .menuContainer {
position: absolute;
top: 101px;
margin: 0px 10px 10px 10px;
height: 28px;
}
.header .menuContainer .menu {
float: left;
}
.header .menuContainer .menu li {
width: 150px;
height: 28px;
float: left;
background: #44c8ff;
margin-left: 2px;
color: #fff;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
}
.header .menuContainer .menu li a {
color: #fff;
text-decoration: none;
width: 150px;
height: 22px;
padding: 6px 0 0 0;
text-align: center;
display: block;
background: #44c8ff;
}
.header .menuContainer .menu li a:hover {
background: #37bff5;
}
.header .menuContainer .menu li.selected a {
color: #fff;
text-decoration: none;
width: 150px;
height: 22px;
padding: 6px 0 0 0;
text-align: center;
display: block;
background: url(../img/menuSelBg.gif) no-repeat left top;
}
.header .menuContainer .languageMenu {
float: left;
}
.header .menuContainer .languageMenu li {
width: 38px;
height: 28px;
float: left;
background: #ffb400;
margin-left: 2px;
color: #fff;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
}
.header .menuContainer .languageMenu li a {
color: #fff;
text-decoration: none;
width: 38px;
height: 22px;
padding: 6px 0 0 0;
text-align: center;
display: block;
background: #ffb400;
}
.header .menuContainer .languageMenu li.selected a {
background: #ffb400;
text-decoration: underline;
}
.header .menuContainer .languageMenu li a:hover {
background: #ffa200;
}
.content {
background: #fff url(../img/contentBg.gif) repeat-y left top;
border-bottom: 10px solid #fff180;
padding: 0 10px 0 10px;
}
.content .leftContent {
width: 558px;
float: left;
padding: 30px;
}
.content .leftContent h1 {
color: #fa04c4;
font: 36px Georgia;
font-style: italic;
margin-bottom: 8px;
}
.content .leftContent p {
line-height: 19px;
font-size: 12px;
margin-bottom: 19px;
}
.content .rightContent {
width: 260px;
float: left;
}
.content .rightContent h3 {
color: #2093c1;
font: 17px Georgia;
font-style: italic;
margin-bottom: 8px;
padding: 0 20px;
}
.content .rightContent p {
line-height: 17px;
font-size: 11px;
margin-bottom: 19px;
padding: 0 20px;
}
.footer {
background: #ffb400;
height: 23px;
margin-top: 1px;
font: bold 10px Tahoma;
color: #fff;
padding: 10px 10px 0 10px;
text-align: left;
}
.footer a {
color: #fff;
text-decoration: none;
}
.footer a:hover {
text-decoration: underline;
}
kontakt {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}