* {
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}
body {
	margin: 10px 0 0;
	background: #003f87;
	color: #000;
}
img {
	max-width: 100%;
	height: auto;
}
a:link {
	color: #036;
	text-decoration: none;
	font-weight: normal;
}

a:visited {
	color: #036;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

a:active {
	color: #f00;
	font-weight: normal;
}
.site-frame {
	width: 800px;
	margin: 0 auto;
	background: linear-gradient(
		to right,
		#003f87 0 4px,
		#999 4px 5px,
		#c00 5px 10px,
		#999 10px 11px,
		#fff 11px 160px,
		#999 160px 161px,
		#f5f5f5 161px 789px,
		#999 789px 790px,
		#c00 790px 795px,
		#999 795px 796px,
		#003f87 796px 100%
	);
}
.site-header,
.site-footer {
	width: 800px;
	overflow: hidden;
}
.site-header img {
	display: block;
	width: 800px;
	height: 100px;
	max-width: none;
}
.site-body {
	display: grid;
	grid-template-columns: 160px 610px;
	gap: 0;
	padding: 0 10px;
	background: transparent;
}
.site-nav {
	width: 120px;
	margin: 5px auto;
}
.site-content {
	min-width: 0;
	width: 610px;
	padding: 5px;
}
.site-footer {
	height: 20px;
	background: url("gfx/unten.png") no-repeat center top;
}
.subnav {
	display: none;
}
/* Tabellen */
.tabelle {
	table {
		border-collapse: collapse;
		border-spacing: 0;
		border: 0px;
		width: 100%;
	}
	td {
		padding: 0.25rem;
		vertical-align: top;
		border: 1px solid #999;
	}
	tr {
		background-color: #fafafa;
		color: #000;
	}
	tr:nth-child(odd) {
		background: #eaeaea;
	}
	tr:hover {
		background: #fff;
	}
	thead tr, thead tr:hover {
		background: transparent !important;
	}
	.table tr:nth-child(3),
	.table tr:nth-last-child(3) {
		border-bottom-color: #e6e6e6;
	}
}
/* Ende */
.name {
	font-family: Times New Roman;
	font-size: 32px;
	color: #FFFFFF;
	white-space: nowrap;
}

li {
	list-style-type: square;
}

.head {
	font-size: 14px;
}
.section-title {
	margin: 0 0 12px;
	text-align: justify;
	font-size: 14px;
	font-weight: bold;
	color: #003f87;
}
.section-title--accent {
	color: #c00;
}
.portrait-left {
	float: left;
	margin: 0 5px 5px 0;
}
.text-justify {
	text-align: justify;
}
.rule {
	border: 0;
	border-top: 1px solid #999;
	margin: 12px 0;
}
.data-list {
	display: grid;
	grid-template-columns: 190px minmax(0, 1fr);
	width: 100%;
	margin: 0 auto;
	border: 1px solid #999;
	background: #fafafa;
}
.data-list dt,
.data-list dd {
	margin: 0;
	padding: 0.25rem;
	border-bottom: 1px solid #999;
}
.data-list dt {
	font-weight: bold;
	background: #eaeaea;
}
.data-list dd:nth-of-type(odd),
.data-list dt:nth-of-type(odd) {
	background: #eaeaea;
}
.data-list dt:last-of-type,
.data-list dd:last-of-type {
	border-bottom: 0;
}
.media-box {
	display: inline-block;
	margin: 0 0 5px;
	border: 1px solid #ccc;
	background: #f9f9f9;
	text-align: right;
}
.media-box--left {
	float: left;
	margin-right: 5px;
}
.media-box--right {
	float: right;
	margin-left: 5px;
}
.media-box img {
	display: block;
}
.media-box figcaption {
	padding: 0.25rem;
	font-size: 8pt;
}
.media-box--wide {
	display: block;
	text-align: center;
}
.media-box--wide figcaption {
	text-align: right;
}
.person-card {
	margin: 0;
	text-align: center;
	font-size: 8pt;
}
.person-card--left {
	float: left;
	margin: 0 5px 5px 0;
}
.person-card img {
	display: block;
	margin: 0 auto 3px;
}
.person-card figcaption,
.person-card figcaption * {
	font-size: 8pt;
}
.people-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	align-items: start;
	justify-items: center;
	gap: 4px;
	margin: 4px auto 12px;
}
.table-list {
	display: grid;
	margin: 0 auto 12px;
	border: 1px solid #999;
	background: #fafafa;
}
.table-row {
	display: grid;
	border-bottom: 1px solid #999;
}
.table-row:last-child {
	border-bottom: 0;
}
.table-row>div {
	padding: 3px;
	border-right: 1px solid #999;
}
.table-row>div:last-child {
	border-right: 0;
}
.table-row--head {
	background: #999;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.parliament-list {
	width: 400px;
}
.parliament-list .table-row {
	grid-template-columns: 180px 110px 110px;
}
.party span,
.diplomacy-list span {
	font-size: 8pt;
}
.party--yellow {
	background: #ff9;
}
.party--purple {
	background: #e6dcf0;
}
.party--red {
	background: #fcc;
}
.party--green {
	background: #cfc;
}
.party--cyan {
	background: #cff;
}
.diplomacy-list {
	width: 450px;
}
.diplomacy-list .table-row {
	grid-template-columns: 180px 120px 120px;
}
.diplomacy-list .table-row--head {
	background: #ccc;
}
.status {
	text-align: center;
}
.status--tense {
	background: #fcc;
}
.status--neutral {
	background: #ff9;
}
.status--positive {
	background: #cf9;
}
.news-entry {
	margin-bottom: 16px;
}
.news-entry .subline {
	margin: 0 0 3px;
}
/* Sidebar aus dem Forum */
.sidebarItemList {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.sidebarItemList,
.sidebarItemList li,
.sidebarItemList h3 {
	margin: 0;
	padding: 0;
	border: 0;
}
.sidebarItemList>li:not(:last-child),
.sidebarBoxList>li:not(:last-child) {
	margin-bottom: 10px;
}
.box24 {
	display: flex;
	align-items: flex-start;
}
.box24>:first-child:not(:last-child) {
	flex: 0 0 auto;
	margin-right: 8px;
}
.box24>:last-child {
	flex: 1 1 auto;
	overflow: hidden;
}
.userAvatarImage:not(.userMenu) {
	background-color: #fff;
	border: 1px solid #2b384a;
	border-radius: 2px;
	padding: 1px;
}
.separatorLeft::before {
	content: "·";
	margin-right: 0.25em;
}
/* Ende */
.news {
	font-size:12px;
}
.news .headline {
	color: rgb(0, 63, 135);
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
}
.news .subline {
	color: rgb(204, 0, 0);
	font-size: 12px;
	font-weight: bold;
}
.news .date {
	font-style: italic;
	padding-bottom: 5px;
}
.news .text {
	padding-bottom: 10px;
}
.newsticker li {
	list-style: none;
	margin-bottom: 3px;
}
.newsticker ul {
	padding: 0px;
}
.newsticker div  {
	display: inline-block;
	word-wrap: break-word;
}
p.date               { font-size: 11px; margin: 0px 0px 5px 0px; }
p.subject            { margin: 0px 0px 5px 0px; font-size: 15px; font-weight: bold; }
p.text               { margin: 0px; }
p.comments           { margin: 5px 0px 0px 0px; font-size: 11px; }
p.comment-text       { margin: 0px 0px 0px 0px; }
p.commentauthor      { margin: 20px 0px 5px 0px; }
td.comformb          { width: 145px; }
textarea.comtext     { width: 420px; height: 120px; font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; font-size: 13px; }
input.comdata        { width: 130px; font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; }
.preview             { width: 50%; margin: 30px 0px 20px 0px; font-weight: bold; border-bottom: 1px dotted #c0c0c0; color: red; }
p.comment-hl         { width: 50%; margin: 35px 0px 20px 0px; font-weight: bold; border-bottom: 1px dotted #c0c0c0; }
input.bbcode-button  { width: 45px; height: 20px; font-size: 11px; font-weight: normal; margin: 0px 0px 5px 0px; background: #efefef; }

a.menu,
a.menu:link,
a.menu:visited		 { display:block; text-align:justify; line-height:25px; color: #B00C0B; text-decoration: none; font-weight: bold; background-color:#FFFFFF; padding-left:5px; padding-right:5px;}
a.menu:hover		 { display:block; text-align:justify; line-height:25px; color: #034FA7; text-decoration: none; font-weight: bold; background-color:#EDEDED; padding-left:5px; padding-right:5px;}
a.sub,
a.sub:link,
a.sub:visited		 { display:block; text-align:justify; line-height:20px; color: #B00C0B; text-decoration: none; font-weight: normal; background-color:#FFFFFF; padding-left:10px; padding-right:5px;}
a.sub:hover		 	 { display:block; text-align:justify; line-height:20px; color: #034FA7; text-decoration: none; font-weight: normal; background-color:#EDEDED; padding-left:10px; padding-right:5px;}
a.admin              { color: #003F87; text-decoration: none; font-size: 9px; }
a.admin:link         { color: #003F87; text-decoration: none; font-size: 9px; }
a.admin:visited      { color: #003F87; text-decoration: none; font-size: 9px; }
a.admin:hover        { color: #CC0000; text-decoration: underline; font-size: 9px; }
a.admin:active       { color: #003F87; text-decoration: none; font-size: 9px; }
