/**********************************
	Datei: print.css
***********************************
	Autor: scaramangado
	erste Version: 14.10.2009
	letzte €nderung: 14.10.2009
**********************************/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    font-size: 16px;
    list-style: none;
}

a, a:link, a:active, a:visited {
    color: black;
    text-decoration: none;
    font-size: inherit;
}

a:hover {
    text-decoration: underline;
}

body {
    background: #fff;
    font-family: "Verdana", sans-serif;
}

.invisible, dfn {
	position:absolute;
	left:-62.5em;
	top:-62.5em;
	width:0em;
	height:0em;
	overflow:hidden;
	display:inline;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 18px;
}

#header {
    width: 0px;
    height: 0px;
}

#horNavBar {
    width: 0px;
    height: 0px;
}


#vertNavBar {
    width: 0px;
    height: 0px;
}

#topGradient {
    height: 0px;
    width: 0px;
}

#bottomGradient {
    height: 0px;
    width: 0px;
}

#mainframe {
    
}

#footer {
    margin-top: 20px;
    font-size: 12px;
}

/*** Links ***/

#bogen {
   height: 0px;
    width: 0px;
}

#ndsb {
    height: 0px;
    width: 0px;
}

img.ndsblogo {
    height: 50px;
    width: 50px;
    background: url(../img/logo.png);
}
