﻿/* CSS Document */
/* Startseite*/

body
	{
	font-family:Arial, Helvetica, sans-serif;
	}	


/*alle links der startseite werden angesprochen */
a 
	{
	text-decoration: none;
	border:none;
	}	


/* bilder haben keinen Rahmen drum */	
img { border: 0px; } 


/* -------------------------------------- */
#startbox
	{
	width:900px;
	height:750px;
	margin:auto;
	padding:200px 0 0 0;
	}


/* -------------------------------------- */
#logobox
	{
	width:200px;
	height:100px;
	margin:auto;
	text-align:center;
	}
	
/* -------------------------------------- */
#textbox
	{
	width:270px;
	height:100px;
	margin:auto;
	font-size:20px;	
	text-align:center;
	color:#004898;
	}
	
.pfeil
	{
	margin: 10px 0px 0px 0px ;
	}

/* class von facharzt für hals-nasen-ohrenarzt*/	
.facharzt
	{
	font-size:14px;
	color:#000000;	
	}
	
p.fach
	{
	margin:-17px 0px 0px 0px ;
	}
	
.med
	{
	font-size:18px;
	}
	
.uweparpart
	{
	font-size:24px;
	}
