body {
	background:white;
	color:black;
	font-family:sans-serif;
	background:url("./img/bg.png") 0 0 no-repeat;
	position:absolute;
	margin:0em;
	padding:0em;
	width:100%;
	min-height:100%;
}

a img {
	border:none;
}

/* placement of partner logos */
#mdc-logo a, #charite-graduate-school a, #dfg-logo a {
	color:white;
	background:white;
	border:none;
	text-decoration:none;
}

#graduate-school {
	position:absolute;
	margin-top:0px;
	margin-left:-100px;
}

#mdc-logo {
	position:absolute;
	margin-top:0px;
	margin-left:-61px;
}

#charite-logo {
	position:absolute;
	margin-top:220px;
	margin-left:-65px;

}

#dfg-logo {
	position:absolute;
	margin-top:-60px;
	margin-left:25%;
	margin-right:45%;
}

#dfg-logo td {
	position:relative;
	padding:0em .3em;
	font-size:.8em;
	
}

#disclaimer {
	position:absolute;
	margin-top:-60px;
	margin-left:50%;
	margin-right:50%;
}

#title {
	color:#c60143;
	position:absolute; /* do not affect the rest of the page */
	margin-left:20px;
	margin-top:20px;
	font-weight:bold;
	font-size:1.5em;
	width:80%;
}

#page {
	/*
	margin-left:8%;
	margin-right:8%;
	*/
	margin:0px 60px;
	min-height:100%;
}

#main {
	position:relative;
	margin:0px 60px;
	min-height:100%;
}

#frame {
}

#content {
	margin-top:-25px;
	padding:1.5em .3em;
}

#menu {
	position:relative; /* fixes mozilla bug of non-clickable links */
	padding-left:28px;
	height:23px;
}

#menu table {
	border-collapse:collapse;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
}

#menu td {
	margin:0px;
	font-weight:bold;
	font-size:12px;
	line-height:15px;
	padding-left:36px;
	padding-right:2px;
	padding-bottom:0px;
	background:url("./img/bow.png") 0 100% white no-repeat;
}

#menu span.first {
	padding:0px;
	line-height:22px;
	/*color:#c8e1ed;*/
	color:black;
	font-size:20px;
}

#menu a {
	color:black;
	text-decoration:none;
}

#menu a:hover {
	color:#c61128;
}

#bottom-menu {
	text-align:center;
	font-size:90%;
}

#submenu {
	width:45%;
	margin-right:1em;
	margin-bottom:.2em;
	padding-bottom:.2em;
	border:1px dashed #555;
	float:left;
}

#logo {
	position:relative;
	height:108px;
	margin-top:20px;
	margin-bottom:-52px;
	margin-right:-60px;
}

#circle-bg {
	position:relative;
	margin-top:-116px;
	margin-left:-310px;
	width:360px;
	height:180px;
	overflow:hidden;
}
	
#oval-bg {
	position:relative;
	text-align:right;
	margin-top:-64px;
	margin-right:-64px;
	height:64px;
	overflow:hidden;
}

h1,h2,h3,h4,h5,h6 {
	margin-top:.4em;
	padding-top:0em;
	margin-bottom:.2em;
	padding-bottom:0em;
	color:#c61128;
	font-weight:normal;
}

h1 {font-size:1.5em;border-bottom:1px solid #555}
h2 {font-size:1.3em;border-bottom:1px dashed #555;}
h3 {font-size:1.2em;}
h4 {font-size:1.1em;}
h5 {font-size:1.0em;}
h6 {font-size:0.9em;}

h1 a, h2 a, h3 a, h4 a,h5 a, h6 a {
	text-decoration:none;
}
	
	
.bl {
 	background: url("./img/bl.png") 0 100% no-repeat; width: 100%;
	min-height:100%;
}
.br {
	background: url("./img/br.png") 100% 100% no-repeat;
	min-height:100%;
}
.tl {
	background: url("./img/tl.png") 0 0 no-repeat;
	min-height:100%;
}
.tr {
	background: url("./img/tr.png") 100% 0 no-repeat;
	min-height:100%;
}
.t {
	background: url("./img/dot.png") 0 0 repeat-x #cce1e4; width: 100%;
	min-height:80%;
}
.b {
	background: url("./img/dot.png") 0 100% repeat-x;
	min-height:100%;
}
.l {
	background: url("./img/dot.png") 0 0 repeat-y;
	min-height:100%;
}
.r {
	background: url("./img/dot.png") 100% 0 repeat-y;
	min-height:100%;
}

.bg {
	padding:10px;
}

.clear {font-size: 1px; height: 1px}

table.addressList td {
	padding-bottom:2em;
}
