/*
 *
 * Stylesheet for ^REURIS
 *
 * @section		screen
 * @copyright	dantech.pl
 * @media		screen
 *
 * 
 *
 * @todo 
 */
 
/* body styles  / reset / links / headings / other elements / tags  */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}:focus{outline:0}body{line-height:1;color:#000;background:#fff}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0}caption,th,td{text-align:left;font-weight:normal}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:"" ""}
body {
	background: #F2F0E1  url(../img/body.bg.gif) repeat-x;
	font: 0.69em/1.64em Tahoma, Verdana, Arial, Helvetica, sans-serif ;
}

button {cursor: pointer}
legend {display: none}
object {float:left}
.accessibility {display: none}
.container { position:relative; width: !px; margin: 0 auto}

.notxt {
	font-size: 0;
	line-height: 0;
	text-indent: -9998%;
}
.wrap, .inner {
	margin: 0 auto;
	position: relative;
	width: 940px;
}
#header h1 {
	background: url(../images/reuris.gif) no-repeat 0 0;
	float: left;
	height: 90px;
	margin: 10px 0 0 27px;
	overflow: hidden;
	text-indent: -9998em;
	width: 234px;
}
#header h1 a {display: block;height:100%}
#banner h3, #content h2, #sidebar h3, #subpage #banner h2, #contents h2, #contents h3, #contents h4, #contents h5 {
	display: block;
	font-size: 1.64em;
	font-weight: normal;
	margin: 20px 0 12px;
}
#content h2 {
	color: #887e5d;
	margin: 5px 0 12px;
}
#contents h3 {
	font-size:1.36em;
	font-weight:bold;
}
#contents h4 {
	font-size: 1.27em;
	font-weight:bold;
}
#contents h5 {
	font-weight: bold;
	font-size: 1em;
}
#footer h5 {
	float: left;
	margin-left: 25px;
}
#sidebar h3 {
	margin-top: 0;
	margin-left: -2px;
	margin-bottom: 11px;
}
#subpage #banner h2 {
	line-height: 95%;
	margin-left: 25px;
	margin-top: 45px;
}
#subpage #banner h2  {color: #fff;font-size: 2.73em}
/* forms / notifications and errors / consistant items with normally just one class  */
#header form {
	border-left: 1px solid #f2f0e1;
	padding: 11px 0 9px 20px;
	position: absolute;
	right: 28px;
	width: 185px;
}
	#header form input, #header form button {float: left}
	#header form input {
		background: #f2f0e1;
		border: 1px solid #d1cfbd;
		border-width: 1px 0 0 1px;
		color: #b6b4a1;
		font: 1em Tahoma, Verdana, Arial, Helvetica, sans-serif;
		padding: 5px 8px;
		width: 144px;
	}
	#header form button {
		background: url(../img/header.form.button.gif);
		border: 0;
		height: 23px;
		margin-left: 5px;
		overflow: hidden;
		text-indent: -9998em;
		width: 19px;
	}
/* skeleton including page furniture  */
#header {height: 115px}
#banner {
	background: url(../img/banner.bg.gif) repeat-x;
	color: #fff;
	display: block;
	height: 289px;
	overflow: hidden;
}
	#banner .wrapper {
		background: url(../img/banner.wrapper.bg.gif) no-repeat top center;
		float: left;
		width: 100%;
	}
#content {
	background: #008ed5 url(../img/content.bg.gif) repeat-x bottom;
	color: #635e4a;
	float: left;
	position:relative;
	width: 100%;
}
	#content .wrapper {
		background: url(../img/content.wrapper.bg.gif) no-repeat bottom center;
		float: left;
		width: 100%;
	}
		#content .inner {
			background: #fff;
			overflow: auto;
		}
			#container {
				background: url(../img/container.bg.gif) repeat-y scroll -57px 0;
				float: left;
				margin: 24px 0 14px;
				min-height: 190px;
				padding: 0 25px;
				width: 890px;
			}
#footer {
	background: #f2f0e1 url(../img/footer.bg.gif) repeat-x;
	clear: both;
	color: #635e4a;
	display: block;
	overflow: auto;
	padding-bottom: 40px;
}
	#footer .inner {
		border-top: 13px solid #a3d037;
		padding-top: 10px;
	}

/* page components -> most of styles  */
#header a.sitemap {
	background: url(../img/a.sitemap.gif) no-repeat 0 4px;
	color: #b6b4a1;
	left: 600px;
	padding-left: 17px;
	position: absolute;
	text-decoration: none;
	top: 14px;
	white-space: nowrap;
}
	#header a.sitemap:hover {text-decoration:underline}
#header ul {
	background: url(../img/header.ul.bg.gif) repeat-x bottom;
	border-top: 1px solid #f2f0e1;
	height: 70px;
	left: 379px;
	position: absolute;
	top: 44px;
	width: 561px;
}
	#header ul li {
		background: url(../img/header.ul.li.bg.gif) no-repeat top right;
		float: left;
	}
	#header ul li.last-child {background:none}
		#header ul li a {
			color: #776c46;
			float: left;
			font-size: 1.09em;
			font-weight: bold;
			padding: 25px 15px 18px 15px;
			white-space: nowrap;
			text-decoration: none;
		}
		#header ul li a:hover, #header ul a.active {
			background: url(../img/header.ul.li.a.bg.gif) no-repeat center bottom;
			color: #a3d037;
		}
