/*	----------------------------------------------------------------------
	Name:			HTML Editor
	provided at:	02.Dez 02
	changed at:		02.Dez 02
	Description:	Background, dimensions and borders of the HTML Editor
	Used in e.g.: 	HTML Editor
	----------------------------------------------------------------------	*/

.editDoc
{
	border-bottom: 1px groove buttonhighlight;
	border-right: 1px groove buttonhighlight;
	border-top: 1px groove buttonshadow;
	border-left: 1px groove buttonshadow;
	padding: 2, 2, 2, 2;
	height: 440;
	width: 100%;
	overflow: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
}


/*	----------------------------------------------------------------------
	Name:			Navigation and Buttons
	provided at:	02.Dez 02
	changed at:		02.Dez 02
	Description:	Width of the navigation and the buttons
	Used in e.g.: 	Navigation
	----------------------------------------------------------------------	*/

.NaviWidth
{
	width: 200;
	height: 20;
}


/*	----------------------------------------------------------------------
	Name:			Background of the Navigation Panel
	provided at:	02.Dez 02
	changed at:		02.Dez 02
	Description:	Background, dimensions, paddings and borders of the
					Navigation Panel
	Used in e.g.: 	Navigation
	----------------------------------------------------------------------	*/

.NaviBg
{
	background-color: #D0E4C8;
	border-left: 1px solid #227E02;
	border-right: 0px solid #336699;
	border-bottom: 0px solid #336699;
	border-top: 0px solid #336699;
	vertical-align: top;
	height: 100%;
	width: 200;
	padding-left: 1;
	padding-right: 0;
	padding-top: 5;
	padding-bottom: 0;
}

/*	----------------------------------------------------------------------
	Name:			Background of the navigation-image-cell
	provided at:	05.Feb 03
	changed at:		05.Feb 03
	Description:	Background of the Cell between the Navigation and 
					the	CMSEasygate
	Used in e.g.: 	Navigation
	----------------------------------------------------------------------	*/

.NaviBild
{
	background-color: #E2F1FF;
	border-left: 0px solid #336699;
	border-right: 0px solid #336699;
	border-bottom: 0px solid #336699;
	border-top: 0px solid #336699;
	vertical-align: top;
	height: 100%;
}

/*	----------------------------------------------------------------------
	Name:			Navigation TD1 Non selected
	provided at:	02.Dez 02
	changed at:		02.Dez 02
	Description:	Background, dimensions and borders of the first TD
					in the Navigations
	Used in e.g.: 	Navigation
	----------------------------------------------------------------------	*/

/* 1. Navigations Punkt (Top)*/
.NavTopTD1
{
	width: 14;
	background-color: #D0E4C8;
	border-bottom: 0px solid #E2F1FF;
}

/* 2. Navigations Punkt (Sub)*/
.NavSubTD1
{
	background-color: #D0EBBE;
	width: 28;
	border-bottom: 1px solid #B0D79E;
}

/* 3. Navigations Punkt (SubSub)*/
.NavSubSubTD1
{
	background-color: #F3FBEE;
	width: 28;
	border-bottom: 1px solid #F3FBEE;
}

/*	----------------------------------------------------------------------
	Name:			Navigation TD1 Selected
	provided at:	02.Dez 02
	changed at:		02.Dez 02
	Description:	Background, dimensions and borders of the first TD
					in the Navigations
	Used in e.g.: 	Navigation
	----------------------------------------------------------------------	*/
/* 1. Navigations Punkt (Top)*/
.NavTopTD1Selected
{
	/*background-image:   url(images/arrow_selected.gif);
	background-position: center right;
	background-repeat: no-repeat;*/
	width: 14;
	background-color: #E21319;
	border-bottom: 0px solid #E2F1FF;
}

/* 2. Navigations Punkt (Sub)*/
.NavSubTD1Selected
{
	/*background-image:   url(images/arrow_selected.gif);
	background-position: center right;
	background-repeat: no-repeat;*/
	background-color: #D0EBBE;
	width: 28;
	border-bottom: 1px solid #B0D79E;
}

/* 3. Navigations Punkt (SubSub)*/
.NavSubSubTD1Selected
{
	/*background-image:   url(images/arrow_selected.gif);
	background-position: center right;
	background-repeat: no-repeat;*/
	background-color: #F3FBEE;
	width: 28;
	border-bottom: 1px solid #F3FBEE;
}


/*	----------------------------------------------------------------------
	Name:			Navigation TD2 Non selected / Selected
	provided at:	02.Dez 02
	changed at:		02.Dez 02
	Description:	Background, dimensions, borders and text of the 
					second TD in the Navigations
	Used in e.g.: 	Navigation
	----------------------------------------------------------------------	*/

/*Unselected Main Button*/
.Navigation
{
	background-color: #D0E4C8;
	padding-left: 3;
	padding-bottom: 3;
	padding-top: 3;
	padding-right: 3;
	border-bottom: 0px solid #E2F1FF;
}
.NavigationText:link, .NavigationText:active, .NavigationText:visited, .NavigationText:hover
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #1A241B;
	text-decoration: none;
}
.NavigationText:hover
{
	color: #FFFFFF;
}


/*Selected Main Button*/
.NavigationSelected
{
	background-color: #E21319;
	padding-left: 3;
	padding-bottom: 3;
	padding-top: 3;
	padding-right: 3;
	border-bottom: 0px solid #E2F1FF;
}
.NavigationSelectedText:link, .NavigationSelectedText:active, .NavigationSelectedText:visited, .NavigationSelectedText:hover
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #C4EEC0;
	text-decoration: none;
}
.NavigationSelectedText:hover
{
	color: #000000;
}


