@charset "UTF-8";
/**
 * +------------------+
 * | SWISS MOOT COURT |
 * +------------------+
 * OVERALL STYLES
 * Contains all styles definition for elements that are common to every page.
 * 
 * @version    1.0
 * @author     Frédéric Andreae
 * @copyright  2008 SMC
 */


body {
	background: #e3e1ca;
	background-image: url(../gfx/red_back.gif);
	background-repeat: repeat-x;
	background-position: 0 33px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #90182b;
	text-decoration: none;
}
a:active {
	color: #90182b;
	text-decoration: none;
}
a:visited {
	color: #90182b;
	text-decoration: none;
}
a:hover {
	color: #fd3d3d;
}

h1 {
	font-size: 22px;
	color: #90182b;
	margin: 0 0 25px 0;
}
h2 {
	font-size: 17px;
	color: #90182b;
	margin: 0 0 23px 0;
	padding-bottom: 5px;
	border-bottom: dotted 1px #90182b;
}
h3 {
	font-size: 15px;
	margin: 0;
	padding: 0;
}
h4 {
	margin: 4px 0 10px 0;
	padding: 4px 0 0 0;
	font-size: 11px;
	color: #90182b;
	border-top: solid 1px #90182b;
	width: 100px;
	white-space: nowrap;
	font-weight: normal;
}
p {
	text-align: justify;
	margin: 0;
	padding: 0;
}
hr {
	border: none;
	margin: 30px 0;
	border-bottom: dashed #90182b 1px;
	height:1px;
}
div.separator {
	color: #90182b;
	text-align: center;
	margin: 20px 0;
	font-size: 14px;
	font-weight: bold;
}

/* language bar */
div#loginbar {
	width: 960px;
	background: white;
	background-image: url(../gfx/smc_header_t.gif);
	background-repeat: no-repeat;
	background-position: 34px bottom;
	margin: 0 auto;
	border-left: solid 4px #bebebd;
	border-right: solid 4px #bebebd;
}
div#loginbar div {
	margin: 0;
	padding: 8px 11px 6px 0;
	height: 19px;
	line-height: 16px;
	text-align: right;
	font-size: 10px;
	font-family: Verdana;
	border-left: solid 1px #767474;
	border-right: solid 1px #767474;
}
div#loginbar div input.login {
	float: right;
	width: 80px;
	height: 12px;
	font-size: 10px;
	margin-left: 4px;
}
div#loginbar div input.submitimg {
	float: right;
	margin-left: 3px;
}

/* header */
div#head_frame {
	width: 960px;
	height: 112px;
	margin: 0 auto;
	background: #e4e1c5;
	border-left: solid 4px #711f2d;
	border-right: solid 4px #711f2d;
}
div#head {
	height: 112px;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana;
	padding: 88px 14px 0 0;
	background-image: url(../gfx/smc_header.gif);
	background-repeat: no-repeat;
	background-position: 33px 0px;
	border-left: solid 1px #531c25;
	border-right: solid 1px #531c25;
}

/* center part */
div#central_frame {
	width: 960px;
	background: white;
	background-image: url(../gfx/menu_back.gif);
	background-repeat: no-repeat;
	margin: 0 auto 30px auto;
	border-left: solid 4px #bebebd;
	border-right: solid 4px #bebebd;
	border-bottom: solid 4px #bebebd;
}
div#central {
	min-height: 640px;
	border-left: solid 1px #767474;
	border-right: solid 1px #767474;
}

/* left menu */
div#menu {
	float: left;
	width: 188px;
	text-align: right;
}
div#menu ul {
	margin: 40px 0 0 0;
	padding: 0;
	list-style-type: none;
}
div#menu ul li {
	margin: 11px 28px 11px 0;
	font-weight: bold;
	font-size: 14px;
	width: 160px;
}
/* the highlighting braun bar */
div#menu ul li img {
	float: left;
	margin-top: 4px;
	height: 9px;
	max-width: 100%;
}

/* right content part */
div#contents {
	float: left;
	width: 680px;
	padding: 37px 50px 30px 40px;
	font-size: 13px;
}

/* copyright footer part */
div#pagefoot {
	float: clear;
	background: #e4e1c5;
	color: #444444;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 13px 0 12px 0;
	border-left: solid 1px #767474;
	border-right: solid 1px #767474;
	border-bottom: solid 1px #767474;
}
