/*
	* 	DESC:			Configuration from CSS-Style of all public output texts.
	* 	AUTHOR:			Daniel Schliebner
	* 	LAST MODIFY:	05.10.2004
	
	For further information in german please look in the manual/documentation to this file.
*/
SPAN.ArticleStyle_Bold
	{
		font-weight : bold;
	}

SPAN.ArticleStyle_Italic
	{
		font-style : italic;
	}

SPAN.ArticleStyle_Underlined
	{
		text-decoration : underline;
	}
	
SPAN.ArticleStyle_Font
	{
		/*
			DESCRIPTION:
			Here you can specify the style of the font, when a user used the
			FONT-Property in the text-editor for article texts.
	
			NOTICE:
			Please do NOT specify "color", "face" and "size" here!
		*/		
	}

A.ArticleStyle
	{
		/* Hyperlink style in article */
	}
	
IMG.ArticleStyle_Image
	  { margin: 3px; border: solid 0 black }
P.ArticleStyle_P { margin: 0 }
P.ArticleStyle_ImageDesc
	{
		/*
			DESCRIPTION:
			Here you can specify the style of the images-description included in the articles.
			Especially define the space between other elements and the imagedescription here.
		*/
		margin-top	 : 0px;
		margin-left	 : 0px;		
		margin-right : 0px;
		margin-bottom: 0px;		
	}
TD.ArticleStyle_UserTable
	{
		padding-top	   : 3px;		
		padding-left   : 3px;		
		padding-right  : 3px;
		padding-bottom : 3px;
	}
	
/*
 HERE STARTS THE PART FOR THE GROUP-STYLES
*/

TABLE.GroupStyle_Table
	  { width: 600px }
	
SPAN.GroupStyle_Headtext
	  { }
	
SPAN.GroupStyle_Description
	 { }
IMG.GroupStyle
	{
	
	}
	
/*
 HERE STARTS THE PART FOR THE ARTICLE-STYLES
*/

TABLE.ArticleStyle_Table
	   { width: 100% }
	
SPAN.ArticleStyle_Headtext
	     { font-size: 15px; font-weight: bold; margin-top: 10px; width: 100% }
	
P.ArticleStyle_Description
	   { margin-top: 0 }
	
IMG.ArticleStyle
	{
	
	}

/*
 HERE STARTS THE PART FOR THE ARTICLE-DETAIL-STYLES
*/

SPAN.ArticleDetailFontStyle
	 { color: black; font-size: 9pt; font-style: normal; font-weight: normal; text-decoration: none; height: 30px; font-familiy: Verdana }

TD.ArticleDetailBackgroundStyle
	 { }
/*
 OTHER STYLE-DEFINITIONS
*/
TD.NavigatorSpace  { height: 30px }
TD.NavigatorSpaceArticles
	   { height: 20px }

TD.NavigatorSpaceGroups
	  { width: 100% }
	
/*
 HERE STARTS THE PART FOR THE GUESTBOOK-STYLES
*/

TABLE.Guestbook
	{
		/*
			DESCRIPTION:
			Here you can specify the style of the main table, in which the guestbook is included.
		*/
	}
	
SPAN.GuestBookHeadline
	 { font-size: 12px }
	
SPAN.GuestBookText
	{
		/*
			DESCRIPTION:
			The style of the rest of the text in the guestbook - which is no messagetext!
		*/
		
	}

SPAN.GuestBookTextStatic
	 { }
	
TD.GuestbookLines
	 { font-size: 12px }
	
TD.GuestbookInnertext
	{
		/*
			DESCRIPTION:
			The style of message of an user
		*/
	}
	
.GuestbookButtonStyle
	{
		border-width	:1;
		border-color	:#999999;
		border-style	:solid;
		background-color:white;	
		color			:black;
		font-size		:11;
		font-weight		:bold;
		font-family		:Verdana,Arial;
	}

.GuestbookFieldStyle
	{
		border-width	:1;
		border-color	:#999999;
		border-style	:solid;
		background-color:white;	
		color			:black;
		font-size		:11;
		font-family		:Verdana,Arial;
	}
	
/*
 HERE STARTS THE PART FOR THE VOTE-STYLES
*/
TABLE.VoteStyle
	{
	
	}
	
TD.VoteStyle
	{
	
	}
	
SPAN.VoteHeadline
	{
		font-size		:11px;
		font-weight		:bold;
	}
	
SPAN.VoteQuestionText
	{
	
	}
	
SPAN.VoteDescriptionText
	{
	
	}

SPAN.VoteAnswer
	{
	
	}
	
.VoteButtonStyle
	{
		border-width	:1;
		border-color	:#999999;
		border-style	:solid;
		background-color:white;	
		color			:black;
		font-size		:11;
		font-weight		:bold;
		font-family		:Verdana,Arial;
	}