/*Unselected Sub Button*/
.SubNavigation
{
	background-color: #D0EBBE;
	padding-left: 3;
	padding-bottom: 3;
	padding-top: 3;
	padding-right: 3;
	border-bottom: 1px solid #B0D79E;
}
.SubNavigationText:link, .SubNavigationText:active, .SubNavigationText:visited, .SubNavigationText:hover
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: none;
	color: #607556;
	text-decoration: none;
}
.SubNavigationText:hover
{
	color: #000000;
}


/*Selected Sub Button*/
.SubNavigationSelected
{
	background-color: #D0EBBE;
	padding-left: 3;
	padding-bottom: 3;
	padding-top: 3;
	padding-right: 3;
	border-bottom: 1px solid #B0D79E;
}
.SubNavigationSelectedText:link, .SubNavigationSelectedText:active, .SubNavigationSelectedText:visited, .SubNavigationSelectedText:hover
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #607556;
	text-decoration: none;
}
.SubNavigationSelectedText:hover
{
	color: #000000;
}


/*Unselected SubSub Button*/
.SubSubNavigation
{
	background-color: #F3FBEE;
	padding-left: 3;
	padding-bottom: 3;
	padding-top: 3;
	padding-right: 3;
	border-bottom: 1px solid #F3FBEE;
}
.SubSubNavigationText:link, .SubSubNavigationText:active, .SubSubNavigationText:visited, .SubSubNavigationText:hover
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: none;
	color: #607556;
	text-decoration: none;
}
.SubSubNavigationText:hover
{
	color: #000000;
}


/*Selected SubSub Button*/
.SubSubNavigationSelected
{
	background-color: #F3FBEE;
	padding-left: 3;
	padding-bottom: 3;
	padding-top: 3;
	padding-right: 3;
	border-bottom: 1px solid #F3FBEE;
}
.SubSubNavigationSelectedText:link, .SubSubNavigationSelectedText:active, .SubSubNavigationSelectedText:visited, .SubSubNavigationSelectedText:hover
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}
.SubSubNavigationSelectedText:hover
{
	color: #000000;
}


/*	----------------------------------------------------------------------
	Name:			Navigation HeaderTab
	provided at:	02.Dez 02
	changed at:		02.Dez 02
	Description:	Background, dimensions, borders and text of 
					the HeaderTab
	Used in e.g.: 	Navigation
	----------------------------------------------------------------------	*/

.NavigationHeader
{
	background-color: #336699;
	border-top: 1px solid #4C78A4;
	border-bottom: 1px solid #4C78A4;
	border-left: 1px solid #4C78A4;
	border-right: 0px solid #4C78A4;
	width: 100%;
	padding-left: 3;
	padding-bottom: 3;
	padding-top: 3;
	padding-right: 3;
}
.NavigationHeaderText
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: left;
}


/*	----------------------------------------------------------------------
	Name:			Top Navigation
	provided at:	02.Dez 02
	changed at:		02.Dez 02
	Description:	Background, dimensions and borders of
					the Top Navigation
	Used in e.g.: 	Home, Login, Languages
	----------------------------------------------------------------------	*/

.TopNavigation
{
	height: 20px;
	border-top: 0px solid #99CCFF;
	border-bottom: 0px solid #022242;
	border-right: 0px solid #022242;
	border-left: 0px solid #5289C0;
}


/*	----------------------------------------------------------------------
	Name:			Transparent Navigation Tabs
	provided at:	02.Dez 02
	changed at:		02.Dez 02
	Description:	Background, dimensions and borders 
					the transparent navigation tabs
	Used in e.g.: 	Navigation
	----------------------------------------------------------------------	*/

.Trans
{
	background-color: transparent;
}

.TransSpacer
{
	background-color: transparent;
	height: 10;
}


/*	----------------------------------------------------------------------
	Name:			Navigaion Arrow
	provided at:	02.Dez 02
	changed at:		02.Dez 02
	Description:	The Navigation Arrow
	Used in e.g.: 	Navigation
	----------------------------------------------------------------------	*/

.arrow
{
	background-image:   url(images/arrow_selected.gif);
}


/*	----------------------------------------------------------------------
	Name:			Links
	provided at:	02.Dez 02
	changed at:		02.Dez 02
	Description:	Font styles, colors and decorations of the links
	Used in e.g.: 	CMSEasygate and in the content
	----------------------------------------------------------------------	*/

/*copyright*/
.copyright:link, .copyright:visited, .copyright:active, .copyright:hover
{
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana;
	color: #000000;
	text-decoration: none;
}
.copyright:hover
{
	font-weight: bold;
}

/*<A> tag settings, all <A> tags without a class*/
A:link, A:active, A:visited, A:hover
{
	color: #E31319;
	text-decoration: underline;
	font-weight: bold;
}
A:hover
{
	color: #E31319;
	text-decoration: none;
	font-weight: bold;
}


/*	----------------------------------------------------------------------
	Name:			General Settings
	provided at:	02.Dez 02
	changed at:		02.Dez 02
	Description:	Background, dimensions and borders of the portal
	Used in e.g.: 	Master Table
	----------------------------------------------------------------------	*/

.PortalSize
{
	width: 903; /*height: 100%;*/
	padding: 0;
}


/*	----------------------------------------------------------------------
	Name:			General Settings
	provided at:	11.Dez 02
	changed at:		11.Dez 02
	Description:	Background, dimensions and borders of the PopUp window
	Used in e.g.: 	Master Table
	----------------------------------------------------------------------	*/

.PopUpSize
{
	width: 100%;
	height: 100%;
	padding: 10;
}


