@charset "utf-8";
body {
	background-color: #CAD8F8;
}

#wrapper {
	width: 1000px;
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: justify;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

#header {
	width: 1000px;
	height: 150px;
	background-color: #CAD8F8;
	background-image: url(header2.jpg);
}
#navigation {
	width: 990px;
	font-family: Verdana, Geneva, sans-serif;
	height: 50px;
	background-color: #1B61E2;
	border-style: outset;
	border-color: #00F;
	border-width: 5px;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
}
#navigation  li{
	display: block;
	list-style: none;
	width: 25%;
	height: 35px;
	padding-top: 15px;
	float: left;
	text-align: center;
	font-size: 20px;
}
#navigation a:link , #navigation a:visited{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#navigation a:hover      , #navigation a:active , #navigation a:focus   , #navigation a.thispage{
	color: #006;
	background-color: #FFF;
	padding: 10px 10px 20px 10px;
	border-radius: 20px 20px 0px 0px;
}

#article {
	background-color: #FFF;
	text-align: justify;
	height: 600px;
	width: 944px;
	letter-spacing: 2px;
	font-variant: normal;
	line-height: 30px;
	padding-top: 10px;
	padding-right: 25px;
	padding-left: 25px;
	border-width: 5 px;
	border-style: outset;
}
#article a:link, a:visited{
	text-decoration: none;
	font-weight: bold;
	color: #333;
}
#article a:hover {
	font-weight: bold;
	color: #00F;
}



#link {
	background-color: #FFF;
	height: 600px;
	width: 995px;
	text-align: justify;
	border-width: 3px;
	border-style: outset;
}
#link img{
	height: 50px;
	width: 200px;
	margin-left: 20px;
	margin-top: 40px;
}


#footer {
	width: 1000px;
	height: 50px;
	background-image: url(footer1.jpg);
}
#kontakt img{
	width: 250px;
	height: 300px;
	float: right;
	padding-top: 20px;
}
#kontakt p {
	padding-left: 50px;

}

#kontakt {
	background-color: #FFF;
	height: 600px;
	width: 945px;
	padding-top: 10px;
	padding-right: 25px;
	padding-left: 25px;
	border-width: 3px;
	border-style: outset;
}
#slide {
	height: 200px;
	width: 300px;
	float: right;
	padding: 5px;
	border: thick groove #333;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 30px;
}
