

*
{
padding: 0em;
margin: 0em;
}

body
{
overflow-x:hidden;
margin: 10px 0px 20px 0px;
/* 
background: #fff url('/bilder/clouds1.jpg') no-repeat;
background-repeat: repeat-x;
*/
  
  
 /* 
background: #c0deed url('/bilder/bg-clouds.png') no-repeat;
*/

background: url(/bilder/sommer1-1280-960.jpg) no-repeat center center fixed; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
  
 /*
background-color: #8DB65D; 
 background: #e9e9e9 url('/bilder/bg1.gif');
background-repeat: repeat-y;
background-position: center;
*/


}

body,input
{
font-size: 11pt;
font-family: Arial, Helvetica, sans-serif;
color: #333333;
}

.clear {clear: both; margin:0px; padding: 0px;}

p
{
line-height: 1.4em;
margin-bottom: 10px;
}

a
{
color: #003366;
text-decoration: underline;
}

a:hover
{
text-decoration: none;
}


h1
{
  font-weight: bold;
  font-size: 24px;
}

h2
{
   font-size: 18px;
}


h3
{
  font-size: 15px;
  padding: 3px 0 3px 6px;
  border: solid 1px #559955;
 /* background: #6F5230; */
  background: #F1FFE7;
  color: #000; 
}

h4
{
  font-size: 15px;
  padding: 3px 0 3px 6px;
  border: solid 1px #6F5230;
  background: #2B2B2B url('/bilder/topbg.gif') repeat-x;
  color: #fff; 
}

h5
{
   font-size: 13px;
}


img
{
border: solid 0px #6F5230;
}

img.left
{
position: relative;
float: left;
margin: 0em 1.8em 1.4em 0em;
}

img.right
{
position: relative;
float: right;
margin: 0em 0em 1.8em 1.8em;
}


.divider1
{
position: relative;
/*background: #fff url('/bilder/border2.gif') repeat-x; */
height: 1px;
margin: 2.0em 0em 1.5em 0em;
clear: both;
}


.divider2
{
}



