@CHARSET "UTF-8";

*
{
	padding: 0px;
	margin: 0px;
	border: 0px;
}

body
{
	background-color: #000000;
	color: #EEEEEE;
	height: 101%;
	font-size: 10pt;
	font-family: sans-serif;
	/*overflow: scroll;  scrollbars immer anzeigen */
}

#frame
{
	/* position */
	margin: 0 auto;
	position: relative;
	
	width: 900px;
	height: 100%;
	padding: 0;
}

/* ----------------------------------------- */

/* overall width is 132px */
.navigation_menu
{
	position: fixed;
	left: inherit;
	top: 0px;
	padding: 5px;
	
	width: 120px;
	height: 100%;

	text-align: center;
	background-color: #191919;
	
	border-left: 1px solid #333;
	border-right: 1px solid #333;

	display: table;  /* to make content_valign vertically in the middle */
    -moz-box-shadow: 0px 0px 10px #ccc;
    -webkit-box-shadow: 0px 0px 10px #ccc;
    box-shadow: 0px 0px 10px #ccc;
}
#leftnavigation
{
	
}
#rightnavigation
{
	margin-left: 752px;
}

/* overall width is 600px */
#centercontent
{
	position: absolute;
	left: 142px;
	top: 0px;
	margin: 0px 0px 0px 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 25px;
	
	width: 590px;
	/*height: 100%;
	
	display: inline;*/

	text-align: left;
}

div.content_valign
{
	display: table-cell;
	vertical-align: middle;
}

/* ----------------------------------------- */
/* -- NAVIGATION --------------------------- */
/* ----------------------------------------- */

a.navlink
{
	text-decoration: none;
}

div.navbutton
{
	cursor: pointer;
	margin: 18px 6px;
	color: #EEE;
	font-weight: bold;
}

div.navbutton_pressed
{
	background-color: #333;
	border: 1px inset #191919;
}

div.navbutton .text
{
	position: relative;
	font-size: 12pt;
	z-index: 50;
}

div.navbutton:hover
{
	text-decoration: underline;
	font-weight: bold;
	color: #FFF;
}

div.navbutton_pressed:hover
{
	background-color: #3E3E3E;
	text-decoration: none;
}

div.navbutton div.imagepart
{
	position: relative;
	z-index: 20;
	top: 0px;
}

div.navbutton_pressed div.imagepart
{
	position: relative;
	z-index: 20;
	top: 7px;
}

div.navbutton img.reflimg
{
	position: relative;
	z-index: 1;
	top: 15px;
}

div.navbutton_pressed img.reflimg
{
	position: relative;
	z-index: 1;
	top: 8px;
}

table.langtable
{
	float: right;
	width: 50px;
	table-layout: fixed;
}
table.langtable td
{
	text-align: center;
}

/* ----------------------------------------- */
/* -- N E W S ------------------------------ */
/* ----------------------------------------- */
div.news
{
	font-size: 10pt;
	text-align: center;
}

div.news .newstitle
{
	color: #0CC;
}

div.news h1
{
	color: #CFF;
	border-bottom: 1px dashed #CCC;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	
	text-align: center;
	font-variant: small-caps;
	font-family: serif;
	font-size: 28pt;
}
div.news h1:FIRST-LETTER
{
	font-size: 32pt;
	color: #FFF;
}

div.news div.newsentry
{
	width: 75%;
	text-align: left;
	padding: 5px;
	background-color: #111;
	border: 1px solid #090909;
	margin-bottom: 8px;
	margin: 0 auto;
}


/* ----------------------------------------- */
/* -- W I K I ------------------------------ */
/* ----------------------------------------- */
div.wiki
{
	background-image: url("img/monduntergang.png");
	background-repeat: no-repeat;
	background-position: center 30px;
	background-attachment: fixed;
}

div.wiki .bgpicture
{
	/*position: absolute;*/
	display: none;
}

a.wikilink:link
{
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px dashed #08F;
}

a.wikilink:visited
{
	color: #EEE;
	text-decoration: none;
	border-bottom: 1px dotted #08F;
}

