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

html {
   height: 100%;
}

body {
	color:#333;
	height: 100%;
	font: 11px/18px Verdana, sans-serif;
	background:url(/pliki/golczewo-szkola/design/bg_top.gif) top repeat-x;
}

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

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

#top {
	width:860px;
	height:200px;
	background:none;
	margin:0 auto;
	background:url(/pliki/golczewo-szkola/design/baner.jpg) bottom no-repeat;
}

#box {
	width:860px;
	margin:0 auto;
	background-color:#FFF;
}


#content {
	width:460px;
	padding: 0;
	margin:0 180px 0 200px;
	background-color:#FFF;
}

#left {
	float: left;
	width: 180px;
	background-color:#FFF;
	position:relative;
	top:10px;
	left:10px;
}

#right {
	float: right;
	width: 180px;
	background-color:#FFF;
	position:relative;
	top:10px;
}

#strona {
	padding-top:10px;
}

h3{
	color:#6d9ed4;
	font-size:18px;
	font-weight:normal;
	font-family:"Courier New", Courier, monospace;
	padding-bottom:6px;
	margin-bottom:6px;
	border-bottom:1px solid #cbd9ef;
}

h4{
	color:#6d9ed4;
	font-size:14px;
	font-weight:normal;
	font-family:"Courier New", Courier, monospace;
	padding-bottom:6px;
	margin-bottom:6px;
	border-bottom:1px solid #cbd9ef;
}

p {
	padding-bottom:12px;
}

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

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

a {
	color:#6d9ed4;
	font-family:"Courier New", Courier, monospace;
	text-decoration:none;
}

a:hover {
	color:#6d9ed4;
	text-decoration: underline;
}

.modul {
	width:180px;
	position:relative;
	right:10px;
	margin-bottom:12px;
}

.data {
	font-size:9px;
	font-weight:bold;
	padding:2px;
	color:#FFF;
	background-color:#f8981d;
}

#footer {
	width: 100%;
	height: 180px;
	margin: -181px 0 0 0;
	background:url(/pliki/golczewo-szkola/design/bg_bottom.gif) top repeat-x;
}

#footer_box {
	width: 860px;
	height: 160px;
	margin: 0 auto;
}

#stopka{
	position:relative;
	top:150px;
	clear:both;
	padding-top:6px;
	height:20px;
	border-top:1px solid #f8961d;
}
	
