/* 
    Document   : print_new.css
    Created on : 18.10.2010, 11:23:42
    Author     : Riese Wolfgang
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
    font-family: Arial,Helvetica,sans-serif;
}
a:link, a:visited, a:focus, a:hover, a:active {
    text-decoration: none;
    color: rgb(0, 93, 149);
}
#pageheader { height:45px; min-height:45px; max-height:45px; margin-top:10px;margin-bottom:10px; padding-bottom:4px;
	vertical-align:bottom;
	border-bottom: 2px dotted  rgb(101, 101, 101);
}
#pagefooter {
	margin-top: 30px;
	position: relative;
	height:61px;
	padding-top:10px;
	border-bottom: 2px dotted  rgb(101, 101, 101);
	border-top: 2px dotted  rgb(101, 101, 101);
}
#logoZBWKleinDIV {
	position: absolute;
	text-align: center;
	top: 10px;
	left: 0%;

}
#logoZBWKleinDIV a:link, #logoZBWKleinDIV a:visited,
#logoZBWKleinDIV a:focus, #logoZBWKleinDIV a:hover,
#logoZBWKleinDIV a:active {
    text-decoration: none;
    color: rgb(0, 93, 149);
    font-size: 12px;
}

#logoWGLKleinDIV {
	position: absolute;
	top: 10px;
	left: 30%;

}
#logoOAKleinDIV {
	position: absolute;
	top: 10px;
	left: 55%;

}
#logoDFGKleinDIV {
	text-align: center;
	position: absolute;
	top: 10px;
	/*left: 75%;*/
	right: 0%;

}
#logoDFGKleinDIV a:link, #logoDFGKleinDIV a:visited,
#logoDFGKleinDIV a:focus, #logoDFGKleinDIV a:hover,
#logoDFGKleinDIV a:active {
    text-decoration: none;
    color: rgb(0, 93, 149);
    font-size: 12px;
}
.navigationBar, .sidebar, .SNSLike, #recomend, #displayFull {
    display:none;
}
#middlePH, #rightPH {
        display:none;
}
img {
        border:0px;
}

.topDownloadsLastMonthTable {
    border-collapse: collapse;
}

.downloadRankingPos {
    margin-right: 5px;
}
.downloadRankingPosCell {
        padding-top: 8px;
	vertical-align: top;
	border-bottom: 2px dotted rgb(101, 101, 101);
}
.noOfDownloads {
    margin-left: 5px;
    margin-bottom: 8px;
}
.noOfDownloadsCell {
        padding-top: 8px;
	vertical-align: bottom;
	border-bottom: 2px dotted rgb(101, 101, 101);
}
.downloadRankingItemPanel {
    margin-bottom: 8px;
}
.downloadRankingItemPanelCell {
        padding-top: 8px;
	vertical-align: top;
	border-bottom: 2px dotted rgb(101, 101, 101);
}
a.downloadRankingItemAnchor:link, a.downloadRankingItemAnchor:visited,
a.downloadRankingItemAnchor:focus, a.downloadRankingItemAnchor:hover,
a.downloadRankingItemAnchor:active {
    text-decoration: none;
    color: rgb(0, 93, 149);
}