/** 1. resettery **/
body, div, img {
	border: 0;
	padding: 0;
	margin: 0;
	font-family: Verdana;
	font-size: 12px;
}

*:focus {
	outline: none;
}

/** 2. globalne ustawienia **/
body {
	background: #141414 url(/images/frontend/background.png) no-repeat top center;
	color: #dbdada;
}

h1 {
	font-size: 26px;
	font-weight: normal;
	border-bottom: 1px solid #66b507;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
a {
	text-decoration: none;
	color: #66b507;
}

a:hover {
	color: #2aafac;
}


/** glowne divy **/
#mainContainer {
	width: 900px;
	margin: 0 auto;
}



/** gora **/
#headerContainer {
	height: 150px; 
}

#logo {
	float: left;
	margin-left: 10px;
}

#contactInfo {
	float: right;
	width: 150px;
	text-align: center;
	margin-top: 50px;
}

#contactInfo span {
	display: block;
	margin-top: 10px;
}

#contactInfo a {
	color: white;
	font-weight: bold;
}


#contactInfo a:hover {
	color: #2aafac;
}

/** tresc **/
#contentContainer {
/*	background: #000 url(/images/frontend/contentBg.png) no-repeat top left; */
	height: 400px;
	padding: 5px 0;
}


#menuArea {
	width: 240px;
	float: left;
}

#contentArea {
	width: 550px;
	height: 400px;
	float: left;
	margin-left: 50px;
	text-align: justify;
	overflow: auto;
	padding-right: 35px;
}

#scrollableContent {
	height: 300px;
	padding-right: 20px;
}



.clearer {
	clear: both;
}
