/* Screen Stylesheet
www.dnw_server.de
Start: 1.1.2008
Letzte Aenderung: 1.1.2008
@2011 paepke
*/

* { border: 0; padding: 0; margin: 0; }
html,body { text-align: center; background: url(bg.gif) #19153f; font: 13px/160% normal "Trebuchet MS", sans-serif;}
#page { text-align: left; color: #333; width: 700px; margin: auto; margin-top: 50px; position: relative; }

h1,h2 { font-weight: bold; font-size: 13px; }

#header, #content, #footer { position: relative; display: block; }

#header {   background-color: #fff; background: no-repeat right bottom url(header_1.jpg) ; padding: 20px; height: 100px; }
#header h1 { position: absolute; font-size: 16px; }
#header p { font-size: 16px; color: white; }

#content {  background: no-repeat url(coming_soon.jpg) 10px 20px #fff; text-align: left; padding: 20px; padding-top: 35px; padding-bottom: 60px; position: relative; margin-top: 15px; }
#content p, #content h2, #content h3 { margin-bottom: 1em; margin-left: 170px; }

#menue { }

a { color: gray; text-decoration: none; }
a:hover { color: black; text-decoration: underline; }

ul li { }

address { font-size: 11px; line-height: 140%; margin-left: 5px; bottom: 30px; position: absolute; }
address strong { font-style: normal; margin-left: -5px; }

#footer { font-size: 9px; text-align: right;  color: white; }

.red { color: red; }