@charset "utf-8";
.a {
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
    background-color:white;
    font-family:calibri;
  }

#container {
       background-color:white;
       width:1200px;
       height:935px;
       margin:2em auto;
       border:1px solid #31849B;
}

#logo {
       float:right;
       margin-top:-152px;
       margin-right:0px;
}

#top-left-corner {
         margin-left:10px;
         margin-top:10px;
         width:500px;
         font-size: 19px;
         color:#31849B;
}

#title {
    #width:850px;
	width:100%;
    height:48px;
    font-size: 35px;
    #padding-left:350px;
    margin-top: 15px;
	padding-top: 5px;
    background-color:#31849B;
	text-align: center;
    #text-shadow:black 2px 1px 2px;
}

#buttons li a:link{
text-decoration: none;
 color: #3a8da4;
}

a:link{
text-decoration: none;
 color: #3a8da4;
}

#buttons li a:active  {
 text-decoration: none;
color: #3a8da4;
}

a:active  {
 text-decoration: none;
color: #3a8da4;
 }

#buttons li a:visited {
 text-decoration: none;
color: #3a8da4;
 }

a:visited {
 text-decoration: none;
color: #3a8da4;
 }

#buttons li a:hover {
 text-decoration: none;
 color: black;
 background-color: #3a8da4;
 }

a:hover {
 text-decoration: none;
 color: black;
 background-color: #3a8da4;
 }

#buttons li {
      width:200px;
      padding-top:12px;
      padding-bottom:10px;
      margin-bottom:5px;
      font-size:20px;
}

#platzhalter0 {
margin-top:22px;
 border:1px solid;
 padding-left:15px;
 padding-top:10px;
 padding-bottom:10px;
 color:#fff;
}

#platzhalter1 {
border:1px solid;
margin-top:-20px;
 padding-left:15px;
 padding-top:10px;
 padding-bottom:10px;
 color:#fff;
}

#platzhalter2 {
 border:1px solid;
margin-top:-20px;
 padding-left:15px;
 padding-top:10px;
 padding-bottom:10px;
 color:#fff;
}

#platzhalter3 {
    border:1px solid;
margin-top:-20px;
 padding-left:15px;
 padding-top:10px;
 padding-bottom:10px;
 color:#fff;
}

#description {
 width:630px;
 margin-left:10px;
 margin-top:10px;
 float:left;
}

#Kontaktdaten {
 width:273px;
 float:right;
 margin-right:10px;
 margin-top:10px;
}

#Impressum {
 width:273px;
 float:right;
 margin-right:10px;
 margin-top:10px;
}

#list {
 margin-left:30px;
}

#copyright {
 float:left;
 margin-top:580px;
 margin-left:-885px;
 font-size:13px;
 color:#A9A9A9;
}


