/*
-----------------------------------------------
die medienplaner GmbH
www.die-medienplaner.de
Author:   Daniel Haussmann
Version:  10. Februar 2008
dunkelgrau: #222
hellgrau: #acacac
----------------------------------------------- */


/*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;
}
#print_image{
	margin-bottom: 20px;
}
#header h1 a{
    display: none;
}
#font_size{
	display: none;
}
#sidebar{
	display: none;
}
#footer{
    border-top: 1px solid #000000;
    font-size : 9pt; 
}
#footer a{
    display: none;
}
#pathnavigation{
	display: none;
}
#content ul{
    list-style: disc;
    list-style-position: outside;
    padding-left: 15px;
}
strong{
    font-weight: bold;
}
#content a{
    color: #003399;
}
h1{
    font-size : 14pt;
    color: #003399;
    padding-bottom: 5px;
    font-weight: bold;
}
h2{
    font-size : 12pt;
    font-weight: bold;
    color: #003399;
    padding-bottom: 3px;
}
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
}