/*	----------------------------------------------------------------------
	Name:			Content Panel / Right Content Panel
	provided at:	02.Dez 02
	changed at:		02.Dez 02
	Description:	Background, dimensions and borders of 
					the Content Panel - texts
	Used in e.g.: 	Content Panel - texts
	----------------------------------------------------------------------	*/

.ContentBg
{
	background-color: #FFFFFF;
	border-left: 0px solid #336699;
	border-right: 1px solid #227E02;
	border-bottom: 0px solid #336699;
	border-top: 0px solid #336699;
	vertical-align: top;
	padding-right: 7;
	padding-left: 7;
	padding-top: 11;
	width: *;
	height: 100%;
}

.RightContentBg
{
	background-color: #ffffff;
	border-right: 1px solid #227E02;
	border-top: 0px solid #336699;
	border-bottom: 0px solid #336699;
	padding-right: 7;
	padding-left: 7;
	padding-top: 11;
	width: 160;
	height: 100%;
}


/*	----------------------------------------------------------------------
	Name:			Edit Page
	provided at:	02.Dez 02
	changed at:		02.Dez 02
	Description:	Background, dimensions and borders of
					the Edit Page
	Used in e.g.: 	Edit News
	----------------------------------------------------------------------	*/

.EditBg
{
	background-color: #FFFFFF;
	border-left: 1px solid #227E02;
	border-right: 1px solid #227E02;
	border-bottom: 1px solid #227E02;
	border-top: 1px solid #227E02;
}


/* 	----------------------------------------------------------------------
	Name:			Portal Header
	provided at:	02.Dez 02
	changed at:		02.Dez 02
	Description:	Background, dimensions and borders of the Header
	Used in e.g.: 	Portal Header
	----------------------------------------------------------------------	*/

.HeadBg
{
	background-color: #FFFFFF; 
	background-image: url(images/header2008.jpg); 		
	background-position: top left; 		
	background-repeat: no-repeat;
	border-top: 1px solid #227E02;
	border-left: 1px solid #227E02;
	border-right: 1px solid #227E02;
	border-bottom: 0px solid #227E02;
	height: 117;
}


/* 	----------------------------------------------------------------------
	Name:			Portal Footer
	provided at:	02.Dez 02
	changed at:		02.Dez 02
	Description:	Background, dimensions and borders of the Footer
	Used in e.g.: 	Portal Footer
	----------------------------------------------------------------------	*/

.Footer
{
	height: 20;
	background-color: #FFFFFF;
	border-top: 1px solid #227E02;
	border-bottom: 1px solid #227E02;
	border-left: 1px solid #227E02;
	border-right: 1px solid #227E02;
}

.FooterText, .FooterText A
{
	font-weight: normal;
	font-size: 11px;
	color: #4C4C4C;
	font-family: Verdana;
}

/* 	----------------------------------------------------------------------
	Name:			Template Content
	provided at:	02.Dez 02
	changed at:		02.Dez 02
	Description:	Dimensions and paddings of the Template Content
	Used in e.g.: 	Right Content Panel - text
	----------------------------------------------------------------------	*/

.TemplateContent
{
	width: 100%;
	padding-left: 1;
	padding-right: 1;
	padding-top: 1;
	padding-bottom: 1;
}


/* 	----------------------------------------------------------------------
	Name:			Body
	provided at:	02.Dez 02
	changed at:		02.Dez 02
	Description:	Background, margins of the Pagebody
	Used in e.g.: 	Body-Tag
	----------------------------------------------------------------------	*/

BODY
{
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #FFFFFF;
}


/* 	----------------------------------------------------------------------
	Name:			Highlight
	provided at:	02.Dez 02
	changed at:		02.Dez 02
	Description:	Backgroundcolor of a highlighted section
	Used in e.g.: 	Events-Table
	----------------------------------------------------------------------	*/

.highlight
{
	background-color: #EBF7FE;
}
.highlightRed
{
	background-color: mistyrose;
}


/* 	----------------------------------------------------------------------
	Name:			Module Title Background
	provided at:	02.Dez 02
	changed at:		02.Dez 02
	Description:	Background, Left/Right Cell and Fontstyle of the Title
	Used in e.g.: 	Module Title
	----------------------------------------------------------------------	*/

.ModuleTitle
{
	background-color: #FFFFFF;
	background-image: url(images/modultitle_bg.gif); 		
	background-position: bottom left; 		
	background-repeat: repeat-x;
	height: 18;
	width: 100%;
	padding-left: 1;
	padding-right: 1;
	padding-top: 1;
	padding-bottom: 1;
}

.ModuleTitleLeft
{
	/*background-image : url(images/mod_tit_left.gif);*/
	width: 1;
	height: 18;
	background-color: green;
	visibility: hidden;
}

.ModuleTitleRight
{
	background-image:   url(images/mod_tit_right.gif);
	width: 1;
	height: 18;
	visibility: hidden;
}

.ModuleTitleText
{
	font-weight: bold;
	font-size: 12px;
	color: #010101;
	font-family: Verdana; 
	/*text-transform : capitalize ;*/
}
.VotingTitleText
{
	font-weight: bold;
	font-size: 12px;
	color: #010101;
	font-family: Verdana; 
	/*text-transform : capitalize ;*/
}

/* 	----------------------------------------------------------------------
	Name:			Header Module
	provided at:	02.Dez 02
	changed at:		02.Dez 02
	Description:	Background, borders of the HeaderModule
	Used in e.g.: 	Header Module
	----------------------------------------------------------------------	*/

.header
{
	background-color: #73BEEC;
	border-right: #336699 0px solid;
	border-left: #336699 0px solid;
}