#banner a {
	color: #fff;
	text-decoration: underline;
}
#banner a:hover {color: #ace0f6}
#banner .contents {
	background: url(../img/header.contents.bg.gif) no-repeat;
	float: left;
	height: 287px;
	padding: 2px 14px 0 25px;
	width: 340px;
}
#banner .photo {
	float: right;
	width: 561px;
}
#banner ul {
	display: block;
	margin-top: -3px;
}
	#banner ul li, .partners li {
		float: left;
		width: 63px;
	}
		#banner ul li a, .partners li a {
			color: #ace0f6;
			display: block;
			text-align: center;
			text-decoration: none;
		}
		#banner ul li a:hover {color: #fff}
		#banner ul li a:hover em, .partners li a:hover em {text-decoration: underline}
		
#container .column {float: left}
#partners {
	padding-right: 22px;
	width: 271px;
}
#news {
	padding: 0 30px 0 20px;
	width: 245px;
}
	#news ul {margin-top: 10px}
		#news li {border-bottom: 1px solid #d2d5d7}
		#news li a {
			background: url(../img/news.li.a.bg.gif) no-repeat 2px 8px;
			display: block;
			padding: 2px 18px 3px;
		}
		#news li.odd a {color:#455061}

	#news a, #partners a, #euproject a {
		color: #0656ad;
		text-decoration: none;
	}
	#partners a:hover {
		text-decoration: none;
	}
		#news a:hover {text-decoration: underline}
		#news a.more {
			float: right;
			padding: 12px 30px 0;
			white-space: nowrap;
		}
#content ul.inline {
	display: block;
	padding: 15px 0 0;
}
	#content ul.inline li {
		display: inline;
		margin-right: 15px;
		margin-top: 10px;
	}
	#content ul.inline li.last-child {margin: 0}
	#content #euproject ul.inline li {margin-right: 4px}
#main-content {
	float: right;
	width: 715px;
}
	#contents {
		background: #fff;
		padding: 20px 55px 20px 20px;
		min-height:328px;
	}
		#contents a {
			color: #0656AD;
			text-decoration: underline;
		}
		#contents a:hover {color: #635E4A}
		#contents em {font-style: italic}
		#contents strong {font-weight: bold}
		#contents p {margin: 10px 0 5px}
#sidebar {
	float: left;
	position: relative;
	width: 225px;
}
	#sidebar ul {
		height: 200px;
		overflow: auto;
	}
		#sidebar ul li {border-bottom: 1px solid #00b3e5}
		#sidebar ul li.last-child {border: none}
		#sidebar ul li a {
			color: #fff;
			display: block;
			padding: 2px 5px 4px 25px;
			text-decoration: none;
		}
		#sidebar ul li a:hover {text-decoration: underline}
		#sidebar ul li a.active {font-weight:bold}

	#know-what {
		background: #a3d037 url(../img/know-what.bg.gif) no-repeat;
		color: #fff;
		min-height: 138px;
		padding: 15px 25px 15px 25px;
		position:absolute;
		top: 200px;
		width: 175px;
		overflow: none;
	}
	#know-what a {
		color: #fff;
		text-decoration: underline;
	}
	#know-what strong {font-weight: bold}
#euproject {
	padding-left: 25px;
	width: 275px;
}
#footer a {
	color: #635e4a;
	text-decoration: none;
}
#footer a:hover {text-decoration: underline}
#footer address {
	float: right;
	font-style:normal;
	margin-right: 25px;
}
	#subpage #footer {background-image: none}
	#subpage #footer .inner {border: none;padding: 0}
	#subpage #footer .wrap {
		border-top: 13px solid #A3D037;
		float: right;
		padding-top: 10px;
		width: 715px;
	}
/* specyfic, unpredicted  styles, trynigs  */
#subpage #banner .contents {padding: 0;height: auto}
#subpage #content {background: #f2f0e1 url(../img/subpage.content.bg.gif) repeat-x}
#subpage #content .container {
	background: url(../img/content.container.bg.gif) no-repeat top center;
	display: block;
	overflow: auto;
}
#subpage #banner {
	background-image:url(../img/subpage.banner.gif);
	height: 127px
}
#subpage #banner .contents {background: none}
#subpage #banner .photo {width: 561px}
#subpage #banner img {float: left}
#subpage #banner .wrapper {
	background-image: url(../img/subpage.banner.bg.gif);
	height: 127px;
}
#footer .languages {
	left: 448px;
	position: absolute;
	top: 12px;
	width: 110px;
}
#footer .languages li {
	float: left;
	margin: 0 5px;
}
#footer .languages li a {
	background: url(../img/footer.ul.li.a.bg.gif);
	float: left;
	height: 11px;
	overflow: hidden;
	text-indent: -99998em;
	width: 16px;
}
#footer .languages li a.cz, #footer .languages li a.de {background: url(../img/flags2.gif);}
#footer .languages li a.eng, #footer .languages li a.cz { background-position: 0 -11px}


/* sIFR screen styles  */
#contents li {
	background: url(../img/contents.ul.li.a.bg.gif) no-repeat 3px 6px;
	padding: 0 0 0 15px;
}