/*
-----------------------------------------------
die medienplaner GmbH
www.die-medienplaner.de
Author:   Bertram Gugel
Version:  05. September 2005
Rot: #fe353f
Orange: #f1a73c
Grün: #029363
gelb: #fad23f
----------------------------------------------- */
/* kopf
-----------------------------*/
@import url("elemente.css");

body 
{ 
color: #000;
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
background-color: #fff;
text-align: center;
margin: 4px 0px 15px;
padding: 0px
}
#kopf
{
text-align: left;
margin-bottom: 20px;
}
#kopf a
{
text-align: left;
color: #666;
text-decoration: none;
}
/* elemente
-----------------------------*/
p  { 
clear: both
}
a, a:visited
{
color: blue;
text-decoration: underline;
 }
h1, h2, h3, h4, h5, h6   
{ 
margin: 0;
padding: 0;
}
ul  { 
list-style-type: none; 
margin: 0;
padding: 0
}
hr  { 
margin-top: -10px;
padding-bottom: 11px; 

}
/* ausblenden zum drucken
-----------------------------*/
#zuminhalt
{
display:none;
}
#suche
{
display:none;
}
#links
{ 
display:none;
}
.path
{ 
display:none;
}
.footer_top
{ 
display:none;
}
#navigation1           
{ 
display:none;
}
#navigation2
{
display:none;
}
#rechts
{
display:none;
}
/* inhalt
-----------------------------*/

#inhalt
{ 
font-size: 11pt;
text-align: left;
float: none;
position: relative;
overflow: visible;
visibility: visible;
}
#inhalt img  
{
float: left;
margin: 4px;
}
/* footer
-----------------------------*/
#footer            
{ 
text-align: left;
clear: both;
margin-top: 20mm;
padding-top: 5mm;
height: auto;
}
#footer address
{
font-style: normal;
font-size: 0.8em;
}
