#example-links {
	border: 1px solid #ccc;
	border-bottom: none;
	float: left;
	width: 200px;
}
#example-links a {
	border-bottom: 1px solid #ccc;
	display: block;
	font-size: 14px;
	height: 39px;
	line-height: 39px;
	padding-left: 10px;
	color: #060;
	font-weight: bold;
}
#example-links a:focus {
	outline: 0;
}
#example-links a:hover {
    background-color: #ddd;
}
#example-content-container {
	border: 1px solid #ccc;
	border-left: none;
	height: 190px;
	overflow: hidden;
	width: 510px;
	padding: 5px;
}
#example-content p {
	height: 200px;
	padding: 0px;
	font-size: 11px;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 16px;
	margin: 0px;
}
#wrap #main div #example-content-container #example-content p a {
	color: #03F;
}
#wrap #main .trio_blok {
	float: left;
	display: block;
	width: 390px;
}
#wrap #main .trio_blok p {
	font-size: 10px;
	display: block;
	height: 80px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ccc;
}
#wrap #main .trio_blok p img {
	margin-top: 5px;
}
#wrap #main .trio_blok p a {
	color: #F60;
	text-decoration: underline;
}
