/*************************************************************************/
/* color_familie.css                                                     */
/* verwenden mit folgenden Vorlagen:                                     */
/* hurlimann_ch.dwt   hurlmann_detailseite.dwt                           */
/*                                                                       */
/* CSS für die Farben (auf dem Bildschirm) auf den Familien-Seiten unter */
/* Hurlimann.ch/                                                         */
/*****************************************************************************************************************/
/* Die Haupt-Farben                                                                                              */
/* gelber Hintergrund: #FFCC33, RGB-Wert: 255-204-51, ein Sand-GELB; mit roter  Schrift davor: #000000           */
/* roter  Hintergrund: #000000, RGB-Wert: 204-0-0,                   mit gelber Schrift davor: #FFFF00           */
/*                                                                                                               */
/*   h2, h3:           #000000 und #009900                                                                       */
/*   body, h4, h5, label:     #003300 dunklestes Grün                                                            */
/*   links (default):  #006699 BlauGrün                                                                          */
/*   links:            #FF0000 leuchtendes Rot, #009900 leuchtendes grün                                         */
/*****************************************************************************************************************/


/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	color: #003300;
}

a{
	color: #006699;
}

a:link,
a:visited{
	color: #993300;
}

a:hover{
	color: #009900;
}

h1{
 color: #000000;
}

h2, h3{
 color: #000000;
}
h4, h5{
 color: #003300;
}


ul{
}

ul ul{
}

ul ul ul{
}

label{
 color: #003300;
}


.btt a:hover {
	background-color: #FFFFFF;
}
.btt a:link, a:visited {
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
}

#navBar{
	background-color: #FFFFD5;
	border-right-color: #FFCC33;
	border-bottom-color: #FFCC33;
}

#headlines{
	border-left-color: #cccccc;
}

#content{

}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
}


/************* #globalNav styles **************/

#globalNav{
}

#globalNav img{
}

#globalNav a:visited,
 		   a:link{
}

#globalNav a:hover{
	color: #009900;
	background-color: #FFFFFF;
}


/*************** #pageName styles **************/

#pageName{
	border-top-color: #ffff66;	
	border-bottom-color: #ffff66;		
	background-color: #DFDFDF;
	color: #CC3300;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	color: #000000;
	border-bottom-color: #999999;
	background-color: #FFFFD5;
}

#breadCrumb a{
    color: #000000}

#breadCrumb a:hover{
	color: #009900;
	background-color: #FFFFFF;
}

.item{
	background-color: #FFFFFF;
}

/************** .erstArtikel styles ***************/

.erstArtikel{
}
.erstArtikel h2{
	color: #009900;
}
.erstArtikel h3{
}
.erstArtikel h4{
}
.erstArtikel p{
}
.erstArtikel img{
}


/************** .mittelArtikel styles *****************/

.mittelArtikel{
	border-top-color: #DFDFDF;
	border-top: 1px;
	border-top-style: solid;
}

.mittelArtikel h2{
	color: #009900;
	
}

.mittelArtikel h3{
}

.mittelArtikel h4{
}

.mittelArtikel p{
}

.mittelArtikel img{
}

/************** .photoArtikel styles *****************/

.photoArtikel{
	border-top-color: #DFDFDF;
	border-top: 1px;
	border-top-style: solid;
}

.photoArtikel h2{
	color: #009900;
}


.photoArtikel h3{
}

.photoArtikel h4{
}

.photoArtikel p{
}

.photoArtikel img{
}

/************** .schlussArtikel styles *****************/
.schlussArtikel{
	border-top-color: #DFDFDF;	
	border-top: 1px;
	border-top-style: solid;
}

.schlussArtikel h2{
	color: #009900;
}

.schlussArtikel h3{
}

.schlussArtikel h4{
}

.schlussArtikel p{
}

.schlussArtikel img{
}

/************* #siteInfo styles ***************/

#siteInfo{
	border-top-color: #999999;
	border-bottom-color: #999999;
	color: #000000;
	background-color: #FFFFD5;
}

#siteInfo a{
    color: #000000
	}

#siteInfo a:hover{
	color: #009900;
	background-color: #FFFFFF;
}

#siteInfo img{
}

/************* #search styles ***************/

#search{
	border-top-color: #999999;
	border-bottom-color: #cccccc;
}

#search form{
}

#search label{
}


/*********** #navBar link styles ***********/

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	border-bottom-color: #ffff66;
}

#sectionLinks h3{
	color: #CC3300;
	background-color: #DFDFDF;
}

#sectionLinks a:link,
#sectionLinks a:visited{
    color: #000000;
	border-top-color: #ffff66;
}

#sectionLinks a:hover{
	color: #009900;
	background-color: #FFFFFF;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
}

.relatedLinks h3{
	color: #CC3300;
	background-color: #DFDFDF;
}

.relatedLinks a:link,
.relatedLinks a:visited{
	color: #000000;
}

.relatedLinks a:hover{
	color: #009900;
	background-color: #FFFFFF;
}

/************** #extLinks styles **************/

#extLinks{
}

#extLinks img{
}


/************** #headlines styles **************/

#headlines{
}

#headlines p{
}

#headlines div{
}

