body {
	padding:0;
	margin:0;
  	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  	background-color:#003366;
  	color:#003366;
	font-size:0.8em;
  	text-align:center;
}
.body_bg{
	margin:0 auto;
	width:1060px;
	background-image:url(images/body-bg.png);
	background-repeat: no-repeat;

}

.main_block{
	margin: 0 auto;
	width:780px;
	text-align:left;
}

fieldset {
	border: 1px solid #999999;
	padding: 1em;
	margin: 20px;
	min-width: 20%;
}
legend{
	background: #CCCCCC;
	color:#000000;
	padding:0.2em;
	margin:0;
	border:1px solid #000000;
	font-size: 1.1em;
	font-weight:bold;
}

img{
	margin: 5px;
}

a img {border: none; } 
.header {
	position:relative;
	margin: 0;
	width:780px; height:244px;
	background:url(images/header.png) no-repeat;
}

.reclame{
	position:absolute;
	width:228px;
	height:205px;
	left: 608px;
	background:url(images/reclame.png) no-repeat;
	top: 31px;
}

.menu_link {
	font-size: 1.3em;
}

.content_container{
	float:left;
	background-color:#FFFFFF;
	position:relative;
	color:#666666;
	width:100%;	
}

.content{
	padding-left: 1em;	
	padding-right: 1em;
}

.menu{
	position:relative;
	width:400px;
	left: 438px;
	padding:1em;
}

.text{
	background-image:url(images/text-bg.png);
	background-repeat: no-repeat;
	background-position:top;
	
	width:680px;
	padding:30px;
}

.highlight{
	font-size:1.3em;
	color:#003366;
	font-weight:bold;
}
.highlight2{
	font-size:1.2em;
	color:#003366;
}

.footer {
	font-size: 9px;
	border-top:1px solid #666666;	
	width:100%;
	background-color:#000000;
}

.ballon{
	float:left;
	width:245px; height:400px;
		background:url(images/ballon.png) no-repeat;
}
.ballon_text{
	position:relative;
	color:#FFF;
	width:215px; height:350px;
	margin-left:8px;
}

a:link {
	color:#000000;
	text-decoration:none;
	}

a:visited {
	color:#000000;
	text-decoration:none;
	}

a:hover {
	color:#FF9900;
	text-decoration:none;
	}

a:active {
	color:#FF0000;
	}

h1 {
	font-size:1.4em;
	font-weight: bold;
	border-bottom:1px solid #000000;
}

h2 {
	font-size:1.2em;
}

h3 {
	font-size:1.1em;
	margin-bottom:0.2em;
	font-weight: bold;
}
h3 {
	font-size:1em;
	margin-bottom:0.2em;
	font-weight: bold;
}
h4 {
	font-size:1.2em;
	color:#fff;
	margin-left:20px;
}


