body          
{ 
margin: 10px;
background-image: url('../images/bg.gif'); 
font-family: 'Trebuchet MS', Verdana, Tahoma
}

/* some header  */
h1            
{ 
margin: 0 0 10px 0;
color: #333;
padding-bottom: 3px;
font-size: 30px
}
h1 span           
{ 
border-bottom: 2px dotted #333
}
h2            
{ 
margin: 15px 0 0 0;
color: #02243a;
font-size: 24px
}
h3
{ 
margin: 15px 0 0 0;
color: #070301;
font-size: 20px
}
p       
{ 
margin: 0 0 10px 0;
color: #000;
/* text-align: justify; */
line-height: 150%;
font-size: 18px 
}

p18
{
  margin: 0 0 10px 0;
  color: #000;
  /* text-align: justify; */
  line-height: 150%;
  font-size: 18px 
}
p24
{
  margin: 0 0 10px 0;
  color: #000;
  /* text-align: justify; */
  line-height: 150%;
  font-size: 24px 
}
  


 
h2_summary
{ 
margin: 15px 0 0 0;
/* color: #FF6600; */
color: #0c21db;
font-size: 24px;
font-weight: bold
}

/* Links */
a:link, a:active, a:visited
{
text-decoration: underline;
color: #000
}
a:hover
{
text-decoration: none;
color: #135203 
}

#title
{ 
line-height: 120px;
border: 1px solid #666;
background-color: #ccc;
letter-spacing: 5px;
font-weight: bold;
font-size: 48px;
color: #08022e;
text-align: center
}

/* Formatierung content */
#content       
{ 
border: 3px solid #999;
width: 1100px;
padding: 5px;
/*background-color: #fff;*/
background-color: #fff;
color: #000;
text-align: justify;
font-size: 12px
}

#textarea      
{ 
/*  background-color: #c3c3c3;  */
  background-color: #aaaaaa;

/*background-color: #f2f2f2; */
margin: 1px 0;
border: 1px solid #666;
padding: 5px;
}

/* horizontales Navigationsmen� ganz oben */
.nav_ob          
{
width: 900px;
margin: 10px 0; 
font-size: 12px
}
.nav_ob a:link, .nav_ob a:active, .nav_ob a:visited
{ 
text-decoration: underline;
margin-right: 5px;
color: #fff
}
.nav_ob a:hover
{ 
text-decoration: overline;
color: #FF6600
}


details[open] {
/*  background: coral; */
  margin-bottom: 1em;
}

/* horizontale Hauptnavigation */
.nav          
{
margin-top: 10px;
width: 100%; 
table-layout: fixed;
font-size: 14px;
background-color: #ccc;
border: 1px solid #666
}
.nav a:link, .nav a:active, .nav a:visited
{ 
display: block;
line-height: 26px;
text-decoration: none;
border: 3px solid #666;
background-color: #fff;
text-align: center
}
.nav a:hover
{ 
text-decoration: none;
border: 3px solid #FF6600;
color: #666
}

/* Footer */
#fuss         
{ 
background-color: #ccc;
border: 1px solid #666;
text-align: center;
font-size: 10px;
line-height: 45px
}