/* Styles für onkologie-tegel.de*/
/* v. 0.1 */

body {
	color: Black;
	background-color: #FAF0E6;
	background-image:none;
	font-family: sans-serif;
/*
	margin-left:10%;
	margin-right:10%;
*/
}

h1.title {
	display:inline;
}

/*Ueberschriften auf jeder Seite*/
.conth1 {
	font-size : 18px; 
	font-weight : bold; 
	/*Netscape 4.x: Ueberschrift muss zusaetzlich manuell gesperrt werden*/
	letter-spacing : 4px;
	}

/* Visitenkarte*/
div.vcard table {
	border-right : 8px solid #ADFF2F; /*173,255,47*/
	background-color : #FAF0E6;
	font-weight : normal; 
	/*Netscape 4.x: Ueberschrift muss zusaetzlich manuell gesperrt werden*/
	letter-spacing : 2px;
	/* nur in Opera 7 bisher:
	font-stretch: wider;*/
}


div.vcard td {
	padding-right:40px;
	padding-top:10px;
	padding-bottom: 10px;
	white-space : nowrap;
	}
	
div.vcard td.biggest {
	font-size : 16px;
	font-variant : small-caps;
}
div.vcard td.big {
	font-size : 14px;
	font-variant : small-caps;}
	
div.vcard td.small {
	font-size : 12px;
	font-variant : small-caps;
}
div.vcard td.smallest {
	font-size : 10px;
	font-variant : small-caps;
}
	

#capbig {
	font-size: 16px;
}
#capsmall {
	font-size: 14px;
}
#capsmallest {
	font-size: 12px;
}


/*rechte gruene Linie*/
#greenline {
	border-right : 8px solid #ADFF2F;
}

/* Links */
a{
	color:black ; 
	text-decoration: none;
	font-weight: bold;
	background-color : transparent;
}


a:hover {
	color: #ADFF2F;
	background-color : transparent;
}

