/* 
  HTML5 âœ° Boilerplate 
  
  style.css contains a reset, font normalization and some base styles.
  
  credit is left where credit is due.
  much inspiration was taken from these projects:
    yui.yahooapis.com/2.8.1/build/base/base.css
    camendesign.com/design/
    praegnanz.de/weblog/htmlcssjs-kickstart
*/

/* 
  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
  html5doctor.com/html-5-reset-stylesheet/
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display:block;
}

nav ul { list-style:none; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }

ins { background-color:#ff9; color:#000; text-decoration:none; }

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }

/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }

input, select { vertical-align:middle; }

/* END RESET CSS */


/* fonts.css from the YUI Library: developer.yahoo.com/yui/
   Refer to developer.yahoo.com/yui/3/cssfonts/ for font sizing percentages

  There are three custom edits:
   * remove arial, helvetica from explicit font stack
   * we normalize monospace styles ourselves
   * table font-size is reset in the HTML5 reset above so there is no need to repeat
*/
body { font:13px/1.4 sans-serif; *font-size:small; } /* hack retained to preserve specificity */

select, input, textarea, button { font:99% sans-serif; }

/* normalize monospace sizing 
 * en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome
 */
pre, code, kbd, samp { font-family: monospace, sans-serif; }
 

/* 
 * minimal base styles 
 */


body, select, input, textarea { 
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */ 
  color: #444; 
  /* set your base font here, to apply evenly */
  font-family: "droid-sans-1","droid-sans-2", sans-serif;
}

/* Headers (h1,h2,etc) have no default font-size or margin,
   you'll want to define those yourself. */ 
h1,h2,h3,h4,h5,h6 { font-weight: normal; }

/* always force a scrollbar in non-IE */ 
html { overflow-y: scroll; }

 
/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a, a:hover, a:active { outline: none; }

a { color: #1c9700; text-decoration: none; }
a:hover { text-decoration: underline; }


ul, ol { list-style-type: none; margin: 0; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; } 

small { font-size: 85%; }
strong, th {
	font-weight: bold;
	font-size: 14px;
}

td, td img { vertical-align: top; } 

sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

pre { 
  padding: 15px; 
  
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}
 
textarea { overflow: auto; } /* thnx ivannikolic! www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } /* thnx ivannikolic! */

/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }
 
/* webkit browsers add a 2px margin outside the chrome of form elements */  
button, input, select, textarea { margin: 0; }

/* colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { 
      border-radius: 1px;
    -moz-box-shadow: 0px 0px 5px red; 
 -webkit-box-shadow: 0px 0px 5px red; 
         box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301 
   Also: hot pink. */
