/*
used colors in website

super-light-blue:#A6C4E0;
light-blue:#6C9ED0;
dark-blue:#3B6CAF;
green:#9EC853;
orange:
red:#C72C20;
grau:#B3B4B5:

used fonts in website
Systemfont: Verdana;
Gfx-Font:;
*/

html {
height:100%;
}

body {
  position:relative;
  text-align:center;
  background-color:#6C9ED0; 
  padding:0%;
  margin:0%;    
  height:100%;  
}

body, table, td, div, p {
  font-family:Verdana, Arial, sans;
  font-size:13px;
  color:#3C3D3E;
}


img {
  border:0;
}

a {
text-decoration:none;
}

h1, h2, h3, h4, h5, h6,a {
color:#3B6CAF;
}

h1, h2, h3, h4, h5, h6 {
line-height:130%;
}

div#rightColumn h5 {
font-size:15px;
line-height:190%;
color:#3C3D3E;
font-weight:normal;
}

h1 {
font-size:13px;
}

h2,h3,h4,h5,h6 {
font-size:13px;
}


