/* CCS TIMS 1302RS */

body {
margin: 0 auto; /* 0 auto zentriert die Seite im Viewport */
padding: 1em;
max-width: 70em;
background: #00091f;
color: #dedede;
font-family:monospace;
}

a:link, visited, hover, active, focus { text-decoration:none; }

a:link {color:#d30000; }

a:hover { color:#0000FF; }

a:visited { color:#d30000; }

a:active { color:#d30000; }

a:focus { color:#d30000; }

h1 { font-size:1.7em; }

h2 { font-size:1.5em; }

h3 { font-size:1.3em; }

header {
height: 230px;
background: url(../grafik-tim1302/logo.jpg) center;
background-size: 100%;
background-repeat: no-repeat;
}

main {
text-align:center;
}

article {
text-align:justify;
}

article img {
width: 100%;
}

footer {
text-align:center;
padding:1em;
}

.bs {
color: #FF9900;
font-family: serif;
font-weight: bold;
font-style: italic;
}