/* www.mpweinberger.at */
/* --- layout areas -- */
#div_body
{
	color: #000;
	background-color: #000;
	text-align: left;
	margin: 0 auto;
	width: 950px;
}

#div_head_grc
{
	position: absolute;
	top: 0px;
	width: 950px;
	height: 120px;
	text-align: left;
	color: #fff;
	background-color: #000;
	background-image: url(images/basics/bg_head.jpg);
	background-repeat: no-repeat;
}

#div_mainmenu
{
	position: absolute;
	top: 79px;
	width: 950px;
	color: #000;
	background-color: #EEE;
	z-index: 2;
	overflow: hidden;
}

#tbl_mainmenu
{
	background-color: #EEE;
	height: 41px;
	overflow: hidden;
}

#div_submenu
{
	position: absolute;
	top: 120px;
	width: 950px;
	height: 21px;
	text-align: left;
	overflow: hidden;
	color: #000;
	background-color: #FFF;
	/* background-image: url(images/basics/bg_submenu.jpg); */
	background-repeat: repeat-x;
	font-size: 0.8em;
	line-height: 1.5em;
	white-space: nowrap;
}

#div_flag
{
	position: absolute;
	top: 0px;
	left: 913px;
}

#div_newsmenu
{
	width: 950px;
	height: 82px;
	position: absolute;
	top: 141px;
	overflow: hidden;
	text-align: right;
}

#tbl_news
{
	height: 82px;
	float: right;
}

#div_stats
{
	position: absolute;
	top: 0px;
	right: 1em;
	z-index: 12;
	float: right;
	font-size: 0.6em;
	font-family: monospace;
	text-align: right;
	text-decoration: none;
}

#div_content
{
	width: 925px;
	text-align: left;
	/*	fix positioniert */
	position: absolute;
	top: 235px;
	padding: 0 0 0 25px;
	/* an obigen Inhalt anschliessen
	position: relative;
	margin: 0 auto;
	 */
}

body
{
	text-align: center;
	/* background-image: url(images/basics/bg_content.jpg); */
	font-family: "Lucidan grande", Verdana, Arial, sans-serif;
	margin: 0;
	padding: 1em 0;
	font-size: 12pt;
	line-height: 16pt;
}

.menutable img { display: block; }
.marker { background-color: #F00; }

/* test */
img
{
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
}

.alert
{
	color: #CC0000;
	font-weight: bold;
}

/* --- Debugging --- */
.error
{
	color: #CC0000;
	font-weight: normal;
}

#debuglog
{
	background-color: #FFFF99;
	padding: 4px;
	min-width: 600px;
}

#debuglog pre
{
	font-family: monaco, monospace;
	font-size: 9px;
	line-height: 11px;
	font-weight: normal;
}

/* === font sizes === */
h1
{
	font-size: 1.5em;
	line-height: 1.8em;
	color: #000;
}

h2
{
	font-size: 1.2em;
	color: #000;
	background-color: transparent;
}

/* === font decorations === */
#div_content a
{
	text-decoration: underline; /* none; */
	font-weight: normal;
	color: #000; /* #91302F; */
	background-color: transparent;
}

#div_submenu a
{
	padding: 0 2px 0 2px;
	text-decoration: underline; /* none; */
	font-weight: normal;
	color: #000; /* #91302F; */
	background-color: transparent;
}

#div_submenu a.selected { font-weight: bold; }

#div_submenu a.logout
{
	background-color: #FC0;
	color: #F00;
	border-color: #000;
	border-width: 1px;
	border-style: dashed;
	padding: 0 2px 0 2px;
}

#div_stats
{
	font-family: Monaco, Courier, monospace;
	font-size: 10px;
}

.bordercell
{
	border-color: #CCC; /* #D8B992; */
	border-width: 1px;
	border-style: solid;
	padding: 0 1px 0 1px;
}

.formtable td { background-color: transparent; }

.formtable b, .formlabel
{
	text-decoration: none;
	font-weight: normal;
	color: #666;
}

#div_content /* , #xxdiv_content .formtable, #xxdiv_content td */ { font-size: 0.8em; }

.shiftright
{
	padding: 0px 0 0 36px;
	margin: 0px;
	font-style: italic;
}

.teaser
{
	text-align: left;
	font-weight: bold;
}

.datum
{
	font-size: 0.9em;
	font-style: italic;
	float: right;
	font-weight: normal;
}

.bildtext
{
	font-size: 0.9em;
	font-style: italic;
	font-weight: normal;
}
