<!--
/* font-size:small entspricht etwa 12pt */
body {
 font-family:Arial;
 font-size:small;
 background-color:rgb(248,248,248);
 background: url(images/nth_theme_blue_blue12_bg.gif);
}
h1 { font-family:Arial; font-size:150%; color:rgb(0,0,102); }
h2 { font-family:Arial; font-size:130%; color:rgb(40,86,143); }
h3 { font-family:Arial; font-size:120%; color:rgb(0,0,102); }
p.namo-list { font-family:Arial; font-size:100%; color:rgb(51,51,51); }
p.namo-sublist { font-family:Arial; font-size:90%; color:rgb(102,102,102); }
p.namo-normaltext { font-family:Arial; font-size:90%; color:rgb(51,51,51); }
p.namo-copyright { font-family:Arial; font-size:50%; color:rgb(102,102,102); }
table.namo-table { background-color:rgb(154,192,202); border-width:1; border-style:none; }
table.namo-table td { font-family:Arial; font-size:100%; color:rgb(102,102,102); background-color:rgb(244,248,250); border-width:1; border-style:none; }
table.namo-table th { font-family:Arial; font-size:100%; color:rgb(0,102,255); background-color:rgb(226,232,233); border-width:1; border-style:none; }
a:hover { color:rgb(0,102,255); text-decoration:underline; }
span.namo-link, a:link { color:rgb(204,51,153); text-decoration:underline; }
span.namo-visited, a:visited { color:rgb(0,102,255); text-decoration:underline; }
span.namo-active, a:active { color:rgb(153,153,153); text-decoration:underline; }
li.namo-list1 { list-style-image:url('nav/bullet1.gif'); }
li.namo-list2 { list-style-image:url('nav/bullet2.gif'); }

#wrap {
 max-width: 1200px;
 min-width: 600px;
}

#header {
 text-align: center;
}

#content {
 float: left;
 text-align: left;
 width: 65%; /* das sind 600px - 180px - 5% */
}

#content-picture600 {
 width: 600px;
 background: #f6f6f6;
 padding-bottom: 5px;
}

#sidebar {
 float: left;
/* width: 15%; */
 width: 180px;
 margin-right: 5%;
}

#footer {
 clear: both;
 text-align: center;
}

#picture-copyright {
 float: right;
}
-->

