@charset "utf-8";
/* CSS Document */

body {
	font: 100% Tahoma;
	background:url(images/bg.jpg) repeat-x top left;
	background-color: #3b75be;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #ffffff;
}

.container {
	width: 840px;
	text-align:left;
	float:none;
	margin:0 auto;
}
.theodora1 {
  width:429px;
  height:596px;
  background:url(images/theodora1.jpg) no-repeat left top;
  float:left;
}
.theodora2 {
  width:429px;
  height:721px;
  background:url(images/theodora2.jpg) no-repeat left top;
  float:left;
}
.theodora3 {
  width:429px;
  height:721px;
  background:url(images/theodora3.jpg) no-repeat left top;
  float:left;
}
td.bgDotted {
  height:12px;
  background:url(images/dtline.gif) repeat-x;
}
.continut {
	font: 13px Tahoma;
	color: #ffffff;
	padding-top:90px;
	text-align:justify;
}
.continut2 {
	font: 13px Tahoma;
	color: #ffffff;
	text-align:justify;
	width:400px;
	float:right;
	overflow:scroll;
	height:580px;
	margin-top:90px;
	scrollbar-base-color: #3B75BE;
	scrollbar-arrow-color: #fff;
}
.dungaalbastra {
	font: 13px Tahoma;
	padding-top:5px;
	background-color:#234c82;
	height:27px;
}
.Meniu {
	width:80px;
	float:right;
	font: 13px Tahoma;
	color: #94c1fc;
	padding-top:35px;
	text-align:center;
}
a:link {
	color:#ffffff;
	text-decoration:none;
}
a:hover {
	color:#ffffff;
	text-decoration:underline;
}
a:visited {
	color:#ffffff;
	text-decoration:none;
}

.menu:link {
	text-decoration:none;
	color:#94c1fc;
}
.menu:visited {
	text-decoration:none;
	color:#94c1fc;
}
.menu:hover {
	text-decoration:none;
	color:#ffffff;
}
.noflt {
	clear:both;
    height:0px;
    font-size: 1px;
    line-height: 0px;
	margin:0px;
}
p {
	margin:12px;
}

h2 {
	font-family:Tahoma, Arial;
	font-size:14px;
}
.copyright {
	font: 11px Tahoma;
	color: #94c1fc;
	float:left;
}
.redbyte {
	width:200px;
	height:24px;
	font: 11px Tahoma;
	color: #94c1fc;
	float:right;
}
textarea.message {
	width:300px;
	height:90px;
}
input.email {
	width:200px;
}
input.name {
	width:300px;
}
input.send {
	background-color:#254c7d;
	color:#fff;
}