/* CSS Document */

* { padding: 0; margin:0;}
h1, h2, h3, h4, h5, h6, p, ul, ol, table { margin-top: 1.2em;}

/* Allgemeine Styles */
body { background-color: #FFF; color: #1A1B1F; font-family: Arial, Helvetica, Verdana, sans-serif; }
h1 { font-size: 150%; color: #F00; background: transparent url(http://www.cool-cash-re.de/fileadmin/template/img/hlinie.gif) repeat-x center bottom; padding-bottom: 2px;}

/* DIVs */
div#inhaltWrapper, table td { font-size: small;}
div#inhaltWrapper { width: 570px;}
div#bildundtitel { background: transparent url(http://www.cool-cash-re.de/fileadmin/template/img/hlinie.gif) repeat-x center bottom;}
div#bildundtitel td { padding-right: 10px; padding-bottom: 10px;}
div#bildundtitel img { padding: 2px; background-color: #FFF; border: #BBB;}
div#bildundtitel span.titel { font-size: 130%; font-weight: bold;}
div#bildundtitel span.info { font-size: 85%; color: #7D7D7D;}
div#bildundtitel span.infovorspann { font-size: 100%; color: #7D7D7D;}
div#bildundtitel span.mehr { font-size: 85%;}
div#inhalt { padding-top: 10px;}
div#inhalt span.datum { display: block; color: #7D7D7D; font-size: 85%; font-weight: bold; padding-bottom: 10px; letter-spacing: 0.05em;}
div#inhalt span.autor { display: block; color: #7D7D7D; font-style: italic; padding-top: 10px;}
div#footer { padding-top: 20px; font-weight: bold; font-size: 85%;}

/* Hyperlinks */
a { text-decoration: none; outline: none;}
a:link { color: #F00;}
a:visited { color: #F00;}
a:hover,
a:focus,
a:active { color: #E60000;}
