/*
-----------------------------------------------
die medienplaner GmbH
www.die-medienplaner.de
Author:   Daniel Haussmann
Version:  10. Februar 2009
----------------------------------------------- */


/*Presettings
----------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}

/*Layout
----------------------------------------------- */
body{
    text-align: left;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 10pt;
    color : #000;
    line-height: 1.7em;
    background: #999999;
    margin-left: 25px;
}
#logo h1{
    display: none;
}
#navigation1{
	display: none;
}
#sidebar{
	display: none;
}
#footer_wrap{
    display: none;
}
#pathnavigation{
	display: none;
}
h1{
    font-size : 18px;
    color: #004a99;
    margin-bottom: 5px;
    font-weight: bold;
}
h2{
    font-size : 18px;
    margin-bottom: 5px;
    font-weight: bold;
}
h3{
    font-size : 16px;
    color: #004a99;
    margin-bottom: 5px;
    font-weight: bold;
}
h4{
    font-size : 16px;
    margin-bottom: 5px;
    font-weight: bold;
}
h5{
    font-size : 14px;
    color: #004a99;
    margin-bottom: 2px;
    font-weight: bold;
}
h6{
    font-size : 14px;
    margin-bottom: 2px;
    font-weight: bold;
}
a{
    color: #004a99;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
#content ul{
    list-style: disc;
    list-style-position: outside;
    padding-left: 15px;
}
strong{
    font-weight: bold;
}
em{
    font-style: italic;
}
hr{
    border: 0;
    background-color: #f2f2f2;
    height: 2px;
}
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
}
#content a[href^="/"]:after {
  content: " [http://www.nachhilfe-seeger.de" attr(href) "]";
}
#content a[href^="javascript:"]:after {
  content: " ";
}
#content a[href^="mailto:"]:after {
  content: " ";
}
