@charset "utf-8";

* { 
	margin: 0; 
	padding: 0; 
} 

html, body  {
	background: #fff url(/media/img/static/top_stipe.gif) 0 0 repeat-x;
	color: #000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 75%;
	line-height: 1.5em;	
}

html { overflow-y: scroll !important; }

img {	border: 0 none; }

ol, ul { list-style: none; }

a, em, strong, span, acronym, abbr {
  font-size: inherit;
  color: inherit;
  font-variant: inherit;	
  font-style: inherit;
  font-weight: inherit;	
}

em { font-style: italic; }

strong { font-weight: bold; }

em strong, strong em {
	font-weight: bold;
  font-style: italic;
}

a, a:link, a:active, a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }

table { 
	border: 0 none;
	border-collapse: collapse;
	border-spacing: 0;
}

.clear { clear: both; }

/* koniec resetu - zindywidualizowane ustawienia */

h1 { 
	font-size: 1.4em; /* 14px */ 
	line-height: 1.6em;
	padding-top: 9px;
} 

h2 { 
	font-size: 1.4em; /* 14px */ 
	line-height: 2.1em;
}

p, address, li { 
	font-size: 1.2em; /* 12px */ 
	line-height: 1.3em;
	font-weight: normal;
	font-style: normal;	
}

/* ************ LAYOUT ************ */

#wrapper {
	width: 796px;
	margin: 0 auto;
}

/* nagłówek */
#header {
	width: 100%;
	height: 60px;
}

#header h1 { float: left; }

#header a { display: block; color: #fff; }

#header a span { display: none; }

#header h1 a {
	width: 150px;
	height: 43px;
	background: url(/media/img/static/logo.gif) 0 0 no-repeat;
}

#header ul { 
	float: right;
	padding-top: 9px;
}

#header ul li { 
	margin-left: 8px;
	float: left;
}

#header ul li:first-child a { 
	width: 73px;
	height: 43px;
	background: url(/media/img/static/gpw.gif) 0 0 no-repeat;
}

#header ul li+li a { 
	width: 130px;
	height: 43px;
	background: url(/media/img/static/autoryzowany.gif) 0 0 no-repeat;
}

#header ul li.catal a {
        width: 117px;
        height: 43px;
        background: url(/media/img/static/catalist.png) 0 0 no-repeat;
}

/* menu górne */

#topNav {
	clear: both;
	padding: 26px 0 18px 136px;
	overflow: hidden;
}

#topNav li { display: inline; }

#topNav li a span { display: none; }

#topNav a { 
	display: block; 
	float: left;
	margin: 0 0 0 24px;
	height: 25px;
}

#topNav li:first-child a { 
	width: 37px;
	background: url(/media/img/static/home.gif) 0 0 no-repeat;	
}

#topNav li+li a { 
	width: 66px;
	background: url(/media/img/static/projects.gif) 0 0 no-repeat;	
}

#topNav li+li+li a { 
	width: 66px;
	background: url(/media/img/static/about.gif) 0 0 no-repeat;	
}

#topNav li+li+li+li a { 
	width: 66px;
	background: url(/media/img/static/manage.gif) 0 0 no-repeat;	
}

#topNav li+li+li+li+li a { 
	width: 84px;
	background: url(/media/img/static/licence.gif) 0 0 no-repeat;	
}

#topNav li+li+li+li+li+li a { 
	width: 66px;
	background: url(/media/img/static/contact.gif) 0 0 no-repeat;	
}

#wrapper #topNav li a:hover, #wrapper #topNav li a.active { background-position: 0 -25px; }

/* głowna zawartość content */
#contentContainer {
	width: 794px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #9bddff;
	background: url(/media/img/static/loading.gif);
	background-repeat: no-repeat;
}

/* stopka */

#footer {
	text-align: center;
	width: 796px;
	margin: 0 auto;
	line-height: 70px;
	height: 70px;
	background: url(/media/img/static/stars.gif) 50% 19px no-repeat;
	color: #929292;
}

/* ***** PLAKIETKI NOWE I ANEKS ***** */

.new, .aneks {
	display: block;
	position: absolute;
	width: 53px;
	height: 53px;
	cursor: pointer;	
}

.new {
	top: 0;
	left: 0;
	background: url(/media/img/static/new.png) 0 0 no-repeat;
}

.aneks { /* plakietka "aneks" */
	bottom: 0;
	right: 0;
	background: url(/media/img/static/aneks.png) 0 0 no-repeat;
}
