@charset "utf-8";
/* CSS Document */

* { 
	font-family: Arial;
}
a {
	color: #00a8ba;
	text-decoration: none;
}
a:hover {
	color: #00a8ba;
	text-decoration: underline;
}
img {
	border: 0;
}
p {
	font-family:Arial;
	font-size:12px;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #828282;
	font-family: Arial;
	font-size: 11px;
}
.thrColElsHdr #container { 
	margin: 0 auto;
	text-align: center;
	border: 0;
	color: #828282;
	font-size: 11px;
	width: 1000px;
} 
.thrColElsHdr #header {
	height: 168px;
	background-image: url(../img/top_line.jpg);
	background-repeat: repeat-x;
	width:1000px;
}
P {	padding:0; 	margin:0; }

.thrColElsHdr #sidebar1 {
	float: left;
	width: 150px; /* padding keeps the content of the div away from the edges */
	text-align: left;
	background-image: url(../img/bg_m.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 35px;
	padding-top: 35px;
	font-size: 13px;
	min-height: 400px;
	height: 400px;
}

.thrColElsHdr #sidebar1 a{
	text-decoration: none;
	color: #828282;
	font-size: 13px;
}
.thrColElsHdr #sidebar1 a:hover{
	color: #00a8ba;
}
.thrColElsHdr #sidebar1  ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	line-height: 23px;
}

.thrColElsHdr #sidebar2 {
	float: right;
	width: 270px; /* top and bottom padding create visual space within this div */
	text-align: left;
	background-image: url(../img/line_right.jpg);
	background-repeat: repeat-y;
	background-position: left 25px;
	margin: 0;
	padding-top: 18px;
	height: auto;
}
.thrColElsHdr #sidebar2 ul {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	list-style-position: outside;
	list-style-image: url(../img/lista.jpg);
	text-align: left;
	float: none;
	margin: 0px;
	padding: 0px;
}
.thrColElsHdr #sidebar2 li {
	line-height: 20px;
	margin: 0;
	padding: 0;
}

.thrColElsHdr #mainContent {
	margin: 0px 295px 40px 215px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	text-align: justify;
	font-size: 12px;
	line-height: 17px;
	width: 480px;
	padding-top: 28px;
	min-height: 580px;
} 
.nag {
	font-size: 18px;
	color: #a5a5a5;
	font-weight: normal;
	float: left;
	padding: 0px;
	margin: 0 8px 0 0;
}
.thrColElsHdr #mainContent h1 {
	color: #00a8ba;
	font-size: 15px;
	margin: 0;
	padding: 0;
}

.thrColElsHdr #mainContent table, tr, td{
	border:1px solid #CCCCCC;
}
.thrColElsHdr #mainContent td{
	color:#828282;
	font-weight:normal;
	text-align:left;
	font-size: 12px;
	line-height: 18px;
	padding:5px;
	margin:0;
	border:1px solid thin #E8E8E8;
	font-family:Arial;
}
.thrColElsHdr #mainContent h2, h3, h4, h5,h6 {
	color:#828282;
	text-align:justify;
	font-weight:bold;
	font-size: 13px;
	line-height: 17px;
	margin:0px;
	padding:0px;
}
.thrColElsHdr #footer {
	padding: 0px;
	text-align:center;
	height: 144px;
	background-image: url(../img/footer.jpg);
	background-repeat: repeat-x;
	font-family: Arial;
	width:1000px;
	margin:0 auto;
} 
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
input, select{
	border: 1px;
	color: #666666;
	border-style: solid;
	border-color: #CCCCCC;
	margin: 0 8px 0 0;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	vertical-align: text-bottom;
	float: left;
	height: 22px;
}
.stopka a {
	color: #828282;
	text-decoration: none;
	margin-top: 5px;
}
.stopka a:hover {
	color: #00a8ba;
}
.stopka {
	width: 100%;
	text-align: center;
	padding: 20px 0 0 0;
	margin: 0;
	font-size:11px;
}

div.menu_blog {
	color: #436f6f;
	padding-left:30px;
	margin-top:10px;
}
div.menu_blog div.year{
	margin-left: -20px;
}
div.menu_blog div.month{
	margin-left: 0px;
}
div.menu_blog a{
	color: #436f6f;
	font-weight: bold;
	text-decoration: none;
}
div.menu_blog a:hover{
	font-weight: none;
}

.blog_user{
	font-size:12px;
	font-style:italic;
}
.blog_title{
	font-weight:bold;
	font-size:12px;
}
.blog_date{
	font-size:10px;
}
.blog_content{
	font-size:12px;
	text-align:justify;
	padding-top:12px;
	padding-bottom:20px;
}
.blog_comments a{
	padding-top:5px;
	text-decoration:none;
	color:#436f6f;
	font-weight:bold;
}
.comment_line{
	height:16px;
	padding:5px;
	font-size:12px;
	background-color:#e3f2f5;
}
.comment_user{
	float:left;
}
.comment_date{
	float:right;
	font-size:10px;
	margin-top:2px;
}
.comment_email{
	padding-top:5px;
	text-align:right;
}
.comment_content{
	font-size:12px;
	text-align:justify;
	padding-top:12px;
	padding-bottom:16px;
}
.blog_line{
	height:1px;
	font-size:0px;
	background-color:#62898d;
	width:100%;
	margin-top:15px;
	margin-bottom:15px;
}

<!--[if IE]>
.thrColElsHdr #sidebar1 { 
padding-top: 35px; 
}
.thrColElsHdr #sidebar2 {
	padding-top: 18px;
}
.thrColElsHdr #mainContent { 
	zoom: 1; padding-top: 28px; 

}
img.c4 {margin-top:17px;}
img.c2 {margin-top:32px; margin-left:40px;}
img.c14 {padding:15px 0px 20px 0px;}
    div.c10 {float:right; margin-left:15px;}
    img.c8 {margin:0 0 32px 0;}
    img.c7 {margin:2px 0 6px 0;}
    img.c6 {margin:0px 0 8px 0;}
    img.c5 {margin:12px 0 10px 0;}

<![endif]-->