/*****************************************************************************
* Style Sheet                                                                * 
* Version 1.0     Date: 20.Dec.2002    Ch.Hahn                               *
*****************************************************************************/

/*****************************************************************************
* primitives                                                                 * 
*****************************************************************************/

h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,body
		    { font-family:Arial,Helvetica,sans-serif;
			  color:#0000F;
			}

body 		{ background-color:#DDDDDD;
			  overflow:hidden;
			  scrollbar-base-color:#FFFFFF;
			  scrollbar-3dlight-color:#FFFFFF;
			  scrollbar-arrow-color:#AFAFAF;
		      scrollbar-darkshadow-color:#FFFFFF;
			  scrollbar-face-color:#F9EFF5;
			  scrollbar-highlight-color:#FFFFFF;
			  scrollbar-shadow-color:#FFFFFF;
			  scrollbar-track-color:#FFFFFF;					  
			}

h1  		{ font-size:21px;
			  margin-bottom:18px;
			}

h2  		{ font-size:16px; }

h3  		{ font-size:13.4px; }

h4  		{ font-size:13.4px; }

p,ul,ol,li,div,td,th,address,blockquote,.content_txt
			{ font-size:13.4px; }

li 			{ margin-top:3px; }

pre 		{ font-family:Courier New,Courier; 
			  font-size:13.4px;
			}

table		{ background-color:#FFCCFF;
			  border-color:#AFAFAF;
			  border-width:1px;
			  border-style:solid;
			  padding:5px;
			  width:100%;
			}

/*****************************************************************************
* navigation                                                                 * 
*****************************************************************************/

a:link		{ color:#954152;
			  text-decoration:none; 
			}
			
a:visited	{ color:#954152;
              text-decoration:none; 
			}

a:active	{ color:#B55D6F;
              text-decoration:none; 
			}
			
a:hover		{ color:#41546A;
              text-decoration:none; 
			}			

/*****************************************************************************
* classes                                                                    * 
*****************************************************************************/

.greeting  	{ font-size:26px;
			  color:#FFFFFF;
		      margin-top:18px;
		      margin-left:10px;
			}
			
.small      { font-size:10px;}


.header		{ background-color:#FAFCFF;
			  background-image:url(../layout/web.header.png);
			  background-repeat:repeat-x;
			  position:absolute;
			  top   :20px;
			  left  :50px;
			  width :740px;
			  height:78px;
			}

.header_right{background-image:url(../layout/web.header.right.png);
			  position:fixed;
			  top:20px;
			  left:783px;
			  width :7px;
			  height:5px;
			}

.navigation { background-color:#FAFCFF;
			  position:absolute;
			  top   :100px;
			  left  :50px;
			  width :180px;
			  height:400px;
			  border-width:1px;
			  border-style:solid;
			  border-color:#AFAFAF;
			  padding:10px;
			  padding-top:18px;
			}

.content	{ background-color:#FAFCFF;
			  position:absolute;
			  left  :253px;
			  top   :100px;
			  width :526px;
			  height:550px;
			  border-width:1px;
			  border-style:solid;
			  border-color:#AFAFAF;
			  padding:5px;
			  overflow:auto;
			}