/* 	----------------------------------------------------------------------
	Name:			Table Titel Background
	provided at:	02.Dez 02
	changed at:		02.Dez 02
	Description:	Background and font styles of the Table Headrow
	Used in e.g.: 	News-Table
	----------------------------------------------------------------------	*/

.tabletitelbg, .tabletitelbg A
{
	background-color: #CCECFF;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal; 
	/*color: #FFFFFF;*/
}



/* 	----------------------------------------------------------------------
	Name:			Header Navigation
	provided at:	02.Dez 02
	changed at:		02.Dez 02
	Description:	Background, borders
					the Header navigation
	Used in e.g.: 	Header Navigation
	----------------------------------------------------------------------	*/

.HeadNavi
{
	border-top: black 1px solid;
	border-bottom: black 1px solid;
	background-color: #336699;
}


/* 	----------------------------------------------------------------------
	Name:			Top Head
	provided at:	02.Dez 02
	changed at:		02.Dez 02
	Description:	Color of the Text in the top of the page
	Used in e.g.: 	Date top right
	----------------------------------------------------------------------	*/

.tophead
{
	color: #FFFFFF;
}


/* 	----------------------------------------------------------------------
	Name:			Head Navigation Text
	provided at:	02.Dez 02
	changed at:		02.Dez 02
	Description:	Font styles of the Head Navigation Text
	Used in e.g.: 	Contacts
	----------------------------------------------------------------------	*/

.HeadNavTXT
{
	font-weight: bolder;
	font-size: 10px;
	font-family: Verdana;
}


/* 	----------------------------------------------------------------------
	Name:			Site title
	provided at:	02.Dez 02
	changed at:		02.Dez 02
	Description:	Font style of the Site title
	Used in e.g.: 	Portal Settings
	----------------------------------------------------------------------	*/

.SiteTitle
{
	font-weight: bolder;
	font-size: 14px;
	color: #00603b;
	font-family: Verdana;
}


/* 	----------------------------------------------------------------------
	Name:			Selected Tab
	provided at:	02.Dez 02
	changed at:		02.Dez 02
	Description:	Font styles of the selected tabs
	Used in e.g.: 	?
	----------------------------------------------------------------------	*/

.SelectedTab
{
	font-weight: normal;
	font-size: 11px;
	word-spacing: 0.3pt;
	color: #99CCFF;
	font-family: Verdana;
}

A.SelectedTab:link
{
	color: #80ABD6;
	text-decoration: underline;
	font-weight: bold;
}

A.SelectedTab:visited
{
	color: #80ABD6;
	text-decoration: underline;
	font-weight: bold;
}

A.SelectedTab:active
{
	color: #80ABD6;
	text-decoration: underline;
	font-weight: bold;
}

A.SelectedTab:hover
{
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}


/* 	----------------------------------------------------------------------
	Name:			Site link
	provided at:	02.Dez 02
	changed at:		02.Dez 02
	Description:	Font style of Site links
	Used in e.g.: 	Links to other pages
	----------------------------------------------------------------------	*/

.SiteLink
{
	font-weight: normal;
	font-size: 11px;
	color: #336699;
	font-family: Verdana;
	text-decoration: none;
}

A.SiteLink:link
{
	color: #336699;
	text-decoration: underline;
}

A.SiteLink:visited
{
	color: #336699;
	text-decoration: underline;
}

A.SiteLink:active
{
	color: #336699;
	text-decoration: underline;
}

A.SiteLink:hover
{
	color: #336699;
	text-decoration: underline;
}


/* 	----------------------------------------------------------------------
	Name:			Top Site link
	provided at:	09.Jan 02
	changed at:		09.Jan 02
	Description:	Font style of Top Site links
	Used in e.g.: 	Home, Login, Languages
	----------------------------------------------------------------------	*/

.TopSiteLink
{
	font-weight: normal;
	font-size: 10px;
	color: #9FA7A1;
	font-family: Verdana;
	text-decoration: none;
}

A.TopSiteLink:link
{
	color: #9FA7A1;
	text-decoration: none;
}

A.TopSiteLink:visited
{
	color: #9FA7A1;
	text-decoration: none;
}

A.TopSiteLink:active
{
	color: #9FA7A1;
	text-decoration: none;
}

A.TopSiteLink:hover
{
	color: #9FA7A1;
	text-decoration: underline;
}


.TopLangLink
{
	font-weight: normal;
	font-size: 11px;
	color: #9FA7A1;
	font-family: Verdana;
	text-decoration: none;
}

A.TopLangLink:link
{
	color: #9FA7A1;
	text-decoration: none;
}

A.TopLangLink:visited
{
	color: #9FA7A1;
	text-decoration: none;
}

A.TopLangLink:active
{
	color: #9FA7A1;
	text-decoration: none;
}

A.TopLangLink:hover
{
	color: #9FA7A1;
	text-decoration: underline;
}


/* 	----------------------------------------------------------------------
	Name:			Down link
	provided at:	02.Dez 02
	changed at:		02.Dez 02
	Description:	Font style of Down links
	Used in e.g.: 	Content Panel - text
	----------------------------------------------------------------------	*/

.DownLink
{
	font-weight: bold;
	font-size: 12px;
	color: #9FA7A1;
	font-family: Verdana;
}

A.DownLink:link
{
	color: #9FA7A1;
	text-decoration: underline;
}

A.DownLink:visited
{
	color: #9FA7A1;
	text-decoration: underline;
}

A.DownLink:active
{
	color: #9FA7A1;
	text-decoration: underline;
}

A.DownLink:hover
{
	color: #5A8FC5;
	text-decoration: underline;
}


