#wrapper {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:2em;
	background-color: #FFF;
}
#head {
	background-image: url(../img/gui/top.jpg);
	height: 161px;
	padding: 12px;
}
body {
	background-color: #999;
	margin: 0px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}
#head #slagord {
	font-weight: bold;
	color: #666;
	margin-top: 6px;
	font-size: 14px;
}
#head #logo {
	margin-top: 48px;
}
#smaBilder {
	height: 58px;
	border-top: 5px double #671b12;
	border-bottom: 5px double #671b12;
	background-color: #999;
	overflow: hidden;
	white-space: nowrap;
	width: 720px;
}
#smaBilder img {
	border-right: 1px solid #671b12;
}
#menuWrapper {
	font-size: 12px;
	color: #CCC;
	background-color: #30465f;
	height: 18px;
	padding-top: 2px;
	padding-bottom: 3px;
}
ul#ulMenu, ul#ulMenu li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul#ulMenu li{
	display: inline;
}
ul#ulMenu li a {
	text-decoration: none;
	color: #c4c4c4;
	display: block;
	font-size: 13px;
	font-weight: bold;
	border-right: 2px solid #999;
	padding-right: 12px;
	padding-left: 12px;
	float: left;
}
ul#ulMenu li a:hover {
	color: #FFF;
}
ul#ulMenu li.selected a {
	color: #fff;
}
#text {
	padding: 20px 12px 1em;
	min-height: 275px;
}
p, td, li {
	color: #666;
	font-size: 13px;
	line-height: 17px;
}
h1 {
	color: #333;
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 0.25em;
	font-weight: normal;
}
h2 {
	color: #333;
	font-size: 18px;
	margin-bottom: 0px;
	font-weight: normal;
}
#text ul , p , table{
	margin-top: 0px;
}
table {
	margin-bottom: 1em;
}
h3, h4, h5 {
	color: #333;
	font-size: 13px;
	margin-bottom: 0px;
}
#text table tr td {
	vertical-align: top;
	padding-right: 1em;
}
#text a {
	text-decoration: none;
	font-weight: bold;
	color: #671b12;
}
#text a:hover {
	color: #30465f;
	text-decoration: underline;
}
#text img {
	border: 1px solid #999;
	margin: 0 0 1em 1em;
}
.addArticle {
	clear: both;
	border-top: 1px solid #ccc;
}
table.tableHorLines td {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 2px 0 2px 0;
}
table {
	border-collapse: collapse;
}
