/* DATEI: formate.css */
/* 2W-Design.de >> formate für Seelische-Gesundheit-Muenster.de */


body 
{
 font-family:Verdana;
 font-size:12px;
 background-color:#D4CBFF;
 text-align:center;
}

h1 {font-size:18px;color:#000000;margin:0px;}
h2 {font-size:14px;color:#000000;}
h3 {font-size:14px;color:#000000;}
p {margin-top:0px;}

/* Für Quellcode-Beispiele im Text */
code
{
 font-size:14px;
 color:#0000cc;
}

/* Der Kasten mit dem Quellcode */
pre
{
 font-size:14px;
 color:#0000cc;
 padding:5px;
}

a:link, a:visited, a:active, a:hover
{ 
  text-decoration:underline;
  font-weight:bold;
  color:#394529;
  font-size:12px;
}
a:active, a:hover
{ 
  color:#150185;
}

/* Die Hyperlinks im Menü */
a.menu:link, a.menu:visited
{ 
  color:#cecfc6;
  text-decoration:none;
}
a.menu:active, a.menu:hover
{ 
  color:#eeeeee;
}

/* Die Titelzeile */
#title {
height:100px;
padding:5px;
text-align:center;
background-color:#150185;
}

/* Das Menü */
#menu {
color:#ffffff;
background-color:#7366B3;
text-align:center;
padding:10px 0px;
}

/* Der Inhalt */
#content {
border-top:1px solid #000000;
background-color:#f6f6f6;
padding:5px;
color:#000000;
}
