/* Start of CMSMS style sheet 'PDT' */
/*	----------------------------------------------------------------------
	Name:		HTML Editor
	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: #FFF;
	margin-top: 0px;
}

/*	----------------------------------------------------------------------
	Name:		Navigation and Buttons
	Description:	Width of the navigation and the buttons
	Used in e.g.: 	Navigation
	----------------------------------------------------------------------	*/

.NaviWidth {
	width : 249 ;
	height: 13;
}
			
/*	----------------------------------------------------------------------
	Name:		Background of the Navigation Panel
	Description:	Background, dimensions, paddings and borders of the Navigation Panel
	Used in e.g.: 	Navigation
	----------------------------------------------------------------------	*/

.NaviBg {
	background-image: url(uploads/rebstock/path-l2.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	background-color: #D4D4D4;
	border-left : 0px solid #8E8E8E;
	border-right : 0px solid #8E8E8E;
	border-bottom : 0px solid #8E8E8E;
	border-top : 0px solid #8E8E8E;
	vertical-align : top ;
	height: 100%;
	width : 249 ;
	padding-left: 0;
	padding-right: 0;
	padding-top: 66;
	padding-bottom: 0;
}
	
/*	----------------------------------------------------------------------
	Name:		Background of the navigation-image-cell
	Description:	Background of the Cell between the Navigation and the	byAgrigate
	Used in e.g.: 	Navigation
	----------------------------------------------------------------------	*/
	
.NaviBild {
	background-color: #E0E9F3;
	border-left : 0px solid #000;
	border-right : 0px solid #000;
	border-bottom : 0px solid #000;
	border-top : 0px solid #000;
	vertical-align : top ;
	height: 100%;
}

/*	----------------------------------------------------------------------
	Name:		Navigation TD1 Non selected
	Description:	Background, dimensions and borders of the first TD in the Navigations
	Used in e.g.: 	Navigation
	----------------------------------------------------------------------	*/

/* 1. Navigations Punkt (Top)*/
.NavTopTD1 {
	background-image: url(uploads/rebstock/path-l2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #C6C6C6;
	width: 15;
	border-bottom: 0px solid #E0E9F3;
}

/* 2. Navigations Punkt (Sub)*/
.NavSubTD1 {
	background-image: url(uploads/rebstock/path-l2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #C6C6C6;
	width: 15;
	border-bottom: 0px solid #E0E9F3;
}

/* 3. Navigations Punkt (SubSub)*/
.NavSubSubTD1 {
	background-image: url(uploads/rebstock/path-l2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #C6C6C6;
	width: 15;
	border-bottom: 0px solid #E0E9F3;
}

/*	----------------------------------------------------------------------
	Name:		Navigation TD1 Selected
	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(uploads/rebstock/path-l2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #D4D4D4;
	width: 15;
	border-bottom: 0px solid #E0E9F3;
}

/* 2. Navigations Punkt (Sub)*/
.NavSubTD1Selected {
	background-image: url(uploads/rebstock/path-l2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #D4D4D4;
	width: 15;
	border-bottom: 0px solid #E0E9F3;
}

/* 3. Navigations Punkt (SubSub)*/
.NavSubSubTD1Selected {
	background-image: url(uploads/rebstock/path-l2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #6B96C6;
	width: 15;
	border-bottom: 0px solid #E0E9F3;
}

/*	----------------------------------------------------------------------
	Name:		Navigation TD2 Non selected / Selected
	Description:	Background, dimensions, borders and text of the second TD in the Navigations
	Used in e.g.: 	Navigation
	----------------------------------------------------------------------	*/

/*Unselected Main Button*/
.Navigation {
	background-color: #D4D4D4;
	padding-left: 0;
	padding-bottom: 1;
	padding-top: 2;
	padding-right: 3;
	border-bottom: 0px solid #E0E9F3;
}

.NavigationText:link, .NavigationText:active, .NavigationText:visited, .NavigationText:hover {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding-left: 30;
	padding-bottom: 1;
	padding-top: 2;
	padding-right: 3;
}

.NavigationText:hover {
	color: #b22222;
}

/*Selected Main Button*/
.NavigationSelected {
	background-color: #D4D4D4;
	padding-left: 0;
	padding-bottom: 1;
	padding-top: 2;
	padding-right: 3;
	border-bottom: 0px solid #E0E9F3;
}

.NavigationSelectedText:link, .NavigationSelectedText:active, .NavigationSelectedText:visited, .NavigationSelectedText:hover {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #b22222;
	text-decoration: none;
	padding-left: 30;
	padding-bottom: 1;
	padding-top: 2;
	padding-right: 3;
}

.NavigationSelectedText:hover {
	color: #b22222;
}


/*Unselected Sub Button*/
.SubNavigation {
	background-color: #D4D4D4;
	padding-left: 20;
	padding-bottom: 1;
	padding-top: 2;
	padding-right: 3;
	border-bottom: 0px solid #E0E9F3;
}

.SubNavigationText:link, .SubNavigationText:active, .SubNavigationText:visited, .SubNavigationText:hover {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding-left: 30;
	padding-bottom: 1;
	padding-top: 2;
	padding-right: 3;
}

.SubNavigationText:hover {
	color: #b22222;
}

/*Selected Sub Button*/
.SubNavigationSelected {
	background-color: #D4D4D4;
	padding-left: 20;
	padding-bottom: 1;
	padding-top: 2;
	padding-right: 3;
	border-bottom: 0px solid #E0E9F3;
}

.SubNavigationSelectedText:link, .SubNavigationSelectedText:active, .SubNavigationSelectedText:visited, .SubNavigationSelectedText:hover {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #b22222;
	text-decoration: none;
	padding-left: 30;
	padding-bottom: 1;
	padding-top: 2;
	padding-right: 3;
}

.SubNavigationSelectedText:hover {
	color: #b22222;
}


/*Unselected SubSub Button*/
.SubSubNavigation {
	background-color: #FFF;
	padding-left: 0;
	padding-bottom: 1;
	padding-top: 2;
	padding-right: 3;
	border-bottom: 0px solid #E0E9F3;
}

.SubSubNavigationText:link, .SubSubNavigationText:active, .SubSubNavigationText:visited, .SubSubNavigationText:hover {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: none;
	color: #1F60A9;
	text-decoration: none;
	padding-left: 0;
	padding-bottom: 1;
	padding-top: 2;
	padding-right: 3;
}

.SubSubNavigationText:hover {
	color: #000;
}

/*Selected SubSub Button*/
.SubSubNavigationSelected
{
	background-color: #6B96C6;
	padding-left: 0;
	padding-bottom: 1;
	padding-top: 2;
	padding-right: 3;
	border-bottom: 0px solid #E0E9F3;
}

.SubSubNavigationSelectedText:link, .SubSubNavigationSelectedText:active, .SubSubNavigationSelectedText:visited, .SubSubNavigationSelectedText:hover {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: none;
	color: #FFF;
	text-decoration: none;
	padding-left: 0;
	padding-bottom: 1;
	padding-top: 2;
	padding-right: 3;
}

.SubSubNavigationSelectedText:hover {
	color: #000;
}

/*	----------------------------------------------------------------------
	Name:		Navigation HeaderTab
	Description:	Background, dimensions, borders and text of 	the HeaderTab
	Used in e.g.: 	Navigation
	----------------------------------------------------------------------	*/

.NavigationHeader {
	background-color: transparent;
	border-top: 0px solid #1F60A9;
	border-bottom: 0px solid #1F60A9;
	border-left: 0px solid #1F60A9;
	border-right: 0px solid #1F60A9;
	width: 100%;
	padding: 0;
}

.NavigationHeaderText {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #b22222;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: left;
	padding-left: 23;
	padding-bottom: 0;
	padding-top: 0;
	padding-right: 3;
}

/*	----------------------------------------------------------------------
	Name:		Top Navigation
	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
	Description:	Background, dimensions and borders the transparent navigation tabs
	Used in e.g.: 	Navigation
	----------------------------------------------------------------------	*/

.Trans {
	background-color: transparent;
}

.TransSpacer {
	/*background-image: url(uploads/rebstock/trans_spacer.gif);
	background-position: bottom left;
	background-repeat: no-repeat;*/
	background-color: transparent;
	height: 3;
}

/*	----------------------------------------------------------------------
	Name:		Navigation Arrow
	Description:	The Navigation Arrow
	Used in e.g.: 	Navigation
	----------------------------------------------------------------------	*/

.arrow {
	background-image: url(uploads/rebstock/arrow_selected.gif);
}

/*	----------------------------------------------------------------------
	Name:		Links
	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: normal;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial;
	color: #666;
	text-decoration: none;
}

.copyright:hover {
	font-weight: normal;
}

/*<A> tag settings, all <A> tags without a class*/
a:link, a:active, a:visited, a:hover {
	color: #b22222;
	text-decoration: none;
}

a:hover {
	color: #b22222;
	text-decoration: underline;
}

/*	----------------------------------------------------------------------
	Name:		General Settings
	Description:	Background, dimensions and borders of the portal
	Used in e.g.: 	Master Table
	----------------------------------------------------------------------	*/

.PortalSize {
	width: 937; /*height: 100%;*/
	padding: 0;
}

/*	----------------------------------------------------------------------
	Name:		General Settings
	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
	Description:	Background, dimensions and borders of 	the Content Panel - texts
	Used in e.g.: 	Content Panel - texts
	----------------------------------------------------------------------	*/

.ContentBg {
	background-color: #FFF;
	border-left: 0px solid #000;
	border-right: 0px solid #000;
	border-bottom: 0px solid #000;
	border-top: 0px solid #000;
	vertical-align: top;
	padding-right: 5;
	padding-left: 23;
	padding-top: 38;
	width: *;
	height: 100%;
}

.RightContentBg {
	background-color: #fff;
	border-right: 0px solid #000;
	border-top: 0px solid #000;
	border-bottom: 0px solid #000;
	padding-right: 11;
	padding-left: 12;
	padding-top: 38;
	width: 170;
	height: 100%;
}

/*	----------------------------------------------------------------------
	Name:		Edit Page
	Description:	Background, dimensions and borders of	the Edit Page
	Used in e.g.: 	Edit News
	----------------------------------------------------------------------	*/

.EditBg {
	background-color: #FFF;
	border-left: 1px solid #8E8E8E;
	border-right: 1px solid #8E8E8E;
	border-bottom: 1px solid #8E8E8E;
	border-top: 1px solid #8E8E8E;
}

/* 	----------------------------------------------------------------------
	Name:		Portal Header
	Description:	Background, dimensions and borders of the Header
	Used in e.g.: 	Portal Header
	----------------------------------------------------------------------	*/

.HeadBg {
	background-color: #E0E9F3; 
	background-image: url(uploads/rebstock/header-l2.jpg); 		
	background-position: top left; 		
	background-repeat: no-repeat;
	border-top: 0px solid #8E8E8E;
	border-left: 0px solid #8E8E8E;
	border-right: 1px solid #8E8E8E;
	border-bottom: 0px solid #8E8E8E;
	height: 294;
}

/* 	----------------------------------------------------------------------
	Name:		Portal Footer
	Description:	Background, dimensions and borders of the Footer
	Used in e.g.: 	Portal Footer
	----------------------------------------------------------------------	*/

.Footer {
	background-image: url(uploads/rebstock/path-l2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 22;
	background-color: #8C8C8C;
	border-top: 0px solid #8E8E8E;
	border-bottom: 0px solid #8E8E8E;
	border-left: 0px solid #8E8E8E;
	border-right: 1px solid #8E8E8E;
}

.Footer2 {
	background-image: url(uploads/rebstock/path-l2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 22;
	background-color: #666;
	border-top: 0px solid #8E8E8E;
	border-bottom: 0px solid #8E8E8E;
	border-left: 0px solid #8E8E8E;
	border-right: 0px solid #8E8E8E;
}

.FooterText, .FooterText A {
	background-color: #8C8C8C;
	font-weight: bold;
	font-size: 10px;
	color: #FFF;
	font-family: Tahoma, Verdana, Arial;
}

/* 	----------------------------------------------------------------------
	Name:		Template Content
	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
	Description:	Background, margins of the Pagebody
	Used in e.g.: 	Body-Tag
	----------------------------------------------------------------------	*/

body {
	background-image: url(uploads/rebstock/header-l.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #C6C6C6;
}

/* 	----------------------------------------------------------------------
	Name:		Highlight
	Description:	Backgroundcolor of a highlighted section
	Used in e.g.: 	Events-Table
	----------------------------------------------------------------------	*/

.highlight {
	background-color: #F2F2F2;
}

.highlightRed {
	background-color: mistyrose;
}

/* 	----------------------------------------------------------------------
	Name:		Module Title Background
	Description:	Background, Left/Right Cell and Fontstyle of the Title
	Used in e.g.: 	Module Title
	----------------------------------------------------------------------	*/

.ModuleTitle {
	/*background-image: url(uploads/rebstock/modtit_line.gif); 		
	background-position: bottom left; 		
	background-repeat: repeat-x;*/
	background-color: #ACA899;
	border-bottom: #ACA899 0px solid;
	height: 20;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
}

*/.ModuleTitle {
	background-image: url(uploads/rebstock/modtit_line.gif); 		
	background-position: bottom left; 		
	background-repeat: repeat-x;
	background-color: transparent;
	border-bottom: #ACA899 1px solid;
	height: 40;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
}/*

.ModuleTitleLeft {
	/*background-image : url(uploads/rebstock/mod_tit_left.gif);*/
	width: 1;
	height: 18;
	background-color: green;
	visibility: hidden;
}

.ModuleTitleRight {
	background-image: url(uploads/rebstock/mod_tit_right.gif);
	width: 1;
	height: 18;
	visibility: hidden;
}

.ModuleTitleText {
	font-weight: bold;
	font-size: 12px;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	/*text-transform : capitalize ;*/
}

.VotingTitleText {
	font-weight: bold;
	font-size: 12px;
	color: #000;
	font-family: Tahoma, Verdana, Arial; 
	/*text-transform : capitalize ;*/
}

/* 	----------------------------------------------------------------------
	Name:		Header Module
	Description:	Background, borders of the HeaderModule
	Used in e.g.: 	Header Module
	----------------------------------------------------------------------	*/

.header {
	background-color: #73BEEC;
	border-right: #000 0px solid;
	border-left: #000 0px solid;
}

/* 	----------------------------------------------------------------------
	Name:		Table Titel Background
	Description:	Background and font styles of the Table Headrow
	Used in e.g.: 	News-Table
	----------------------------------------------------------------------	*/

.tabletitelbg, .tabletitelbg A {
	background-color: #CCECFF;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: normal; 
	/*color: #FFF;*/
}

/* 	----------------------------------------------------------------------
	Name:		Header Navigation
	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
	Description:	Color of the Text in the top of the page
	Used in e.g.: 	Date top right
	----------------------------------------------------------------------	*/

.tophead {
	color: #FFF;
}

/* 	----------------------------------------------------------------------
	Name:		Head Navigation Text
	Description:	Font styles of the Head Navigation Text
	Used in e.g.: 	Contacts
	----------------------------------------------------------------------	*/

.HeadNavTXT {
	font-weight: bolder;
	font-size: 10px;
	font-family: Tahoma, Verdana, Arial;
}

/* 	----------------------------------------------------------------------
	Name:		Site title
	Description:	Font style of the Site title
	Used in e.g.: 	Portal Settings
	----------------------------------------------------------------------	*/

.SiteTitle {
	font-weight: bolder;
	font-size: 14px;
	color: #00603b;
	font-family: Tahoma, Verdana, Arial;
}

/* 	----------------------------------------------------------------------
	Name:		Selected Tab
	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: Tahoma, Verdana, Arial;
}

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: #fff;
	text-decoration: underline;
	font-weight: bold;
}

/* 	----------------------------------------------------------------------
	Name:		Site link
	Description:	Font style of Site links
	Used in e.g.: 	Links to other pages
	----------------------------------------------------------------------	*/

.SiteLink {
	font-weight: normal;
	font-size: 11px;
	color: #000;
	font-family: Tahoma, Verdana, Arial;
	text-decoration: none;
}

a.SiteLink:link {
	color: #000;
	text-decoration: underline;
}

a.SiteLink:visited {
	color: #000;
	text-decoration: underline;
}

a.SiteLink:active {
	color: #000;
	text-decoration: underline;
}

a.SiteLink:hover {
	color: #000;
	text-decoration: underline;
}

/* 	----------------------------------------------------------------------
	Name:		Top Site link
	Description:	Font style of Top Site links
	Used in e.g.: 	Home, Login, Languages
	----------------------------------------------------------------------	*/

.TopSiteLink {
	font-weight: bold;
	font-size: 11px;
	color: #1F60A9;
	font-family: Tahoma, Verdana, Arial;
	text-decoration: none;
}

a.TopSiteLink:link {
	color: #1F60A9;
	text-decoration: none;
}

a.TopSiteLink:visited {
	color: #1F60A9;
	text-decoration: none;
}

a.TopSiteLink:active {
	color: #1F60A9;
	text-decoration: none;
}

a.TopSiteLink:hover {
	color: #1F60A9;
	text-decoration: underline;
}

.TopLangLink {
	font-weight: bold; 
	font-size: 11px;
	color: #1F60A9;
	font-family: Tahoma, Verdana, Arial;
	text-decoration: none;
}

a.TopLangLink:link {
	color: #1F60A9;
	text-decoration: none;
}

a.TopLangLink:visited {
	color: #1F60A9;
	text-decoration: none;
}

a.TopLangLink:active {
	color: #1F60A9;
	text-decoration: none;
}

a.TopLangLink:hover {
	color: #1F60A9;
	text-decoration: underline;
}

/* 	----------------------------------------------------------------------
	Name:		Down link
	Description:	Font style of Down links
	Used in e.g.: 	Content Panel - text
	----------------------------------------------------------------------	*/

.DownLink {
	font-weight: bold;
	font-size: 12px;
	color: #000;
	font-family: Tahoma, Verdana, Arial;
}

a.DownLink:link {
	color: #000;
	text-decoration: underline;
}

a.DownLink:visited {
	color: #000;
	text-decoration: underline;
}

a.DownLink:active {
	color: #000;
	text-decoration: underline;
}

a.DownLink:hover {
	color: #5A8FC5;
	text-decoration: underline;
}

/* 	----------------------------------------------------------------------
	Name:		Table Content Background
	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
	Description:	Background of the edit table
	Used in e.g.: 	HTML Editor
	----------------------------------------------------------------------	*/

.TableEditBg {
	background-color: white;
}

/* 	----------------------------------------------------------------------
	Name:		Table Selected Background
	Description:	Background of selected table
	Used in e.g.: 	HTML Editor
	----------------------------------------------------------------------	*/

.TableSelectBg {
	background-color: whitesmoke;
}

/* 	----------------------------------------------------------------------
	Name:		Table Content Inner Background
	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
	Description:	Background of the table header
	Used in e.g.: 	HTML Editor
	----------------------------------------------------------------------	*/

.TableContentHeaderBg {
	background-color: transparent;
}

/* 	----------------------------------------------------------------------
	Name:		Accent
	Description:	Font style of accent
	Used in e.g.: 	Error Messages
	----------------------------------------------------------------------	*/

.Accent {
	font-weight: bold;
	font-size: 11px;
	color: red;
	font-family: Tahoma, Verdana, Arial;
}

/* 	----------------------------------------------------------------------
	Name:		Message
	Description:	Font style of message
	Used in e.g.: 	Error Messages
	----------------------------------------------------------------------	*/

.Message {
	font-weight: bold;
	font-size: 11px;
	color: white;
	font-family: Tahoma, Verdana, Arial;
}

/* 	----------------------------------------------------------------------
	Name:		Item Title
	Description:	Font style of a Item title
	Used in e.g.: 	Header Module
	----------------------------------------------------------------------	*/

.ItemTitle {
	font-weight: bold;
	font-size: 11px;
	color: #000;
	font-family: Tahoma, Verdana, Arial;
}

/* 	----------------------------------------------------------------------
	Name:		Item Title White
	Description:	Font style (white) of a Item title
	Used in e.g.: 	Header Module
	----------------------------------------------------------------------	*/

.ItemTitleWhite {
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	font-family: Tahoma, Verdana, Arial;
}

/* 	----------------------------------------------------------------------
	Name:		Portal Title
	Description:	Font style of the portal title
	Used in e.g.: 	?
	----------------------------------------------------------------------	*/

.PortalTitel {
	font-weight: normal;
	font-size: 11px;
	color: #000;
	font-family: Tahoma, Verdana, Arial;
	text-decoration: none;
	font-style: normal;
	letter-spacing: 1;
}

/* 	----------------------------------------------------------------------
	Name:		Head
	Description:	Font style of Head
	Used in e.g.: 	Module title
	----------------------------------------------------------------------	*/

.Head {
	font-weight: bold;
	font-size: 12px;
	color: #000;
	font-family: Tahoma, Verdana, Arial;
	text-decoration: none;
}

/* 	----------------------------------------------------------------------
	Name:		Subhead
	Description:	Font style of Subhead
	Used in e.g.: 	Content Panel - Texttitle
	----------------------------------------------------------------------	*/

.SubHead {
	font-weight: bold;
	font-size: 11px;
	color: #000;
	font-family: Tahoma, Verdana, Arial;
}

/* 	----------------------------------------------------------------------
	Name:		SubSubhead
	Description:	Font style of SubSubhead
	Used in e.g.: 	Content Panel - Paragraphtitle
	----------------------------------------------------------------------	*/

.SubSubHead {
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: Tahoma, Verdana, Arial;
}

/* 	----------------------------------------------------------------------
	Name:		Normal
	Description:	Font style of the undefined text
	Used in e.g.: 	Content Panel - text
	----------------------------------------------------------------------	*/

.Normal {
	font-weight: normal;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial;
	color: #000;
}

.Normal2 {
	font-weight: normal;
	font-size: 9px;
	font-family: Tahoma, Verdana, Arial;
	color: #000;
}

/* 	----------------------------------------------------------------------
	Name:		Normal White
	Description:	Font style of the undefined text (white)
	Used in e.g.: 	Content Panel - text
	----------------------------------------------------------------------	*/

.NormalWhite {
	font-weight: normal;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial;
	color: White;
}

/* 	----------------------------------------------------------------------
	Name:		Mini white
	Description:	Font style of miniWhite
	Used in e.g.: 	After Login the "welcome XXX"
	----------------------------------------------------------------------	*/

.miniWhite {
	font-weight: normal;
	font-size: 9px;
	font-family: Tahoma, Verdana, Arial;
	color: #000;
}

/* 	----------------------------------------------------------------------
	Name:		Normal small
	Description:	Font style of the undefined text (small)
	Used in e.g.: 	Content Panel - text
	----------------------------------------------------------------------	*/

.Normalsmall {
	font-weight: normal;
	font-size: 10px;
	font-family: Tahoma, Verdana, Arial;
}

/* 	----------------------------------------------------------------------
	Name:		Normal Textbox
	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: Tahoma, Verdana, Arial;
}

/* 	----------------------------------------------------------------------
	Name:		Normal Red
	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: Tahoma, Verdana, Arial;
}

/* 	----------------------------------------------------------------------
	Name:		Normal Bold
	Description:	Font style of the undefined text (bold)
	Used in e.g.: 	Content Panel - text
	----------------------------------------------------------------------	*/

.NormalBold {
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial;
	color: #494949;
}

/* 	----------------------------------------------------------------------
	Name:		Normal Bold Black
	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: Tahoma, Verdana, Arial;
	color: #000;
}

/* 	----------------------------------------------------------------------
	Name:		Mini
	Description:	Font style of mini
	Used in e.g.: 	Show user
	----------------------------------------------------------------------	*/

.mini {
	font-weight: normal;
	font-size: 9px;
	font-family: Tahoma, Verdana, Arial;
}

/* 	----------------------------------------------------------------------
	Name:		Command Button
	Description:	Font style of command buttons
	Used in e.g.: 	Portal Settings
	----------------------------------------------------------------------	*/

.CommandButton {
	font-weight: normal;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial;
}

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
	Description:	Font style of the H tags
	Used in e.g.: 	Content Panel - text
	----------------------------------------------------------------------	*/

h1 {
	font-weight: normal;
	font-size: 20px;
	color: #000033;
	font-family: Tahoma, Verdana, Arial;
}

h2 {
	font-weight: normal;
	font-size: 20px;
	color: #000033;
	font-family: Tahoma, Verdana, Arial;
}

h3 {
	font-weight: bold;
	font-size: 13px;
	color: #000;
	font-family: Tahoma, Verdana, Arial;
}

h4 {
	font-weight: normal;
	font-size: 12px;
	color: #000033;
	font-family: Tahoma, Verdana, Arial;
}

h5 {
	font-weight: bold;
	font-size: 11px;
	color: #000033;
	font-family: Tahoma, Verdana, Arial;
}

h6 {
	font-weight: bold;
	font-size: 11px;
	color: #000033;
	font-family: Tahoma, Verdana, Arial;
}

/* 	----------------------------------------------------------------------
	Name:		Table
	Description:	Font style of text in a table
	Used in e.g.: 	Content Panel - text
	----------------------------------------------------------------------	*/

td {
	font-weight: normal;
	font-size: 11px;
	color: #000033;
	font-family: Tahoma, Verdana, Arial;
}

tfoot {
	font-size: 12px;
	color: #000033;
	font-family: Tahoma, Verdana, Arial;
}

thead {
	font-size: 12px;
	color: #000033;
	font-family: Tahoma, Verdana, Arial;
}

th {
	font-weight: bold;
	font-size: 12px;
	vertical-align: baseline;
	color: #000033;
	font-family: Tahoma, Verdana, Arial;
}

/* 	----------------------------------------------------------------------
	Name:		HTML-Tags
	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: #1F60A9;
	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
	Description:	Border for the HTML cell edit
	Used in e.g.: 	Table Editor
	----------------------------------------------------------------------	*/

.HTMLCELLEDITBORDER {
	border: 1px dotted red;
}

/* 	----------------------------------------------------------------------
	Name:		All Borders
	Description:	Borders for all four sides of an object
	Used in e.g.: 	Content Panel - text
	----------------------------------------------------------------------	*/

.BorderTLRB {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-collapse: collapse;
}

.BorderT {
	border-top: 1px solid #000;
	border-collapse: collapse;
}

.BorderL {
	border-left: 1px solid #000;
	border-collapse: collapse;
}

.BorderR {
	border-right: 1px solid #000;
	border-collapse: collapse;
}

.BorderB {
	border-bottom: 1px solid #000;
	border-collapse: collapse;
}

/* 	----------------------------------------------------------------------
	Name:		Category Tree
	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: Tahoma, Verdana, Arial;
}

.CatTreeTableRowSubTree {
}

.CatTreeTableCellSubTreeLBranchdown {
	background-image: url(images/tree_TB.gif);
	background-repeat: repeat-y;
}

.CatTreeTableCellSubTreeLEmpty {
}

.CatTreeTableCellSubTreeR {
}

/* 	----------------------------------------------------------------------
	Name:		XML-Forms
	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: Tahoma, Verdana, Arial;
}

.XmlFormReqFieldTextCell {
	background-color: #FFF;
}

.XmlFormValidatorSummaryCell {
}

/* FormBlock Table */
.XmlFBTable {
	background-color: #FFF;
	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: Tahoma, Verdana, Arial;
	color: #000;
}

.XmlFBTableRowTextNormal {
}

.XmlFBTableCellTextNormal {
	padding: 1px;
	font-weight: normal;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial;
	color: #000;
}

.XmlFBTableRowHR {
}

.XmlFBTableCellHR {
	padding: 1px;
}

.XmlFBTableRowSpace {
}

.XmlFBTableCellSpace {
	padding: 1px;
}


/* HTML-Elements */
.XmlHETextBox {
	font-weight: normal;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial;
}

.XmlHECheckBox {
}

.XmlHEDropDown {
}

.XmlHEValidator {
	font-weight: bold;
	font-size: 11px;
	color: red;
	font-family: Tahoma, Verdana, Arial;
}

/* 	----------------------------------------------------------------------
	Name:		ModulTitel
	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
	Description:	Definitions for Register-Table
	Used in e.g.: 	UserDetail.ascx
	----------------------------------------------------------------------	*/

.RegTable {
	width: 100%;
}

/* 	----------------------------------------------------------------------
	Name:		XML-PageBuilder-Templates 
	Description:	Styles for Elements of the XML-PageBuilder
	Used in e.g.: 	
	----------------------------------------------------------------------	*/

/* Form Table */
.CatXmlEditAttributesTable {
	border: solid 1px #000;
	background-color: #EBF7FE;
}

.CatXmlEditTable {
}

.CatXmlEditPanelTable {
	border: solid 1px #000;
	background-color: #336699;
}

.CatXmlEditPanelTableButtonCell {
	background-color: #80ABD6;
}

.CatXmlEditPanelColButtonCell {
	background-color: #80ABD6;
}

.CatXmlEditPanelRowButtonCell {
	background-color: #80ABD6;
}

.CatXmlEditPanelContentCell {
	background-color: #FFF;
}

.CatXmlEditPanelContentButtonTable {
	border-bottom: 1px solid #000;
	background-color: #CCECFF;
}

.CatXmlShowTable {
}

/* 	----------------------------------------------------------------------
	Name:		ASP-Menue 
	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: #FFF;
	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: #FFF;
	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: #FFF;
	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 
	Description:	Styles for Elements in the Voting Tool
	Used in e.g.: 	
	----------------------------------------------------------------------	*/

.VoteResultBar {
	background-color: #737373;
	height: 10px;
}

.VoteRadioButtonList {
	background-color: #EAEAEA;
}

/* 	----------------------------------------------------------------------
	Name:		Paging mit nummeren in datalist 
	Description:	Styles for Elements in the Voting Tool
	Used in e.g.: 	
	----------------------------------------------------------------------	*/

.Counter {
	font-weight: normal;
	font-size: 11px;
	color: #000;
	font-family: Tahoma, Verdana, Arial;
	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: #000;
	font-family: Tahoma, Verdana, Arial;
	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 
	Description:	Styles for Elements in the Header ShowSiteMap
	Used in e.g.: 	
	----------------------------------------------------------------------	*/
.SiteMapLabel { 
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.normalpb {
	color: #000;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

.normalboldpb {
	color: #b22222;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

/* End of 'PDT' */

