﻿/*	StyleSheet is-design GmbH
/*
/* 	Colours
/*	red	  RGB: DB 00 59 (219/000/089)
/*
*/
html    		{ overflow:scroll; }    /* show scrollbars all the time */
html,body		{ height:100%; } 
body 				{	text-align:center }   /* centre for ie5.+ */

body				{ font-family:Georgia, "Times New Roman", Times, serif; font-size:11px; color:#333333; background:#FFFFFF; margin:20px 20px 20px 20px; }
img         { margin:0; padding:0; border:0; }

/* Descendant selectors to define link styles for text only (navigation link styles defined in asp:TreeView) */
#Cont a:link			{ color:#333333; text-decoration:underline; }
#Cont a:active		{ color:#333333; text-decoration:underline; }
#Cont a:visited		{ color:#333333; text-decoration:underline; }
#Cont a:hover			{ color:#999999; text-decoration:underline; }

#Tester a:link			{ color:#333333; text-decoration:underline; }
#Tester a:active		{ color:#333333; text-decoration:underline; }
#Tester a:visited		{ color:#333333; text-decoration:underline; }
#Tester a:hover			{ color:#999999; text-decoration:underline; }

#Righ a:link			{ color:#333333; text-decoration:underline; }
#Righ a:active		{ color:#333333; text-decoration:underline; }
#Righ a:visited		{ color:#333333; text-decoration:underline; }
#Righ a:hover			{ color:#999999; text-decoration:underline; }

/* DIVs                                                             */
/* Wrap: Outer wrapper (centers page within browser window)         */
/* Cent: Main part of the page, vertical lines as background-image  */
/* Cont: Container for copy text                                    */
/* NavT: Top-Navigation, uses descendant selectors to style links   */
#Wrap   { width:950px; margin-left:auto; margin-right:auto; text-align:left; }
#Left   { width:140px; margin-right:10px; float:left; text-align:right; }
#Cent   { width:600px; margin-right:10px; float:left; text-align:left; min-height:700px; 
          background-image:url(Imgs/Backgrd_Cent.gif); background-repeat:repeat-y; }
#Righ   { width:190px; float:left; text-align:left; }
#NavT   { width:580px; margin:0px 10px 0 10px; }
#Cont   { width:580px; margin-left:10px; margin-right:10px; }


/* Header styles */
h1			{ font-size:16px; color:#DB0059; font-weight:normal; margin: 0px 0 10px 0; }
h2			{ font-size:12px; color:#DB0059; font-weight:bold; margin:20px 0 5px 0; }
h3			{ font-size:11px; color:#DB0059; font-weight:bold; margin:10px 0  5px 0; }

/* Paragraph styles */
p       { font-size:12px; margin:0px 0 10px 0; padding:0; line-height:18px; }
#Righ p { font-size:11px; line-height:14px; margin-bottom:20px; }

/* Lists */
ul				{	margin-top:0.3em; margin-bottom:0.5em; list-style-position:outside; line-height:1.3em; }
ul li			{ margin-top:0.3em; list-style-image:url(Imgs/ListItem-Dot.gif); }	
ul li li	{ margin-top:0.2em; list-style-image:url(Imgs/ListItem-Dash.gif); line-height:1.3em;}

