/* andreas03 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use for any purpose as long as the proper credits are given to the original author.

Version: 1.2
(Nov 28, 2005)

Screen layout: */

body{
margin:0;
padding:0;
font:0.76em tahoma,verdana,sans-serif;
background:#00386b url(img/bodybg.jpg) repeat-x fixed;
color:#222;
}

#thetop{
margin:0;
}

img {
	border: 0;
}

#rofaglogo{
width:900px;
margin:0 auto;
padding:0px 0px 0 0px;
color:#222;
background-image: url(img/bghead.jpg);
background-repeat: no-repeat;
	text-align: left;
}
#all {
	margin: 0px auto;
	text-align: center;
	padding:0 0 20px 0;

}

#container{
width:900px;
margin:0 auto;
padding:0;
background-image: url(img/bg.jpg);
background-repeat: no-repeat;
background-color: white;
color:#444;
line-height:130%;
text-align: left;

	
	overflow: hidden;
	float: none;
}



/***********************/
/***   lewa kolumna   ***/
/***********************/
#lewa {
	float: left;
	width: 160px;
	margin: 0px;
	padding: 28px 20px 20px 20px;
	
}
#lewa h2 {
	font:1.3em tahoma,verdana,sans-serif;
	width: 160px;
	padding-bottom: 2px;
	border-bottom:2px solid #fd6500;
}


/***********************/
/***   srodkowa kolumna   ***/
/***********************/
#srodkowa {
	float: left;
	position: relative;
	width: 460px;
	margin: 0px;
	padding: 10px 20px 20px 20px;
	line-height: 150%;
}
#srodkowa h2 {
	font:1.3em tahoma,verdana,sans-serif;
	width: 460px;
	padding-bottom: 2px;
	border-bottom:2px solid #fd6500;
}

#srodkowa h1 {
	font:1.3em tahoma,verdana,sans-serif;
	width: 460px;
	padding-bottom: 2px;
	border-bottom:2px solid #fd6500;
	line-height: 150%;
	color: #fd6500;
	font-weight: bold;
}

textarea { 
	padding: 5px;
	font-family: tahoma,verdana,sans-serif;
	font-size: 12px;
}
input { 
	padding: 5px;
	font-family: tahoma,verdana,sans-serif;
	font-size: 12px;
}

.ramka {
	border-left: 1px solid #888;
	padding-left: 10px;
}

/***********************/
/***   prawa kolumna   ***/
/***********************/
#prawa {
	float: left;
	width: 160px;
	margin: 0px;
	padding: 59px 20px 20px 20px;
}
#prawa h2 {
	font:1.3em tahoma,verdana,sans-serif;
	width: 160px;
	padding-bottom: 2px;
	border-bottom:2px solid #fd6500;
}
#ikonki {
	float: left;
	width: 160px;
	height: 50px;
	color: white;
}

#ikonki a, #ikonki a:visited {
	color: #fff;
	text-decoration: none;
}
#ikonki a:hover {
	color: #ffd700;
	text-decoration: none;
}



#stopka {
	font:0.75em tahoma,verdana,sans-serif;
	clear: both;
/*	float: left; */
	width: 900px;
	height: 50px;
	text-align: center;
	background-image: url(img/bgfoot.png);
	background-repeat: no-repeat;
	color: #888;
}
#stopka a, #stopka a:visited {
	text-decoration: none;
	color: #888;
	background-color: #fff;
}
#stopka a:hover {
	color: #fd6500;
	background-color: #fff;
}

#sciezka {
	border-bottom:1px dashed #e8e8e8;
	padding-bottom: 1px
	text-decoration: none;
}
#sciezka a {
	color: #a0a0a0;
	text-decoration: none;
}
#sciezka a:hover {
	text-decoration: underline;
	color: red;
}

a, a:visited {
	text-decoration: none;
	background-color: inherit;
	color: #006599;
}
/*
p:first-letter {font-family:verdana: font-weight:bold; font-size:15pt; float:left; color:green}
*/

a:hover {
	text-decoration: underline;
	color: red;
}