/* 	----------------------------------------------------------------------
	Name:			Table Content Background
	provided at:	02.Dez 02
	changed at:		02.Dez 02
	Description:	Background and dimensions of the table content
	Used in e.g.: 	Content Panel - text
	----------------------------------------------------------------------	*/

.TableContentBg
{
	background-color: transparent;
	width: 100%;
}


/* 	----------------------------------------------------------------------
	Name:			Table Edit Background
	provided at:	02.Dez 02
	changed at:		02.Dez 02
	Description:	Background of the edit table
	Used in e.g.: 	HTML Editor
	----------------------------------------------------------------------	*/

.TableEditBg
{
	background-color: white;
}


/* 	----------------------------------------------------------------------
	Name:			Table Selected Background
	provided at:	02.Dez 02
	changed at:		02.Dez 02
	Description:	Background of selected table
	Used in e.g.: 	HTML Editor
	----------------------------------------------------------------------	*/

.TableSelectBg
{
	background-color: whitesmoke;
}


/* 	----------------------------------------------------------------------
	Name:			Table Content Inner Background
	provided at:	02.Dez 02
	changed at:		02.Dez 02
	Description:	Background and dimensions of the inner table content 
	Used in e.g.: 	HTML Editor
	----------------------------------------------------------------------	*/

.TableContentInnerBg
{
	background-color: transparent;
	width: 100%;
}


/* 	----------------------------------------------------------------------
	Name:			Table Content Header Background
	provided at:	02.Dez 02
	changed at:		02.Dez 02
	Description:	Background of the table header
	Used in e.g.: 	HTML Editor
	----------------------------------------------------------------------	*/

.TableContentHeaderBg
{
	background-color: transparent;
}


/* 	----------------------------------------------------------------------
	Name:			Accent
	provided at:	02.Dez 02
	changed at:		02.Dez 02
	Description:	Font style of accent
	Used in e.g.: 	Error Messages
	----------------------------------------------------------------------	*/

.Accent
{
	font-weight: bold;
	font-size: 11px;
	color: red;
	font-family: Verdana;
}


/* 	----------------------------------------------------------------------
	Name:			Message
	provided at:	02.Dez 02
	changed at:		02.Dez 02
	Description:	Font style of message
	Used in e.g.: 	Error Messages
	----------------------------------------------------------------------	*/

.Message
{
	font-weight: bold;
	font-size: 11px;
	color: white;
	font-family: Verdana;
}


/* 	----------------------------------------------------------------------
	Name:			Item Title
	provided at:	02.Dez 02
	changed at:		02.Dez 02
	Description:	Font style of a Item title
	Used in e.g.: 	Header Module
	----------------------------------------------------------------------	*/

.ItemTitle
{
	font-weight: bold;
	font-size: 11px;
	color: #336699;
	font-family: Verdana;
}


/* 	----------------------------------------------------------------------
	Name:			Item Title White
	provided at:	02.Dez 02
	changed at:		02.Dez 02
	Description:	Font style (white) of a Item title
	Used in e.g.: 	Header Module
	----------------------------------------------------------------------	*/

.ItemTitleWhite
{
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	font-family: Verdana;
}


/* 	----------------------------------------------------------------------
	Name:			Portal Title
	provided at:	02.Dez 02
	changed at:		02.Dez 02
	Description:	Font style of the portal title
	Used in e.g.: 	?
	----------------------------------------------------------------------	*/

.PortalTitel
{
	font-weight: normal;
	font-size: 11px;
	color: #336699;
	font-family: Verdana;
	text-decoration: none;
	font-style: normal;
	letter-spacing: 1;
}


/* 	----------------------------------------------------------------------
	Name:			Head
	provided at:	02.Dez 02
	changed at:		02.Dez 02
	Description:	Font style of Head
	Used in e.g.: 	Module title
	----------------------------------------------------------------------	*/

.Head
{
	font-weight: bold;
	font-size: 12px;
	color: #336699;
	font-family: Verdana;
	text-decoration: none;
}


/* 	----------------------------------------------------------------------
	Name:			Subhead
	provided at:	02.Dez 02
	changed at:		02.Dez 02
	Description:	Font style of Subhead
	Used in e.g.: 	Content Panel - Texttitle
	----------------------------------------------------------------------	*/

.SubHead
{
	font-weight: bold;
	font-size: 11px;
	color: #336699;
	font-family: Verdana;
}


/* 	----------------------------------------------------------------------
	Name:			SubSubhead
	provided at:	02.Dez 02
	changed at:		02.Dez 02
	Description:	Font style of SubSubhead
	Used in e.g.: 	Content Panel - Paragraphtitle
	----------------------------------------------------------------------	*/

.SubSubHead
{
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: Verdana;
}


/* 	----------------------------------------------------------------------
	Name:			Normal
	provided at:	02.Dez 02
	changed at:		02.Dez 02
	Description:	Font style of the undefined text
	Used in e.g.: 	Content Panel - text
	----------------------------------------------------------------------	*/

.Normal
{
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana;
}


/* 	----------------------------------------------------------------------
	Name:			Normal White
	provided at:	02.Dez 02
	changed at:		02.Dez 02
	Description:	Font style of the undefined text (white)
	Used in e.g.: 	Content Panel - text
	----------------------------------------------------------------------	*/

.NormalWhite
{
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana;
	color: White;
}


/* 	----------------------------------------------------------------------
	Name:			Mini white
	provided at:	02.Dez 02
	changed at:		02.Dez 02
	Description:	Font style of miniWhite
	Used in e.g.: 	After Login the "welcome XXX"
	----------------------------------------------------------------------	*/

.miniWhite
{
	font-weight: normal;
	font-size: 9px;
	font-family: Verdana;
	color: #FFFFFF;
}


