/* CSS - muenchner wissenschaftstage Hauptseite http://www.muenchner-wissenschaftstage.de */
/* (c) Capsid - http://www.capsid.com/   -  All rights reserved. */
/* w3c-konforme Browser */
/* fonts: verdana (pc), geneva (mac) und  times (pc, mac) */



body {

	margin: 0px 0px 0px 0px;

	padding : 0px 0px 0px 0px; 

	font-size: 10px; 

	font-family: Verdana, Arial, Geneva, sans-serif;

	background:#467297;

	}



/*	Paragraph-textbloecke stylen----------------------------*/

p {

	font-family: verdana, arial, geneva, sans-serif;

	font-size: 10px; 
	padding-bottom:2px;
	padding-top:2px;
	margin-bottom:2px;
	margin-top:2px;
	}


/* --------------Linksdefinitionen--- */

/* interne Links  und anchors  -------*/



a:link {

	color:#FFFF00;

	text-decoration:none;

}



a:visited {

	color:#FFFF00;

	text-decoration:none;

}



a:hover {

	color:#FFFF00;

	text-decoration:underline;

}



a:active {

	color:red;

}



a:focus {

	color:red;

}



/* --------------- footer ---------------------- */

/* footer-links */



a.footer:link {

 font-style: normal;

 font-weight: lighter;

 color: #006589;

 font-size : 9px;

 text-decoration : none;

}



a.footer:hover {

 font-style: normal;

 color:#006589;

 font-size : 9px;

 text-decoration : underline;

}



a.footer:visited {
 font-style: normal;

 font-weight: lighter;

 color: #006589;

 font-size : 9px;

 text-decoration : none;
} 



a.footer:active {

 color: red;

}



a.footer:focus {

 color:red;

}

h1 {

	padding-top:8px;
	padding-bottom:8px;
	font-family: Arial, Verdana, sans-serif;

	font-size: 14px;

	font-weight:bold;

	color:white;

	text-align:left;

	}



h2 {

	padding-top:15px;
	padding-bottom:2px;
	font-family: Arial, verdana, sans-serif;

	font-size: 11px; 

	font-weight:normal;

	color:white;

	}



h3 {

	font-family: Arial, Verdana, sans-serif;

	font-weight:bold;

	font-size : 12px;

	color:#0c2577;

	}



img {

	border:0;

	}

/* Rand verlinkter Bilder weg */





/* -------------- Tables ---------------*/



table {

	border:0px;

	font-size: 10px; 

	}



td {

	font-size: 10px; 

	}



/* -------------------- div ---------------   */



div {

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:10px;	

	}
