
textarea {
	resize: none;
}

img {
	border: none;
}

img a {
	border: none;
}

img.boximg {
	border: 1px solid #afafaf;
}

body {
	margin: 0 auto;
	padding: 0;
	line-height: 1.7em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7f7f7f;
    background: #ffffff;
	width: 100%;
}

.logo {
	width: 320px;
	float: left;
	height: 100px;;
}

.sublinks {
	width: auto;
	float: left;
	margin: 13px 0 0 20px;
	height: auto;
	font-size: 17px;
	font-weight: none;
}

.onesublink {
	margin: 0;
	float: left;
	width: auto;
	height: 17px;
	padding: 15px;
}

.onesublink a {
	font-size: 17px;
	font-weight: none;
	text-decoration: none;
	color: #7f7f7f;
}

.onesublink:hover {
	background: #efefef;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #5f5f5f;
}

.spacer {
	width: 100%;
	height: 40px;
	background: none;
    clear: both;	
}

#pasek {
	margin: 0 0 10px 0;
	width: 100%;
	height: 10px;
	background: royalblue;
	position: fixed;
	top: 0px;
}

#head {
	margin: 10px auto;
	width: 950px;
	height: 100px;
	background: #ffffff;
}

#bodybody {
	margin: 0 auto;
	width: 950px;
	height: auto;
	background: none;
	color: #7f7f7f;
	min-height: 600px;
}

#lewobaner {
	width: 630px;
	height: 283px;
	float: left;
	background: none;
	margin: 0 0 20px 0;
}

#prawokontakt {
	width: 315px;
	height: 283px;
	float: left;
	line-height: 2.5em;
	margin: 0 0 20px 0;
}

.prawokontakt_pasek {
	width: auto;
	height: 10px;
	background: royalblue;
}

.box {
	width: 284px;
	height: auto;
	background: none;
	float: left;
	padding: 7px;
	margin: 8px;
}

#linia {
	height: auto;
	width: 950px;
	background: none;
}

#footer {
	width: 100%;
	background: #efefef;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #7f7f7f;
	border-bottom-style: solid;
	border-bottom-width: 10px;
	border-bottom-color: royalblue;
	height: 100px;
}

.footer_body {
	margin: 0 auto;
	width: 950px;
	height: auto;
	background: none;
	color: #7f7f7f;
}

#footer a {
	color: royalblue;
	text-decoration: none;
	font-weight: none;
}

#footer a:hover {
	color: royalblue;
	text-decoration: underline;
	font-weight: none;
}

.footer_index {
	padding: 25px 0 0 0;
}

.authors {
	float: right;
}
 
.authors a { 
    position: relative; 
    margin: 0 45px 0 0; 
    z-index: 1; 
} 

.authors a img { 
    position: absolute; 
    left: 0; 
    top: 0; 
    margin: -13px 0 0 10px; 
} 

/* rozwijane menu */

#menu { 
	padding: 0;
} 
 
ul#menu li { 
	list-style-type: none; 
    float: left; 
	background: none; 
	margin: 0;
	width: auto;
	height: 17px;
	padding: 15px;
	display: block;
} 
 
ul#menu li:hover {  
	list-style-type: none; 
	float: left;
	background: #efefef;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #5f5f5f;
} 
 
ul#menu li a { 
	font-size: 17px;
	font-weight: none;
	text-decoration: none;
	color: #7f7f7f;
}

ul#menu li li { 
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ffffff;
	width: 160px;
} 
 
ul#menu li li a { 
	font-size: 17px;
	font-weight: none;
	text-decoration: none;
	color: #7f7f7f; 
} 
 
ul#menu li li:hover { 
	background: #A0CFEC;
	height: 17px;
	width: 160px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ffffff;
} 

ul#menu li li:hover a {
	color: #ffffff;
} 
 
ul#menu li ul { 
	overflow: hidden; 
	display: none;
} 
 
ul#menu li:hover ul { 
	position: absolute; 
	background: #efefef; 
	padding: 0;
	margin: 32px 0 0 -15px;
	display: block; 
	width: 160px; 
} 

li#rozwin:hover span { 
	list-style-type: none; 
	float: left;
	background: #efefef;
	height: 17px;
	border-bottom-style: none;
	border-bottom-width: none;
	border-bottom-color: none;
} 