BODY
{
  FONT-WEIGHT: 400;
  FONT-SIZE: 15px;
  COLOR: #000000;
  margin-top : 5;
  margin-left : 5;
  margin-right : 5;
  LINE-HEIGHT: 120%;
  FONT-FAMILY: Verdana, Helvetica, sans-serif;
  background : #E3E3E3 url('images/mauer.gif');
}
#container
{
	width: 100%;
	margin: 0px auto;
}
#PortalMain
{
	border-left: solid 5px none;
	border-top: solid 5px none;
}
#PortalHeader
{
	padding: .5em;

	color: #000000;
	background: none;
	font-weight: bold; 
	font-size: 24px; 
	font-family: Verdana, Helvetica, sans-serif;
}
.PortalHeaderUserInfo
{
	color: #000099; 
	font-weight: bold; 
	font-size: 12px; 
	font-family: Verdana, Helvetica, sans-serif;
	padding-right: 10px;
	float:right;
}
.PortalHeaderLogoff
{
	color: #000099; 
	font-weight: bold; 
	font-size: 12px; 
	font-family: Verdana, Helvetica, sans-serif;
}
#PortalHeaderTitle
{
	clear:both;
	color: #000000;
	background: none;
	font-weight: bold; 
	font-size: 24px; 
	font-family: Verdana, Helvetica, sans-serif;
	padding-bottom:10px;
}
#TabMainMenu
{
	float:right;
}
#TabMainMenuContainer
{
	height: 30px;
}
#TabMenuContainer
{
	color: #000099;
	background: none;
	font-weight: 600;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.TabMenu_Top
{
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
}
.TabMenu_SubTab
{
	background-color: none;
}
.TabMenu_CurrentTab
{
	background-color: none;
	border-right: solid 2px none;
	border-left: solid 2px none;
	border-top: solid 2px none;	
	border-bottom: solid 2px none;
	padding: 0px 7px 0px 7px;
}
.TabMenu_CurrentLink
{
	color: #666666;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
	font-weight: bold;
}
.TabMenu_Tab
{
	padding: 0px 7px 0px 7px;
}
.TabMenu_Link
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: Gray;
}
.TabPath
{
	font-size: 11px;
	padding-top: 0;
	margin-top: 0;
	background-color: none;
	color: #000000;
	height: 0px;
}
.TabPathButton
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
	color: #00000;
}
#TabContainer
{
	width: 100%;
}
.TabLeft
{
  width: 18em;
  vertical-align: top;
}
.TabRight
{
	width: 18em;
	vertical-align: top;
}
.TabMiddle
{
	margin-left: 18em;
	margin-right: 50em;
  vertical-align: top;
}
.TabLeftTwoCol
{
	width: 50%;
	vertical-align: top;
}
.TabRightTwoCol
{
  width: 50%;
  vertical-align: top;
}
#PortalFooter
{
	clear: both;
	margin: 0;
	padding: .5em;
	
	color: none;
	font-weight: bold; 
	height: 20px;
	padding-top: 1;
	padding-left: 15;
	border-top: solid 1px none;
}
#PortalEditContainer
{
	border-left: solid 5px #FF9900;
	border-top: solid 5px #FF9900;
}
#PortalEditModule
{
	margin-left: 10em;	
	margin-right: 10em;
}
.PortalEditPage
{
	margin-left: 10em;	
	margin-right: 10em;	
}
#PortalEditTab
{
	margin-left: 10em;	
	margin-right: 10em;	
}
B
{
	color: black;
}
H1
{
    font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	color: #333399;
	font-size: 20px;
	margin-bottom: 2px;
}
H2
{
    font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	color: #333399;
	font-size: 18px;
	margin-bottom: 2px;
}
H3
{
    font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	color: #333399;
	font-size: 16px;
	margin-bottom: 2px;
}
H4
{
    font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	color: #333399;
	font-size: 14px;
	margin-bottom: 2px;
}
IMG
{
	border-style: none;
}
.Error
{
	color: Red;
	font-weight: bold;
}
.Success
{
	color: Green;
	font-weight: bold;
}
.Info
{
	color: Black;
	font-weight: bold;
}
A
{
	color: #333399;
	text-decoration: none;
	font-weight: 600;
}
A:hover
{
	text-decoration: underline;
}