/* 	----------------------------------------------------------------------
	Name:			Normal small
	provided at:	02.Dez 02
	changed at:		02.Dez 02
	Description:	Font style of the undefined text (small)
	Used in e.g.: 	Content Panel - text
	----------------------------------------------------------------------	*/

.Normalsmall
{
	font-weight: normal;
	font-size: 10px;
	font-family: Verdana;
}


/* 	----------------------------------------------------------------------
	Name:			Normal Textbox
	provided at:	02.Dez 02
	changed at:		02.Dez 02
	Description:	Font style of the undefined text in a textbox
	Used in e.g.: 	Content Panel - text
	----------------------------------------------------------------------	*/

.NormalTextBox
{
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana;
}


/* 	----------------------------------------------------------------------
	Name:			Normal Red
	provided at:	02.Dez 02
	changed at:		02.Dez 02
	Description:	Font style of the undefined text (red)
	Used in e.g.: 	Content Panel - text
	----------------------------------------------------------------------	*/

.NormalRed
{
	font-weight: normal;
	font-size: 11px;
	color: red;
	font-family: Verdana;
}


/* 	----------------------------------------------------------------------
	Name:			Normal Bold
	provided at:	02.Dez 02
	changed at:		02.Dez 02
	Description:	Font style of the undefined text (bold)
	Used in e.g.: 	Content Panel - text
	----------------------------------------------------------------------	*/

.NormalBold
{
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana;
	color: #336699;
}


/* 	----------------------------------------------------------------------
	Name:			Normal Bold Black
	provided at:	02.Dez 02
	changed at:		02.Dez 02
	Description:	Font style of the undefined text (bold, black)
	Used in e.g.: 	Content Panel - text
	----------------------------------------------------------------------	*/

.NormalBoldBlack
{
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana;
	color: #000000;
}


/* 	----------------------------------------------------------------------
	Name:			Mini
	provided at:	02.Dez 02
	changed at:		02.Dez 02
	Description:	Font style of mini
	Used in e.g.: 	Show user
	----------------------------------------------------------------------	*/

.mini
{
	font-weight: normal;
	font-size: 9px;
	font-family: Verdana;
}


/* 	----------------------------------------------------------------------
	Name:			Command Button
	provided at:	02.Dez 02
	changed at:		02.Dez 02
	Description:	Font style of command buttons
	Used in e.g.: 	Portal Settings
	----------------------------------------------------------------------	*/

.CommandButton
{
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana;
}

A.CommandButton:link
{
	color: #000033;
	text-decoration: underline;
}

A.CommandButton:visited
{
	color: #000033;
	text-decoration: underline;
}

A.CommandButton:active
{
	color: #000033;
	text-decoration: underline;
}

A.CommandButton:hover
{
	color: #000033;
	text-decoration: underline;
}


/* 	----------------------------------------------------------------------
	Name:			H1, H2, H3, H4, H5, H6
	provided at:	02.Dez 02
	changed at:		02.Dez 02
	Description:	Font style of the H tags
	Used in e.g.: 	Content Panel - text
	----------------------------------------------------------------------	*/

H1
{
	font-weight: normal;
	font-size: 20px;
	color: #000000;
	font-family: Verdana;
}

H2
{
	font-weight: normal;
	font-size: 15px;
	color: #000000;
	font-family: Verdana;
}

H3
{
	font-weight: bold;
	font-size: 13px;
	color: #000000;
	font-family: Verdana;
}

H4
{
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	font-family: Verdana;
}

H5
{
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	font-family: Verdana;
}

H6
{
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	font-family: Verdana;
}


/* 	----------------------------------------------------------------------
	Name:			Table
	provided at:	02.Dez 02
	changed at:		02.Dez 02
	Description:	Font style of text in a table
	Used in e.g.: 	Content Panel - text
	----------------------------------------------------------------------	*/

TD
{
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana;
}

TFOOT
{
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana;
}

THEAD
{
	font-size: 12px;
	color: #000000;
	font-family: Verdana;
}

TH
{
	font-weight: bold;
	font-size: 12px;
	vertical-align: baseline;
	color: #000000;
	font-family: Verdana;
}


/* 	----------------------------------------------------------------------
	Name:			HTML-Tags
	provided at:	02.Dez 02
	changed at:		02.Dez 02
	Description:	Predefinition of different HTML-Tags
	Used in e.g.: 	Content Panel - text
	----------------------------------------------------------------------	*/

SMALL
{
	font-size: 8px;
}

BIG
{
	font-size: 14px;
}

BLOCKQUOTE
{
	font-family: Lucida Console, monospace;
}

PRE
{
	font-family: Lucida Console, monospace;
}

UL LI
{
	list-style-type: disc;
}

UL LI LI
{
	list-style-type: disc;
}

UL LI LI LI
{
	list-style-type: circle;
}

OL LI
{
	list-style-type: decimal;
}

OL OL LI
{
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	list-style-type: lower-roman;
}

HR
{
	color: #99CCFF;
	height: 1;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}

img
{
	border-bottom-color: black;
	border-top-color: black;
	border-right-color: black;
	border-left-color: black;
}


/* 	----------------------------------------------------------------------
	Name:			HTML cell edit border
	provided at:	02.Dez 02
	changed at:		02.Dez 02
	Description:	Border for the HTML cell edit
	Used in e.g.: 	Table Editor
	----------------------------------------------------------------------	*/

.HTMLCELLEDITBORDER
{
	border: 1px dotted red;
}


/* 	----------------------------------------------------------------------
	Name:			All Borders
	provided at:	02.Dez 02
	changed at:		02.Dez 02
	Description:	Borders for all four sides of an object
	Used in e.g.: 	Content Panel - text
	----------------------------------------------------------------------	*/

