/* INTERNE LINKS */

/*
a[href^="/"]:after {
   content: " (http://www.seite.com" attr(href) ") ";
}
*/


/* EXTERNE LINKS */

/*
a[href^="http"]:after {
   content: " (" attr(href) ") ";
}
*/

body {
   background-color: #FFFFFF;
   color: #000000;
   font-family: Verdana, Arial, sans-serif;
   font-size: 1em;
   line-height: 1em;
}

img#logo {
   position: static;
   margin: 1em;
}

h1 {
   position: static;
   margin: 1em;
}

img#ielogo, div#shadowtop, div#sidebar, div#menu, div#shadowbottom, div#menucontent, #navi {
   display: none;
}

div#breadcrumbs {
   width: 95%;
   line-height: 1.2em;
   font-size: 0.7em;
   margin: 1em;;
}

#breadcrumbs span {
   margin: 1em;
   padding: 0 0 0 10px;
}

p {
   margin: 1em;
}

div#footer
{
   width: 100%;
   padding: 10px;
   margin: 1em;
}