/**
 * Do Not Display
 */
@media print {
	#print-container {
		display:none;
	}
	.print-view {
		display:block;
	}
}

#special-top,
#shadow-top,
#shadow-bottom,
#special-right,
#forum-nav,
#search-row,
#footer,
#navigation,
#extra,
#header,
#riot-toolbar,
.non-print {
	display:none;
}

/**
 * Display Content
 */
body * {
	overflow: visible !important;
	height:auto !important;
	width:auto !important;
	font-family:arial,helvetica,sans-serif; /* Serifless fonts here */
	background: white;
	float: none !important; /* NOTE Wichtig wegen FF-Print-Bug */
}
a:link:after,
a:visited:after {
  content: " ["attr(href)"]";
}
	a.ignore:link:after,
	a.ignore:visited:after {
		content: "";
	}
#content {
	width: auto !important;
	height: auto !important;
	border: 0 !important;
	/*margin: 0 5% !important;*/
	padding: 0 !important;
	float: none !important;

	display:block !important;
	display:block;

}
img {
	border:none;
}
object, embed {
	display:none;
}

#logo a {
	display:none;
}
#content .print-logo {
	text-align: right;
	width: 180px;
	height: 88px;
}
	#famab #content .print-logo {
		width: 217px;
	}

/* */
.print-block {

}


#print-container input.submit {
    padding:0 22px 2px 4px !important;
    padding:0 16px 0 4px; /* IE */
    text-indent:inherit !important;
    text-indent:-6px; /* IE */
    text-align:right !important;
    text-align:center; /* IE */
    margin:0;
    border:0;
    display:inline;
	background:#575759 url(/style/images/btn-right-100-flp.gif?302229) 100% 50% no-repeat;
	height:17px;
	color:white;
	font-weight:bold;
	font-size:10px !important;
	text-transform:uppercase;
	cursor:pointer;
}
#print-container input.submit:hover {
	background:#949494 url(/style/images/btn-right-105-flp.gif?302229) 100% 50% no-repeat;
}

/*
* Award
*/
.award-detail  p {
	padding:0;
	margin:0 0 1px;
}
.award-detail h1 {
	font-size:22px;
	font-weight:bold;
	margin-bottom:4px;
}
.award-detail h2 {
	font-size:18px;
	font-weight:bold;
	margin-top:12px;
	margin-bottom:1px;
}
.award-detail #partner {
	/*page-break-before: always;*/
}


