/* ------------------------------------------------- */
/* style dla serwisu multiCMS.pl                     */
/* cST > CSS                                         */
/* ------------------------------------------------- */
/* (c) 2010 Agencja Interaktywna CATALIST.com.pl     */
/* biuro@catalist.com.pl                             */
/* tel. +48 601 511 854                              */
/* ------------------------------------------------- */


/* PALETA KOLOROW

czarny: 25231F

*/


/* Basic STyles */

html {
	font-size: 100%;
	height: 100%;
	margin-bottom: 1px; /* Always show a scrollbar to avoid jumping when the scrollbar appears  */
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background: #232323 url('../img/bg-body.png');
	font-size: 14px;
}

.clear {clear: both;}



/********************************      Header      ********************************/

#header-wrapper {
	background: url('../img/bg-radial-gradient.jpg') top center no-repeat;
}

#CST-Header {
	width:1000px;
	margin:0 auto;
	overflow:hidden
}

div.Header-top{
	height:407px;
	background: #3F3F3F url('../img/header.jpg') top center no-repeat;
}
div.Header-page{
	height:140px;
}


#CST-Header p.info {visibility:hidden;}

#CST-Header #logo{
	float:left;
}
#CST-Header #header-menu {
	text-transform:uppercase;
	font-size:16px;
	color:#999999;
}

#CST-Header #header-menu{
	float:right;
	margin-top:25px;
}
#CST-Header #header-menu a{
	color:#999999;
	text-decoration:none;
}
#CST-Header #header-menu .special a{
	color:#fff;
	text-decoration:none;
}
#CST-Header #header-menu a:hover{
	text-decoration:underline;
	color:#FF6600;
}

#CST-Header #header-menu ul li {
	list-style:none;
	float:left;
	margin-left:30px;
}

#CST-Header .btn-rejestracja {
	float:left;
	margin-top:230px; margin-left:200px;
}
.btn-rejestracja a{
	width:270px; height:41px; overflow:hidden; display:block;
	margin:0 auto;
	background:url('../img/btn-rejestracja.png') top center no-repeat;
}
.btn-rejestracja a:hover{
	background:url('../img/btn-rejestracja.png') 0 41px;
}



/********************************      Header      ********************************/


#CST-content{
	width:1000px; margin:0 auto;
	background:#F4F4F4 url('../img/bg-content.png') top repeat-x;
	overflow:hidden;
}

#CST-content .wrapper{
	padding:30px 20px;
}

#CST-content div.element{
	width:300px;
	margin-left:30px;
	margin-bottom:30px;
	float:left;
	line-height: 1.3em;
}

#CST-content div.element.first{
	margin-left:0;
	clear:both;
}


#CST-content div.element h2{
	color:#284A7E;
	font-size:20px;
	margin-bottom:14px;
	padding:0;
	text-transform:uppercase;
	letter-spacing:-1px;
}

#CST-content div.element a{
	color:#BF6A30;
	text-decoration:ubderline;
	display:block;
	text-align:right;
}
#CST-content div.element a:hover{
	text-decoration:underline;
	color:#FF6600;
}
#CST-content .btn-rejestracja {
	margin:20px auto;
}


/********************************      Artykuł      ********************************/


#CST-sidebar{
	width:300px;
	overflow:auto;
	float:left;
	margin-bottom:30px;
}
#CST-sidebar ul li{
	padding:0; margin:0;
	margin-bottom:10px;
	list-style:none;
}
#CST-sidebar ul li a{
	color:#284A7E;
	font-size:20px;
	text-transform:uppercase;
	letter-spacing:-1px;
	text-decoration:none;
}
#CST-sidebar ul li a:hover{
	color:#BF6A30;
	text-decoration:ubderline;
}
#CST-sidebar ul li.selected, #CST-sidebar ul li.selected a{
	color:#FF6600;
}

#CST-main{
	width:630px;
	border-left:1px solid #CCCCCC;
	float:right;
	margin-bottom:30px;
}
#CST-main div.wrapper{
	padding:0;
	margin:0;
	margin-left:30px;
	text-align:justify;
}

#CST-main p{
	margin-bottom:20px;
	line-height:1.4em;
}

#CST-main h1{
	font-size:24px;
	font-weight:normal;
	margin-bottom:6px;
	color:#222;
} 
#CST-main h2{
	font-size:16px;
	font-weight:bold;
	margin-bottom:2px;
	color:#424242;
} 

#CST-main ul li{
margin-left:20px;
list-style:circle;
}
#CST-main ul{
margin:10px 0 20px 0;
list-style:circle;
}


/********************************      Footer      ********************************/

#CST-footer{
	width:1000px; margin:0px auto;
	color:#999999; font-size:12px;
	overflow:hidden;
	clear:both;
}
#CST-footer p{
	margin:10px;
	text-align:center;
}
#CST-footer a{color:#999999; text-decoration:none;}
#CST-footer a:hover{color:#fff; text-decoration:underline;}
#CST-footer .special a{color:#fff; text-decoration:none;}
#CST-footer .special a:hover{color:#FF6600; text-decoration:underline;}

#CST-footer ul{
	display:block;
	width:1000px;
	margin:0 auto;
	text-align:center;
}
#CST-footer ul li {
	list-style:none;
	margin-left:10px;
	display:inline;
}


