/*
 * Author : HDNET
 * Contact : Email: info@hdnet.de
 * File Name : style.css
*/

* {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
}

h1 { font-size: 15px; font-weight: bold; }
h2 { font-size: 14px; font-weight: bold; }
h3 { font-size: 13px; font-weight: bold; }
h4, h5, h6 { font-size: 13px; font-weight: normal; }

/* Positionierung und Verstecken */
h1#logo {
 padding-bottom: 15px;	
}

td,
th {
 text-align: left;
 padding: 2px;
}

div.transparent, div#searchbox,
p.language_select, ul#top_nav,
div#left_sidebar, div#footer,
div#right_sidebar, .noPrint,
ul.machine_menu {
 display: none;
}

#content {
 margin-right: 235px;
}

#anschrift {
 display: block;
 position: absolute; 
 right: 0px;
 top: 0px;
 padding: 12px;
 margin: 12px;
 border: 1px solid black;
}
div.imageModule {
 display: block;
 position: absolute; 
 right: 0px;
 top: 220px;
 width: 225px;
}