A.LinkButton
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
	color: #333399;
	text-decoration: none;
}
A:hover.LinkButton
{
	color: #FF3333;
	text-decoration: underline;
}
.ModuleContainer
{
	border: 1px solid none;
	padding: 1em 1em 1em 1em;
}
.ModuleTitle
{
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 20px;
	font-weight: normal;
	color: #333399;
  border-bottom: solid 0px black;
}
.ModuleMenu
{
	float:right;
}
.Module
{
	margin-bottom: 15;
}

.ListHeader
{
	background-color: #333399;
	color: White;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}
.List
{
	border-collapse:collapse;
}
.ListLine
{
}
.AlternatingListLine
{
	background-color: #E0F0FF;
}
.Label
{
}
.Data
{
}
.Emph
{
	font-style: italic;
}
span.NewsTitle
{
	font-size: 16px;
	color: #000000;
	font-weight:bold;
}
.OverlayMenuRoot
{
	padding: 5px 5px 5px 5px;
	margin: 2px 2px 2px 2px;
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 12px;
	text-decoration: none;
	text-align: right;
}
.OverlayMenu
{
	border: solid 1px #03538F;
	background-color: #ffffff;
	width: 150px;
	padding: 5px 5px 5px 5px;
}
.OverlayMenuItem
{
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 12px;
	text-decoration: none;
	cursor: hand;
}
.OverlayMenuSeparator
{
	border: 0;
	height: 1px;	
	color: #03538F;
}
HR.OverlayMenuSeparator
{
	border: 0;
	height: 1px;	
	color: #333399;
}
TEXTAREA,INPUT
{
	font-weight: 400;
	font-size: 12px;
	color: black;
	line-height: 120%; 
	font-family: Arial, Helvetica, sans-serif;
}

/* Controls -------------------------------------------------------------------------------------------------------- */
/* Date Time Control */
.InvalidDate
{
  background-color: Red;
}
.InvalidTime
{
  background-color: Red;
}


/* Module FileBrowser ---------------------------------------------------------------------------------------------- */
.FileList
{
  padding: 0em 0.4em 0em 0em;
}
/* The Rss Link in the top Part */
Span.FileBrowserRssLink
{
  float:right;
}
/* The Rss Link in the bottom Part */
Div.FileBrowserRssLink
{
  text-align:right;
}

/* Module Login ---------------------------------------------------------------------------------------------------- */
Div.LoginPanel
{
}

Span.LoginCaption
{
}

Input.LoginInput
{
}

.LoginAutoLogin
{
}

Span.LoginError
{
}

Input.LoginButton
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	border-width:1px;
	border-style:Outset;
	background-color: #E1E3F0; 
}
/* Shop -------------------------------------------------------------------------------------------------------- */
A.Produkt
{
	color: Maroon;
}
a.produkt:visited
{
}
a.produkt:hover
{
	text-decoration:underline;
}
a.small
{
	font-size:10px;
	font-style: small;
	color:grey;
	text-decoration:none;
}
a.small:visited
{
}
a.small:hover
{
}
hr.normal
{
	color:#777777;
}
td
{
	font-size:13px;
	font-family:Verdana,Arial,Geneva;
	color:#000000;
	font-weight:normal;
	font-style:normal;
}
td.titel
{
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	color:#FFFFF;
	Text-align:left;
	background-color:#777777;
}
td.ptitel
{
	font-weight:bold;
	font-size:14px;
}
td.normal
{
	font-size:13px;
	font-weight:normal;
	font-style:normal;
	color:#000000;
}
td.small
{
	font-size:11px;
	color:#000000;
}
td.smaller
{
	font-size:9px;
	color:#000000
}
td.small1
{
	font-size:11px;
	background-color:#EEEEEE;
}
td.small2
{
	font-size:11px;
	background-color:transparent;
}
td.nml
{
	font-size:11px;
	font-weight:bold;
	font-style:normal;
	color:#000000;
	background-color:#EEEEEE;
} 