/*
* main CSS of salzinet.com
*
* W3C conform CSS standard is used.
* for all CSS 2.0 compatible browsers,
* exept Microsoft Internet Explorer 6.x and lower
* additional CSS file: http://salzinet.com/style/global_msie.css
*/

/* MAIN STURCTURE / GLOBAL TAMPLATE STYLE */

/*banner*/
#banner {
	display:none;
	}

a img {
	border:none;
	}
	
a {
	color:#c00;
	text-decoration:none;
	}

p {
	color:#000;
	}
	
	}
.eingeruckt {
	margin-left:50px;
	}
	
.blue {
	color:#605da9;
	}
	
.grey {
	color:#cccccc;
	}
	
.kb, p.kb {
	color:#666;
	font:8pt verdana, serif;
	}
	
div#left , div#bottom, div#sub-menu, div#valid {
	display:none;
	}

div#top div#lang, div#top em.hide {
	display:none;
	}
div#top a {
	color:black;
	text-decoration:none;
	}
	
h1,h2,h3,h4,h5,h6 {
	color:#4474ae;
	page-break-after:avoid ;
	text-decoration:underline;
	}

h1 span, h2 span {
font-size:12pt;
color:#999999;
}

h4 {
font-size:16pt;
}
h5 {
font-size:14pt;
}
h6 {
font-size:12pt;
}
/*other elements*/
div.smlltxt, div.smlltxt_h {
	page-break-inside:avoid;
	}
	
	/*bilder in text*/
div#content p img {
	float:left;
	margin: 0.5em 10px 0 0;
	}	

table.medb-table td{
	border-collapse:collapse;
	border-bottom:1px solid #cccccc;
}

ul {
	list-style-type:none;
	}
	
/*medb*/

div#medb ul#inhalt li.h1{
	margin-left:20px;
	}
	
div#medb ul#inhalt li.h2{
	margin-left:40px;
	}
	
div#medb ul#inhalt li.h3{
	margin-left:60px;
	}


