html
{
	overflow-x: hidden;
	overflow-y: scroll;
}

body
{
	width: 100%;
	overflow: auto;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	font-family: Arial,Arial,sans-serif;
	font-size: 12px;
	line-height: 17px;
}

.layout {
  width:900px;
	margin: auto;
	height: 100%;
	background-color: #fff;
  margin-top: 30px;	
}

.head {
  background-color: #25567b;
  height: 250px;
  width: 900px;
  margin: auto;
}

*html div.head_right {
  overflow: hidden;
}

*html div.head_right img{

  height: 252px;
}

.head p {
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  padding-left: 20px;
}

.left {
  width: 400px;
  float: left;
  padding-top: 20px;
  padding-bottom: 0px;
}

.right {
  width: 400px;
  float: right;
  padding-top: 20px;
  padding-bottom: 0px;
}

.right_imp {
  width: 400px;
  float: right;
  padding-top: 20px;
  padding-bottom: 0px;
  height: 1820px;
}

table {
  font-family: Arial;
	font-size: 12px;
	line-height: 17px;
}

.big {
  font-size: 16px;
  font-weight: bold;
  color: #25567b;
}

b {
  color: #25567b;
}

ul {
  color: #000;
}

.head_left {
  width: 500px;
  height: 250px;
  float: left;
}

.head_right {
  width: 400px;
  float: right;
  height: 250px;  
}

.clear {
  text-align: right;
  clear: left;
  clear: right;
  float: right;  
  width: 365px;
}

img {
  border: none;
  padding: 0;
  margin: 0;
}

.link {
  color: #fff;
  text-decoration: none;
}

a {
  color: #25567b;
  text-decoration: underline;
}

.aktiv {
  font-weight: bold;
  text-decoration: none;
  color: #25567b;  
}

a:hover {
  text-decoration: none;
}

h1 {
  font-family: Arial;
  color: #fff;
  padding-top: 20px;
  padding-left: 20px;
  margin-top: 0px;
	font-size:2.3em;
	line-height:1.0em;
  
}

h2 {
  color: #25567b;
  padding-top: 20px;
  padding-left: 0px;
  margin-top: 0px;
  font-size: 1.8em;
  line-height: 1.1em;
}

h3 {
  color: #25567b;
  font-size: 14px;
}