@import url("menu.css");
@import url("reset.css");

html {
   height: 100%;
}

body {
	color:#444;
	height: 100%;
	font: 11px/18px Verdana, sans-serif;
	background:#559835 url(/pliki/zspbenice/design/tlo.jpg) top no-repeat;
}

div#container {
   height: auto !important;
   height: 100%;
   min-height: 100%;
}

#padding {
	padding: 0 0 200px 0;
}

#box {
	width:900px;
	margin:0 auto;
}

#top {
	margin:20px 0;
}

#content {
	width:500px;
	padding: 0;
	margin:0 200px 0 200px;
}

#left {
	float: left;
	width: 200px;
}

#right {
	float: right;
	width: 200px;
	background:url(/pliki/zspbenice/design/dot2.gif) left repeat-y;
}

#strona {
	width:460px;
	margin:0 auto;
}

.zajawka {
	font-weight:bold;	
}

.zajawka img {
	float:left;
	padding:0 10px 0 0;
}

.data {
	padding-bottom:18px;
}

.modul {
	width:180px;
	margin:0 0 12px 20px;
}

#sonda ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

ul {
	margin-left:30px;
	list-style-type: disc;
}

ol {
	margin-left:30px;
	list-style-type:decimal;
}

li {
	padding-bottom:8px;
}

p {
	padding-bottom:12px;
}

h3 {
	font:18px/22px Verdana, Geneva, sans-serif normal;
  	background:url(/pliki/zspbenice/design/dot1.gif) bottom repeat-x;
	padding-bottom:6px;
	margin-bottom:6px;
}

h4 {
	font:11px/18px Verdana, Geneva, sans-serif bold;
  	background:url(/pliki/zspbenice/design/dot1.gif) bottom repeat-x;
	padding-bottom:10px;
	margin-bottom:10px;
}

a {
	color:#444;
	text-decoration:none;
}

a:hover {
	color:#fff;
	text-decoration:none;
}

#footer {
	width: 100%;
	height: 200px;
	margin: -201px 0 0 0;
	background:url(/pliki/zspbenice/design/footer.png) bottom repeat-x;
}

