<!--
/* font-size:small entspricht etwa 12pt */
body {
	font-family:Arial;
	font-size:small;
	background-color:rgb(245,245,245);
}
h1 { font-family:Arial; font-size:150%; }
h2 { font-family:Arial; font-size:130%; color:rgb(102,102,102); }
h3 { font-family:Arial; font-size:120%; }
p.namo-h2 { font-family:Arial; font-weight:bold; font-size:130%; color:rgb(51,51,51); }
p.namo-h3 { font-family:Arial; font-weight:bold; font-size:120%; color:rgb(51,51,51); }
p.namo-h4 { font-family:Arial; font-weight:bold; font-style:italic; font-size:110%; color:rgb(51,51,51); }
p.namo-text { font-family:Arial; font-size:100%; color:rgb(51,51,51); text-align:left; }
p.namo-list { font-family:Arial; font-size:100%; color:rgb(51,51,51); text-align:left; }
p.namo-sublist { font-family:Arial; font-size:90%; color:rgb(51,51,51); margin-left:1em;}
p.namo-tabletext { font-family:Arial; font-size:100%; color:rgb(51,51,51); text-align:left; }
p.namo-tabletext-small { font-family:Arial; font-size:80%; color:rgb(51,51,51); text-align:left; }
p.namo-tabletext-blue { font-family:Arial; font-size:90%; color:rgb(0,0,80); text-align:left; margin-left:1em;}
p.namo-tabletext-link { font-family:Arial; font-size:90%; color:rgb(51,51,51); text-align:left; margin-left:1em;}
table.namo-table { border-width:1px; border-color:rgb(153,153,153); border-style:solid; }
table.namo-table td { font-family:Arial; font-size:100%; border-width:1px; border-style:solid; }
table.namo-table th { font-family:Arial; font-size:100%; background-color:rgb(241,243,236); }
a:hover { color:rgb(0,102,255); }
span.namo-link, a:link { color:rgb(0,102,255); text-decoration:underline; }
span.namo-visited, a:visited { color:rgb(153,153,153); text-decoration:underline; }
span.namo-active, a:active { color:rgb(0,102,255); }
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: right;
 width: 75%;
 text-align: left;
 background: url(images/aura-migraene_back.gif);
}

#sidebar {
 float: left;
 width: 15%;
 margin-right: 5%;
}

#footer {
 clear: both;
 text-align: center;
}

#picture-copyright {
 float: right;
}
-->
