/*----------------------------------------------------------------------------------------------*/
/*										 	   	*/
/*Projekt: 	www.praxisklinik-mkg.de							   	*/
/*Von: 		Frederik Schneider							   	*/
/*Datum:	2003									   	*/
/*Zweck: 	Diese Datei enthält die algemmeinen Formatvorlagen für das gesammte Projekt	*/
/*											   	*/
/*----------------------------------------------------------------------------------------------*/

BODY
{
	background-image:url(bilder/background.jpg);
	background-position:top; 
	background-repeat:repeat-x; 
	background-attachment:scroll;
	background-color:#FFFFFF;           /*003366*/
	font-family:Garamond, Arial;
	
	font-size:12pt;
	color:#0C4B6C;
	
}


A
{
	font-family:Garamond, Arial;
	font-size:12pt;
}



A:link
{
	color:#003366; 
	text-decoration:underline; 
}


A:visited 
{ 
	color: #003366; 
	text-decoration:underline; 
} 

A:active 
{ 
	color: #003366; 
	text-decoration:underline; 
} 

A:hover 
{ 
	color: #C00000;
	text-decoration:none;	
}


A.nav
{
	font-size:12pt;
}

A.nav:link
{
	color: #003366; 
	text-decoration: none; 

}


A.nav:visited 
{ 
	color: #003366; 
	text-decoration: none; 
} 

A.nav:active 
{ 
	color: #003366; 
	text-decoration: none; 
} 

A.nav:hover 
{ 
	color: #C00000;
	text-decoration:none;
	
}



A.location
{
	font-size:10pt;
}

A.location:link
{
	color: #000000; 
	text-decoration: none; 

}


A.location:visited 
{ 
	color: #000000; 
	text-decoration: none; 
} 

A.location:active 
{ 
	color: #000000; 
	text-decoration: none; 
} 

A.location:hover 
{ 
	color: #FFFFFF;
	text-decoration:none;	
}


SPAN.nav1
{
	margin-left:0px;
}

SPAN.nav2
{
	margin-left:12px;
}

SPAN.nav3
{
	margin-left:28px;
}


TABLE.news
{
	font-family:Garamond, Arial;
	font-size:12pt;
	color:#003366;
	border:1px solid #003366;
}

TD.newsDate
{
	background-color:#CCCCCC;
	height:20px;
	border-bottom:1px solid #003366;
	color:#003366;
	font-weight:bold;
}

TD.newsCont
{
	background-color:#FFFFFF;
	color:#003366;	
}

.cv_left
{
	width:15%;
	vertical-align:top;
	text-align:left;
}

.cv_right
{
	width:85%;
	vertical-align:top;
	text-align:left;
}

