/*
This stylesheet is part of the [in] business template downloaded from the oswd.org site 

The stylesheet and template where made by Tjobbe Andrews from NOW:design www.now-design.co.uk
*/
html {
	width: 100%
}

body {
	font-family: "Trebuchet MS", verdana, arial, "Times New Roman";
	font-size: 90%;
	color: #3D3535;
	background-color: #E4E5E0;
	margin: 20px;
	padding: 0px;
	line-height: 140%;
}

h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 32px;
			color: #567700;
			margin-bottom: 30px;
			background-color: #FFF;
		}
		
h2 {
			color: #567700;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #FFF;
		}
h4 {
			color: #567700;
	}
	
h5 {
			color: #567700;
			font-size: 26px;
	}

h6   {
		color: #666666;
		background-color: #FFF;
} 


/* Wrapper */
.all {
	text-align: center; 
	width: 100%;
}

/* the container */
.box {
	background-color: #FFFFFF;
	margin-left: auto; 
	margin-right: auto; 
	padding: 20px; 
	text-align: left; 
	width: 90%;
}

/*holds the tabs at the top*/
.menu {
	background-color: #FFFFFF;
	text-align: right; 
	border-bottom: 1px solid #FFFFFF;
}
/* HEADER ELEMENTS */

		#header {
			border-bottom: 4px solid #948979;
			padding-top: 10px;
			clear: both;
			margin-bottom: 10px;
			width: 950 px;
		}
		

		/* the slogan */
		#header p { 
			margin-top: -20px;
			margin-left: 30px;
			color: #999999;
		}
		
		#search {
			text-align: right;
		}
/*holds the logo and image
.header {
	background-color: #EDEEEA;
	padding: 10px; 
	margin-top:3px;
	height: 95px;
}
*/
/*defines the colours for the tabs, with corner background images*/
.menu a:link, .menu a:active, .menu a:visited {
	background: #EDEEEA url(../grafika/corner.gif) no-repeat right top;
	color: #3D3535;
	text-decoration: none;
	padding: 3px 7px 3px 7px;
	margin: 0 0 0 4px;
}

.menu a:hover {
	background: #D6D8CF url(../grafika/corner2.gif) no-repeat right top;
	color: #000000;
	text-decoration: none;
	padding: 3px 7px 3px 7px;
	margin: 0 0 0 4px;
}

/*just a fix, taken from http://www.positioniseverything.net/easyclearing.html*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */

/*the main text container*/


.content h1 {
	font-size: 110%;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*border-bottom: 2px solid #A53512;*/
}
#content { 
			float: right; 
			text-align: center;
			width: 470px; 
			padding: 20px;
			height: auto; 
			margin: 3px 0px 0px 0px;
} 
		/*
		#content p {
			
			width: 380px; 
			margin: 3px 3px 3px 3px;			
			border-bottom: 1px solid #DDDDDD; 
		} */

/*this is the right hand bar, news bar, links bar w/e*/
.newsbar {
	margin-top: 40px;
	width: 245px;
	float: right;
}

.newsbar h1 {
	background-color: #A53512;
	color: #FFFFFF;
	padding: 3px;
	margin: 0px 0px 0px 0px;
	font-size: 100%;
	font-weight: normal;
}

/*this just lets you have a "comment" type area in the main content*/
.p1 {
	padding: 20px;
	background-color: #F7F7F4;
	font-size:90%;
}


/* NAVIGATION ELEMENTS */
		#navigation { 
		
		float: left; /* element znajduje si po lewej stronie i oblewany jest z prawej strony */
		width: 585px; 
		height: auto; 
		
		margin: 3px 0px 0px 0px; 
		} 
		
		 #navigation ul {
		 	
			padding: 5px;
			padding-left: 0;
			list-style-type: none;			
			float: left;
			width: 160px;
		}

		#navigation a {
			display: block;
			padding: 5px;
			width: 465px;
			border-bottom: 1px solid #CCC;
		}

		#navigation a:link, #navlist a:visited {
			color:#85D003;
			text-decoration: none;
		}
		
		#navigation a:hover {
		
			background-color: #F5F5F5;
			color:#85D003;
		}
/*the footer, with copyright*/
.footer {
clear:both;
	background-color: #D6D8CF;
	padding: 4px;
	font-size: 80%;
	text-align: center;
}

/*sets the link colours and style*/
a:link, a:active, a:visited {
	color: #A53512;
}

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

.style1 {color: #A53512}

.error {
	color: #fff;
	background-color: #A53512;
}

