/* basic elements */

html {
	margin:0;
	padding:0;
	}
body{
	margin:0;
	padding:0;
	font-size: 100%;
	}

#container {
	margin: 0;
	padding: 0;
	width: 900px;
	margin-left:auto; 
	margin-right:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

#pageHeader {
	margin: 0;
	padding: 0;
	width: 900px;
	height: 180px;
	background: url(../images/pageHeader2.jpg);	
	margin-bottom: 15px;	
	}
* html #pageHeader { margin-bottom: 0px; }	
	
#pageHeader h1 { visibility:hidden; 
	margin: 0;
	padding: 0;
	}

#content {
	font-size: .7em;
	line-height:1.5em;
	float:left;
	width: 765px;
	margin-bottom:15px;
	}	
* html #content { height: 500px; margin-top:15px; }	

#content h2 {
	font-size: 1.4em;
	color: #5f5f5f;
	display:block;
	height: 33px;
	background: url(../images/h3-article.png) no-repeat top left;
	padding-left: 15px;
}
div.article {
	padding-right: 25px;
	
}

div.article h3 {
	font-size: 1.1em;
	color:#333333;
}
.line {
	margin:5px 0px;
	clear:both;
	display:block;
	height:1px;
	width: 740px;
	background-color:#ddd;
}

#footer {
	clear: both;
	width: 896px;
	border-top: 3px solid #405657;
	padding: 2px;
	text-align:center;
	color:#999999;
	font-size: 10px;
}

/* Kategorie */
div.category {
	float: left;
	width: 230px;
	min-height:255px;
	background: url(../images/category_bg.jpg) no-repeat top left;
	padding: 10px 13px 0px 12px;
	margin: 0px;
	color:#333333;
}
* html div.category { height: 255px; }

div.category h3 {
	padding: 0px;
	margin: 0px;
	font-family:"Courier New", Courier, mono;
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 2px;
	height: 25px;
}
* html div.category h3 { padding-top: 5px; }

a.h3-arrow:link, a.h3-arrow:visited {
	display:block;
	height: 22px;
	text-decoration:none;
	color:#333333;
	padding-left: 28px;
	background: url(../images/h3-arrow.png) no-repeat top left;
}
a.h3-arrow:hover {
	background-position: 0px -25px;
	color:#990000;
	text-decoration:underline;
}
img.categoryImage {
	border: 1px solid #333;
	margin-left: 5px;
}	

a.more-arrow:link, a.more-arrow:visited {
	display:block;
	height: 15px;
	text-decoration:none;
	color:#a69f83;
	padding-left: 18px;
	background: url(../images/more-arrow.png) no-repeat top left;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
a.more-arrow:hover {
	background-position: 0px -15px;
	color:#616161;
}

.clearFloat {
	clear:both;
	height: 1px;
	margin-top:5px;
	margin-bottom:2px;
	width:755px;
	display:block;
}

/** linkList **/
#linkList {
	width: 125px;
	float:right;
	padding-left: 9px;
	border-left-style:double;
	border-left: 1px double #d3d2c0;
	min-height: 500px;
	font-size: .8em;
	margin-bottom:15px;
}
* html #linkList { height: 500px; margin-top:15px; }

#linkList ul {
	margin: 0px;
	padding: 0px;
	}
#linkList li {
	line-height: 1em; 
	
	padding-top: 15px; 
	margin-top: 0px;
	margin-bottom: 5px;
	display:block;
	list-style-type: none;
	}
#linkList li a:link, #linkList li a:visited {
	display:block;
	height: 15px;
	text-decoration:none;
	color:#a69f83;
	padding-left: 18px;
	padding-top: 2px;
	background: url(../images/more-arrow.png) no-repeat top left;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	}	
#linkList li a:hover {
	background-position: 0px -15px;
	color:#616161;
	}
#linkList li a.restricted:link, #linkList li a.restricted:visited  { color: #037351; background: url(../images/restricted-arrow.png) no-repeat top left; }
#linkList li a.restricted:hover  { color: #1A0373; background-position: 0px -15px; }


.thumb_back {
	margin:0px;
	padding:4px;
	border: 1px solid #331706;
	text-align:center;
}
.thumb_back:hover {
	border: 1px solid #331706;
	background-color:#FFFFCC;
}

/** ogólne **/

a:link, a:visited {
	color:#990033;
	text-decoration:underline;
}
a:hover {
	color:#333333;
}


