@charset "utf-8";

* {
margin: 0px;
padding: 0px;
}

body {
	background-image: url(../images/bg.jpg);
}

/*structura*/
#bg {
	width:804px;
	background-image:url(../images/bg2.gif);
	background-repeat:repeat-y;
	margin:auto;
}
#pagina {
	width:770px;
	background:#FFF;
	margin: auto;
}
#header {
	width:770px;
	height:298px;
}
#top {
	width:770px;
	height:24px;
	background-image:url(../images/top.jpg);
}
#logo {
	width:770px;
	height:201px;
}
#meniu {
	width:770px;
	height:44px;
}
#shadow {
	width:770px;
	height:27px;
	background-image:url(../images/shadow.jpg);
}
#continut {
	width:770px;
}
#meniu2 {
	width:167px;
}
.meniu2Top {
	width:167px;
	height:35px;
	background-image:url(../images/win1_top.jpg);
}
.meniu2Back {
	background-image:url(../images/win1_back.jpg);
	background-repeat: repeat-y;
	padding-left:30px;
}
.meniu2Back a{
	color: #FE9003;
	text-decoration:none;
}
.meniu2Back a:hover{
	color: #00C;
	text-decoration:none;
}
.meniu2Back ul{
	list-style-image: url(../images/small.gif);
	list-style-type: none;
	padding-left:40px;
	font-size:12px;
}
.meniu2Bottom {
	width:167px;
	height:19px;
	background-image:url(../images/win1_bottom.jpg);
}
#info {
	width:590px;
	padding-left:10px;
	padding-right:15px;
	color:#787878;
}
#info h4{
	color: #00C;
}
#info a{
	color:#006;
	text-decoration:none;
}
#info a:hover {
	color:#06F;
	text-decoration:none;
}
.info {
	color:#787878;
	font-size:11px;
	font-family:Arial, Helvetica, Sans Serif;
}

/*Footer */
#search {
	width:770px;
	height:62px;
	background-image:url(../images/footer1.jpg);
}
.search {
	padding:20px;
	color:#000;
}
.search a{
	padding:20px;
	color:#000;
}
#footer {
	width:770px;
	height:130px;
	background-image:url(../images/footer2.jpg);
	font-size:12px;
	color: #FFF;
	text-align:center;
}
.footer {
	padding:10px;
	font-size:12px;
	color:#FFF;
	text-align:center;
}
.footer a{
	color:#FFF;
}
.footer a:hover{
	color:#FFF;
	text-decoration:none;
}
/* alte */
.contentpaneopen {
	 width: 100%;
	padding-left: 8px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}
.mosimage {
  border: 1px solid #ccc;
}
.mosimage_caption {
  margin-top: 2px;
  background: #efefef;
  padding: 1px 2px;
  color: #666;
  font-size: 10px;
  border-top: 1px solid #cccccc;
}
/* formular contact*/
#contentForm {
  display: block;
  width: 500px;
  margin: 15px 0px 70px 0px;
  padding: 25px;
  border: 1px solid black;
  background-color: white;
}

label {
  display: block;
  float: left;
  clear: left;
  Width: 150px;
  line-height: 20px;
  margin-bottom: 10px;
  margin: 5px 0;
}

input, textarea, select {
  margin: 0;
  padding: 2px;
  font-size: 1em;
  color: #666666;
  background: #F5F5F5;
  border: 1px solid #ccc;
  margin: 5px 0;
}   

input:focus, textarea:focus, select:focus {
  border: 1px solid #999;
  background-color: #FFFFFF;
}

input.button {
  cursor: pointer;
  border: none;
  font-weight: bold;
  background: url(../images/icon/submit.jpg) no-repeat left top;
  width: 90px;
  height: 28px;
  margin-left: 150px;
}

span.required{
  font-size: 13px !important;
  color: red !important;
}

.errormsg {
  display: block;
  width: 90%;
  height: 22px;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: bold;
  background: #FF9D9D url(../images/icon/stop.gif) no-repeat 10px center;
  padding: 3px 10px 3px 40px;
  margin: 10px 0;
  border-top: 2px solid #FF0000;
  border-bottom: 2px solid #FF0000;
}

.msgSent {
  font-size: 20px;
  text-align: center;
}

