body {
	background: #E8E7E2;
	font: 11px/13px "Lucida Grande", Verdana, Arial, sans-serif;
	color: #4C4C4E;
}

a, a:link, a:active, a:visited {
	text-decoration: none;
	color: #0D2A7C;
}

a:hover {
	text-decoration: underline;
}

h3 {
	font-size: 13px;
}

p {
	margin: 0;
	padding-top: 0;
	padding-bottom: 10px;
}

img {
	border: 0;
}

#wrapper {
	width: 888px;
	margin: 20px auto 0 auto;
}

#top {
	width: 888px;
	height: 147px;
	background: #fff url('../img/bg_top_logo.gif') no-repeat left top;
	border-bottom: 6px solid #fff;
	position: relative;
}

/* LANGUAGE BAR */
#languages {
	position: absolute;
	bottom: 10px;
	right: 163px;
}

#languages img {
	margin-left: 5px;
}

/* MENU */
#top #menu {
	position: absolute;
	bottom: 5px;
	left: 20px;
}

#top #menu a {
	color: #4C4C4E;
	text-decoration: none;
	font-size: 13px !important;
	font-variant: small-caps !important;
}

#top #menu a:hover {
	text-decoration: underline;
}

/* Level 1 */
#top #menu ul {
	list-style-type: none !important;
	margin: 0;
	padding: 0;
}

#top #menu ul li {
	float: left;
	height: 20px;
	margin-right: 13px;
	position: relative;
}

/* Level 2 */
#top #menu ul li ul {
	width: 200px;
	padding: 10px 10px 5px 10px;
	margin-left: -10px;
	border: 3px solid #fff !important;
	display: none !important;
	z-index: 10 !important;
	background-color: #eee;
	-moz-opacity: .90;
	opacity: .90;
	filter: alpha(opacity=90);
	position: absolute;
	top: 20px;
	left: 0;
}

#top #menu ul li ul li {
	clear: both;
}

#top #menu ul li ul li a {
	display: block;
	width: 100%;
	height: 20px;
	z-index: 20 !important;
}

#top #menu ul li:hover ul {
	display: block !important;
}

#layoutimage {
	width: 888px;
	height: 172px;
	border-bottom: 6px solid #fff;
}

#content {
	width: 596px;
	border-right: 6px solid #fff;
	border-left: 6px solid #fff;
	padding: 20px 140px;
	background: #F2F2F0 url('../img/bg_content_top.gif') no-repeat left top;
}

#content h2 {
	font-size: 13px;
	font-variant: small-caps;
}

#content ul {
	margin: 0;
	padding: 0;
	margin-left: 12px;
}

#bottom {
	width: 888px;
	height: 103px;
	background: #F2F2F0 url('../img/bg_bottom.gif') no-repeat left top;
}

/* NEWSPAPER STYLE ARTICLES */
.toparticle {
	width: 596px;
	padding-bottom: 10px;
	border-bottom: 2px solid #fff;
	margin-bottom: 10px;
}

.toparticle .left {
	float: left;
	margin-right: 15px;
}

.toparticle .right {
	float: right;
	margin-left: 15px;
}

.subarticle {
	float: left;
	width: 283px;
}

.subarticle .left {
	float: left;
	margin-right: 15px;
}

.subarticle .right {
	float: right;
	margin-left: 15px;
}

.imagetext {
	font-style: italic;
}

/* DETAILED VIEW OF ARTICLE */
.article {
	width: 596px;
}

.article .detailimageleft {
	float: left;
	margin-right: 15px;
}

.article .detailimageright {
	float: right;
	margin-left: 15px;
}

.article .left {
	float: left;
	margin-right: 15px;
}

.article .right {
	float: right;
	margin-left: 15px;
}

/* KOLONNER */
/* SIDER/KOLONNER */
#onecol1 {
	width: 596px;
	text-align: justify !important;
}

#twocol1 {
	float: left;
	text-align: justify !important;
	width: 282px;
	margin-right: 30px;
}

#twocol2 {
	float: left;
	text-align: justify !important;
	width: 282px;
}

#threecol1 {
	float: left;
	text-align: justify !important;
	margin-right: 30px;
	width: 176px;
}

#threecol2 {
	float: left;
	text-align: justify !important;
	margin-right: 30px;
	width: 176px;
}

#threecol3 {
	float: left;
	text-align: justify !important;
	width: 176px;
}

/* PAGES */
#pages {
	width: 596px;
	text-align: center;
	padding-top: 20px;
}

#pages .currentpage {
	font-weight: bold;
	font-size: 12px;
}

/* GALLERY */
#gallery h2 a {
	color: #4c4c4e !important;
}

#gallery .imgalbum {
	float: left;
	padding: 5px;
	border: 1px solid #E8E7E2;
	margin-right: 10px;
}

/* SEMINARS */
.course h2 {
	margin-top: 0;
	padding-top: 0;
}