body {
	margin: 0px;
	padding: 0px;
	margin-bottom: 80px;
    background-color: #FFFFFF}

p { margin: 0; }

html > body {
	margin-bottom: 0px; /* Workaround for IE - ignored by IE but no firefox */
}

hr.hr1 {
    border: 0px;height: 1px; color: black; background-color: black;
}

img#header {
	border-width: 0px;
	border-right: 5px solid #000;
	
	position: absolute;
	left: 0px;
	top: 0px;
}

div#logo_holder {
	border-width: 0px;
	border-bottom: 5px solid #000;
}

img#logo {
	position: relative;
	left: 324px;
	top: 0px;
}

div#header_bottom {
	border-width: 0px;
	border-top: 5px solid #000;
	
	position: absolute;
	left: 0px;
	top: 126px;
	width: 60%;
}
div#nav_holder {
	border-width: 0px;
	
	position: absolute;
	left: 324px;
	top: 71px;
	padding: 3px;
}

div#rightbar {
	position: absolute;
	right: 0px;
	top: 81px;
	
	border-left: 1px solid black;
	height: 80%;
	width: 40px;
}

div#rightbar div.inner {
	border-left: 5px solid black;
	border-top: 5px solid black;
	border-bottom: 5px solid black;
	margin-left: 3px;
	margin-top: 0px;
	height: 100%;
	background-color: #94b1c5;
}

div#leftbar {
	position: absolute;
	left: 0px;
	top: 136px;
	
	border-right: 1px solid black;
	width: 240px;
}

div#leftbar div.inner {
	border-right: 5px solid black;
	border-top: 5px solid black;
	border-bottom: 5px solid black;
	margin-right: 3px;
	margin-top: 0px;
	background-color: #94b1c5;
	
	padding: .5em;
}

div#main {
	position: relative;
	left: 260px;
	margin-right: 320px;
	top: 80px;
}

td, span, body {
	font-size: 7pt;
	font-family: Arial, Verdana, sans-serif;
    letter-spacing: 1pt;
}

hr {
	color: #555;
}

/* Error Message Style */
div.error {
	font-weight: bold;
	color: #F00;
	padding-bottom: 1em;
}

/** Exponent-internals stylings **/

div.moduletitle {
	font-weight: bold;
	font-size: 1.25em;
}

a {
	color: #244360;
	text-decoration: none;
}

td.header {
	background-color: #aaa;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	padding: 2px;
}

/* Container Styles */
div.container_box {
	padding: 0px;
	margin: 0px;
}

div.container_editbox {
	border: 2px dashed #CCC;
	margin: 2px;
}

div.container_editheader {
	padding: 3px;
	background-color: #ccc;
}

div.container_editheader table tr td.info {
	font-size: 8pt;
	font-weight: bold;
}


div.itemtitle {
	font-weight: bold;
}

/* Themable Forms */
div.form_title {
	font-size: 14px;
	font-weight: bold;
}

div.form_header {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	margin-bottom: 1em;
}

tr.even_row {
	background-color: #DDD;
}

tr.row:hover td, tr.row:hover td a {
	background-color: #666;
	color: #fff;
}

tr.odd_row {
	
}

/** Administration Module Manager form **/
.administration_modmgrheader {
	background-color: lightgrey;
}

.administration_modmgrheader span.active {
	color: green;
	font-weight: bold;
}

.administration_modmgrheader span.inactive {
	color: red;
	font-weight: bold;
}

.administration_modmgrbody {
	padding-left: 10px;
	border: 1px solid lightgrey;
}

/** Debugger Styles **/
table.debug_null,table.debug_null tr td, div.debug_null {
	background-color: #000;
	color: #fff;
	font-weight: bold;
}

table.debug_object, table.debug_object tr td {
	background-color: #a00;
	color: #fff;
}

table.debug_array, table.debug_array tr td {
	background-color: #0a0;
	color: #fff;
}

table.debug_scalar, table.debug_scalar tr td, div.debug_scalar {
	background-color: #00a;
	color: #fff;
}

td.debug_attribute {
	font-family: monospace;
	font-size: 10px;
}

td.debug_varname {
	font-weight: bold;
}