.BorderTLRB
{
	border-top: 1px solid #336699;
	border-left: 1px solid #336699;
	border-right: 1px solid #336699;
	border-bottom: 1px solid #336699;
	border-collapse: collapse;
}

.BorderT
{
	border-top: 1px solid #336699;
	border-collapse: collapse;
}

.BorderL
{
	border-left: 1px solid #336699;
	border-collapse: collapse;
}

.BorderR
{
	border-right: 1px solid #336699;
	border-collapse: collapse;
}

.BorderB
{
	border-bottom: 1px solid #336699;
	border-collapse: collapse;
}


/* 	----------------------------------------------------------------------
	Name:			Category Tree
	provided at:	17.Dez 02 by AT
	changed at:		17.Dez 02
	Description:	Styles for the Category Tree
	Used in e.g.: 	Category Admin
	----------------------------------------------------------------------	*/

.CatTreeTable
{
}

.CatTreeTableRow
{
}

.CatTreeTableCellL
{
}

.CatTreeTableCellR
{
}

.CatTreeText
{
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana;
}

.CatTreeTableRowSubTree
{
}

.CatTreeTableCellSubTreeLBranchdown
{
	background-image:   url(images/tree_TB.gif);
	background-repeat: repeat-y;
}

.CatTreeTableCellSubTreeLEmpty
{
}

.CatTreeTableCellSubTreeR
{
}


/* 	----------------------------------------------------------------------
	Name:			XML-Forms
	provided at:	12.Dez 02 by AT
	changed at:		12.Dez 02 by AT
	Description:	Styles for all Elements of the XML-Forms
	Used in e.g.: 	Anmeldeformular
	----------------------------------------------------------------------	*/

/* Form Table */
.XmlFormTable
{
}

/* nicht verwendet
	.XmlFormTableTitleRow {
	}

	.XmlFormTableTitleCell {
	}*/

.XmlFormTableRow
{
}

.XmlFormTableCell
{
	padding: 0 0 0 0;
}

.XmlFormTableRowHR
{
}

.XmlFormTableCellHR
{
}

.XmlFormTableRowSpace
{
}

.XmlFormTableCellSpace
{
}

.XmlFormValidator
{
	font-weight: normal;
	font-size: 11px;
	color: red;
	font-family: Verdana;
}

.XmlFormReqFieldTextCell
{
	background-color: #FFFFFF;
}

.XmlFormValidatorSummaryCell
{
}

/* FormBlock Table */
.XmlFBTable
{
	background-color: #FFFFFF;
	width: 100%;
}

/* nicht verwendet
	.XmlFBTableTitleRow {
	}
	
	.XmlFBTableTitleCell {
	} */

.XmlFBTableRow
{
}

.XmlFBTableCellCaption
{
	padding: 1px;
}

.XmlFBTableCellHE
{
	padding: 1px;
}

/* quick hack for side swapped htmlelements, TODO: better implementation! */
.XmlFBTableCellHELeft
{
	padding: 1px;
	text-align: right;
}

.XmlFBTableCellLeft
{
	/* width: 20%; */ /* text-align: right; */
}

.XmlFBTableCellRight
{
	/* width: 80%; */ /* text-align: left; */
}

.XmlFBTableRowTextTitle
{
}

.XmlFBTableCellTextTitle
{
	padding: 1px;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana;
	color: #336699;
}

.XmlFBTableRowTextNormal
{
}

.XmlFBTableCellTextNormal
{
	padding: 1px;
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana;
	color: #336699;
}

.XmlFBTableRowHR
{
}

.XmlFBTableCellHR
{
	padding: 1px;
}

.XmlFBTableRowSpace
{
}

.XmlFBTableCellSpace
{
	padding: 1px;
}


/* HTML-Elements */
.XmlHETextBox
{
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana;
}

.XmlHECheckBox
{
}

.XmlHEDropDown
{
}

.XmlHEValidator
{
	font-weight: bold;
	font-size: 11px;
	color: red;
	font-family: Verdana;
}


/* 	----------------------------------------------------------------------
	Name:			ModulTitel
	provided at:	12.Jan 03 by SLA
	changed at:		12.Jan 03 by SLA
	Description:	Color style for ModuleTitel and module On/Off in Modultitle Modul
	Used in e.g.: 	desktopmoduletitle.ascx
	----------------------------------------------------------------------	*/
.ModuleOn
{
	background-color: Green;
}

.ModuleOff
{
	background-color: Red;
}

/* 	----------------------------------------------------------------------
	Name:			Anmeldung / Register
	provided at:	30.Jan 03 by SWI
	changed at:		30.Jan 03 by SWI
	Description:	Definitions for Register-Table
	Used in e.g.: 	UserDetail.ascx
	----------------------------------------------------------------------	*/

.RegTable
{
	width: 100%;
}


/* 	----------------------------------------------------------------------
	Name:			XML-PageBuilder-Templates 
	provided at:	4.Feb 03 by AT
	changed at:		4.Feb 03 by AT
	Description:	Styles for Elements of the XML-PageBuilder
	Used in e.g.: 	
	----------------------------------------------------------------------	*/

/* Form Table */
.CatXmlEditAttributesTable
{
	border: solid 1px #336699;
	background-color: #EBF7FE;
}

.CatXmlEditTable
{
}

.CatXmlEditPanelTable
{
	border: solid 1px #336699;
	background-color: #336699;
}

.CatXmlEditPanelTableButtonCell
{
	background-color: #80ABD6;
}

.CatXmlEditPanelColButtonCell
{
	background-color: #80ABD6;
}

