﻿body 
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 70%;
	color: Black;
	background-color: #EEEEEE;
}

h3
{
	font-size: 14px;
	font-weight: bold;
}

form
{
	padding: 0px;
	height: 80%;
}

input
{
	padding: 1px 2px 1px 2px;
}

.DottedLine 
{
	background-image: url(dotted_hori.gif);
	background-repeat: repeat;	
	width: 100%;
	height: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Formular */
table.FormTable tr td.MainTable
{
	background-color: #FFFFFF;
	padding: 5px;
	border-left: solid 1px #FFFFFF; 
	border-right: solid 1px #848284; 
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #848284;
	white-space: nowrap;
}

table.FormTable tr td.SendForm
{
	background-color: #da9264;
	color: Black;
	padding: 3px;
	padding-left: 30px;
	padding-right: 30px;
	border-left: solid 1px #FFFFFF; 
	border-right: solid 1px #848284; 
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #848284; 
	vertical-align: top;
}

table.FormTable tr
{	
	vertical-align: top;
}

table.InputForm
{
	border-collapse: collapse;
	empty-cells: show;
}

table.InputForm tr th
{
	background-color: #d47f49; /* #CC3300; */
	font-weight: bold;
	color: White;
	padding: 4px;
	border-left: solid 1px #FFFFFF; 
	border-right: solid 1px #9d4f43; 
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #9d4f43; 
	vertical-align: top;
	white-space: nowrap;
}

table.InputForm tr td
{
	background-color: #EAD1B7;
	color: Black;
	padding: 4px;
	border-left: solid 1px #FFFFFF; 
	border-right: solid 1px #848284; 
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #848284; 
}

table.InputForm tr td.SendForm
{
	background-color: #da9264;
	color: Black;
	padding: 3px;
	border-left: solid 1px #FFFFFF; 
	border-right: solid 1px #848284; 
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #848284; 
	vertical-align: top;
}

table.InputForm tr td.Emphasized
{
	font-weight: bold;
	background-color: #EAD1B7;
	color: Black;
	padding: 4px;
	border-left: solid 1px #FFFFFF; 
	border-right: solid 1px #848284; 
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #848284; 
	vertical-align: top;
}

table.InputForm tr td table tr th
{
	font-weight: bold;
	color: Black;	
	background-color: Transparent;
	border-width: 0px;
}

table.InputForm tr td table tr td
{
	padding: 0px;
	empty-cells: show;
	background-color: Transparent;
	border-width: 0px;
}

/* Kalender */
.CalendarLink, .CalendarLink a:link, .CalendarLink a:visited, .CalendarLink a:active
{
	font-weight: bold;
	color: Black;
}

.CalendarLink a:hover
{
	text-decoration: none;
	color: Black;
}

/* Navigator */
span.NavigatorTable table
{
	text-align: center;
}


/* Fehlermeldung */
table.Error
{
	width: 100%;
	padding: 0px;
	border: 0px;
}

table.Error tr td
{
	color: Red;
}

/* Seitengestaltung */
div#PortalRahmen
{
	width: 940px;
	height: 80%;
	margin-left:auto;
	margin-right:auto;
}

div#PortalHeader
{
	position: absolute;
	left: inherit;
	top: 0px;
	width: 940px;
	height: 203px;
	background-image: url(Header.jpg);
	background-repeat: no-repeat;
	border: 0px;
}

div#PortalHeader #PortalUser
{	
	position: absolute;
	top: 8px;
	width: 965px;
	text-align: right;
	font-weight: bold;
}

div#PortalHeader a:link, div#PortalHeader a:visited
{
	color: #801313;
}

div#PortalHeader a:hover, div#PortalHeader a:active
{
	color: #000000;
}

div#PortalMenu
{
	position: absolute;
	left: inherit;
	margin-left: 500px;
	top: 92px;
	width: 300px;
	height: 20px;
	border: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}

div.PortalPath
{
	position: absolute;
	left: inherit;
	top: 203px;
	width: 933px;
	height: 16px;
	border-left: 1px dotted #cccccc; 
	border-right: 1px dotted #cccccc; 
	color: Gray;
	padding: 2px 2px 2px 4px;
	font-size: 10px;
	font-family: Verdana, Arial;
	background-color: #FFFFFF;
}

div.PortalPath a:link, div.PortalPath a:visited, div.PortalPath a:active
{
	color: Black;
	text-decoration: underline;
}

div.PortalPath a:hover
{
	text-decoration: none;	
}

.PortalPathImage
{
	vertical-align: middle;
	padding-right: 4px;
	padding-left: 4px;
}

div#PortalContent
{
	position: absolute;
	vertical-align: top; 
	background-color: #FFFFFF; 
	color: #000000; 
	border-left: 1px dotted #cccccc;
	border-right: 1px dotted #cccccc;
	border-top-width: 0px;
	border-bottom: 1px dotted #cccccc;
	padding: 12px 3px 4px 3px;
	top: 203px;
	width: 933px;
}

div#PortalContent a:link, div#PortalContent a:visited
{
	/* color: #801313; */
}

div#PortalContent a:hover, div#PortalContent a:active
{
	/* color: #000000; */
}

.LeftContent
{
	width: 300px;
	vertical-align: top;
}
.MiddleContent
{
	width: auto;
	vertical-align: top;
}

.RightContent
{
	width: 300px;
	vertical-align: top;
}

.Footer
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

.Footer a
{
	text-decoration: none;
	color: #333333;
}

.Footer a:hover
{
	color: #3B9A7C;
	text-decoration: underline;
	cursor: pointer;
}

table.ContentTable 
{
	width: 100%;
	height: 100%;
	vertical-align: top;
}

.ModuleContainer 
{
	padding: 10px 10px 10px 10px;
}

.ModuleHeader
{
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3B9A7C;
	font-size: 14px;
	border-top: 1px dotted #cccccc;
	border-left: 1px dotted #cccccc;
	padding: 2px 5px 2px 5px;
	text-transform: none;
}

.ModuleContent
{
	background-color: #FFFFFF;
	font-weight: normal;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	vertical-align: top;
	border-top: 1px dotted #cccccc;
	border-right: 1px dotted #cccccc;
	padding: 5px 5px 5px 5px;
}

.ModuleContent a:link, .ModuleContent a:visited, .ModuleContent a:active
{
	color: Black;
	text-decoration: underline;
}

.ModuleContent a:hover
{
	text-decoration: none;	
}

.ErrorContent
{
	padding: 10px 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ff0000;
	font-size: 14px;
}

.ModuleError
{
	padding: 5px 5px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ff0000;
	font-size: 12px;
}

/* Ajax TabContainer */
.TabContainer .ajax__tab_header {font-family:verdana,tahoma,helvetica;font-size:11px;background:url(Images/tab-line.gif) repeat-x bottom;}
.TabContainer .ajax__tab_outer {padding-right:0px;background:url(Images/tab-right.gif) no-repeat right;height:21px;}
.TabContainer .ajax__tab_inner {padding-left:3px;background:url(Images/tab-left.gif) no-repeat;}
.TabContainer .ajax__tab_tab {height:13px;padding:4px;margin:0;background:url(Images/tab.gif) repeat-x;}
.TabContainer .ajax__tab_hover .ajax__tab_outer {background:url(Images/tab-hover-right.gif) no-repeat right;}
.TabContainer .ajax__tab_hover .ajax__tab_inner {background:url(Images/tab-hover-left.gif) no-repeat;}
.TabContainer .ajax__tab_hover .ajax__tab_tab {background:url(Images/tab-hover.gif) repeat-x;}
.TabContainer .ajax__tab_active .ajax__tab_outer {background:url(Images/tab-active-right.gif) no-repeat right;}
.TabContainer .ajax__tab_active .ajax__tab_inner {background:url(Images/tab-active-left.gif) no-repeat;}
.TabContainer .ajax__tab_active .ajax__tab_tab {background:url(Images/tab-active.gif) repeat-x;}
.TabContainer .ajax__tab_body {font-family:verdana,tahoma,helvetica;font-size:10pt;border:1px solid #999999;border-top:0;padding:8px;background-color:#f0f0f0;}

/* Ajax TabContainer scrolling */
.ajax__scroll_both {overflow:scroll}
.ajax__scroll_auto {overflow:auto}

