﻿/***********************************************
 * TGM Screen Stylesheet                       * 
 * (c) 2005 Creatur www.creaturgrafik.de       *
 *                                             *
 * HINTS:                                      *
 *   RED  = 157,0,32                           *
 *   GREY = 145,143,144                        *
 *   DARKGREY = 139,138,138                    *
 *   LIGHTGREY = 217,217,217                   *
 *   ORANGE = 246,132,59                       *
 *                                             *
 * CREATED:                                    *
 *   2005/09/27 12:16 (tr)                     *
 * MODIFIED:                                   *
 *   2005/09/27 12:16 (tr)                     *
 *   2005/09/28 14:07 (tr)                     *
 *                                             *
 ***********************************************/
 
@import url(layout.css);

/* Common tags */

html, body
{}
html { height: 101%; }
body
{
	background-color: #ffffff;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 73%;
	color: black;
	margin:0;
	padding: 2px;
}

img
{
	border: 0;
}

p
{
	margin: 0;
	padding: 0;
}

em
{
	font-style:italic;
}

/* Menu Styles */
#menu
{
	width: 215px;
	font: normal normal normal 11px/13px Arial, Helvetica, sans-serif;
	margin: 10px;
	padding: 5px;
	color:#515151;
}

#menu ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu ul ul
{
	display:none;
}

#menu ul li
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu A.no, #menu A.act
{
	color: #515151;
	text-decoration: none;
}

#menu A.no:hover, #menu A.act:hover
{
	text-decoration : underline;
}

#menu A.act, #menu A.act:hover
{
	font-weight : normal;
	color:black;
	border:1px solid #696969;
	background-color:#f5f5f5;
	padding-left:2px;
	padding-right:2px;
}

#menu ul, #menu li
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
/***/

#sidebar a
{
	color: #515151;
	text-decoration:none;
}

#sidebar a:active
{
	color: #AF0023;
}

#content h1, #content h2
{
	text-transform:uppercase;
	font-family: "Arial", "Helvetica", sans-serif;
}


#content h1
{
	font-size:200%;
	font-weight:bolder;
}

#content h2
{
	margin:0;
	font-size:150%;
	font-weight:bold;
	padding-bottom:5px;
}

a:link
{
	color: rgb(157,0,32);
}

a:visited
{
	color: rgb(157,0,32);
}

.doNotDisplay
{
	display: none !important;
}

#claim img
{
	margin-top:3px;
	margin-right:5px;
	float: right;
}

/* Login Form */
.tx-newloginbox-pi1 table
{
	width:300px;
	margin-top:10px;
}

.tx-newloginbox-pi1 tbody th
{
	width:120px;
	color:White;
	background-color: rgb(157,0,32);
	text-align:right;
	padding-right:5px;
}

.tx-newloginbox-pi1 tbody td input
{
	width:160px;
	border: 1px solid rgb(157,0,32);
}

.tx-newloginbox-pi1 tbody td input#permalogin
{
	width:25px;
	border: none;
}

.tx-newloginbox-pi1 tfoot td input
{
	border: 1px solid rgb(145,143,144);
}

/***/

/**/

/* LN Signatur Form */

#sig_main form
{
   margin:0px;
   padding:0px;
}

#sig_preview
{
   background-color:#ffffff;
   padding:3px 5px 5px 5px;
   /*margin-top:5px;*/
   /*clear:both;*/
}

div.line
{
	/*clear: left;*/
	display: block;
	padding-top:2px;
	padding-bottom:2px;
}

div.line label
{
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size:8pt;
	font-weight: bold;
	/*color:#696969;*/
	color:#ffffff;
	
	display:block;
	width:180px;
	background-color:rgb(157,0,32);
	border:1px solid #ffffff;
	float:left;
	text-align:right;
	padding:3px 5px 3px 0px;
	margin:0px 0px 2px 2px;
}

div.line input
{
	background-color: #f5fffa;
	
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size:10pt;
	width:300px;
	
	margin-left:2px;
	border: 1px solid darkgray;
	padding:1px 2px 1px 3px;
}

div.line select
{
	margin-left:2px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size:10pt;
}