.CatXmlEditPanelRowButtonCell
{
	background-color: #80ABD6;
}

.CatXmlEditPanelContentCell
{
	background-color: #FFFFFF;
}

.CatXmlEditPanelContentButtonTable
{
	border-bottom: 1px solid #336699;
	background-color: #CCECFF;
}

.CatXmlShowTable
{
}
/* 	----------------------------------------------------------------------
	Name:			ASP-Menue 
	provided at:	1.Mrz 07 by Macy-Soft
	changed at:		1.Mrz 07 by Macy-Soft
	Description:	Styles for Elements of the ASP-Menue
	Used in e.g.: 	
	----------------------------------------------------------------------	*/

/*MenuTop*/
.CyberTopMenuGroup
{
	
	width: 100px;
	border-left: 2px solid #F4091F;
	border-right: 2px solid #F4091F;
	border-bottom: 2px solid #F4091F;
	border-top: 2px solid #F4091F;
	cursor: hand;
}



.CyberTopMenuItem
{
	background-color: #2475C6;
	height: 100%;
	width: 100%;
	border-left: 2px solid #8AF809;
	border-right: 2px solid #8AF809;
	border-bottom: 2px solid #8AF809;
	border-top: 2px solid #8AF809;
	padding-top: 1px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: hand;
}

.CyberTopMenuItemHover
{
	background-color: #80ABD6;
	height: 100%;
	width: 100%;
	border-left: 2px solid #F809DF;
	border-right: 2px solid #F809DF;
	border-bottom: 2px solid #F809DF;
	border-top: 2px solid #F809DF;
	padding-top: 1px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: hand;
}

.CyberTopMenuItemActive
{
	background-color: #80ABD6;
	height: 100%;
	width: 100%;
	border-left: 2px solid #F8BD09;
	border-right: 2px solid #F8BD09;
	border-bottom: 2px solid #F8BD09;
	border-top: 2px solid #F8BD09;
	padding-top: 1px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: hand;
}

.CyberTopMenuItemDown
{
	background-color: #80ABD6;
	height: 100%;
	width: 100%;
	border-left: 2px solid #F5F809;
	border-right: 2px solid #F5F809;
	border-bottom: 2px solid #F5F809;
	border-top: 2px solid #F5F809;
	padding-top: 1px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	font-weight: bold;
	color: #F8092B;
	cursor: hand;
}

/*Sub*/


.CyberMenuItem
{
	
	width: 350px;
	background-color: #F0F809;
	border-left: 2px solid #1FF809;
	border-right: 2px solid #1FF809;
	border-bottom: 2px solid #1FF809;
	border-top: 2px solid #1FF809;
	padding-top: 1px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	font-weight: bold;
	color: #F6F90A;
	cursor: hand;
}



.CyberMenuItemHover
{
	background-color: #CCC9CD;
	border-left: 2px solid #F95E0A;
	border-right: 2px solid #F95E0A;
	border-bottom: 2px solid #F95E0A;
	border-top: 2px solid #F95E0A;
	padding-top: 1px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	font-weight: bold;
	color: #F6F90A;
	cursor: hand;
}

.CyberMenuItemActive
{
	background-color: #80ABD6;
	height: 100%;
	width: 100%;
	border-left: 2px solid #F8BD09;
	border-right: 2px solid #F8BD09;
	border-bottom: 2px solid #F8BD09;
	border-top: 2px solid #F8BD09;
	padding-top: 1px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: hand;
}


.CyberMenuItemDown
{
	background-color: #88C7ED;
	border-left: 0px solid #336699;
	border-right: 0px solid #336699;
	border-bottom: 0px solid #336699;
	border-top: 0px solid #336699;
	padding: 1px;
	font-weight: bold;
	color: #336699;
	cursor: hand;
}

/* 	----------------------------------------------------------------------
	Name:			Voting Tool Styles 
	provided at:	23.07.03 by mpet
	changed at:		23.07.03 by mpet
	Description:	Styles for Elements in the Vooting Tool
	Used in e.g.: 	
	----------------------------------------------------------------------	*/

.VoteResultBar
{
	background-color: #737373;
	height: 10px;
}
.VoteRadioButtonList
{
	background-color: #EAEAEA;
}
/* 	----------------------------------------------------------------------
	Name:			Paging mit nummeren in datalist 
	provided at:	15.08.03 by swi
	changed at:		15.08.03 by swi
	Description:	Styles for Elements in the Vooting Tool
	Used in e.g.: 	
	----------------------------------------------------------------------	*/

.Counter
{
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	font-family: Verdana;
	text-decoration: none;
}

A.Counter:link
{
	color: #515151;
	text-decoration: none;
}

A.Counter:visited
{
	color: #515151;
	text-decoration: none;
}

A.Counter:active
{
	color: #515151;
	text-decoration: none;
}

A.Counter:hover
{
	color: #515151;
	text-decoration: underline;
}


.CounterON
{
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	font-family: Verdana;
	text-decoration: underline;
}

A.CounterON:link
{
	color: #515151;
	text-decoration: underline;
}

A.CounterON:visited
{
	color: #515151;
	text-decoration: underline;
}

A.CounterON:active
{
	color: #515151;
	text-decoration: underline;
}

A.CounterON:hover
{
	color: #515151;
	text-decoration: underline;
}
/* 	----------------------------------------------------------------------
	Name:			ShowStructure Navigation / Header 
	provided at:	15.03.07 by Macy-Soft
	changed at:		15.03.07 by Macy-Soft
	Description:	Styles for Elements in the Header ShowSiteMap
	Used in e.g.: 	
	----------------------------------------------------------------------	*/
.SiteMapLabel
{ 
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
