﻿/* Common */
html, body 
{
				background-color:Black;
				margin:0px;
				height:100%;
}

a
{
}

#m_frmMain
{
}

#m_divPage 
{
}

#m_divWebSite
{
				background-color:#C8C8C8;
				width:800px;
				height:auto;
				border-top:Solid 25px Black;
    margin-left: auto;
    margin-right: auto;
				text-align:left;
}

#m_divHeader
{
				background-color:#355A75;
				border-bottom:solid 2px black;
				width:100%;
				height:40px;
}

#m_divBoard
{
}

#m_divLeft
{
				background-color:#C8C8C8;
				border-left:solid 8px black;
				margin-left:15px;
				display: inline;
				width:177px;
				overflow:auto;
}

#m_divLeftHeader
{
				height:5px;
}

#m_divLeftContent
{
}

#m_divLeftFooter
{
				display:none;
}

#m_divCenter
{
				background-color:#C8C8C8;
				border-left:solid 2px black;
				width:598px;
}

#m_divCenterHeader
{
				display:none;
}

#m_divCenterContent
{
				margin:0px 0px 0px 10px;
}

#m_frmCenterContent
{
				width:100%;
}

#m_divCenterFooter
{
				display:none;
}

#m_divRight
{
				display:none;
}

#m_divRightHeader
{
				display:none;
}

#m_divRightContent
{
				display:none;
}

#m_divRightFooter
{
				display:none;
}

#m_divBrowserBug
{
				float: none;
    height: 0px; 
    width: 0px;
    overflow: hidden;				
}

#m_divFooter
{
}

/* KommBuch */
.systemMenu_lnk
{
	color:#F5F5F5; 
	font-family:Verdana,Helvetica,Arial; 
	font-size:10px; 
	font-weight:bold; 
	text-align:left; 
	vertical-align:bottom;
	margin:0px 5px 0px 5px;
}

.systemMenu_lnk_Over
{
	color:#00AAFF; 
	font-family:Verdana,Helvetica,Arial; 
	font-size:10px; 
	font-weight:bold; 
	text-align:left; 
	vertical-align:bottom;
	margin:0px 5px 0px 5px;
}

.leftMenuVlb_lnk
{ 
				color:#0282D6; 
				text-decoration:none;
				font-family:Verdana,Helvetica,Arial; 
				font-size:11px; 
				font-weight:bold; 
				padding-bottom:2px;
				padding-left:5px;
				text-align:left;
}

.leftMenuVlb_lnk u
{
				color:Red;
}
