/*
Kompetenzzentrum Molekulare Medizin, (c) 2006
*/

/* header */
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 13px;
}
h1.maincaption {
	font-size: 30px;
	text-align: center;
	//*vertical-align: text-bottom;*/
	text-shadow:black 0 0 5px
}

/* text */
body,table,td,tr,div,p,pre,h1,h2,h3,h4,ul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
body,td,div,p,pre,ul {
	font-size: 13px;
	color:#000077
}

.mini {
	font-size: 11px;
}
.minimini {
	font-size: 10px;
}

.menutext {
	font-size: 13px;
}
.menutextchosen {
	font-size: 13px;
	/*font-style:italic; */
	text-decoration:underline;
	font-stretch:wider;
}
.eventdate {
	font-weight:bold;
	color=#ff00ff;
}

/* global links */
a {
	font-size: 13px; text-decoration: none; font-weight : bold;
}
a:link {
	color:#333377
}
a:visited {
	color:#000088
}
a:active {
	color:#0000FF
}
a:hover{
	color: #0000FF;
}
