﻿html, body { margin:0; padding:0 }

body 
{
 	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	text-align: left;
	font-size: 14px;
	line-height: 1.2;
	background-color: #D8D9DA;
}

img { border:0 }

a { color: #C6151B }

h2  
{
    color: #231F20;
    font-size: 14px;
    margin-bottom:0;
}

.round { 

border: 1px solid #ccc; 
-moz-border-radius: 10px; 
-webkit-border-radius: 10px; 
border-radius: 10px; 

-moz-box-shadow: 2px 2px 3px #e8e8e8; 
-webkit-box-shadow: 2px 2px 3px #e8e8e8; 
box-shadow: 2px 2px 3px #e8e8e8; 

font-size: 16px; 
padding: 4px 7px; 

outline: 0; 

} 
.round:focus { border-color: #FF6A00 }

.listcomplete 
{
    margin:0;
    list-style: none;
    font-size: 16px;
    padding: 3px 0 0 4px;
    border: 1px solid #ccc; 
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    border-radius: 10px;    
    z-index:10;
    background-color: #fff;
    cursor:pointer; 
}

.required 
{
    font-size: 16px;
    color: Red;
}

.contmessageok 
{
    border:1px solid #00AD14;
    background-color: #B5FF96;   
    font-size: 16px;
    color: #00AD14;
    font-style: italic;
    padding: 15px 0 15px 0;
    text-align:center;
    width: 565px;
}

.contmessageerror
{
    border:1px solid #FF1C32;
    background-color: #FF939E;   
    font-size: 16px;
    color: #FF1C32;
    font-style: italic;
    padding: 15px 0 15px 0;
    text-align:center;
    width: 565px;
}

#topcontainer
{
   background: #ffffff url("../images/bakgrund_top.png") repeat-x left top;
   border:0;
   margin:0;
   padding:0;
   border-bottom:1px solid #fff;
}


#top
{
    width:900px;
    height: 170px;
    margin: 0 auto 0 auto;        
}

#middlecontainer
{
   background-color:#ffffff;   
   margin:0;
   padding:0;
   border:1px solid #fff;
}

#middle 
{ 
    width:900px;
    min-height:400px;
    margin: 0 auto 0 auto;    
}


#logo
{
    width: 390px;
    float: left;
    padding-top: 20px;
}

#menu 
{
  padding-top: 140px;  
}

#menu ul 
{
   margin:0   
}

#menu li
{
    float:left; 
    list-style-type: none;
    text-align:center;     
}

#menu li a 
{
    text-decoration:none;
    color: #fff;
}

#menu li:hover 
{
   font-weight: bold
}

#contentstypeone
{
    margin-top: 28px;
    background-image: url("../images/startbild.jpg");  
    background-repeat: no-repeat;
    height: 390px;       
}

#contentstypetwo
{
     margin-top: 28px;
}

#contentsbox
{
    position: relative;
    top: 65px;
    width: 700px;
    height: 255px;
    background-color: transparent;
    background-image: url("../images/bgcontents.png");     
}

#contentsbox .left
{
    color: #C6151B;
    float:left;   
    margin-top:110px;
    text-align:center;
    width: 239px;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold; 
}

#contentsbox .right
{
    font-size: 12px;
    margin-top:20px;
    margin-right: 5px;
    width: 450px;
    float:left;  
    overflow:auto;
    height: 220px;  
}

.header 
{
    color: #C6151B;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;     
}

#contact 
{

    padding-top:10px;   
    width: 600px;
    margin: 10px 0 10px 0; 

}

#footercontainer
{
    border-top: 2px solid #E1001A;
    background-color: #D8D9DA;
    margin: 0;
    padding: 0;
}

#footer
{
    font-size: 12px;
    border: 1px solid #818284;
    background-color: #B9BCC1;
    line-height: 200%;
    width:900px;
    margin: 0 auto 0 auto;       
}

#footer .box 
{
    padding-left: 40px;
    float: left;
    width: 259px;
    margin-bottom: 20px;
}

#footer a
{
    color: #000000;
    text-decoration:none
}
#footer a:hover
{
    color: #828282;
    text-decoration:none
}
.clear { clear:both }