@media screen {

	body {
		margin: 0px;
		padding: 0px;
		font-family: Arial, Helvetica, sans-serif;
		background-color: #fff;
		background-image: url('images/hintergrund_2010.jpeg');
		background-repeat: no-repeat;
	}

	p {
		color: #333333;
		font-size: 14px;
		line-height: 170%;
	}

	h2 {
		color: #243970;
		font-size: 16px;
		line-height: 170%;
	}

	a {
		text-decoration: underline;
		color: #243970;
	}

	li {
		color: #333333;
		font-size: 14px;
		line-height: 170%;
	}

	#navi { 
		position:absolute;
		top:158px;
		left:0px;
		width:221px; 
		border-top: 1px solid #CCCCCC;
		border-right: 1px solid #CCCCCC;
	}
	div[id]#navi {
		width:220px;
	}

	#logo {
		position:absolute;
		top:31px;
		left:0px;
	}


	#headergrafik {
		position:absolute;
		top:158px;
		left:221px;
		border-top: 1px solid #CCCCCC;
		border-right: 1px solid #CCCCCC;
		margin-left: -1px;
	}

	#container {
		position:absolute;
		top:360px;
		left:220px;
		width: 730px;
	}

	#content {
		border-left: 1px solid #CCCCCC;
		border-bottom: 1px solid #CCCCCC;
		border-right: 1px solid #CCCCCC;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 32px;
		padding-right: 50px;
		background-color: #ffffff;
		
	}

	.MM { /* Hauptmenu (Style) */
		font-size: 12px;
		background-color: #eeeeee;
		/* height: 27px; */
		line-height: 27px;
		padding-left: 22px;
		border-bottom: 1px solid #CCCCCC;
		border-top: 1px solid #CCCCCC;
		margin-top: -1px;
		font-weight: bold;
	}

	.SM { /* Submenu (Style) */
		font-size: 11px;
		background-color: #ffffff;
		/* height: 27px; */
		line-height: 17px;
		padding-bottom: 5px;
		padding-top: 5px;
		padding-left: 36px;
	}

        .SM2 { /* Submenu (Style) */
                font-size: 11px;
                background-color: #ffffff;
                /* height: 27px; */
                line-height: 17px;
                padding-bottom: 5px;
                padding-top: 5px;
                padding-left: 50px;
        }


	#navi .MM_inactive a {
		text-decoration: none;
		color: #333333;
	}

	#navi .MM_active a {
		text-decoration: none;
		color: #243970;
	}

	#navi .SM_inactive a {
		text-decoration: underline;
		color: #333333;
	}

	#navi .SM_active a {
		text-decoration: underline;
		color: #333333;
	}

	#content a {
		text-decoration: underline;
		color: #243970;
	}

	#content strong {
		color: #243970;
	}

	#top {
		position:absolute;
		top:0px;
		left:0px;
		width: 900px;
		height: 30px;
		text-align: right; 
		font-size: 11px;
		line-height: 27px;
	}

	#top a {
		text-decoration: underline;
		color: #333333;
		margin-left: 20px;
	}

	#footer {
		text-align: right; 
		margin-right: 50px;
		font-size: 11px;
		line-height: 27px;
	}

	#footer a {
		text-decoration: underline;
		color: #333333;
	}

	#seitentitel {
		display: none;
	}
	
	div#aerzteliste {
		position: absolute;
		left: 964px;
		top: 160px;
		width: 200px;
		font-size: 10px;
	}

	div#aerzteliste ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	div#aerzteliste li {
		margin-bottom: 10px;
		font-size: 9px;	
	}
	div#aerzteliste li strong {
		font-weight: bold;
		font-size: 12px; 
	}
}

@media print {

	body {
		margin: 0;
		padding: 0;
		background: #ffffff;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12pt;
		line-height: 170%;
	}

	h1 {
		font-size: 14pt;
		line-height: 170%;
	}

	h2 {
		font-size: 14pt;
		line-height: 170%;
	}

	#navi {
		display: none;
	}

	#top {
		display: none;
	}

	#content {
		margin-left: 1cm;
		margin-right: 1cm;
	}

	#seitentitel {
		margin-left: 1cm;
	}

	#footer {
		display: none;
	}

	#headergrafik {
		display: none;
	}
	
	#aerzteliste {
		display: none;
	}

	a img {
		border: 0px;
	}

}
