@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	font-family: Verdana, Arial, sans-serif;
	font-size:13px;
	line-height: 17px;
	color: #324b57;
	background-image: url(../images/bg-main.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center 145px;
}
a {
	color: #324b57;
}
ul {margin-left:-25px}
#content li {margin-bottom:10px}
#content ul {list-style-image:url(../images/bullet-red.png);}

h1 {
	font-size: 21px;
	line-height:26px;
	font-weight:bold;
	color: #324b57;
	margin:0;
}
h2 {	
	font-size: 21px;
	line-height:26px;
	font-weight:bold;
	color: #324b57;
	margin:0;
}
h3 {	
	font-size: 16px;
	line-height:22px;
	font-weight:bold;
	color: #324b57;
	margin:0 0 10px 0;
}
p {margin:0}
.typo-red {
	font-weight:normal; 
	color: #aa0a17;
	margin:0;
}

#top {
	width: 100%;
	background-image:url(../images/bg-navigation.jpg);
	background-repeat:no-repeat;
	background-color:#627885;
	background-position:top center;
	height: 145px;
}
#wrapper-navigation {
	width: 822px;
	margin:0 auto;
}
#logo {
	width:240px;
	padding-right:20px;
	float:left;
}
#navigation {
	width: 562px;
	background: url(../images/claim-wynorny_50.png) no-repeat 0 30px;
	float:left;
}
#navigation ul{
	list-style: none;
	margin-top:108px;
	margin-left:-39px;
	font-size:16px;
}
#navigation ul li {
	list-style: none;
	float:left;
}
#navigation ul li a {
    display: inline-block;
	width:120px;
	padding: 10px;
	text-decoration: none;
	background-color:#aa0a17;
	color: #99abb5;
	text-transform: uppercase;
}
#navigation ul li a:hover {
	color: #fff;
}
#navigation #aktiv a {
	color:#fff;
}
#footer-navigation {
	width:560px;
}
#footer-navigation ul{
	list-style: none;
	margin-left:-39px;
	font-size:13px;
}
#footer-navigation ul li {
	list-style: none;
	float:left;
}
#footer-navigation ul li a {
    display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	color:324b57;
	margin-right:15px;
}
#footer-navigation ul li a:hover {
	color: #aa0a17;
}
#wrapper-main {
	width: 820px;
	margin:0 auto;
}
#left-column {
	width: 240px;
	padding-right:20px;
	float:left;
}
#kontakt-left {
	text-align:left;
	padding-top:15px;
	padding-left:110px
}
#typo-left {
	width:240px;
	padding-right:20px;
	padding-top:30px;
}
#right-column {
	float:left;
	width: 560px;
}
#visual {
	width:560px;
	height:280px;
}
#content {
	width: 520px;
	padding:20px;
	background-image:url(../images/bg-content.png);
}