::-moz-selection{ background: #33a718; color:#fff; text-shadow: none; }
::selection { background:#33a718; color:#fff; text-shadow: none; } 

/*  j.mp/webkit-tap-highlight-color */
a:link {
	-webkit-tap-highlight-color: #FF5E99;
	font-size: 16px;
} 

/* make buttons play nice in IE:    
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }
 
/* bicubic resizing for non-native sized IMG: 
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }



/* 
 * Non-semantic helper classes 
 */

/* for image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; } 

/* Hide only visually, but have it available for screenreaders 
   www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */
.visuallyhidden { position: absolute !important;    
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before, .clearfix:after {
  content: "\0020"; display: block; height: 0; visibility: hidden;	
} 

.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }






 /* Primary Styles
    Author: Falko Birner
 */

/*

==========
MASTER PNG
==========

*/
.logo,
nav ul li a span,
footer,
.slider-nav a,
.button,
hr,
.green-circle {
	background-image: url(../images/master.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
/*

=============
Ãœberschriften
=============

*/
/* h1 */
h1, h2, h3 {
	font-family: "ff-netto-web-1","ff-netto-web-2", sans-serif;
}
.logo {
	width: 237px;
	height: 47px;
	float: left;
	background-image: url(../images/masterlogo.jpg);
}
.logo a {
	width: 237px;
	height: 47px;
	display: block;
	text-indent: -9999px;
}
h1 {	
	font-size: 230%;
	line-height: normal;
	margin-bottom: 16px;
	color: #909090;
	text-transform: uppercase;
}
.frame-content h1 {
	color: #fff;
	font-weight: lighter;
}
.content-headline {
	position: relative;
	z-index: 100;
	color: #fff;
	font-size: 280%;
	margin-bottom: 30px;
}
h2 {
	font-size: 182%;
	margin-bottom: 12px;
	line-height: normal;
}
h3 {
	font-size: 123.1%;
	margin-bottom: 6px;
	line-height: normal;
}
h3#next-motion a {
	display: block;
	height: 53px;
	text-indent: -9999px;
	width: 258px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/masterlogo.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
/*

======
Button
======

*/
.button {
	background-color: #23513a;
	cursor: pointer;
	font-family: "ff-netto-web-1","ff-netto-web-2", sans-serif;
	color: #fff;
	display: inline-block;
	line-height: normal;
	overflow: visible;
	padding-top: 2px;
	padding-bottom: 2px;
	position: relative;
	text-decoration: none;
	padding-left: 35px;
	padding-right: 10px;
	width: auto;
	border: 0;
	font-size: 13px;
background-position: -54px -66px;	background-repeat: no-repeat;
	
}
button.button {
	padding-bottom: 4px;
	padding-top: 3px;
}
.button:hover {
	text-decoration: none;
	background-color: #36362e;
}
.back {
	float: right;
}
/*

=========================
Allgemeine Formatierungen
=========================

*/
html {
	/*background-image: url(/images/html_bg.png);*/
}
body {
	 background-image: url(../images/body_bg.png);
	 background-repeat: repeat-x;
}
hr {
	display:block;
	height:10px;
	border:0;
	margin:0;
	margin-bottom: 20px;
	padding:0;
	background-position: 0 -268px;
	z-index: 100;
	position: relative;
}
hr.white {
	background-position: 0 -228px;
}
p {
	xxfont-size: 93%;
	margin-bottom: 20px;
	line-height: 1.6;
}
p.cert {
	margin-bottom: 0;
	padding-top: 10px;
}
p.cert img {
	float: left;
	margin-right: 15px;
}
.about-us p {
	margin-bottom: 0;
}
.big-font {
	font-size: 100%;
}
.green-circle {
	display: inline-block;
	width: 41px;
	height: 41px;
	background-position: -121px -121px;
	text-align: center;
	line-height: 40px;
	color: #fff;
}
.small.green-circle {
	font-size: 60%;
	text-transform: none;
	position: absolute;
	left: 0;
	top: -2px;
}
.green-bold {
	font-weight: bold;
	color: #23513a;
}
address {
	font-style: normal;
	line-height: 1.6;
	margin-bottom: 20px;
}
.sub-bg-image {
	position: absolute;
	top: -110px;
}
.small-grey {
	color: #909090;
}
/*

=================
Allgemeine BlÃ¶cke
=================

*/
.left-content {
	width: 457px;
	float: left;
	padding: 30px;
	background-color: #fff;
}
.home.left-content {
	padding: 0;
	width: 517px;
	background: none;
}
.right-content {
	float: right;
	width: 310px;
	background-color: #f3f3f3;
	padding: 30px;
}
.home.right-content {
	padding: 0;
	width: 370px;
}
.fixed-height-contact {
	height: 413px;
}
.fixed-height-international {
	height: 809px;
}
.full-size-content {
	padding: 30px;
	background-color: #fff;
}
.grey {
	background-color: #f7f7f7;
}
.white-bg {
	background-color: #fff;
}
.list {
	list-style-type: circle;
	margin-left: 15px;
	margin-bottom: 15px;
}
.list li {
	margin-bottom: 5px;
}
.get-in-touch {
	padding: 15px;
	background-color: #F3F3F3;
}
.get-in-touch p {
	font-size: 12px;
	margin-bottom: 10px;
}
.sponsor-image {
	float: left;
	margin-right: 10px;
}
/*

================
Spezielle BlÃ¶cke
================

*/
/* SLIDER */
#slider-container {
	overflow: hidden;
	position: absolute;
	width: 978px;
	height: 480px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 978px;
	height: 480px;
	z-index: auto;
}
#slider {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 978px;
	height: 480px;
	overflow: hidden;
}
#slider-wrapper {
	width: 9999px;
	position: absolute;
	top: 0;
	left: 0;
}
.frame {
	float: left;
	width: 978px;
	height: 480px;
	position: relative;
	z-index: 90;
	background-repeat: no-repeat;
}
#slider-1 {
	background-image: url(../images/slider/slider-bg-1.jpg);
}
#slider-2 {
	background-image: url(../images/slider/slider-bg-2.jpg);
}
#slider-3 {
	background-image: url(../images/slider/slider-bg-3.jpg);
}
#slider-overlay {
	position: absolute;
	top: 94px;
	left: 0px;
	width: 978px;
	height: 46px;
	overflow: visible;
	z-index: 200;
}
#slider-overlay-wrapper {
	width: 9999px;
	position: absolute;
	top: 0;
	left: 0;
}
.overlay-frame {
	float: left;
	width: 978px;
	height: 46px;
	position: relative;
	z-index: 200;
}
.overlay-frame span {
	position: absolute;
	z-index: 200;
	display: block;
	height: 46px;
	top: -46px;
	background-image: url(../images/slider/overlay-master.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#overlay-3 span {
	left: 346px;
	width: 109px;
}
.slider-nav a {
	display: block;
	position: absolute;
	z-index: 100;
	text-indent: -9999px;
	width: 34px;
	height: 34px;
	top: 350px;
}
#next-frame {
	right: 45px;
	background-image: url(../images/button2.png);
}
#next-frame:hover {
	background-image: url(../images/button2h.png);
}
#next-frame:active {
	top: 351px;
}
#prev-frame {
	right: 90px;
	background-position: 0;
	background-image: url(../images/button1.png);
}
#prev-frame:hover {
	background-position: 0 0px;
	background-image: url(../images/button1h.png);
}
#prev-frame:active {
	top: 351px;
}
.frame-content {
	width: 276px;
	background-image: url(../images/green_50_percent.png);
	padding: 10px;
	position: absolute;	
	left: 45px;
	top: 160px;
}
.frame-content strong {
	font-weight: bold;
}
#slider-1 .frame-content {

}
#slider-2 .frame-content {
	width: 260px;
}
#slider-3 .frame-content {
	width: 260px;
}

