html {
	background-image: url(../images/Background.gif);
	background-position: top;
	background-repeat: repeat-x;
}

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #666666;
	text-decoration: none;
}

a:focus {
	color: #ff0000;
	text-decoration: none;
}

/* ---------------- Styles ---------------- */
.Clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}

.error {
	color: red;
	text-align: center;
	padding: 50px 0px 50px 0px;
	border: 1px black dotted;	
}
	
.info {
	color: green;
	text-align: center;
	padding: 50px 0px 50px 0px;
	border: 1px black dotted;	
}
	
.MenuDescription {
	font-size: 10px;
	text-align: justify;
}

a.MenuLink {
	font-family: Arial, sans-serif;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	padding-left: 15px;
}

a.MenuLink:hover {
	color: #aaaaaa;
	font-size: 12px;
	text-decoration: none;
}

a.MenuLink:active {
	font-size: 12px;
	text-decoration: none;
}

/* ---------------- Layout ---------------- */
#Container {
	z-index: 2;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

#Top {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 904px;
	height: 291px;
	background-image: url(../images/index_01.jpg);
	background-repeat: no-repeat;
	background-position: left;
/*	cursor: pointer;	*/
}

#TopAscLink {
	width: 180px;
	height: 100px;	
	cursor: pointer;
	display: block;
}
		
#Main {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 904px;
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
}

#MainMenuLeft {
	float: left;
	width: 250px;
	text-align: left;
	margin: 0px;
	padding: 10px 10px 10px 0px;
	text-align: left;
	background-color: #e4e4e4;
}

#MainMenuLeft .header {
	color: #515151;
	font-family: Tahoma;
	font-size: 14px;
	background-image: url(../images/left_men_head_bg.gif);
	background-repeat: no-repeat;
	/* width: 271px; */
	height: 25px;
	padding: 12px 0px 0px 15px;
}

#MainMenuLeft .header a {
	text-decoration: none;
}

#MainMenuLeft .header a:hover {
	text-decoration: underline;
}

#MainMenuLeft .item {
	padding: 5px 0px 0px 25px;
}

#MainMenuLeft .item a {
	text-decoration: none;
}

#MainMenuLeft .item a:hover {
	text-decoration: underline;
}

#MMLKontakt {
	width: 230px;
	margin-top: 20px;
	margin-left: 13px;
	margin-right: 13px;
	background-color: #edf6bc;
	border: 1px solid #acacac;
	font-size: 10px;
}

#MMLKontakt .title {
	font-size: 14px;
	padding: 5px 0px 0px 15px;
	font-weight: normal;
}

#MMLKontakt .inputText {
	border: 1px solid #c9c9c9;
}

#MMLKontakt .sbmt {
	font-size: 13px;
	text-align: right;
	padding: 0px 20px 10px 0px;
	vertical-align: middle;
	cursor: pointer;
}

#MMLKontakt .sbmt>img {
	padding: 0px 5px 0px 0px;
}

#MMLKontakt .text {
	padding: 10px 10px 10px 15px;
	text-align: justify;
	line-height: 15px;
}

#MainData {
    color:#515151;
    font-family: Tahoma;
	float: right;
	width: 622px;
	text-align: left;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	text-align: left;
	background-color: #e4e4e4;
}

#Footer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 904px;
	height: 79px;
	background-image: url(../images/index_04.gif);
	background-repeat: no-repeat;
	background-position: left;
	cursor: pointer;
}

#Bottom {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 877px;
	height: 96px;
	/* background-image: url(../images/Layout/index_06.gif); */
	background-repeat: no-repeat;
	background-position: left;
}

#newsSbmtForm {
	padding: 20px 140px 20px 90px;
}
	
#MainData h1 {
	
}

#MainData h2 {

}

#MainData h3 {

}

#MainData h4 {

}

#MainData h5 {

}


#reklama {
	position:absolute; 
	left: 300px; 
	top: 215px; 
	width: 250px;
	border-style: solid;
	border-color: green;
	border-width: 1px;
/*	padding-right: 10px; */
}

#reklama_x {
	position:absolute; 
	left: 300px; 
	top: 200px; 
	width:  250px;
	cursor: pointer;
	background-color: green;
	text-align: right;
	line-height: 15px;
	font-size: 10px;
	font-weight: bolder;
	color: white;
	border-style: solid;
	border-color: green;
	border-width: 1px;
/*	padding-right: 10px; */
	padding-bottom: 100px;
	overflow: visible;
}
