* { margin: 0; padding: 0; }
html { min-height: 100.01%; }
body { font-family: Tahoma, Helvetica, Arial, sans-serif; font-size: 100%; color: #000; margin: 20px 0; background-color: #900; }

a, a:link, a:visited { color: #303095; text-decoration: none; }
a:hover, a:active, a:focus { color: #c00; text-decoration: underline; }

#center { max-width: 980px; width: 100%; margin: 0 auto; text-align: left; background-color: #fff; -moz-box-shadow: 0px 10px 20px 5px #000; -webkit-box-shadow: 0px 10px 20px 5px #000; box-shadow: 0px 10px 20px 5px #000; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; border-radius: 10px; }

header { padding: 20px 2%; -moz-border-radius: 10px 10px 0 0; -webkit-border-radius: 10px 10px 0 0; -khtml-border-radius: 10px 10px 0 0; border-radius: 10px 10px 0 0; }

section { padding: 10px 2% 20px 2%; }
article { width: 64%; float: left; }
aside { width: 30%; float: right; }

footer { color: #fff; background-color: #700; padding: 30px 2% 20px 2%; -moz-border-radius: 0 0 10px 10px; -webkit-border-radius: 0 0 10px 10px; -khtml-border-radius: 0 0 10px 10px; border-radius: 0 0 10px 10px; }
footer p { margin: 0 0 10px 0; }
footer a, footer a:link, footer a:visited { color: #fff; text-decoration: none; }
footer a:hover, footer a:active, footer a:focus { color: #fc0; text-decoration: none; }

h1 { margin: 0 0 20px 0; line-height: 1.3em; font-size: 1.6em; font-weight: normal; }
h2 { margin: 0 0 10px 0; line-height: 1.2em; font-size: 1.4em; font-weight: normal; }
h3 { margin: 0 0 10px 0; line-height: 1.3em; font-size: 1.2em; font-weight: normal; }
h4 { margin: 0 0 10px 0; line-height: 1.2em; font-size: 1.1em; font-weight: normal; }
p { margin: 0 0 20px 0; line-height: 1.5em; font-size: 1em; }
.bild { float: right; margin: 0 0 20px 20px; }
.bild2 { float: left; margin: 0 20px 20px 0; }
ul.tx { list-style-image: url(bilder/pfeil1.gif); margin: 0 0 15px 40px; padding: 2px 20px 2px 2px; line-height: 1.4em; font-size: 1em; }
ul.tx li { margin-bottom: 10px; }

img { max-width: 100%; border: 0; }
.abst { margin: 0 0 30px 0; }
.clear { clear: both; }
.nah { margin: 0 0 10px 0; }
.null { margin: 0; }
.right { float: right; }
.left { text-align: left; }
blockquote { margin-left: 30px; font-size: 0.94em; line-height: 1.4em; }
small { font-size: 0.87em; line-height: 1.2em; }
.big { font-size: 2.2em; }

/* Smaller screens */
@media only screen and (max-width: 980px) {
body { margin: 0; background-color: #fff; }
#center { -moz-box-shadow: 0 0 0 0 #fff; -webkit-box-shadow: 0 0 0 0 #fff; box-shadow: 0 0 0 0 #fff; -moz-border-radius: 0; -webkit-border-radius: 0; -khtml-border-radius: 0; border-radius: 0; }
header, footer { -moz-border-radius: 0; -webkit-border-radius: 0; -khtml-border-radius: 0; border-radius: 0; }
aside { float: none; width: 100%; }
article { float: none; width: 100%; padding: 0 0 20px 0; }
.bild, .bild2 { float: none; margin: 0 0 20px 0; }
}
