/* 
================================
 Container Styles for DotNetNuke
================================
*/   

/*Mincontent kulate rohy zacátek*/
.box {
 	background: #ececec url(images/box_left.png) 0 0 repeat-y;margin-bottom:5px;
}
.box .in{
	background: url(images/box_right.png) top right repeat-y; 
}
.box .in21{
	background: url(images/box_top_center.png) 0 0 repeat-x; 
}
.box .in22{
	background: url(images/box_top_left.png) 0 0 no-repeat; 
}
.box .in23{
	background: url(images/box_top_right.png) right top no-repeat; 
}
.box .in31{
	background: url(images/box_bottom_center.png) left bottom repeat-x; 
}
.box .in32{
	background: url(images/box_bottom_left.png) left bottom no-repeat;
	width: 100%;	 
}
.box .in33{
	background: url(images/box_bottom_right.png) right bottom no-repeat;
	padding: 0px 15px 10px 15px;
	}
.box p, td{
	margin: 10px 10px 15px 8px;
	color: #5F5F5F;
	line-height: 140%;
	font-family: Trebuchet MS;
	font-size: 13px;
	}
.box p a, p a:visited{
	color: #0170ad;
	text-decoration:underline;	
	}
.box ul{
	margin: 0px 10px 10px 0px;
}
.box ul li{
	margin: 0px 10px 3px 0px;
&margin: 0px 10px 3px 30px;
	line-height: 120%;
	color: #5F5F5F;
	font-family: Trebuchet MS;
	list-style-image: url(images/list.png);
	font-size: 13px;
}

.box ol li a, ol li a:visited{
	margin: 0px 10px 5px 0px;
	line-height: 140%;
	color: #0170ad;
	font-family: Trebuchet MS;
	font-size: 13px;
	list-style:decimal;
	list-style-type:inherit;

	}
.box ol li{
	margin: 0px 10px 5px 0px;
	line-height: 140%;
	color: #5F5F5F;
	font-family: Trebuchet MS;
	font-size: 13px;
	list-style:decimal;
	}
.head2 {color: #ffffff; font-size: 15px; font-weight: bold; font-family: Trebuchet MS; line-height:39px}
h1
{
font-family: Trebuchet MS;
font-size: 13px;
font-weight: bold;
color: #0170ad;
}
h2
{
font-family: Trebuchet MS;
font-size: 13px;
font-weight: bold;
color: #0170ad;
}
h3
{
font-family: Trebuchet MS;
font-size: 13px;
font-weight: normal;
color: #0170ad;
}


