/* 
	Martin Warin, Apr 2009 for GPK.ch
	Put here the CSS you want apply to all pages in /therapeutenliste/
*/

/* TABLE STUFF */

td{
	vertical-align:top;
	text-align:left;
}

thead tr td, thead tr th{
	font-weight:bold;
	text-decoration:underline;
	color:#00E;
	background-color:#D4D0C8;
}

.sorttable_nosort{
	text-decoration:none;
	color:black;
}


/* LINKS */ 

a{
	font-weight:bold;
	text-decoration:underline;
	color:#00E;
}

a:hover{
	cursor:pointer;
}

/* COLORS */

.red{
	background-color:red;
}

.green{
	background-color:green;
}

:target{
	background-color:gold;
}

/* MISC */

img{
	border:none;
}

body{
	font-family:Arial;
}

.explanation{
	font-size:80%;
	padding-bottom:1em;
}

#gpk_address{
	font-size:80%;
}
