        /*  
         *  Based on a stylesheet by www.alistapart.com
         *  Adapted for www.zum-schiff.ch by Peter Gassner
         *  pgassner@heysorry.ch
         */



	/*  General rules */

/*
 *  Main colors:
 *  #1c1a0e - brown
 *  #c4cd00 - title green
 *  #779b1b - darkgreen
 *  #5a6d28 - lighter darkgreen
 *  #c30 - orange
 *  #cfd327 - light yellow
 *  #f5d638 - egg-like yellow
 *  #4e8b19 - titlegreen
 *  #e6ee00
 */



	/*  Establish general layout parameters */

body	{
	color: #1c1a0e;
	text-align: center;
	font-family: "Trebuchet MS", tahoma, verdana, lucida, arial, helvetica, sans-serif;
  background: #e6ee00 url(images/bg_header6.jpg) no-repeat;
	}
	
#wrapper{ 
 	background: #f5d638;
	color: #1c1a0e;
 }


#header	{
	text-align: left;
	color: #fff;
	font-size: small;	
	}


#toprightnav {
        text-align: right;
}

#toprightnav ul	{
	text-align: right;
}
	
#toprightnav ul li	{
       list-style: none inside;
       line-height: 1.5em;
}	


#topcenternav ul	{
	text-align: left;
}
	
#topcenternav ul li	{
    list-style: none inside;
    line-height: 1.4em;
}	



#sitenavtop {
	color: #1c1a0e;
	background: transparent;
	text-align: left;
	font-size: x-small;
}

#sitenavbottom {
	color: #1c1a0e;
	background: transparent;
	text-align: left;
	font-size: x-small;
}

#pagetitle {
        color: #1c1a0e;
        background: transparent;
        text-align: center;
}

#pagebody	{
	color: #1c1a0e;
	background: #fff;
	text-align: left;
        border: 2px solid #779b1b;
	}



#maincontent ul, #maincontentfull ul, #maincontent ol, #maincontentfull ol { 
        margin: .7em 0;
}
	
#maincontent li, #maincontentfull li {
        margin: 0 0 .3em 1em;
	line-height: 1.3em;
	list-style: disc url(images/listblack.gif) inside;
	vertical-align: top;
	}
	
#maincontent ul ul li, #maincontentfull ul ul li {
	margin-top: 10px;
	list-style: disc url(images/listblack.gif) inside;
	vertical-align: top;
	}

#maincontent ol li, #maincontentfull ol li { 
  margin: 0 0 .3em 1em;
	line-height: 1.3em;
	list-style: decimal inside;
	vertical-align: top;
 }

	
#sidebar	{
	color: #1c1a0e;
	background: transparent; 
	}


#sidebar ul	{
	text-align: left;
	}
	
#sidebar ul li	{
	list-style: disc url(images/listblack.gif) inside;
	line-height: 1.2em;
        font-size:    x-small;      
	}	


#sidebar dl dt 	{
	font-weight: bold;
        font-size:    x-small;      
	}   
	
#sidebar dl dd 	{
	font-weight: normal;
        font-size:    x-small;      
	}   	


#footer {
	color: #1c1a0e;
	background-color: #c4cd00;
	text-align: left;
	font-size: x-small;	
	}

html>#footer	{
	font-size: x-small;
	} 


	/*  Typography */
	
h1, h2, h3, h4, h5, h6	{
	font-family: "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
	font-weight: normal;
	}

#pagebody h1	{
    color: #779a0a;
    font-size:    x-large;
    }

html>#pagebody h1 	{
	font-size:  x-large;  
	} 

#pagetitle h1 { 
    margin: 0;
    padding: 20px 10px 10px 10px;
    color: #1c1a0e;
    font-size: xx-large;

 }

#pagebody h2	{
    color: #779a0a;
    font-size:    large;  
    }

html>#pagebody h2 	{
	font-size:  large;  
	} 

#sidebar h2	{
        margin-bottom: .6em;
	font-size: 16px;
	}

h3	{
        margin: 1em 0 .7em 0;
	font-weight: normal;   	
	font-size: medium;  
	}

html>h3 	{
	font-size:  medium;  
	} 

#sidebar h3	{
        color: #444;
	font-size: 13px;
	}
	

h4	{
	font-size: small;
font-weight: bold;
	}
	
html>h4 	{
	font-size: small;
	} 	


p	{
	line-height: 1.4em;
	text-align: left;
	}

address { 
        line-height: 1.4em;
        font-style: normal;
        }

#sidebar address { 
        font-size: x-small;
 }

	
#pagebody, #pagebody div, #pagebody p, #pagebody th, #pagebody td, #pagebody li, #pagebody dd, #pagebody dt {
    font-size:    small;
    }


html>#pagebody, html>#pagebody div, html>#pagebody p, html>#pagebody th, html>#pagebody td, html>#pagebody li, html>#pagebody dd, html>#pagebody dt    {
    font-size:    small;
    }


#sidebar p	{
        font-size: 11px;
	text-align: left;
	}



#maincontent dl, #maincontentfull dl	{
	line-height: 1.2em;
	}

#maincontent dt, #maincontentfull dt {
    font-size:    medium;
        }


	

	/* General linkology */
	
a:link  {
	font-weight : normal; 
	text-decoration : none;
	color: #779b1b;
	background: transparent;
	}

a:visited {
	font-weight : normal; 
	text-decoration : none;
	color: #779b1b;
	background: transparent;
	}  

a:hover {
	font-weight : normal; 
	text-decoration : underline;
	color: #ff8c00;
	background: transparent; 
	}

a:active {
	font-weight : normal; 
	text-decoration : none;
	color: #333;
	background: transparent;  
	}

#header a:link, #header a:visited { 
        color: #1c1a0e;
        background: transparent;
        font-weight: normal;
 }

#header a:hover, #header a:active { 
        color: #fff;
        background: transparent;
        font-weight: normal;
        text-decoration: none;
 }

#topcenternav a:link, #topcenternav a:visited { 
        color: #fff;
        font-size: 15px;
        font-weight: normal;
        text-decoration: none;
 }

#topcenternav a:hover, #topcenternav a:active { 
        color: #f5d638;
        background: transparent;
        font-size: 15px;
        font-weight: normal;
        text-decoration: none;
 }

#sitenavtop a:link, #sitenavtop a:visited, #sitenavbottom a:link, #sitenavbottom a:visited { 
        color: #1c1a0e;
        background: transparent;
        font-weight: normal;
 }

#maincontent dt a:link, #maincontent dt a:visited, #maincontentfull dt a:link, #maincontentfull dt a:visited {
        color: #1c1a0e;
        background: transparent;
        font-weight: normal;
}

#maincontent dt a:hover, #maincontent dt a:active, #maincontentfull dt a:hover, #maincontentfull dt a:active {
        font-weight: normal;
        color: #ff8c00;
}


#maincontent dd a:link, #maincontent dd a:visited, #maincontentfull dd a:link, #maincontentfull dd a:visited {
        font-weight: normal;
        color: inherit;
        background: transparent;
}

#maincontent dd a:hover, #maincontent dd a:active, #maincontentfull dd a:hover, #maincontentfull dd a:active {
        font-weight: normal;
        color: #ff8c00;
}



.name a:link, .name a:visited { 
        color: #779b1b;
        font-weight: bold;
 }

.name a:hover, .name a:active { 
        color: #ff8c00;
        font-weight: bold;
 }

.greenbar { 
        border-left: 4px solid green;
 }

.orangebar { 
        border-left: 4px solid orange;
 }



