/* CSS styles for screen output */

* {
	padding: 0px;
	margin: 0px;	
}

body {
	background-color:white;    
}

body, table, input, select, textarea {
	font-size: 12px; /*12px*/
    font-family: Arial,Helvetica,sans-serif;    
}

sup {
	font-size: smaller;
	line-height: normal;
	vertical-align: super;
}

sub {
	font-size: smaller;
	line-height: normal;
	vertical-align: sub;
}

span {
	line-height: 16px;
	font-size: 12px;
}

p {    
	font-size: 12px;
	line-height: 15px;
}

table td {
	vertical-align: top;
}

a {
    /*color: #000000;*/
    text-decoration: underline;
	font-weight: bold;
}

a:hover {  
    text-decoration: underline;
}

a .grey {
	color: #717171;
}

a .lightGrey {
	color: #D5D5D5;
}

h1 {
    font-size: 200%; /*22px (150%)*/
    font-weight:bold;    
}
h2 {    
	font-size: 16px;
	font-weight: bold;
}

h3 {
    font-size: 140%
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 100%;	
}

.marginTop {
	margin-top: 10px;
}

.marginTop30 {
	margin-top: 30px;
}

.marginLeft {
	margin-left: 15px;
}

.marginRight {
	margin-right: 40px;
}

.noBG {
	background: none !important;
}

.ueberLeft {	
	float: left;
	width: 385px;
	margin-top: 10px;
}

.ueberRight {
	float: right;
	width: 385px;
	margin-top: 10px;
}

/*uebersichtsseite*/
.content4 .grid_6 .borderImg {
	width: 176px;
	height: 137px;
	float: left;
}

.content4 .grid_6 .borderText {	
	float: left;
}

.ueberWidth {
	width: 390px!important;
	margin-bottom: 8px;
}

/*guided tour*/
.NSM_border .teaserInnerBlock {
	width: 286px!important;
	padding: 0 25px 0 0;
}

/* print - screen */
.screen {
	display: block;
}

.print {
	display: none;
}

.wysiwyg * b, .wysiwyg * strong {
	font-size: 12px;
}