a.wikilink:hover, a.wikilink:active
{
	color: #0CF;
	text-decoration: none;
	border-bottom: 1px dashed #08F;
}

.wiki h1
{
	color: #CFF;
	border-bottom: 1px dashed #CCC;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	
	text-align: center;
	font-variant: small-caps;
	font-family: serif;
	font-size: 28pt;
}
.wiki h1:FIRST-LETTER
{
	font-size: 32pt;
	color: #FFF;
}

.wiki h1.error
{
	color: #F22;
	border-bottom: 1px dashed #F00;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	
	text-align: left;
	font-variant: normal;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 28pt;
}
.wiki h1.error:FIRST-LETTER
{
	font-size: inherit;
	color: inherit;
}

.wiki h2
{
	color: #CFF;
	margin-top: 0.4em;
	
	font-variant: small-caps;
	font-family: serif;
	font-size: 18pt;
}

.wiki h3
{
	color: #CFF;
	margin-top: 0.4em;
	
	font-variant: small-caps;
	font-family: serif;
	font-size: 14pt;
}

.wiki ul
{
	line-height: 1.5em;
	text-transform: none;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: square;
	padding: 6px;
	padding-left: 2em;
	margin: 2px;
	/*font-size: 11pt;*/
}

.wiki .description
{
	font-size: 10pt;
	font-weight: normal;
}

.wiki span.quote
{
	font-style: italic;
}

.wiki span.code
{
	font-family: monospace;
}

.wiki div.container_left
{
	float: left;
	margin: 4px;
}

.wiki div.container_right
{
	float: right;
	margin: 4px;
}

.wiki div.container
{
	display: table;
	width: 100%;
	table-layout: fixed;
}

.wiki div.container div.cell
{
	display: table-cell;
	vertical-align: middle;
}

.wiki div.btn
{
	text-align: center;
	border: 1px outset #222;
	background-color: #222;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-top: 7px;
	
	font-size: 12pt;
	font-weight: bold;
}
.wiki div.btn:HOVER
{
	text-align: center;
	border: 1px inset #222;
	background-color: #2B2B2B;
	
	font-size: 12pt;
	font-weight: bold;
}

.wiki .none	/* for dyno */
{
	border: 0;
	margin: 0;
	padding: 0;
}

.wiki div.statusbar
{
	background-color: #333;
	border: 1px solid #222;
	margin-top: 3px;
	padding: 2px;
	font-weight: bold;
	font-size: 10pt;
}
.wiki div.statusbar i
{
	font-weight: normal;
}

.wiki img.background
{
	position: absolute;
}
.wiki img.left
{
	margin: 6px;
	float: left;
}
.wiki img.right
{
	margin: 6px;
	float: right;
}

.wiki div.tableout
{
	margin: 10px;
}
.wiki table
{
	font-size: 10pt;
	width: 100%;
}
.wiki table td.lefttd
{
	width: 23em;
	vertical-align: top;
}
.wiki input.text 
{
	padding: 2px;
	border: 1px inset #177;
	width: 100%;
	color: #000;
	background-color: #CCC;
}
.wiki input.text:FOCUS
{
	background-color: #DDD;
}
.wiki textarea
{
	padding: 2px;
	border: 1px inset #177;
	width: 100%;
	color: #000;
	background-color: #CCC;
}
.wiki textarea:FOCUS
{
	background-color: #DEDEDE;
}

/* ----------------------------------------- */
/* -- CONTENT ------------------------------ */
/* ----------------------------------------- */

#centercontent .centerimage
{
	text-align: center;
}

.bordered
{
	border: thin dashed red;
}

div.errormsg
{
	border: 1px solid red;
	background-color: #FAA;
	color: #000;
	font-weight: bold;
	margin-top: 12px;
	
	background-image: url("img/exclamation.png");
	background-position: 2px center;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	min-height: 16px;
}	
div.infomsg
{
	border: 1px solid #4D4;
	background-color: #9D9;
	color: #000;
	font-weight: bold;
	margin-top: 12px;
	
	background-image: url("img/information.png");
	background-position: 2px center;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	min-height: 16px;
}

img.antispamimage
{
	vertical-align: middle;
}