div.line textarea
{
	background-color: #f5fffa;
	
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size:10pt;
	
	margin-left:2px;
	margin-top:0px;
	border: 1px solid silver;
	/*display:inline;*/
	width:300px;
	padding:1px 2px 1px 3px;
}

.btn
{
	font-family:Sans-Serif;
	font-size:8pt;
	border-right: rgb(157,0,32) 1px solid;
	padding-right: 3px;
	border-top: rgb(157,0,32) 1px solid;
	padding-left: 3px;
	font-weight: bold;
	border-left: rgb(157,0,32) 1px solid;
	color: #696969;
	/*border-bottom: #696969 2px solid;*/
	border-bottom: rgb(157,0,32) 3px solid;
	font-family: Sans-Serif;
	background-color: #d3d3d3;
}

div.command
{
   margin:5px 0px;
}

div#box, div#box2, div#box3
{

   display:inline;
}

div#box a span, div#box2 a span, div#box3 a span
{
   display:none;
}

div#box a:hover, div#box2 a:hover, div#box3 a:hover
{
   text-decoration:none;
   cursor:help;
}

div#box a:hover span, div#box2 a:hover span, div#box3 a:hover span
{
   position:absolute;
   top:500px;
   right:200px;
   z-index:3;
   display:block;
   width:300px;
   color:black;
   background-color:rgb(217,217,217);
   font:normal 8pt sans-serif;
   border:1px solid black;
   padding:10px;
}


/****/

/***** Custom Tables *****/

table.tbl_filelist
{
   background-color:silver;
   border:1px solid gray;
}

table.tbl_filelist p.bodytext
{
   width:100%;
}

table.tbl_filelist td
{
   padding:2px 5px;
   vertical-align:middle;
}

/* Reset standard p-width inside the Default Table */

table.contenttable p.bodytext
{
   width:100%;
}


/***/


/***** Custom Table Cells *****/

td.cell_item_pdf, td.cell_item_ppt, td.cell_item_doc, td.cell_item_xls,  td.cell_item_wmv 
{
   width:36px;
   height:46px;
   background-position:center center;
   background-repeat:no-repeat;
}

td.cell_item_pdf 
{
   background-image:url(/fileadmin/intern/office/bilder/item_pdf.gif);  
}

td.cell_item_ppt 
{
   background-image:url(/fileadmin/intern/office/bilder/item_ppt.gif);
}

td.cell_item_doc 
{
   background-image:url(/fileadmin/intern/office/bilder/item_doc.gif);
}

td.cell_item_xls 
{
   background-image:url(/fileadmin/intern/office/bilder/item_xls.gif);
}

td.cell_item_wmv 
{
   background-image:url(/fileadmin/intern/office/bilder/item_wmv.gif);
}

/***/

#toolbar
{
	display:none;
}

.bodytext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pts;
	color:rgb(81,81,81);
	padding:0px;
	margin-top:8px;
	line-height:16px;
	width:600px;
}

/* WT_GALLERY */

	/* List */
	
	div.wt_list_container
	{
		border-top:2px dashed silver;
		text-align:center;
		padding-left:30px;
		padding-top:5px;
	}
	
	div.tx-wtgallery-pi1
	{
		text-align:center;
	}
	
	img.wtgallery_listpic_pic
	{
		border: 1px solid silver;
		padding: 1px;
		width:90px;
		height:90px;
	}
	
	div.wtgallery_listpic
	{
		text-align: center;
		background-color:rgb(145,143,144);
		border:1px solid #ffffff;
		
		margin:3px;
		padding: 9px;
	}
	
	/* Single */
	
	div#wtgallery_singlepic_area
	{
		/*text-align:center;*/
		padding-bottom:5px;
		margin-bottom:5px;
	}
	div.wtgallery_singlepic_popup
	{
		display: none;
	}
	
	img.wtgallery_singlepic_pic
	{
		border: 1px solid silver;
		padding: 1px;
	}
	
	div.wtgallery_singlepic
	{
		width: 100%;
		text-align: center;
	}

	/* Page Browsers  */
	div.wtgallery_singlepic_fwdback, div.wtgallery_pagebrowser
	{
		padding:2px;
	}
	
	div.wtgallery_pagebrowser div
	{
		display:inline;
		/*background-color:green;
		color:#ffffff;*/
		margin:2px 2px;
		padding:2px 2px;
		
	}
	
