﻿/* pozostratky prechadzajuceho webu */
h1 {
	color: #dd2d2d;
	font-size: 1.9em;
	font-weight: bold;
	padding-left: 30px;
	background: url('../../App_Images/h1.jpg') no-repeat left 7px;
	margin: 15px 0;
}
h2 {
	color:#dd2a29;
	font-size:15px;
	font-weight:bold;
	margin:15px 0;
}
ul {
	margin:0;
	padding:0;
}
li {
	list-style-image:url("../../App_Images/li.jpg");
	list-style-position:outside;
	margin-left:20px;
}
/* pozostratky prechadzajuceho webu */
body {
	margin: 0px;
	background-image: url('BG.jpg');
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.BGRedLine {
	background-image: url('ter-co_06.png');
	width: 100%;
	background-repeat: repeat-x;
}
.Master {
	width: 990px;
	margin: auto;
	border: 4px solid #bf6410;
}
.Top {
	background-image: url('ter-co_02.jpg');
	width: 990px;
	height: 130px;
}
.HeaderImage {
	background-image: url('ter-co_04.jpg');
	width: 990px;
	height: 276px;
}
.Content {
	background-color: #FFFFFF;
	width: 990px;
	background-image: url('content_bg.jpg');
	background-repeat: repeat-y;
}
.Copyright {
	clear: both;
	width: 980px;
	height: 17px;
	background-color: #F2F2F2;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #808080;
	text-align: right;
	font-size: 11px;
	padding-top: 3px;
	padding-right: 10px;
}
.Partneri {
	width: 930px;
	height: 53px;
	padding-top: 7px;
	padding-left: 30px;
	padding-right: 30px;
	background-color: #FFFFFF;
	border-top-style: dashed;
	border-top-width: 1px;
	border-top-color: #BF6410;
	font-size: 12px;
}
.ContentLeft {
	width: 263px;
	float: left;
	clear: left;
}
.ContentRight {
	background-image: url('ter-co_09.jpg');
	background-repeat: repeat-x;
	background-position: center top;
	width: 687px;
	float: left;
	clear: right;
	padding: 20px;
}
.MenuItem {
	background-image: url('ter-co_12.jpg');
	background-repeat: no-repeat;
	width: 253px;
	height: 23px;
	text-align: right;
	font-weight: bold;
	color: #F0F0F0;
	padding-top: 6px;
	font-size: 12px;
	padding-right: 10px;
}
.TopLogo {
	float: left;
	width: 280px;
	height: 110px;
	padding-top: 20px;
	padding-left: 20px;
}
.TopLinks {
	float: left;
	height: 75px;
	width: 635px;
	text-align: right;
	padding-top: 55px;
	padding-right: 50px;
	font-size: 12px;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
img {
     border: none;
}