/* top right bottom left */
/* General styles */
	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#fff;
		min-width:600px;    	/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size: 90%;
		font-family: Tahoma,Arial,sans-serif;
		line-height: 1.5em;
	}
	#body_wrapper {			/* allround border */
		margin: 8px;
	}


/* General text */
	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}


/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
	}
	#header {
		border-bottom:1px solid #f4933e;
	}
	.wide_gradient {
		background-image: url('gradient_1x100.gif');
		background-repeat: repeat-x;
	}
	#biglogo img {
		float:left;
		padding-bottom: 3px;
		border: medium none;
	}

/* Header main menu */
	#menusdiv {
		background-image: url('gradient_1x100.gif');
		background-repeat: repeat-x;		

	}
	 ul.headermenu {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:0;
		padding:0;
		background-color: #a7d3f2;
	}
	ul.headermenu li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	ul.headermenu li a {
		z-index: 10;
		display:block;
		float:left;
		margin:0;
		padding:3px 10px;
		text-align:center;
		background-color:transparent;
		color: #004694;
		text-decoration:none;
		position:relative;
		left:15px;

		border-style: solid;
		border-color: #fff;
		border-width: 0px 1px 1px 1px;
		margin-left: -1px;
	}		
	ul.headermenu li a:hover {
		background: #f37a08;
		color:#fff;
		border-bottom-width: 1px;
		border-bottom-color: #f37a08;
	}
	ul.headermenu li a.active,
	ul.headermenu li a.active:hover {
		color:#fff;
		background:#f37a08;
		text-decoration: underline;
		border-bottom-width: 1px;
		border-bottom-color: #f37a08;
	}


/* LAYOUT !!! */
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 0 0;
		overflow:hidden;
	}
	div.colcenter_wrapper {
		float:left;
		width: 50%;
		position:relative;
	}
	/* 2 Column (right menu) settings */
	.rightmenu {
		background:#fff;		/* right column background colour */
	}
	.rightmenu .colleft {
		right:20%;			/* right column width */
		background:#fff;		/* left column background colour */
	}
	.rightmenu .col1 {
/*		width:71%;	*/		/* left column content width (left column width minus left and right padding) */
/*		left:27%;	*/		/* (right column width) plus (left column left padding) */
		width: 80%;
		left: 20%;
	}
	.rightmenu .col2 {
/*		width:21%;	*/		/* right column content width (right column width minus left and right padding) */
/*		left:31%;	*/		/* (right column width) plus (left column left and right padding) plus (right column left padding) */
		width: 20%;
		left: 20%;
	}

/* Right menu boxes */
	.box_header {
		background-image:url('backgr.gif');
		background-repeat:repeat-x;
		background-color: #F4933E;
		border-width: 0;
		padding-left: 1em;
		color: #004694;
		position: relative;
		
		/* IE line-height bug fix: use padding instead of line-height: 1.5em */
		line-height: normal;
		padding-top: 0.2em;
		padding-bottom: 0.2em;
	}

	.rightbox {
		border: 1px solid #F4933E;
	}
	.rightbox p {
		padding: 0.5em;
	}

/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
	}
	#footer p {
		padding-top: 1em;
		padding-left: 1em;
		margin:0;
		font-size: 75%;
		color: #444444;
	}
	#footer img {
		border-right-color: #DDD;
		border-right-style: solid;
		border-right-width: 1px;

		float:left;
	}
	#smalllogoimg {
		margin-right: 1em;
	}

/* Borders */
	.colcenter {
		padding-left: 1em;
		padding-right: 1em;
	}

	.colcenter_left {
		border-style: solid;
		border-color: #f4933e;
		border-width: 0px 1px 0px 0px;		
	}

	.colcenter_right {
		border-style: solid;
		border-color: #f4933e;
		border-width: 0px 0px 0px 1px;		
		margin-left: -1px;
	}

/* Search menu */
	.searchbox {
		float: right;
		padding-top: 0.2em;
		padding-right: 2em;
		padding-left: 1em;
	}
	.searchbox p {
		padding-left: 0.5em;
		font-size: 12px;
	}
	
	/* IE white top margin fix */
	.searchbox form {
		float: right;
	} 
	
	#search {
		font-size: 10px;
		height: 1.2em;
	}
	#searchbutton {
		font-size: 10px;
		height: 2em;
	}
	.advlink {
		text-align: right;
	}
	.advlink a {
		color: #004694;
		font-size: 12px;
		text-decoration: underline;
		padding-right: 0.5em;
	}
	.advlink a:hover {
		color: #F4933E;
	}

/* Fixes */
	/* Fix - nie wychodz obrazku z ramki */
	.clearfix {
		clear:both;
		position:relative;
	}


/* Art list */
	ul.article_list {
		list-style:none;
		margin: 0;
		padding: 0;
		padding-top: 1em;
	}
	.article_list img {
		float: left;
		margin-right: 0.2em;
		text-decoration: none;
		border: medium none;
	}
	.article_list h2.arttitle {
		font-size: 95%;
		font-weight: normal;
		color: #004694;
		display: inline;
	}
	.article_list h3.artprev {
		font-size: 85%;
		font-style: normal;
		font-weight: normal;
		color: #444444;
	}

	ul.news_list {
		list-style-type:disc;
		list-style-position: outside;
	}

	ul.news_list li {
		margin-left: 1.2em;
		color: #f4933e;
	}	

	ul.news_list li.firstrow {
		list-style:none;
		margin-left: 0;
	}

	.article_list div.morelink {
		text-align: right;
	}

	.morelink a {
		color: #004694;
		font-size: 12px;
		text-decoration: underline;
		text-align: right;
		padding-right: 0.5em;
	}
	.morelink a:hover {
		color: #F4933E;
	}

	a.artlink {
		color: #004694;
		text-decoration: none;
	}
	a:hover.artlink {
		color: #F4933E;
	}

	.article_sticky div {
		margin-left: 0.5em;
	}

/* All articles/news link */
	span.alllink {
		position:absolute;
		top: 0.2em;
		right: 0px;
	}
	.alllink a {
		color: #004694;
		font-size: 12px;
		text-decoration: underline;
		text-align: right;
		padding-right: 0.5em;
	}
	.alllink a:hover {
		color: #FFF;
	}

	div.nrviews {
		font-size: 90%;
		font-weight: normal;
		color: #444444;
		text-align:right;
		display:inline;
		font-style: italic;
	}

/* tag cloud */

	.tag_std {
		line-height: 1.3em;
		font-size: 1em;
		color: #004694;
		margin: 0.5em;
		text-align: justify;
	}

	.tag-rank1 {
		font-size: 1.6em;
	}
	.tag-rank2 {
		font-size: 1.4em;
	}
	.tag-rank3 {
		font-size: 1.2em;
	}
	.tag-rank4 {
		font-size: 1em;
	}
	.tag-rank5 {
		font-size: 0.8em;
	}
/* article display header */
	.articleheader p {
		color: #444444;                                                       
		line-height: 0.5em;
		margin-left: 0.5em;
	}
	div.articleheader {
		margin-top: 0.8em;
	}


/*lightblue:#e!2!e!e!f!a!*/
/*oranje:#f!4!9!3!3!e!*/
/*f37a08*/
/* color gradient near start: a7d3f2 */

    div.margin_up {
	margin-top: 2em;
    }


    h3.adtitle a.artlink {
	color: #FF2A2A;
	font-size: 120%;
    }

	p.artdate {
/*		padding-top: 1em;*/
		padding-left: 1em;
		margin:0;
		font-size: 75%;
		color: #444444;
	}

