/* marcelkorstian.de */

* { margin: 0; padding: 0 }

body { font: 100% 'PT Sans', Georgia, serif; background: #fff; color: #333; margin: 0 auto; }
html>body { font-size: 10px; }

div#drumherum { width: 220px; margin: 200px auto; }

h1 { font-size: 24px; font-weight: normal; color: #333; margin: 0 0 48px 0; }
h1#logo { width: 220px; height: 55px; text-indent: -99999px; background: url('img/logo.png') no-repeat transparent; }
ul#punkte { list-style-type: none; text-align: left; }
ul#punkte li { font-size: 16px; line-height: 24px; margin: 10px 0;}

a:link, a:visited, a:active { color: #666; text-decoration: none; }
a:hover { color: #04c; text-decoration: underline; }


div#impressum a { color: #666; font-size: 11px; position: absolute; bottom: 20px; right: 20px; }

p { line-height: 18px; font-size: 12px; padding-bottom: 18px; color: #666 }


@media (max-width: 520px) {	
  div#drumherum { margin: 48px auto; }
  div#impressum { text-align: center; }
  div#impressum a { position: static; }
}
