@charset "utf-8";
/* CSS Document */


/* ################################################################################################################ */
/* ################################# Allgemeine Angaben fuer alle Seiten gueltig ################################## */
/* ################################################################################################################ */


/***********************************************************/
/*********************** Allgemeines ***********************/
/***********************************************************/
html {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}
/***********************************************************/



/***********************************************************/
/************************* Text ****************************/
/***********************************************************/
p {
	font-size:0.8em;
	line-height:1.4em;
	margin-bottom:1em;
	margin-top:1em;
}
/***********************************************************/



/***********************************************************/
/******************** Ueberschriften ***********************/
/***********************************************************/
h1 {
	font-size:0.9em;
	font-weight:bold;
	margin-top:0.3em;
	margin-bottom:1.5em;
	color:#0055a0;
	border-bottom:1px solid #9fbe0f;
	padding-bottom:0.9em;
}
h2 {
	font-size:0.8em;
	font-weight:bold;
	color:#0055a0;
	margin-top:1.5em;
	border-bottom:1px solid #d0d8eb;
	padding-bottom:0.5em;
	display:inline-block;
}
h1+h2 {
	margin-top:0.8em;
}
h3 {
	margin-top:1.8em;
	font-size:0.8em;
	font-weight:bold;
	color:#000000;
}
/***********************************************************/



/***********************************************************/
/************************** Links **************************/
/***********************************************************/
a:link {
	color:#0055a0;
	text-decoration:none;
	border-bottom:1px solid #9fbe0f;
	padding-bottom:0.1em;
}
a:visited {
	color:#0055a0;
	text-decoration:none;
	border-bottom:1px solid #9fbe0f;
	padding-bottom:0.1em;
}
a:hover {
	color:#788fc0;
	text-decoration:none;
	border-bottom:1px solid #9fbe0f;
	padding-bottom:0.1em;
}
a:active {
	color:#0055a0;
	text-decoration:none;
	border-bottom:1px solid #9fbe0f;
	padding-bottom:0.1em;
}
a img {
	border:none;
}
a.no-border {
	border:none;
}
/***********************************************************/



/***********************************************************/
/************************** Listen *************************/
/***********************************************************/
ul.aufz {
	margin-top:0.8em;
}
.aufz li {
	font-size:0.8em;
	list-style-type:none;
	background-image:url(../pictures/square.png);
	background-repeat:no-repeat;
	background-position:left 0.5em;
	padding-left:1em;
	margin-bottom:0.6em;
	margin-left:2em;
}
.aufz_text_lang li {
	margin-bottom:1.4em;
	line-height:1.4em;
}
/***********************************************************/


/***********************************************************/
/************************ Tabellen *************************/
/***********************************************************/
table {
	margin-top:1em;
	border-collapse:collapse;
	border-spacing:0;
}
th {
	color:#0055a0;
	text-align:left;
}
td, th {
	font-size:0.8em;
	line-height:1.4em;
	padding:0.3em 3em 0.3em 0;
	border-bottom:1px solid #d0d8eb;
	xborder-top:1px solid #d0d8eb;
}
td p, td h2 {
	font-size:1em;
}
/***********************************************************/



/***********************************************************/
/************************** Klassen ************************/
/***********************************************************/
table.oeffnungszeiten {
	margin-top:0;
}
table.oeffnungszeiten td {
	padding: 0 1.4em 0 0 !important;
	font-size:1em;
	border:none;
}
.small {
	font-size:0.85em;
}
p.small {
	font-size:0.6em;
}
.float_right {
	float:right;
}
img.float_right {
	margin-left:1em;
}

/***********************************************************/

/* ################################################################################################################ */
/* ################################################################################################################ */






/* ################################################################################################################ */
/* ################################### Spezielle Angaben fuer bestimmte Seiten #################################### */
/* ################################################################################################################ */


/***********************************************************/
/********************** Home und Termine *******************/
/***********************************************************/
table.home_infos {
	margin-top:0;
	margin-bottom:1em;
}
table.home_infos td {
	vertical-align:top;
	padding:0.7em 0 0.7em 0;
}
table.home_infos td.row1 {
	color:#0055a0;
	padding-right:2em;
	font-weight:bold;
}
/***********************************************************/



/***********************************************************/
/************************** MR-Info ************************/
/***********************************************************/
#table_vorbereitung {
	margin:0 auto;
	margin-top:1em;
}
#table_geraeusche a {
	border:none;
}
/***********************************************************/



/***********************************************************/
/*************************** Institut **********************/
/***********************************************************/
#lebenslauf .row1 {
	width:7em;
	vertical-align:top;
	padding-right:2em;
	color:#0055a0;
}
#mitarbeiter td {
	padding-top:0.5em;
	padding-bottom:0.5em;
	border:none;
}
#mitarbeiter .row1 {
	vertical-align:middle;
}
#mitarbeiter .row2 {
	vertical-align:top;
}
#mitarbeiter .row2 h2 {
	margin-top:0.5em;
}
/***********************************************************/



/* ################################################################################################################ */
/* ################################################################################################################ */