.variabel-teaser div {
	padding: 15px;
	background-color: #fff;
}
.variabel-teaser h1 {
	color: #23513A;
	text-transform: none;
	font-size: 24px;
	position: relative;
	margin-bottom: 5px;
}
.variabel-teaser p {
	font-size: 12px;
}
.international-teaser {
	padding: 30px;
	padding-top: 20px;
	font-size: 12px;
	background-color: #fff;
	margin-bottom: 1px;
}
.sponsor-teaser {
	padding: 20px;
	font-size: 12px;
	background-color: #fff;
	margin-bottom: 1px;
}
.sponsor-teaser p {
	margin-bottom: 10px;
}
.international-teaser h2 {
	margin-bottom: 8px;
}
.international-teaser p {
	margin-bottom: 14px;
}
.company-teaser {
	width: 310px;
	background-color: #fff;
	padding: 30px;
	margin-bottom: 1px;
}
.company-teaser p {
	font-size: 108%;
	line-height: 1.6;
	margin-bottom: 0;
}
.tabs {
	position: absolute;
	top: -37px;
	left: 30px;
}
.tabs li {
	float: left;
	margin-right: 1px;
}
.tabs li a {
	display: block;
	background-color: #36362E;
	padding: 10px 15px;
	line-height: normal;
	color: #fff;
}
.tabs li a:hover {
	background-color: #4EBD35;
	text-decoration: none;
}
.tabs li.active a {
	background-color: #fff;
	color: #666666;
}
.tabs li.active a:hover {
	text-decoration: none;
}
.image-list li {
	padding-left: 90px;
	position: relative;
	min-height: 80px;
}
.image-list li hr {
	margin-left: -90px;
	clear: both;
}
.image-list li img {
	position: absolute;
	left: 0;
	top: 0;
}
.image-list li h3 {
	margin-bottom: 0px;
}
.image-list li h4 {
	margin-bottom: 2px;
	font-size: 108%;
	font-weight: bold;
}
.image-list li .small-grey {
	display: block;
	margin-bottom: 5px;
}
.image-list li p {
	margin-bottom: 20px;
	float: left;
	margin-right: 15px;
}
.image-list li p.fixed-width {
	width: 150px;
}
.product-list {
	margin-bottom: 15px;
}
.product-list a {
	display: block;
	min-height: 60px;
	margin: 1px 0;
	background-color: #fff;
	padding: 10px;
	padding-left: 130px;
	position: relative;
	color: #666;
	font-size: 12px;
}
.product-list a em {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background-color: #fff;
}
.product-list a span {
	display: block;
	font-family: "ff-netto-web-1","ff-netto-web-2", sans-serif;
	font-size: 17px;
	color: #1C9700;
}
.product-list a:hover {
	text-decoration: none;
	background-color: #f7f7f7;
}
.stuff-list {
	margin-left: -40px;
}
.stuff-list li {
	float: left;
	width: 364px;
	margin-left: 40px;
	margin-bottom: 20px;
	padding: 15px;
	background-color: #fff;
}
.stuff-list h2 {
	color: #23513A;
}
.stuff-list p {
	margin-bottom: 0;
}
.position {
	display: block;
	color: #999;
	margin-top: -10px;
	margin-bottom: 5px;
}
.gallery {
	margin-left: -17px;
}
.gallery li {
	float: left;
	margin-left: 17px;
	margin-bottom: 20px;
}
.gallery li a {
	display: block;
	border: 2px solid #dfdfdf;
}
.gallery li a:hover {
	border-color: #1C9700;
}
.gallery li a img {
	display: block;
}
.dl {
	margin-bottom: 30px;
}
.dl li {
	margin-bottom: 5px;
}
.dl li a {
	display: block;
	background-image: url(../images/icons/pdf.png);
	background-repeat: no-repeat;
	line-height: 19px;
	padding-left: 25px;
}
/*

========
Formular
========

*/
label {
	display: block;
}
legend {
	display: none;
}
.input-list small {
	display: block;
	color: #888888;
}
.input-list li {
	float: left;
	margin-bottom: 1em;
	width: 220px;
	margin-right: 17px;
}
.input-list li.no-margin-right {
	margin-right: 0;
}
.input-list li.input-list-textarea {
	width: 450px;
}
input.input-text, textarea {
	background-color: #FFFFFF;
	border: 1px solid #CFCFCF;
	margin-top: 4px;
	padding: 4px;
	width: 210px;
}
textarea {
	width: 447px;
	height: 120px;
}
input.input-text:focus, textarea:focus {
	-moz-box-shadow: 1px 1px 0 #D9D9D9;
	-webkit-box-shadow: 1px 1px 0 #D9D9D9;
	box-shadow: 1px 1px 0 #D9D9D9;
	border-color: #808080;
	color: #36362e;
}
/*

======
Tables
======

*/
/*

=========
Container
=========

*/
.container {
	width: 888px;
	margin: 0px auto;
	/*-moz-box-shadow: 0 0 5px 5px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 5px 5px#888;
	box-shadow: 0 0 5px 5px #888;*/
	background-color: #e3e3e3;
	padding-left: 45px;
	padding-right: 45px;
	position: relative;
	margin-bottom: 30px;
	padding-top: 125px;
}
.home.container {
	padding-top: 400px;
}
/*

======
Header
======

*/
header {
	width: 978px;
	height: 54px;
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	background-color: #fff;
	padding: 20px 0;
}
.main-nav ul {
	float: right;
	margin-top: 3px;
	margin-right: -2px;
}
.main-nav ul li {
	float: left;
	border-left: 1px dotted #6b6b6b;
	padding-left: 5px;
	padding-right: 5px;
}
.main-nav ul li a {
	display: block;
	line-height: 40px;
	color: #444;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	background-color: #f2f2f2;
}
.main-nav ul li a:hover {
	background-color: #23513a;
	text-decoration: none;
	color: #fff;
}
.main-nav ul li a span {
	width: 9px;
	height: 5px;
	position: absolute;
	background-position: 0 -66px;
	bottom: -5px;
	left: 50%;
	margin-left: -5px;
	display: none;
}
.main-nav ul li a.active {
	background-color: #23513a;
	line-height: 52px;
	margin-top: -6px;
	margin-bottom: -6px;
	color: #fff;
}
.main-nav ul li a.active:hover {
	text-decoration: none;
}
.main-nav ul li a.active span {
	display: block;
}
.sub-nav a {
	display: block;
	padding: 10px;
	background-color: #F3F3F3;
	margin-bottom: 1px;
}
.sub-nav a:hover {
	text-decoration: none;
	background-color: #fff;
}
.sub-nav a.active {
	background-color: #fff;
	border-left: 4px solid #1C9700;
	color: #666;
}
.sub-nav ul ul {
	margin-left: 15px;
}
.sub-nav ul ul a.active {
	border-left: 2px solid #1C9700;
}
/*

=======
Content
=======

*/
.content {
	position: relative;
	z-index: 100;
	margin-bottom: 45px;
}
.home-teaser {
	/*border-top: 5px solid #fff; PierreÂ´s Idea!! */
	background-color: #fff;
}
.contact {
	background-color: #fff;
	margin-bottom: 0;
	margin-top: 50px;
}
.about-us {
	background-color: #fff;
	margin-bottom: 0;
}
.about-us .full-size-content {
	background-color: #fff;
}
.international,
.thx {
	background-color: #fff;
}
aside {
	float: left;
	background-color: #E3E3E3;
	width: 260px;
}
.aside-content {
	float: right;
	background-color: #fff;
	width: 567px;
	padding: 30px;
}
/*

=====
Aside
=====

*/
/*

======
Footer
======

*/
footer {
	background-color: #23513A;
	margin-left: -45px;
	margin-right: -45px;
	padding-left: 296px;
	background-position: -257px 29px;
	height: 92px;
	font-size: 93%;
	color: #fff;
}
footer ul {
	border-left: 1px dotted #fff;
	float: left;
	height: 33px;
	margin-top: 28px;
	padding-left: 32px;
	margin-right: 22px;
}
footer ul li {
	float: left;
}
footer ul li a {
	line-height: 33px;
	color: #fff;
	margin-right: 10px;
}
footer address {
	float: left;
	margin-top: 28px;
	line-height: 33px;
	font-style: normal;
	border-left: 1px dotted #b8b8b8;
	padding-left: 32px;
}
/*

===============================
Allgemeine lÃ¶sch Formatierungen
===============================

*/
.no-margin-right {
	margin-right: 0;
}
.no-margin {
	margin: 0;
}











/*
 * Media queries for responsive design
 * These follow after primary styles so they will successfully override. 
 */

@media all and (orientation:portrait) { 
  /* Style adjustments for portrait mode goes here */
  
}

@media all and (orientation:landscape) { 
  /* Style adjustments for landscape mode goes here */
  
}

/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)  
   Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
  
  
  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you
     j.mp/textsizeadjust 
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}

/* 
 * print styles
 * inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/ 
 */
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  /* Don't show links for images */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */ 
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 {
	orphans: 3;
	widows: 3;
	font-size: 14px;
}
  h2, h3{ page-break-after: avoid; }
}
.new {
	color: #F00;
}
.newsbanner01 {
	font-size: 19px;
	font-family: droid-sans-1, droid-sans-2, sans-serif;
}
.big01 {
	font-weight: bold;
	font-size: 18px;
}
.small01 {
	font-size: 18px;
}
