
	/************************/
	/* GROUNDRULES */


	* {
		margin:0;
		padding:0;
	}


	body {
		background-color:#f7f7f7;
		padding:25px 0 10px 0;
	}

	img {
		border:0;
	}


	/************************/
	/* TEXT */


	body, select {
		font-size:14px;
		font-family:arial, verdana, sans-serif;
		color:#1c1c1c;
	}

	h1, h2 {
		font-family:arial, verdana, sans-serif;
		color:#1c1c1c;
		font-weight:bold;
	}

	pre {
		font-size:13px;
		font-family:"courier new", courier, verdana, arial, sans-serif;
		color:#1c1c1c;
	}

	h1 {
		font-size:35px;
	}

	h2 {
		font-size:20px;
	}

	h3 {
		font-size:15px;
	}

	#logo h2 {
		font-size:30px;
		font-weight:bold;
		color:#ffffff;
		text-transform:uppercase;
	}

	#footer {
		font-size:10px;
	}

	#warning {
		color:#ffffff;
	}

	#warning h1 {
		font-size:35px;
		color:#ffffff;
	}


	/************************/
	/* LAYOUT */


	p, h2 {
		margin-top:15px;
	}

	#container {
		position:relative;
		margin-left:auto;
		margin-right:auto;
		display:table;
		width:727px;
		padding:20px;
		background-color:#ffffff;
		border:#e4e4e4 solid;
		border-width:5px 0 5px 0;
	}

	#logo {
		position:relative;
		height:150px;
		width:677px;
		padding:25px;
		margin-top:15px;
		background-color:#8eafcd;
		background-image:url('../img/mufBlue.png'); background-repeat:no-repeat;
	}

	#footer {
		margin-left:auto;
		margin-right:auto;
		width:767px;
		padding-top:5px;
	}

	.citat {
		margin-bottom:0;
		display:table;
		padding:15px;
		font-style:italic;
		background-image:url('../img/citat.png'); background-repeat:no-repeat;
	}

	.cont {
		width:716px;
		padding:5px;
		display:table;
	}

	.contGrey {
		width:716px;
		padding:5px;
		background-color:#f4f4f4;
		display:table;
	}

	.contTable {
		width:716px;
		padding:0px;
		border:0px;
		border-collapse:collapse;
	}

	.topContTable {
		width:716px;
		height:40px;
		padding:5px;
		font-weight:bold;
		border-collapse:collapse;
		background-color:#f9f9f9;
		border-bottom:2px solid #e4e4e4;
	}

	.topContDiv {
		height:28px;
		width:701px;
		margin-top:5px;
		padding:12px 0 0 18px;
		font-weight:bold;
		background-color:#f9f9f9;
		border-bottom:2px solid #e4e4e4;
	}

	.picLinks {
		text-align:right;
	}

	.allNews {
		width:716px;
		margin-left:5px;
		padding:15px 0 15px 0;
		border-bottom:2px solid #e4e4e4;
	}

	.afCitat {
		margin-top:0;
	}

	#warning {
		width:405px;
		height:105px;
		padding:20px;
		background-image:url('../img/warning.png'); background-repeat:no-repeat;
	}

	#news {
		float:left;
		width:515px;
		min-height:140px;
		padding:0 10px 10px 5px;
		margin-top:20px;
		border-right:2px solid #e4e4e4;
	}

	#lastNews {
		width:175px;
		padding:0 10px 10px 5px;
		margin-top:20px;
	}

	#lastNews h3 {
		padding-bottom:15px;
	}

	#lastNews ul {
		list-style:square;
	}

	#lastNews li {
		margin-left:14px;
	}

	#nav {
		display:table;
		width:727px;
		background-color:#9fbeda;
	}

	#nav ul li {
		list-style:none;
		display:inline;
		float:left;
		width:90px;
	}

	#nav ul li a {
		width:90px;
		height:40px;
		padding:10px 0 10px 0;
		display:block;
		text-align:center;
	}

	#nav ul li a:hover {
		width:90px;
		height:40px;
		padding:10px 0 10px 0;
		display:block;
		text-align:center;
		background-color:#b2cbe2;
	}

	#lastLi {
		border-right:0;
	}

	.navLi {
		border-right:1px solid #ffffff;
	}


	/************************/
	/* LINKS */


	#nav ul li a {
		font-size:11px;
		font-family:arial, verdana, sans-serif;
		color:#ffffff;
		text-transform:uppercase;
	}

	#warning a:link, #warning a:visited, #warning a:active {
		color:#ffffff;
		text-decoration:underline;
	}

	#warning a:hover {
		color:#1c1c1c;
		background-color:#dedede;
		text-decoration:none;
	}

	a:link, a:visited, a:active  {
		color:#4f4f4f;
		text-decoration:none;
	}

	a:hover {
		color:#0050c2;
		background-color:#dedede;
		text-decoration:none;
	}

	.picLinks a:hover {
		background-color:transparent;
		text-decoration:none;
	}