body{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

img{
	border: none;	
}

#space{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

#menu{
	margin-right: 4px;
	float: left;
	line-height: 4px;
}

#menu a{
	text-decoration: none;	
}

#menu a div{
	padding-left: 5px;
	width: 225px;
	background-image: url(../images/button1.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 40px;
	color: white;
	cursor: pointer;
}

#menu a:hover div{
	background-image: url(../images/button2.jpg);
}

#menu a.double div{
	line-height: 20px;
}

#menu a.current div{
	background-image: url(../images/button3.jpg);
}

#menu a.current:hover div{
	background-image: url(../images/button4.jpg);
}

#menu a.doublecurrent div{
	background-image: url(../images/button3.jpg);
	line-height: 20px;
}

#menu a.doublecurrent:hover div{
	background-image: url(../images/button4.jpg);
}

#logo{
	height: 150px;
	background: #3C4592;
}

#lang{
	height: 20px;
}

#lang a{
	margin-right: -4px;
}

#main{
	overflow: hidden;
}

#title{
	margin-bottom: 4px;
	height: 174px;
	background-image: url(../images/title.jpg);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 25px;
	text-align: center;
	line-height: 174px;
	color: white;
}

#window{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	background-color: #DCDDE4;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #303878;
	overflow: hidden;
}

#window.lil{
	height: 530px;
}

#window h1{
	margin-top: 0em;
	margin-bottom: 1em;
	font-size: 11px;
	font-weight: bold;
}

#window h1.keywords{
	margin-bottom: 2em;
	line-height: 1.5em;
}

#window h1.red{
	color: red;
}

#window h2{
	margin-top: 0em;
	margin-bottom: 0em;
	font-size: 11px;
	font-weight: bold;
}

#window h2.red{
	color: red;
}

#window h3{
	margin-top: 0em;
	margin-bottom: 0em;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}

#window p{
	margin-top: 0em;
	margin-bottom: 1em;
	text-align: justify;
}

#window p.center{
	text-align: center;
}

#window a{
	font-weight: bold;
	text-decoration: none;
	color: black;
}

#window a:hover{
	color: gray;
}

#window a.map{
	line-height: 26px;
}

#window a.map img{
	float: left;
}

#window ul{
	margin-left: 25px;
	margin-top: 0em;
	margin-bottom: 1em;
	padding-left: 0px;
	font-weight: normal;
	text-align: justify;
	list-style: square;
}

#window .hr{
	margin-bottom: 1em;
	height: 1px;
	background-color: #AFA4F2;
}

#window table.contacts{
	margin-bottom: 1em;
	width: 100%;
	border-collapse: collapse;
}

#window table.contacts tr td{
	padding-left: 0px;
}

#window table.reference{
	margin-bottom: 1em;
	width: 100%;
	border-collapse: collapse;
}

#window table.reference tr td{
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 2.5em;
}

#window table tr.light{
	background-color: #F3F3F6;
}

#window table.images{
	margin-bottom: 1em;
	width: 100%;
	border-collapse: collapse;
}

#window table.images tr td{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 4em;
	text-align: center;
}

#window table.form{
	margin-bottom: 1em;
	border-collapse: collapse;
}

#window table.form tr th{
	padding-left: 0px;
	padding-right: 10px;
	text-align: left;
}

#window table.form tr th.red{
	color: red;
}

#window table.form tr td{
	padding-left: 0px;
	padding-right: 20px;
}

#window form{
	margin-top: 0em;
	margin-bottom: 1em;
}

#window textarea{
	margin-top: 1px;
	margin-bottom: 1px;
	background-color: #F3F3F6;
	border: solid;
	border-width: 1px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.2em;
	color: #303878;
}

#window input{
	background-color: #F3F3F6;
	border: solid;
	border-width: 1px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #303878;
}

#window input.button{
	font-weight: bold;
	cursor: pointer;
}

#webmaster{
	margin-top: 4px;
	background-color: #3C4592;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	color: white;
}

#webmaster a{
	text-decoration: none;
	color: white;
}

#webmaster a:hover{
	color: silver;
}