/* ------------------------------------------------------ RESET ------------------------------------------------------ */
section, article, aside, header, footer, nav, figure {
   display: block
   }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, font, img, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, tbody, tr, th, td {
   margin: 0; 
   padding: 0; 
   border: 0; 
   outline: 0; 
   font-size: 100%; 
   vertical-align: baseline; 
   background: transparent
   }

body {
   line-height: 1
   }

ol, ul {
	list-style: circle;
	padding:15px;
	margin:0px;
	list-style-position: outside;
   }

blockquote, q {
   quotes: none
   }

blockquote:before, blockquote:after, q:before, q:after {
   content: ''; 
   content: none
   }

:focus {
   outline: 0
   }

table {
   border-collapse: collapse; 
   border-spacing: 0
   }


/* ------------------------------------------------------ HTML/BODY ------------------------------------------------------ */


html, body {
   height: 100%
   }

body {
   background: #f2f2f2; 
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px; 
   line-height: 1.5em; 
   color: #555
   }

a {
   color: #179e98; 
   text-decoration: underline
   }

a:hover {
   color: #000
   }
   
h1 {
	margin-bottom: 15px;
	border-bottom: 1px #ccc solid;
	line-height: 40px;
	font-family: 'Trebuchet MS', Georgia;
	font-size: 25px;
	color: #800a09;
	}

h2 {
   line-height: 1em;
	font-size: 18px;
	font-weight: bold;
	color: #070707;
	margin: 10px 0px 20px 0px;
   }

h3 {
   text-transform: uppercase; 
   font-size: 16px; 
   line-height: 1em; 
   margin-bottom: 0px
   }

p {
	margin-bottom: 15px;
	line-height: 18px;
	}
	
li {
	display: list-item;
	text-align: -webkit-match-parent;
}

.list-3 {
	margin: 10px 0 20px;
	}

.list-3 LI {
	margin-bottom: 15px;
	padding-left: 20px;
	line-height: 18px;
	background: url(images/li_3.gif) 0 4px no-repeat;
	}
   
.container {
	width:980px;
	margin:0 auto;
	position:relative;
}

.clear {
	clear:both;
}



/* ------------------------------------------------------ HEADER ------------------------------------------------------ */

.header {
	width: 100%;
	height: 115px;
	background: url(images/bg_header.png) repeat-x;
}

.header_inner {
	width: 980px;
	margin: 0 auto;
}

.slider {
	width: 100%;
	background: url(images/bg_slider.png) repeat-x;
}

.slider_inner {
	width:980px;
	height: 480px;
	margin:0 auto;
}

.slider_bottom {
	width: 100%;
	background: url(images/bg_slider_bottom.png) repeat-x;
}

.slider_bottom_inner {
	width:980px;
	margin:0 auto;
}

	.content {
		float:left;
		width:705px;
		padding:23px 0 0 5px;
		}

	.sidebar {
		float:right;
		margin-top:14px;
		width:263px;
		text-align:left;
	}

.footer {
	width: 100%;
	background: url(images/bg_footer.png) repeat-x;
}

.footer_inner {
	width:980px;
	margin:0 auto;
}

.ramka { 
	background: #eeeee5; 
	border: 1px dashed #abab9a; 
	padding: 10px; 
	font: 14pt Tahoma;
	color: #2c2c2c;
	margin-left:20px;
	padding-top:5px;
	line-height: 30px;
   }
.next {
	width:300px;
	text-align:richt;
	float:right;
}
.prev {
	width:300px;
	text-align:left;
	float:left;
}
.comment {
		float:left;
		width:705px;
		padding:23px 0 0 5px;
}	