td.debug_type {
	background-color: #aaa;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

td.debug_value {
	font-family: monospace;
	font-size: 11px;
	color: #fff;
}


/** Custom **/
tr.bb_threadrow td {
	background-color: #ddd;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding-left: 1.25em;
	padding-right: 5px;
}

tr.bb_threadrow td.bb_posttitle {
	font-size: 11px;
	font-weight: bold;
}

td.bb_postbody, td.bb_replybody, td.bb_boarddesc {
	padding: 1em;
	padding-left: 2em;
}

td.bb_postcredit, td.bb_replycredit {
	text-align: right;
	font-style: italic;
	font-size: 9px;
}

td.bb_boardtitle, td.bb_boardlastpost {
	background-color: #ddd;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding-left: 1.25em;
	padding-right: 5px;
}

.menu-top {
    height:80px;
    vertical-align:bottom;
    text-align:center;
    cursor: pointer;
    background-color:#A0A0A0;    
}
/* Topmenu Hilit */
.menu-top-hlit {
    height:80px;
    vertical-align:bottom;
    background-color:#0000CC;    
    text-align:center;
    color: white;
    cursor: pointer;
}

a {
     font-family: Arial, Helvetica, sans-serif; 
     font-size: 7pt; 
     color: black;
     font-weight:bold;
     outline:none;
     -moz-outline:none;

}
a:hover { text-decoration:underline; }

.breadcrumb {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #000000; text-decoration: none; padding:0px; }

.topmenu {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight:bold; color: #000000; text-decoration: none; padding:10px; }
.topmenu-w {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight:bold; color: #FFFFFF; text-decoration: none; padding:10px; }

a.topmenu:active {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight:bold; color: #000000; text-decoration: none; }
a.topmenu:link {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight:bold; color: #000000; text-decoration: none; }
a.topmenu:visited {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight:bold; color: #000000; text-decoration: none; }
a.topmenu:hover {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight:bold; color: #ffffff; text-decoration: none; }

a.topmenu-w:active {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight:bold; color: #ffffff; text-decoration: none; }
a.topmenu-w:link {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight:bold; color: #ffffff; text-decoration: none; }
a.topmenu-w:visited {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight:bold; color: #ffffff; text-decoration: none; }
a.topmenu-w:hover {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight:bold; color: #ffffff; text-decoration: none; }


a.topmenu-sub:active {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight:bold; color: #ffffff; text-decoration: none; }
a.topmenu-sub:link {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight:bold; color: #ffffff; text-decoration: none; }
a.topmenu-sub:visited {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight:bold; color: #ffffff; text-decoration: none; }
a.topmenu-sub:hover {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight:bold; color: #ffffff; text-decoration: underline; }

a.menu-main:active {  font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal; font-weight:bold; color: #40599b; text-decoration: none; }
a.menu-main:link {  font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal; font-weight:bold; color: #40599b; text-decoration: none; }
a.menu-main:visited {  font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal; font-weight:bold; color: #40599b; text-decoration: none; }
a.menu-main:hover {  font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal; font-weight:bold; color: #40599b; text-decoration: underline; }

.topbar-menu {
    width: 150px;
    background-color: #0000CC;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 9pt;
    text-align: left;
    float: left;
    padding: 2px;
}

.def-submenu-nav {
    background-color: #0000CC;
}

.menu-main {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    color: #40599b;
    text-decoration: none;
    font-size: 13px;
}


.header-section {
    color: #40599b;
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: bold;
    font-size: 12pt;
}

.header-subsection {
    color: #40599b;
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: normal;
    font-size: 12pt;
}

.newsitem-head {
    color: #000000;
    background-color: #c0c0c0;
    vertical-align:top;
}

.newsitem-cell {
    color: #000000;
    vertical-align:center;
    height:18px;
}

.newsitem-title {
    color: #000000;
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: bold;
    font-size:  7pt;
}

.dateimanager-zeile {
    vertical-align: bottom;
    padding-top: 5px;
}

.dateimanager-archiv {
    vertical-align: bottom;
    padding-top: 5px;
    background-color: #c0c0c0;
}

.nm-title {
    font-family: arial, helvetica, sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 12pt;
    vertical-align: top;
	text-align: left;
    padding-left:170px;
    line-height: 21px;
    letter-spacing: 1pt;
    background-color: #c8cf1f;
    color: #ffffff;
}

a.nm-link:active  { font-family: Arial, Helvetica, sans-serif; font-size:  7pt; font-style: italic; font-weight: 700; letter-spacing: 1pt; font-stretch: wider; color: #b0b0b0; text-decoration: none; }
a.nm-link:link    { font-family: Arial, Helvetica, sans-serif; font-size:  7pt; font-style: italic; font-weight: 700; letter-spacing: 1pt; font-stretch: wider; color: #b0b0b0; text-decoration: none; }
a.nm-link:visited { font-family: Arial, Helvetica, sans-serif; font-size:  7pt; font-style: italic; font-weight: 700; letter-spacing: 1pt; font-stretch: wider; color: #b0b0b0; text-decoration: none; }
a.nm-link:hover   { font-family: Arial, Helvetica, sans-serif; font-size:  7pt; font-style: italic; font-weight: 700; letter-spacing: 1pt; font-stretch: wider; background-color: #c8cf1f; color: #ffffff; text-decoration: none; }

a.nm-link-sel:active  { font-family: Arial, Helvetica, sans-serif; font-size:  7pt; font-style: italic; font-weight: 700; letter-spacing: 1pt; color: #000000; text-decoration: none; }
a.nm-link-sel:link    { font-family: Arial, Helvetica, sans-serif; font-size:  7pt; font-style: italic; font-weight: 700; letter-spacing: 1pt; color: #000000; text-decoration: none; }
a.nm-link-sel:visited { font-family: Arial, Helvetica, sans-serif; font-size:  7pt; font-style: italic; font-weight: 700; letter-spacing: 1pt; color: #000000; text-decoration: none; }
a.nm-link-sel:hover   { font-family: Arial, Helvetica, sans-serif; font-size:  7pt; font-style: italic; font-weight: 700; letter-spacing: 1pt; background-color: #c8cf1f; color: #ffffff; text-decoration: none; }

.nm-title-galerie {
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic; 
    font-size:  7pt; 
    font-weight: 700;
    letter-spacing: 1pt;
    color: #b0b0b0;
}

.nm-title-galerie-act {
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic; 
    font-size:  7pt; 
    font-weight: 700;
    letter-spacing: 1pt;
    color: #000000;
}

.nm-text-grey {
    color: #b0b0b0;
}

/* Padding, Margins for Table-Cell in Raster */
.nm-gallery-cell {
    padding-top:5px;
    padding-bottom:12px;
    padding-left:7px;
    padding-right:13px;
    vertical-align:top;
    width:150px;
}
