/* 
Project: ArtReklama
By: Michal Karlowski
Date: 01/02/2008 
*/

* {
	margin:0;
	padding:0;
	color:#fff;
	background:transparent;
	font:normal 12px/150% Arial, sans-serif;
	border:0;
	outline:0;
}
img {
	display:block;
	outline:0;
}
:focus {
	outline:0;
}
body {
	background-color:#000;
}
/* HEADERS 
- - - - - - - - - - - - - - - - - - - - - - - - - - */
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
}
h1 {
	font-size:33px;
	font-weight:normal;
}
h2 {
	font-size:30px;
	font-weight:normal;
	padding:100px 0 20px 0;
}
h3 {
	font-size:22px;
}
h4 {
	font-size:18px;
}
h5 {
	font-size:16px;
}
h6 {
	font-size:13px;
}
/* LISTS
- - - - - - - - - - - - - - - - - - - - - - - - - - */
#Main-Menu {
	list-style:none;
	margin:0;
	padding:0;
}
#Main-Menu li {
	position:relative;
	display:inline;
	height:46px;
	width:222px;
	padding:0;
	margin:0;
}
#Main-Menu li a {
	display:block;
	height:12px;
	line-height:12px;
	padding:17px 10px 17px 40px;
	background:#383838 url(../images/li.gif) no-repeat 30px 50%;
	text-decoration:none;
	color:#cfcfcf;
}
#Main-Menu li a:hover {
	background-color:#313131;
}
#Main-Menu li a.selected {
	background-color:#1a1a1a;
}
#Main-Menu ul {
	position:absolute;
	display:block;
	background:#313131;
	left:0px;
	top:0px;
	display:block;
	margin:0 0 0 222px;
	height:46px;
	width:655px;
}
#Main-Menu ul li {
	display:inline;
	padding:10px 0 0 0;
}
#Main-Menu ul li a {
	display:block;
	float:left;
	padding:13px 0 0 0;
	margin:0 0 0 20px;
	background:none;
}
#Main-Menu ul li a:hover {
	background:none;
	color:#01539f;
}
#Main-Menu ul li a.selected {
	color:#01539f;
	background:none;
}
#Content ul {
	padding:20px 0;
	list-style:none;
}
#Content ul li {
	background:transparent url(../images/rarr.gif) no-repeat 0 50%;
	padding:0 0 0 20px;
	margin:0 0 10px 0;
}
/* LINKS
- - - - - - - - - - - - - - - - - - - - - - - - - - */
a {
	color:#01539f;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
/* TABLES
- - - - - - - - - - - - - - - - - - - - - - - - - - */
.PT {
	width:580px;
	margin:20px 0 20px 0px;
	border-collapse:collapse;
}
.PT td {
	border:1px solid #313131;
	vertical-align:middle;
	padding:10px 0;
}
.PT td img {
	margin:0 auto;
}
/* COMMON 
- - - - - - - - - - - - - - - - - - - - - - - - - - */
#Main-Wrapper {
	width:877px;
	background:#1a1a1a url(../images/bg_lc.gif) repeat-y top left;
	;
	margin:5% auto;
}
#Header {
	height:165px;
	display:block;
	background-color:#01539f;
}
#Header img {
	float:right;
}
#Left-Column {
	width:222px;
	float:left;
	background-color:#313131;
	padding:0 0 50px 0;
}
#Content {
	width:580px;
	margin-left:260px;
	padding:20px 0 30px 0;
}
#Content p {
	color:#bbb;
	padding:0 0 10px 0;
}
#Footer {
	clear:both;
	background:#000;
}
#Footer p {
	font-size:11px;
	padding:10px 20px;
}
.Lang {
	text-align:right;
	background:#000;
	padding:10px 0;
}
.Lang a {
	font-size:11px;
	margin:0 0px 0 10px;
}
.Main-Logo {
	display:block;
	width:222px;
	height:165px;
	background:transparent url(../images/logo.gif) no-repeat top left;
	text-indent:-9999em;
}
/* FORMS
- - - - - - - - - - - - - - - - - - - - - - - - - - */
form {
}
/* MISC 
- - - - - - - - - - - - - - - - - - - - - - - - - - */
.fr {
	float:right;
}
.fl {
	float:left;
}
.ar {
	text-align:right;
}
.al {
	text-align:left;
}
.ac {
	text-align:center;
}
.cb {
	clear:both;
}
.cr {
	clear:right;
}
.cl {
	clear:left;
}
.hide {
	display:none;
}
strong {
	font-weight:bold;
	color:#bbb;
}
