html, body
{
	background-image:url('bg.gif');
	background-attachment:fixed;
	background-position:center;
	background-repeat:repeat-y;
	margin:0;
	padding:0 0 50px 0;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size:13px;
}

#main 
{
	margin:0px auto;
	width:100%;
	height:100%;
	text-align:center;
}

#topbar        
	{
	color: black;
	background-image:url('bg_bar_top.gif');
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-align: left;
	height: 20px;
	padding-top:3px;
	}

#topbar_bottom {
    color: black;
    background-image: url('bg_bar_top.gif');
    font-size: 12px;
    font-family: Verdana, Geneva, Arial, sans-serif;
    text-align: left;
    height: 16px;
    text-align: center;
    padding-top: 3px;
}

#top {
	color: black;
	background-image: url('top.gif');
	background-position: center;
	background-repeat: no-repeat;
	height: 75px;
}

#content {
	width:940px;
	margin:auto;
}

#section {
	width: 650px;
	float:left;
	padding-left:5px;
	border-right: 1px dashed #0d6f52;
}

#right_bar {
	width: 280px;
	text-align:left;
	float:right;
}
	
#menu
{
	font-size: 18px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: #0d6f52;
	text-align: center;
	width: 100%;
	border-top: black solid;
	position:absolute;
	bottom:0;
	left:0;
  	height: 50px;
}

ul {margin:5px;list-style-image:url('ul.gif');text-align:left;font-weight:bold;padding:0;}
li {margin-top:5px;margin-left:50px;padding-left:5px;font-size:12px;font-weight:normal;}

p 
{
	margin-top:3px;
	text-align:justify;
	padding:0 5px 0 5px;
	}

a:link.menu
{
	font-size: 14px;
	color: black;
	font-style: normal;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
	font-weight: bold;
}

a:visited.menu
{
	font-size: 14px;
	color: black;
	font-style: normal;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
	font-weight: bold;
}

a:hover.menu
{
	font-size: 14px;
	color: black;
	font-style: normal;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: underline;
	font-weight: bold;
}
a:active
{
	font-size: 12px;
	color: black;
	font-style: normal;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
}

a:link
{
	font-size: 12px;
	color: black;
	font-style: normal;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
}

a:visited
{
	font-size: 12px;
	color: black;
	font-style: normal;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
}

a:hover
{
	font-size: 12px;
	color: black;
	font-style: normal;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: underline;
	font-weight: bold;
}

h1 {
  text-align:center;
  color:#0d6f52;
  font-size: 30px;
  font-weight: normal;
  padding: 0.6em 0 0.2em 0;
  margin: 0;
  border-bottom: 1px dashed #0d6f52;
}

h2 {
  text-align:left;
  color:#0d6f52;
  font-size: 20px;
  font-weight: normal;
  padding: 0.6em 0 0.2em 0;
  margin: 0;
}

@media screen{
  body>div#menu{
   position: fixed;
  }
}

* html body{
 overflow:hidden;
}

* html div#main{
  height:100%;
  overflow-y:scroll;
  margin:0 0 0 17px;
}

/* --------------------------------Formular------------------------------ */
table.formular 
	{
		empty-cells:show;
		border-collapse:collapse;
		border-spacing:0px;
		text-align:left;
		margin:15px;
	}

table.formular td {
		background-color:#eeeeee;
		font-size:12px; 
		color:#000000;
		border-width:1px;
		border-top-style:solid;      
		border-bottom-style:solid;   
		border-left-style:none;     
		border-right-style:none;    
		border-color:black;
		padding:5px;
		}

table.formular th 
	{
		background-color:#eeeeee;
		font-size:12px; 
		color:black;
		padding:5px;
		width:100px;
		border-width:1px;
		border-top-style:solid;      
		border-bottom-style:solid;   
		border-left-style:none;     
		border-right-style:none; 
		border-color:black;
	}

input {background-color:white;font-size:12px;font-weight:bold;color:#0d6f52;}
input.button {background-color:#eeeeee;font-size:12px;font-weight:bold;color:black;}
select {background-color:white;font-size:12px;font-weight:bold;color:#0d6f52;}
textarea {font-weight:bold;color:#0d6f52;}
/* ---------------------------------------------------------------------- */
