/*********************************/
/* General tag formating         */
/*********************************/
body
{
	background-color: black;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif; 
	color: #FFFFFF;
	margin: 0px;
  text-align: center; /* Center underlying divs in IE */
}

TD { 
	font-size: 12px;
	color: white;
}

A { 
	text-decoration: none;			
	font-weight: bold;
	color: FF660F;
}

A:hover {
	color: #cccccc
}

H1 {
	font-family: Arial, Verdana, sans-serif; 
  font-size: 16px; 
  font-weight: bold;
}

H2 {
  font-size: 14px; 
  font-weight: bold;
}

H3, TH {
  font-size: 11px; 
  font-weight: bold;
}

/*********************************/
/* Header                        */
/*********************************/
.header{
  margin: 10px auto; /* Center div in Firefox */
  text-align: right;
  background-image: url(images/logoline1.jpg);
  background-repeat: no-repeat;
  width: 700px;
  padding-top: 22px;
  padding-bottom: 40px;
}

/*********************************/
/* Main                          */
/*********************************/
.main{
  text-align: left;
  width: 700px; /* .Left + .right = 150px + 550px */
  margin: 0px auto; /* Center div in Firefox */
}

.left{
  float: left; /* Float div to the left of other divs */
  padding-top: 30px;
  margin: 0px;
  width: 150px;
}

.right{
  margin: 0px 10px; /* Width + margin = 550px */
  width: 530px; /* .Right-text + .right-images = 270px + 250px */
  float: right; /* Float div to the right of other divs */
  overflow: auto; /* Auto = expand when too big */
}

.right-bg{
  background-image: url(images/bgbild.jpg);
  background-repeat: no-repeat;
  /*background-position: 0px;*/
  margin: 0px 10px; /* Width + margin = 550px */
  width: 530px; /* .Right-text + .right-images = 270px + 250px */
  float: right; /* Float div to the right of other divs */
  overflow: auto; /* Auto = expand when too big */
}

.right-text{
  float: left; /* Float div to the left of other divs */
  width: 270px;
}

.right-images{
  text-align: right;
  float: right; /* Float div to the right of other divs */
  padding-top: 40px;
  width: 250px;
}

/*********************************/
/* Footer                        */
/*********************************/
.footer{
  clear: both; /* Don't float other divs on either side of div */
  background-image: url(images/line3.jpg);
  background-repeat: no-repeat;
  background-position: 0px 15px; /* Put background 5px down from top */
  margin: 0px auto; /* Center div in Firefox */
  width: 700px;
  padding: 30px 0px; /* Padding 20px top and bottom */
  font-size: 9px;
  color: #777777;
}