html, body, td{ 
	font-family: Verdana; 
	color: black; 
	font-size: 10px; 
	margin: 0; 
}
body {
	text-align: center; 
	background-color:#D0D9E8;
}

a { text-decoration: none; color: black; }
div { padding: 0; margin: 0; border: 0; }


#main { margin: 0 auto; text-align: center; width: 816px; }
#header { background-image: url('../img/hbg.jpg'); height: 82px; margin: 0 auto 15px 0; position: relative; }
#hro { position: absolute; right: 0; bottom: 0; width: 14px; height: 82px; background-image: url('../img/hro.jpg'); }
#logo { position: absolute; background-image: url('../img/studielinks.jpg'); height: 82px; width: 290px; left: 0; top: 0;  }
#menu {
	position: absolute;
	bottom: 3px;
	left: 70px;
	height: 22px;
	width: 650px;
	z-index: 100;
}
#menu div {
	height: 22px;
	float: left;
	background-image: url("../img/mbg.jpg");
	position: relative;
}
#menu div a {
	display: block;
	margin: 7px 14px 0 14px;
	font-weight: bold;
	font-size: 11px;
}
a:hover {
	color: #ACA59D;
}

#menu div span {
	position: absolute;
	top: 0;
	height: 22px;
	width: 12px;
	display: block;
}
span.left {
	left : 0;
	background-image: url('../img/ml.jpg');
}
span.right {
	right: 0;
	background-image: url('../img/mr.jpg');
}



.column {
	float: left; width: 204px;
}

.cat, .block {
	margin: 0 2px 10px 2px;
}
.cat h1, .block h1 {
	font-size: 11px;
	display: block;
	background-image: url('../img/cath.jpg'); 
	height: 16px;
	padding-top: 6px;
	margin: 0;
}
.block h1 {
	background-image: url('../img/blockh.jpg');
}
.cat div, .block div {
	text-align: left;
	padding : 3px 5px;
	background-color: #D5E3FC;
	border: 1px solid #7CA8F4;
}
.cat div div {
	padding: 0;
	border: 0;
	cursor: pointer;
}
.cat div a {
	display: block;
}

#footer {
	padding-top: 5px;
	height: 58px;
	position: relative;
	background-image: url('../img/fbg.jpg');
	clear: both;
}
#footer .left {
	width: 12px; height: 63px;
	position: absolute;
	left: 0; top: 0;
	background-image: url('../img/fl.jpg');
}
#footer .right {
	width: 12px; height: 63px;
	position: absolute;
	right: 0; top: 0;
	background-image: url('../img/fr.jpg');
}
#footer .txt { padding-top: 20px; }
