/* CSS do strony portalu gis.gdansk.pl */
/* Data utworzenia 24 kwietnia 2007 */
/* Wersja: 1, utworzona przez: Andrzej L. */

/* Ustawienia ogólne */
body.gdansk {
	font-family: Arial, Helvetica, sans-serif;
	background: #888888;
	margin: 0;
	}

div {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 16px;
	}
	
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	margin: 0 0 10px 0;
	text-align: justify;
	}

img {
	border: 0;
	}

a,
a:link,
a:active,
a:visited {
	text-decoration: none;
	color: #2A75A8;
	}

a:hover {
	text-decoration: underline;
	}

ul, ol {
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	margin: 5px;
	padding: 5px;
	list-style: none;
	list-style-type: square;
	}

li {
	line-height: 15px;
	padding: 0 0 0 5px;
	list-style-position: inside;
	}

/* Ustawienia projektu */
.layout {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: left;
	background: #ffffff;
	}
	
.top {
	height: 118px;
	background: #0D375B;
	}

.topmenu {
	height: 52px;
	background: url(../images/bg_topmenu.gif) no-repeat right bottom;
	background-color: #0D375B;
	text-align: right;
	overflow: auto;
	}

.sitetitle {
	float: right;
	margin-right: 130px;
	}

#ptitle {
	color: #cccccc;
	margin-top: 10px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	}
	
.flags {
	float: right;
	margin: 3px 15px 0 0;
	}

.flag {
	margin-left: 15px;
	}

.content {
	float: left;
	overflow: auto;
	background: url(../images/bg_content.gif) repeat-y left top;
	background-color: #ffffff;
	}

.left {
	float: left;
	width: 180px;
	margin-left: 10px;
	}

.right {
	float: right;
	width: 680px;
	padding-right: 15px;
	}
	
.bottom {
	clear: both;
	height: 25px;
	background: url(../images/bg_bottom.gif) no-repeat left top;
	background-color: #0D375B;
	}

.footer {
	text-align: center;
	}

/* Ustawienia wyglądu elementów wstawianych na stronie */
.footertext {
	margin: 5px 0 0 0;
	padding-bottom: 10px;
	color: #c9c9c9;
	}

a.footerlink,
a.footerlink:link,
a.footerlink:active,
a.footerlink:visited {
	text-decoration: none;
	color: #ffffff;
	}

a.footerlink:hover {
	text-decoration: underline;
	}

.contentpaneopen {
	width:100%;
	}

.contentheading,
.contentpagetitle,
a.contentpagetitle:link,
a.contentpagetitle:active,
a.contentpagetitle:visited {
	font-family: Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #204E90;
	text-transform: uppercase;
	font-weight: lighter;
	display: block;
	padding-bottom: 10px;
	}
	
/* Menu główne */
.mainlevel {
	display: block;
	width: 170px;
	height: 45px;
	line-height: 45px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 20px;
	}
	
a.mainlevel:link,
a.mainlevel:active,
a.mainlevel:visited {
	background: url(../images/bg_mainlevel.gif) no-repeat;
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	}

a.mainlevel:hover {
	background: url(../images/bg_mainlevel.gif) 0 -45px no-repeat;
	text-decoration: none;
	}

.sublevel {
	display: block;
	width: 156px;
	line-height: 18px;
	text-decoration: none;
	margin-left: 17px;
	background: #0B4069;
	margin: 2px 0 2px 9px;
	padding: 0 5px 0 5px;
	border-left: 2px solid #FA7E00;
	}

a.sublevel:link,
a.sublevel:active,
a.sublevel:visited {
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	}

a.sublevel:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #32538C;
	}

/* Ustawienia tekstu i elementów w treści */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #204E90;
	font-variant: small-caps;
	clear: both;
	}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	color: #333333;
	margin: 0 0 5px 30px;
	clear: both;
	}
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin: 0;
	}
	
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	margin: 0;
	}
	
h6 {
	clear: both;
	margin: 5px 0 5px 0;
	font-size: 8px;
	}
	
ul {
	margin: 0 0 0 10px;
	padding-left: 5px;
	list-style-type: circle;
	}

li {
	line-height: 16px;
	padding: 0 0 0 5px;
	list-style-position: outside;
	}

.mosimage_caption {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 10px;
	margin-bottom: 5px;
	}