
/* BASIC */

body {
	margin: 0;
	padding: 0;
	background-color: #98817d;
	text-align: center;
}

ol,ul {
	margin: 0px;
	padding: 0px;
}

img {
border: 0px;
}

#wrapper {
width: 1000px;
margin-left: auto;
margin-right: auto;
text-align: left;
position: relative;
}

#contentWrapper {
width: 1000px;
height: 505px;
position: relative;
background: #e5d2d2;
}


/* BANNER STYLES */

#header {
	position: relative;
	height: 195px;

}

#logo {
	position: absolute;
	top: 16px;
	left:398px;
}


#logo_home {
	position: absolute;
	top: 70px;
	left:925px;
}

/* MAIN NAV */

#mainNav {
	position: absolute;
	top: 137px;
	left: 244px;
}

#mainNav li {
	list-style-type: none;
	float: left;
}

/* MAIN NAV 2 */

#nav {
	position: absolute;
	top: 165px;
	left: 180px;
}

#nav li {
	list-style-type: none;
	float: left;
}

/* SIDEBAR */

#sidebar {
	width: 177px;
	position: absolute;
	top: 12px;
	left: 0px;
}



#news li {
	display: inline;
	margin-top:10px;
	
}

/* hack for IE 6 < to make entire block clickable */
* html #news a {
	height: 1px; 
}

ul#news {
	list-style-type: none;
}

ul#news a {
	display: block;
	padding-left:12px;
	width: 172px;
	height: 53px;
	font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
	color: #726260;
	line-height: 110%;
	text-decoration: none;
	background: url(http://brunow.pl/img/news.gif) no-repeat center left; 
}

ul#news a:hover {
	display: block;
	color: #D69F9F;
	text-decoration: none;
}

ul#news a.firstNews {
	background: url(http://brunow.pl/img/news_first.gif) no-repeat center left; 
}


/* MAIN */

#main {
	position: absolute;
	width: 815px;
	height: 497px;
	background: #f3f3f3;
	top: 0px;
	left: 177px;
}

/* COPYRIGHT INFO AND LANGUAGES INFO  */

#copyright {
padding: 7px;
color: #e5d2d2;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
float: left
}

#copyright a {
color: #e5d2d2;
text-decoration: none;
}

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

#language {
padding: 10px;
color: #e5d2d2;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
float: right;
}

#language a {
color: #e5d2d2;
font-size: 11px;
text-decoration: none;
}

#language a:hover {
color: #d69f9f;
font-size: 11px;
text-decoration: none;
}

/* NEWSLETTER  */

#newsletter {
position: absolute;
background: #f3f3f3;
top: 363px;
left: 0px;
}


#content1 a {
	
	padding-left:6px;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #726260;

	text-decoration: none;
}

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

a.email {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #D69F9F;

	text-decoration: none;
}

 a.email:hover {
	color: #726260;
	text-decoration: none;
}



