/* Tags and colors */
body
{
	line-height: 1.5em; /*IE center I*/
	background-color: #333333;
	background-image: url(img/motivo1.jpg);
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21pt;
	color: #333333;
	line-height: 35px;
	padding-left: 8px;
	font-weight: lighter;
}

.pink
{
	color: #FFCC00;
	font-style: normal;
}

.pink2
{
	color: #FFFFFF;
	font-style: normal;
	background-color: #CC0000;
}

img 
{
border: 0px;
}

/* Layout */

#header
{
	height: 150px;
}

#pinkrow a 
{
	color: #CC0000;
	text-decoration: none;
	border-bottom: 1px dashed #fff;
}

#pinkrow a:hover
{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}

#pinkrow
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10.5pt;
	line-height: 19px;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
}

#grayrow a 
{
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dashed #fff;
}

#grayrow a:hover
{
	border-bottom: 1px dashed #000;
}

#container
{
	width: 970px; /*Page width*/
	margin: 0 auto; /*Center*/
	text-align: left;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}


/* Logo */
#logo
{
	width: 390px;
	height: 110px;
	display: block;
	margin-left: -410px;
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 150px 45px;
	padding-top: 2px;
	background-image: url(img/logo.gif);
} 

.wrap
{
	float: left;
	width: 100%;
}

.wrap2
{
	float: left;
	width: 100%;
	background-image: url(img/bg_noticias.gif);
}

#nadpis
{
	width: 960px;
}


/* Menu */

#navcontainer
{
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	padding-top: 10px;
	font-size: 14px;
	padding-left: 5px;
	padding-bottom: 8px;
}
		
#navlist
{
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}

#navlist li
{
	text-indent: 0;
	display: inline;
}
		
#navlist li a
{
	text-decoration: none;
	color: #474748;
	font-size: 1em;
	padding: 0 2px;
}
		

#navlist li a:hover,#navlist  a#current
{
	border-top: none;
	font-size: 1em;
	background-color: #E4E4E4;
	color: #000000;
}
		
#navlist  a#current 
{
	color: #FFFFFF;
	background-color: #CC0000;
}

/* Presentacion trabajos */

#trabajos {
	display: inline;
}
#trabajos li  {
	list-style: none;
	float: left;
	width: 225px;
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AC0000;
	font-weight: lighter;
	padding-right: 2px;
	padding-left: 2px;
}
#trabajos li a {
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 5px;
}
#trabajos li.last {
}

/* Bottom columns */

#second-column
{
	margin-right: 320px;
	margin-left: 320px;
}

#first-column
{
	float:left;
	width:310px;
}

#third-column
{
	float:right;
	width:310px;
	margin-left:655px;
	margin-top: -184px;
}

#second-column, #first-column, #third-column
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	padding-left: 7px;
}

#second-column h2, #first-column h2, #third-column h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: normal;
	background-image: url(img/rss.png);
	background-repeat: no-repeat;
	padding-left: 30px;
}

#second-column p, #first-column p, #third-column p
{
padding-right: 100px;
}

/* Footer */

#footer {
	background: #505051;
	height: 30px;
	clear: both;
	color: #fff;
	text-align: left;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#footer img {
position: relative;
top: 3px;
margin-right: 5px;
}

#footer a {
font-family: Arial, Helvetica, sans-serif;
color: #fff;
text-decoration: none;
font-size: 12px;
}
#footer a:hover {
background: #4E86A1;
}

#footer-inside {
	text-align: center;
}

#credits {
display: block;
position: relative;
text-align: right;
margin-top: -30px;
}
