@charset "utf-8";

/* Typografier */

.main-column h2, .main-column h3, .main-column p,
.portrait table td.text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#123463;
	font-size:1em;
	line-height:163%;	
}

.main-column h2, .main-column h3{
	font-weight:bold;
}	

h2 + p, p + p, ul + p, div + p,
h2 + h3, p + h3, div + h3,
p + ul, h3 + ul, div + ul,
p + div, ul + div, h3 + div, h2 + div {
	margin-top:17px;
}

/* bullet list */

ul li {
	background-image:url(../graphics/bullet.gif);
	background-repeat:no-repeat;
	padding-left:13px;
	background-position:1px 0.45em; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#123463;
	line-height:163%;
}

ul li+li {
	margin-top:4px;
	
}

ul a{
	font-weight:normal;
}

/* Link liste */

ul.link-list li {
	background-image:url(../graphics/link_list_bullet.gif);
	background-repeat:no-repeat;
	padding-left:17px;
	background-position: 0 .2em; 
	line-height:normal;
}

ul.link-list li+li {
	margin-top:8px;
}

ul.link-list a{
	font-weight:bold;
}


/* multimedia */

	/* right */
	.a110151 {
		width:100%;	
	}
	
	.a110151 .image-text {
		display:none;	
	}
	
	.a110151 .image {
		float:right;
	}
	
	/* middle */
	.a110051 {
		width:100%;
	}
	
	.a110051 .image-text {
		display:none;	
	}
	
	
/* portręt */

	.portrait {
		float:none;
		clear:both;		
	}

	.portrait table img{
		margin-top:6px;
		margin-right:15px;
	}
	
	.portrait table td {
		vertical-align:top;	
	}
	

		
	.portrait+.portrait {
		margin-top:2em;	
	}
		
/* sitemap */
	.sitemap {
		width:717px;
		background-image:url(../graphics/sitemap_bg.jpg);
		background-repeat:no-repeat;
	}

	.sitemap .area {
		float:left;
		clear:none;
		width:238px;
	}


/* search result */

.search-result {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:748px; /* 760 */
	border-left:1px solid #00BBF3;
	padding:17px 0px 0px 12px;
	background-image:url(../graphics/search_top_border.gif);
	background-repeat:no-repeat;
	color:#012C52;
}	

.search-result .text {
	font-size:1.18em;
	font-weight:bold;	
	margin-bottom:37px;
}

.search-result .items {
	font-size:1em;
	font-weight:bold;
	width:100%;
	line-height:163%;	
}

.search-result .item {
	width:100%;
}

.search-result .item .name {
	clear:none;	
}

.search-result .item .name a:link,
.search-result .item .name a:visited,
.search-result .item .name a:active,
.search-result .item .name a:hover {
	color:#012C52;	
}


.search-result .item .no {
	width:30px;
	clear:both;
}

.search-result .item .description {
	clear:both;
}

.search-result .item+.item {
	margin-top:17px;	
}