* {
	margin: 0; padding: 0;
}

h1, h2, h3, h4 { font-family: Georgia, serif; font-weight: bold; margin-bottom: 10px; }
h1 { font-size: 2em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.5em; }
h4 { font-weight: normal; font-style: italic; font-size: 1.25em; }

body { font: 14px Verdana, sans-serif;	}
body p { text-indent: 2.5em; }
body a { text-decoration: none; color: black; }
body a img { border: none; }

#main_wrapper {
	width: 1100px;
	height: 1125px;
	margin: auto;
	background: #FFF url(../images/background.png);
}

/*header*/

#header {
	width: 1000px;
	height: 400px;
	margin: auto;
	padding: 0 0 0 50px;
}
#header img {
	display: block;
	
}
#header_img {
	margin-left: 50px;
}

/*navigation*/

#nav {
	width: 150px;
	margin-left: 100px;
	margin-top: 125px;
	margin-right: 50px;
	float: left;
	color: black;
	font: bold 30px Georgia, Verdana, sans-serif;
}
#nav ul { list-style-type: none; }
#nav li a { text-decoration: none; color: black; }

/*content*/

#content {
	width: 425px;
	min-height: 425px;
	float:left;
	margin-top: 25px;
	padding: 25px;
	border-top: 4px black solid;
	border-right: 4px black solid;
}
#sidebar { float: left; width: 225px; margin: 25px 0 0 -4px; padding: 0 25px 10px 0;
	 border-top: 4px black solid; border-left: 4px black solid;/*font: bold 18px Georgia, serif;*/ }
#kontakt { height: 150px; margin: 25px 0 0 25px; }
#patroni { border-top: 4px black solid; padding: 25px 0 25px 25px; }
#patroni img { margin-top: 15px; float: left; }

/*footer*/

#footer { clear: both; text-align: center; padding-top: 30px; }