/*==============================
	GLOBALS
Sets the default document font size, family
and color
===============================*/
body
{
	font-family:Tahoma;
	font-size:12px; 
	background-color:#EFF9EE;
	text-align: center;
	margin-top: 0px;
}

h1
{
	font-size: 120%;
	font-weight: bold;
	color: #ffffff;
	padding-top: 7px;
	}
	
h2
{
	font-size: 120%;
	color: #FF7300;
}
h3
{
	font-size: 87%;
	color: #ffffff;
	margin-top: 4px;
	}
	




/*==============================
	SITE WRAPPER
===============================*/
#container
{
	width:860px;  
 
	/* By setting these to auto you are centering the 
	site */
	margin-left: auto;  
	margin-right: auto;
	background-color: #ffffff; 
	text-align: left; 
	border: 1px solid #168212;
	border-top: none;
}




/*==============================
	HEADER WRAPPER
===============================*/

#header
{
	background: url('images/header_robo4.jpg');
	width: 860px;
	height: 96px;
	margin-bottom: 0px;
		
}

#header span {
	display: block;
	text-align: right;
	font-size: 10px;
	font-family: Verdana;
	padding-top: 5px;
	padding-right: 15px;
	}

#header a:link
{
	color: #168212;
	text-decoration: underline;
}
#header a:visited
{
	color: #168212;
}
#header a:hover
{
	color: #168212;
	text-decoration: none;
}

/*==============================
	UNDER HEADER
===============================*/

#underheader
{
	text-aligh: center;
	width: 860px;
	height: 98px;
	background-color: #FF7300;
}
#underheader p {
	margin-top: 0px;
	text-aligh: center;
	padding-left: 65px;
	}


/*==============================
	SIDEBAR MENU
===============================*/
#rightsidebar a:link
{
	color: #168212;
	text-decoration: none;
}
#rightsidebar a:visited
{
	color: #168212;
}
#rightsidebar a:hover
{
	color: #168212;
	text-decoration: underline;
}
#rightsidebar
{
	background-color: #ffffff;
	width: 220px;
	float: right;
	margin-top: 10px;
	margin-left: 0px;	
	text-align: center;
	line-height: 20px;	
}

html>body #rightsidebar
{
	background-color: #ffffff;
	width: 220px;
	float: right;
	margin-top: 10px;
	margin-left: 0px;
	text-align: center;
	line-height: 18px;	
}

.topmenubox
{
	background: url('images/menutop.gif') no-repeat center;
	height: 32px;
	text-align: center;
}
#newsletter {
	background-color: #EFF9EE;
	height: 130px;
	margin: 10px;
	margin-top: 0px;
	border: solid 1px #168212;
}
#newsletter p {
	margin: 3px;
	}
#newsletter tr {
	font-size: 90%;
	}
/*==============================
	CONTENT BOX
===============================*/	
#content
{
	width: auto;
	height: auto;
	text-align: justify;
	line-height: 15px;
	margin-right: 220px;
	margin-top: 10px;
	margin-left: 20px;
	border-right: 1px dotted #168212;
	padding-right: 15px;	
}
html>body #content
{
	width: auto;
	height: auto;
	text-align: justify;
	line-height: 18px;
	margin-right: 220px;
	margin-top: 10px;
	margin-left: 20px;
	border-right: 1px dotted #168212;
	padding-right: 15px;	
}


#content a:link
{
	color: #FF7300;
	text-decoration: underline;
}
#content a:visited
{
	color: #FF7300;
	text-decoration: underline;
}
#content a:hover
{
	color: #FF7300;
	text-decoration: none;
}
#content img {
	text-decoration: none;
	border: 0;
}

#content table {
	border: 1px dotted #168212;
	padding: 10px;
	}
	
#content th {
	vertical-align: top;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	}
	
#content td {
	padding-bottom: 7px;
	}

#adsense2 {
	display: block;
	height: 260px;
	width: 310px;
	float: left;
	}
#content .spolecznosci {
	background: #EFF9EE;
	padding: 10px;
	padding-top:2px;
	border: 2px dashed #12570B;
}
.spolecznosci img {
	width: 152 px;
	float: left;
	margin-right: 30px;
}
.clear {
	clear: both;
	height: 1px;
}

#adsense3 {
	display: block;
	height: 70px;
	}


#overfooter {
	margin-top: 0px;
	text-align: center;
	color: #ffffff;
	background-color: #168212;
	border: 1px solid #168212;
	height: 20px;
	}
#novem {
	text-align: center;
	background-color: #0042B5;
	}
	

#footer
{
	text-align: center;
	color: #ffffff;
	background-color: #168212;
	height: 35px;
	clear: right;
	}
	
#footer p  {
	padding-top: 9px;
	}
	
#reklama .boxreklamowy {
	
	background-color: #FFF;
	padding: 5px 5px 5px 0;
	margin-left: 110px;
	height: 220px;
	width: 480px;	
}
#reklama {
	background: #fff url('images/thinkingwoman.jpg') no-repeat bottom left;
	border-bottom: 1px #168212 dotted;
}
.ring {
	text-align: center;
}
#adKDC {
	margin-left: 30px;
}






 
