/**
 * CSS fŸr thorsten-rinne.de
 */

@import url(reset.css);

header, section, footer, aside, nav, article, figure {
	display: block;
}

body { 
    color: #424242; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); font-family: Georgia, "Times New Roman", Times, serif;
    background-color: #eaeaea;
}

h1 { color: #fffeff; position: relative; top: 15px;    font: 48px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; }
h2 { padding-left: 25px; font-size: 48px; color: #424242; height: 65px; }
h3 { font-size: 32px; color: #424242; height: 48px; display: block; }

a { color: #ff5400; text-decoration: none; padding-bottom: 2px; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }

p, section li, dl { font-size: 18px; margin-bottom: 15px; line-height: 32px; }
li { list-style-type: square; list-style-position: inside; }

header { 
    margin: auto; width: 100%; background-color: #000; margin-bottom: 25px; -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4); 
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4); float: left; padding-top: 5px; padding-bottom: 5px; }

nav { width: auto; float: left;    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; }
nav ul { position: absolute; right: 0; display: block; margin-top: -37px; }
nav ul li { display: inline; margin-left: 12px; }
nav ul li#current {    border-bottom: #ff5400 solid 2px; }
nav ul li a { font-size: 18px; }

#headerContainer { width: 960px; margin: 0 auto; position: relative; }
#contentContainer { width: 960px; margin: 0 auto; float: none; padding-top: 100px; }

section { float: left; }

dl.table-display { width: 900px; line-height: 20px; margin-bottom: 24px; clear: both; }
.table-display dt { width: 17em; float: left; margin: 0; padding: .5em; border-top: 1px solid #999; font-weight: bold; }
.table-display dd { float: left; width: 26em; margin: 0; padding: .5em; border-top: 1px solid #999; }
.table-display dd li { margin-bottom: 8px; }

footer { clear: both; width: 960px; margin: 0 auto; float: none;  }
footer div { right: 0; margin-top: 50px; border-top: 1px solid #424242; }