* { 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: #aa9b77; }

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: #fffff5; -moz-box-shadow: 0px 10px 20px 5px #333; -webkit-box-shadow: 0px 10px 20px 5px #333; box-shadow: 0px 10px 20px 5px #333; -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; }

.box1 { float: left; width: 20%; min-height: 140px; padding: 10px 1%; font-size: 0.94em; border: 1px solid #bbb; }
.box2 { float: right; width: 71.8%; min-height: 140px; padding: 10px 1%; font-size: 0.94em; border: 1px solid #bbb; }
.box1 p, .box2 p { margin: 0 0 10px 0; }
.box1 p.null, .box2 p .null{ margin: 0; }
.rechtsbox { float: left; width: 50%; }
.linksbox { float: left; width: 50%; }
.textbox {  background: #ccc0a9; padding: 10px; margin: 0 0 30px 0; border: 1px solid #ddd; }

footer { color: #fff; background-color: #887b55; 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: #c00; text-decoration: none; }

h1 { margin: 0 0 20px 0; line-height: 1.3em; font-size: 1.8em; font-weight: normal; color: #008000; }
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; }
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; }
ol { margin: 0 0 30px 30px; padding: 0; font-size: 1em; line-height: 1.5em; }
ol.lower-latin { list-style-type: lower-latin; margin: 0 0 30px 40px; padding: 0; font-size: 1em; line-height: 1.5em; }
ol.lower-latin li { margin-bottom: 10px; }
ol.lower-latin ul { list-style-type: disc; margin: 10px 0 10px 40px; }
cite { font-size: 1.2em; font-style: italic; }

img { max-width: 100%; border: 0; }
div.hr { border-bottom-style: dotted; border-bottom-width: 1px; /* fix */ border-color: #ccc; height: 1px; width: auto; margin: 0 0 20px 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; color: #008000; }

/* 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; }
}

/* Mobile */
@media handheld, only screen and (max-width: 767px) {
aside { float: none; width: 100%; }
article { float: none; width: 100%; padding: 0 0 20px 0; }
.box1 { width: 30%; }
.box2 { width: 62%; }
}

@media handheld, only screen and (max-width: 560px) {
.box1 { float: none; width: auto; }
.box2 { float: none; width: auto; }
.rechtsbox { float: none; width: 100%; }
.linksbox { float: none; width: 100%; }
}
