@charset "utf-8";
/* CSS Document */

body {
  text-align: center;
  background-color:#601323;
  font-family:Garamond, "Times New Roman";
  }
#container {
  margin: 0 auto;
  width: 988px;
  text-align:left;
  } 
#flags	{
	width: 100%;
	text-align:right;
	vertical-align:middle;
	text-decoration: none;
}
#header	{
	width:988px;
	height:177px;
	background-image:url(../img/bg/bg-header.jpg);
	background-repeat:no-repeat;
	
	}
#hmenu	{
	float:left;
	width:329px;
	text-align:right;
	padding-top:40px;
	}
#hsigla	{
	float:left;
	width:330px;
	text-align:center;
	padding-top:25px;
	}
#hmenuright{
	float: right;
	width:329px;
	padding-top:40px;
	}
#picture-container {
	width:100%;
	height:334px;
	background-image:url(../img/bg/bg-picture.jpg);
	background-repeat:no-repeat;
	/*text-align:center;*/
	}
#picture {
	margin-left:56px;
}
#underpic{
	width:100%;
	height:42px;
	background-image:url(../img/bg/bg-underpic.jpg);
}
#mainmenu {
	width:100%;
	height:52px;
	background-image:url(../img/bg/bg-menu.jpg);
	background-repeat:repeat-y;
	text-align:center;
	}
#page {
	width:100%;
	background-image:url(../img/bg/bg-main.jpg);
	background-repeat:repeat-y;
	}
.button {
	float:left;
}
.spacer{
	float:left;
	width: 56px;
}
#footer{
	clear:both;
	width:100%;
	height:142px;
	background-image:url(../img/bg/bg-footer.jpg);
	background-repeat:no-repeat;
	text-align:center;
	color:#f8f096;
}

/******************** CONTENT ***************************/
#placer{
	width:100%;
	text-align:center;
	/*border:1px solid red;*/
	}
#content{
	clear:both;
	display:block;
	width:872px;
	/*height:500px; /*ie6 hack - ignored by the rest of the browsers*/
	*position:relative;
	*top:-11px;
	
	/*background-color:#d0bb7a;*/
	border-left: 1px solid #cbb876;
	border-right: 1px solid #cbb876;
	text-align:left;
	background-image: url(../img/bg/bg-content.jpg);
	background-repeat:repeat-y;
	}
#content-header{
	width:874px;
	height:8px;
	display:block;
	background-image:url(../img/bg/bg-content-header.jpg);
	background-repeat:no-repeat;
	}
#content-footer{
	width:874px;
	height:8px;
	display:block;
	background-image:url(../img/bg/bg-content-footer.jpg);
	background-repeat:no-repeat;
	*position:relative;
	*top:-11px;	
	}
#contentcontainer{
	clear:both;
	display:inline-block;
	width:822px;
	background-image:url(../img/bg/bg-content-conteiner.png);
	background-repeat:repeat-y;
	/*border:1px solid red;*/
	margin-left:16px;
	}
#spacer1{
	width:100%;
	height:6px;
	margin-top:0;
	margin-bottom:0;
	}
#leftcolumn{
	float:left;
	display:inline;
	width:274px;
	color: white;
	}
#rightcolumn{
	float:right;
	display:inline-block;
	width:544px;
	}
#title-column{
	width: 546px;
	height:39px;
	background-color:#601323;
	}
#tarife{
	width:100%;
	display:inline-block;
	}	
#tarifel{
	float:left;
	width:50%;
	}
#tarifer{
	float:right;
	width:50%;
	}
.inleft{
	float: right;
	width:81%;
	line-height:17px;
	padding-right:10px;
}
.inleft1{
	float: right;
	width:83%;
	line-height:17px;
	padding-right:10px;
}
.inright{
	float: right;
	width:95%;

}

.pic{
	float:left;
	margin-right: 8px;
	margin-bottom:10px;
	}
.endpic{
	float:left;
	margin-right: 5px;
	}	
.pictitle{
	clear:both;
	width:100%;
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:10px;
	border-bottom:1px solid #601323;
	}

/************************* FORMS ***********************/
.input1{
	border: 1px solid #733033;
	background: url(none) no-repeat #601323;	
	margind-bottom: 5px;
	color: #f8f096;
	font-family: "Times New Roman";
	font-size:16px;
	font-weight:bold;
	}
.input2 {
	width:200px;
	border: 1px solid #733033;
	background: url(none) no-repeat #601323;
	padding-bottom:0px;
	color:#FFFFFF;
	}



/************************* LINKS **********************/
input:focus {
outline:none;
}
a:focus {
   outline: none;
} 
a:link, a:visited, a:active{text-decoration: none; color:#f8f096}
a:hover {text-decoration: underline;}

a.toplink:link, a.toplink:visited, a.toplink:active{text-decoration: none; color:black; font-family:"Times New Roman", Times, serif; font-style:italic; font-weight:bold;font-size:14px; }
a.toplink:hover {text-decoration: underline;}

a.download:link, a.download:visited, a.download:active{text-decoration: none; color:#3f3b19; font-family:"Times New Roman", Times, serif; font-style:italic; font-weight:bold;font-size:14px; }
a.download:hover {text-decoration: underline;}

