/* CSS Document */

/* Allgemeines */

img
{
border:none;
}

body
{
text-align:center;
background-color:#fff;
font-family:arial,helvetica,sans-serif;
font-size:12px;
margin:0px;
padding:0;
color:#414141;
background-image:url(../images/lay_bg_body.jpg);
background-repeat:repeat-x;
}

#container
{
text-align:left;
height:auto;
width:665px;
margin:0px auto;
margin-top:0px;
font-family:arial,helvetica,sans-serif;
font-size:12px;
color:#414141;
}

#head
{
background-color:#d4e4f3;
float:left;
height:auto;
width:625px;
padding: 12px 20px 13px 20px;
text-align:center;
border-bottom: 2px solid #fff;
}

#inhalt
{
float:left;
width:625px;
height:350px;
padding:20px;
border-top: 10px solid #0162a7;
background-color: #fefefe;
}

#inhalt h1
{
font-size: 19px;
font-weight: bold;
text-align: center;
}

#inhalt p
{
line-height:18px;
}

#inhalt a.gross1
{
font-size: 18px;
background-color: #d4e4f4;
display: block;
width: 44%;
padding: 4% 2%;
height: 150px;
float: left;
font-weight: bold;
border: 1px solid #103c9b;
text-align: center;
}

#inhalt a.gross2
{
font-size: 18px;
background-color: #d4e4f4;
display: block;
width: 44%;
padding: 4% 2%;
height: 150px;
float: right;
font-weight: bold;
border: 1px solid #103c9b;
text-align: center;
}

#inhalt #left
{
width: 300px;
padding: 10px 0;
float: left;
font-weight: bold;
font-size:14px;
text-align: center;
}

#inhalt #right
{
width: 300px;
margin-left: 23px;
display: inline;
padding: 10px 0;
float: left;
font-weight: bold;
font-size:14px;
text-align: center;
}

#footer
{
clear: both;
text-align:right;
padding:4px;
width:auto;
background-color: transparent;
}

a
{
color:#103c9b;
text-decoration: none;
}
