/*
 * WebsiteReader by Silenium (c)2012
 * http://www.silenium.de
 *
 * Author: Jürgen Lindenfelser
 * Version: 1.0
 * Date: 13. Juni 2012
 */

html, body { 
margin: 0; 
padding: 0; 
}
*html, body {
margin-top: 40px;
}

body { 
font-family: verdana, helvetica, arial;
line-height: 18px; 
font-size: 13px; 
color: #666;
}

#container {
width: 498px;
margin: 40px 0 0 100px; 
padding: 0; 
}

div.title {
float: left;
width: 230px;
height: 62px;
margin: 0;
padding: 0;
text-indent: -999px;
background: url(images/logo.gif) left center no-repeat;
}

div.powered {
float: right;
margin: 0;
padding: 20px 0 0 0;
width: 175px;
height: 42px;
font-size: 11px;
color: #00008d;
background: url(images/silenium_log.png) right top no-repeat;
}
*html div.powered {
height: 62px;
}

#content { 
margin: 15px 0 0 0;
padding: 30px; 
width: 438px; 
background: #fff;
color: #028acc;
border: 1px solid #009cdf;
border-bottom: none;
}
*html #content {
width: 498px;
}
*html #content p {
margin: 13px 0;
}
#content a {
color: #028acc;
text-decoration: underline;
}
#content a:hover {
text-decoration: none;
}

#demo {
width: 438px;
height: 20px;
margin: 0 0 15px 0;
padding: 30px;
font-weight: bold;
text-indent: 32px;
background: #029be3;
color: #e1f3fc;
border: 1px solid #009cdf;
border-top: none;
}
*html #demo {
width: 498px;
}

#footer {
width: 498px;
height: 20px;
margin: 0;
padding: 0;
font-size: 11px;
line-height: 15px;
text-align: center;
color: #029be3;
}
#footer a {
color: #029be3;
}

h1 {
font-size: 16px; 
margin: 0;
padding: 0;
}

h2 {
font-size: 14px; 
font-weight: bold;
margin: 0;
padding: 0;
}

ul {
margin: 0;
padding: 0;
display: inline;
list-style: none;
}

ul li {
margin: 0 25px 0 0;
float: left;
}

.reg {
font-size: 10px;
vertical-align: super;
}

.small {
font-size: 9px;
line-height: 12px;
}

.clear {
clear: both;
line-height: 0;
font-size: 0;
}