@charset "utf-8";
/* CSS Document */


/* Schriftgröße für die komplette Seite  */
html, body {
	font-size: 14px;
	color: #854221;
	}

/* Grundeinstellungen für den body  hier: Hintergrundfarbe */
body {
	background-color: #E5D6CD;
	margin: 0 auto;
	}

/* div für die komplette Seite incl. main-Banner Hintergrund */
#div01 {
	width: 750px;
	height: auto;
	background-color: #F3E4DC;
	}


/* div-container für den content */
#content {
	position: relative;
	top: 25px;
	height: auto;
	text-align: center;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	}


/* #######		ANFANG generelle Einstellungen		######## */

#div01, #banner, #archi_navi, #archi_navi ul {
	margin: 0 auto;
	}

a {
	text-decoration: underline;
	color: #854221;
	}


/* #######		ENDE generelle Einstellungen		######## */


/* #######		ANFANG head		######## */


/* div-container für den head - Bild */
#head {
	position: relative;
	text-align: center;
	top: 15px;
	padding-bottom: 20px;
	}
	
#banner {
	width: 500px;
	height: 190px;
	background: url(../images/Banner-neu_500x195.jpg) no-repeat;
	}

/* #######		ENDE head		######## */


/*  #######		ANFANG - NAVIGATIONSLEISTE	- TOP	######## */

/* von: http://www.ohne-css.gehts-gar.net/0066.php */


#menu {
	width: auto;
	padding: 0;
	line-height: 1.6;
	height: 23px;
	text-align: center;
	border-left: 5px solid #F3E4DC;
	border-right: 5px solid #F3E4DC;
	margin: 0 0 0 4px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#menu ul {
	float: left;
	padding: 0;
	margin: 0;
	width: 122px;
	list-style-type: none;
}

/*--definiert die Blocküberschriften--*/
#menu h3 {
	padding: 0;
	margin: 0;
	font-size: 11pt;
	font-weight: normal;
	text-align: center;
	color: #000;
	border: 1px solid #F3E4DC;
	background-color: #D7C0B3;
}

/*--definiert die "Drop-Down-Links" im Normalzustand--*/
#menu a {
	text-decoration: none;
	display: block;
	border: 1px solid #F3E4DC;
	text-align: center;
	background-color: #D7C0B3;
	color: #000;
}

/*--definiert die "Drop-Down-Links" im Hoverzustand--*/
#menu a:hover {
	color: #FFF;
	background-color: #C9A998;
	}

/*verhindert im Zusammenhang mit position absolute bei ul ul
*eine Höhenvergrößerung von #menu beim Hovern--
*/

#menu li {
	position: relative;
	}

/*--versteckt die "Drop-Down-Links", solange nicht gehovert wird--*/
#menu ul ul {
	position: absolute;
	z-index: 2;
	display: none;
	}

/*--lässt die Dropdown-Links beim Hovern erscheinen--*/
#menu ul li:hover ul {
	display: block;
	}

/*--nur für IE-Versionen kleiner gleich 6 erkennbar--*/
* html #menu ul li{
	float: left;
	width: 100%;
	}

/*--nur für IE 7 erkennbar--*/
*+ html #menu ul li {
	float: left;
	width: 100%;
	}

/*--bewirkt Hover-Effekt für IE kleiner 7 auch für ul- und li-Elemente--*/
*html body {
	behavior: url(csshover3-source.htc);
	font-size: 100%;
	}

*html #menu ul li a {
	height: 1%;
	}

/*--definiert einen Einzellink im Normalzustand, wenn kein Drop-Down erforderlich--*/

#menu a.direkt:link {
	font-size: 11pt;
	/*font-weight: bold;*/
	text-align: center;
	color: #000;
	background-color: #D7C0B3;
	}

/*--definiert einen Einzellink im Hoverzustand, wenn kein Drop-Down erforderlich--*/

#menu a.direkt:hover {
	color: #FFF;
	background-color: #C9A998;
}

/* alte Navigation */

#archi_navi {
	height: 36px;
	text-align: center;
	background-color: #E5D6CD;
	border-left: 5px solid #F3E4DC;
	border-right: 5px solid #F3E4DC;
	position: relative;
	margin: auto;
	border-bottom: 5px solid #F3E4DC;
	}
	
#archi_navi ul {
	display: inline-block; /* zentrierte Ausrichtung durch Kombi inline und block */
	margin: 0 auto; 
	padding: 0; 
	list-style: none; 
	white-space: nowrap;
	}
	
#archi_navi li {
	display: inline;
	}
	
#archi_navi li a {
	display: block; 
	margin-top: 6px; 
	height: 24px; 
	float: left; 
	color: #444;
	text-decoration: none; 
	padding: 0 10px 0 10px; 
	font: bold 13px/22px arial,sans-serif;
	}
	
#archi_navi li a:hover {
	padding: 0 9px;
	border: 1px solid #000;
	margin-top: 5px;
	border-color: #000 #888 #666 #222;
	background-color: #F3E4DC;
	color: #845221;
	line-height: 22px;
	}

/* Container für Navi-Beschriftung bei Login und Logout */
#archi_navi_log {
	height: 36px;
	border-left: 5px solid #F3E4DC;
	border-right: 5px solid #F3E4DC;
	margin: auto;
	border-bottom: 5px solid #F3E4DC;
	}

/* Navi-Beschriftung bei Login und Logout */
#archi_navi_log p {
	height: 28px; 
	padding-top: 8px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.8px;
	background-color: #E5D6CD;
	}


/*  #######		ENDE - NAVIGATIONSLEISTE	- TOP	######## */


/* #######		ANFANG runde Ecken		######## */

.corner_box {
	background-color: #ffefdf;
	width: 600px;
	margin: auto;
	}

.corner_top div {
	background: url(../images/corner_tl.png) no-repeat top left;
	}

.corner_top {
	background: url(../images/corner_tr.png) no-repeat top right;
	}

.corner_bottom div {
	background: url(../images/corner_bl.png) no-repeat bottom left;
	}

.corner_bottom {
	background: url(../images/corner_br.png) no-repeat bottom right;
	}

.corner_top div, .corner_top, 
.corner_bottom div, .corner_bottom {
	width: 100%;
	height: 20px;
	font-size: 1px;
	}

.corner_content { 
	margin: 0 30px; 
	}

/* #######		ENDE runde Ecken		######## */


/* alle p*/

.print_01 {
	text-align: left;
	}
	
/* zentrierte Textausrichtung - alle Galerein */
.print_02 {
	text-align: center;
	}

/* zentrierte Textausrichtung und Abstand unten - alle Galerein */
.print_03 {
	text-align: center; 
	padding-bottom: 10px;
	}
	
/* Textgestaltung - "Verantwortlich für den Inhalt..." - Impressum */
.print_04 {
	margin-top: 20px; 
	font-weight: bold;
	}

/* alle span*/

/* fette Schrift */
.span_01 {
	font-weight: bold;
	}
	
/* Schriftgestaltung alle Galerien */
.span_02 {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-weight: bolder;
	}

/* normale Schrift */
.span_03 {
	font-weight: normal;
	}

/* normale Schrift */
.span_04 {
	color: #FF0000;
	}

/* alle a*/

.a_top {
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	}

.a_back {
	font-weight: bold;
	font-size: 13px;
	}
	
.a_color {
	color: #854221;
	}

/* Referenzierungen, die für alle ul's gelten */
ul {
	list-style: none; 
	}	
	
/* ul, li Impressum */
.ul_01 {
	display: block; 
	margin: 20px auto 0 auto; 
	width: 300px; 
	height: 40px;
	}

/* li katzenkrankheiten_01 */
.li_01 {
	text-align: center;
	}
	
/* ul login */
.ul_02 {
	margin-left: 10px; 
	padding: 0; 
	text-align: left;
	}

/* input login */
.input_01 {
	width: 150px; 
	padding: 2px; 
	border: 1px solid #854221; 
	margin-left: 10px;
	}

/* input kontakt */
.input_02 {
	width: 200px; 
	border: 1px solid #854221;
	}

/* textarea kontakt */
.txtarea01 {
	width: 99%; 
	border: 1px solid #854221;
	}
	
/* label login */
.label_01 {
	margin-left: 30px;
	}

/* label kontakt */
.label_02 {
	float: left; 
	width: 130px; 
	height: 18px; 
	margin: 2px 0 0 0;
	}

/* verstecktes input - login - gegen Spam*/
.normal {
	display: none;
	}

/* submit login */
.submit01 {
	width: auto;
	background-color: #E5D6CD;
	border-bottom: 3px solid #854221;
	border-right: 3px solid #854221;
	}

/* ul neues */
.ul_03 {
	width: 100%; 
	margin: 0; 
	padding: 0; 
	border: 1px solid #C0C0C0; 
	height: 22px; 
	font-size: 90%;
	}

/* ul neues */
.ul_04 {
	width: 100%; 
	margin: 0; 
	padding: 0; 
	border-left: 1px solid #C0C0C0; 
	border-right: 1px solid #C0C0C0; 
	border-bottom: 1px solid #C0C0C0; 
	height: 22px; 
	font-size: 90%;
	}

/* li neues */
.li_02 {
	float: left; 
	text-align: left; 
	padding: 3px; 
	width: 100px;
	}

/* li neues */
.li_03 {
	float: left; 
	text-align: left; 
	padding: 3px 3px 3px 5px; 
	border-left: 1px solid #C0C0C0;
	}

/* clear-div neues, kontakt */
.clear {
	clear: both;
	}

/* ul wurf_03 */
.ul_05 {
	width: 100%; 
	margin: 0; 
	padding: 0; 
	height: 22px; 
	font-size: 90%;
	}
	
/* ul kontakt */
.ul_06 {
	float: left;
	}

.ul_06 li {
	display: inline
	}

/* li kontakt */
.li_04 {
	margin-left: 85px; 
	padding: 5px 0 5px 5px;
	}

/* li kontakt */
.li_05 {
	padding: 5px 0 5px 0;
	}

/* li kontakt */
.li_06 {
	margin-left: 20px;
	}



/* #######		ANFANG alle Bilder die nicht in den Galerein sind		######## */

/* Referenzierungen, die für alle pic's gelten */
.p_pic_01, .p_pic_02, .p_pic_03, .p_pic_04 , .p_pic_05, .p_pic_06, .p_pic_08, .p_pic_09, .p_pic_10, .p_pic_11, .p_pic_12, .p_pic_13, .p_pic_14, .p_pic_15, .urkunde {
	margin: 15px auto;
	}
	
.p_pic_01, .p_pic_02, .p_pic_03, .p_pic_04, .p_pic_05, .p_pic_06, .p_pic_07, .p_pic_09, .p_pic_10, .p_pic_11, .p_pic_12, .p_pic_13, .p_pic_14, .p_pic_15, .wurf03_01, .wurf03_02, .wurf03_03, .wurf03_04, .wurf03_05, .wurf03_06, .wurf03_07 {
	color: #FFF;
	font-size: 110%;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 1px solid #999;
	}

/* 1. Bild - abzugeben in p eingebunden */
.p_pic_01 {
	background: url(../images/cats/Claudine_350x234_03.jpg) no-repeat;
	width: 350px;
	height: 234px;
	}

/* 2. Bild - abzugeben in p eingebunden */
.p_pic_02 {
	background: url(../images/cats/Takamba_298x350_02.jpg) no-repeat;
	width: 298px;
	height: 350px;
	}

/* 1. Bild - bicolour in p eingebunden */
.p_pic_03 {
	background: url(../images/cats/Hades-Sammy_340x350.jpg) no-repeat;
	width: 340px;
	height: 350px;
	}

/* 2. Bild - bicolour in p eingebunden */
.p_pic_04 {
	background: url(../images/cats/Moja-Rufus_350x260.jpg) no-repeat;
	width: 350px;
	height: 260px;
	}

/* 1. Bild - katzer in p eingebunden */
.p_pic_05 {
	background: url(../images/cats/Takamba_262x350_Galerie.jpg) no-repeat;
	width: 262px;
	height: 350px;
	}

/* 1. Bild - kater in p eingebunden */
.p_pic_06 {
	background: url(../images/cats/Ohtello_262x350_Galerie.jpg) no-repeat;
	width: 262px;
	height: 350px;
	}

/* 2. Bild - katzen in p eingebunden */
/*.p_pic_07 {
	background: url(../images/cats/Claudine_1.jpg) no-repeat;
	width: 262px;
	height: 350px;
	}*/

/* 1. Bild - links in p eingebunden */
.p_pic_08 {
	background: url(../images/cats/naomi_02.gif) no-repeat;
	width: 185px;
	height: 185px;
	border: 0;
	}

/* 1. Bild - privat in p eingebunden */
.p_pic_09 {
	background: url(../images/cats/Nele_1.jpg) no-repeat;
	width: 262px;
	height: 350px;
	}

/* 2. Bild - privat in p eingebunden */
.p_pic_10 {
	background: url(../images/cats/Fabio_1.jpg) no-repeat;
	width: 262px;
	height: 350px;
	}

/* 1. Bild - wurf_01 in p eingebunden */
.p_pic_11 {
	background: url(../images/cats/shugi_u_elfe1.gif) no-repeat;
	width: 300px;
	height: 300px;
	}

/* 2. Bild - wurf_01 in p eingebunden */
.p_pic_12 {
	background: url(../images/childs/babys_300x220.jpg) no-repeat;
	width: 300px;
	height: 220px;
	}

/* 1. Bild - wurf_02 in p eingebunden */
.p_pic_13 {
	background: url(../images/childs/moja4_300x253.jpg) no-repeat;
	width: 300px;
	height: 253px;
	}

/* 2. Bild - wurf_02 in p eingebunden */
.p_pic_14 {
	background: url(../images/childs/raschid1.jpg) no-repeat;
	width: 350px;
	height: 262px;
	}

/* 3. Bild - wurf_02 in p eingebunden */
.p_pic_15 {
	background: url(../images/childs/raschid2.jpg) no-repeat;
	width: 300px;
	height: 363px;
	}

/* 1. Bild - Kinder - babysalon_01 - eingebunden in div container */
/*.child01 {
	background: url(../images/childs/Frieda6_350x262.jpg) no-repeat;
	width: 350px;
	height: 262px;
	}*/
	
/* 2. Bild - Kinder - babysalon_01 - eingebunden in div container */
/*.child02 {
	background: url(../images/childs/Oskar5_350x262.jpg) no-repeat;
	width: 350px;
	height: 262px;
	}*/
	
/* 3. Bild - Kinder - babysalon_01 - eingebunden in div container*/
/*.child03 {
	background: url(../images/childs/Wanda3_350x196.jpg) no-repeat;
	width: 350px;
	height: 196px;
	}*/
	
/* 4. Bild - Kinder - babysalon_01 - eingebunden in div container*/
/*.child04 {
	background: url(../images/childs/Wilma5_350x262_1.jpg) no-repeat;
	width: 350px;
	height: 262px;
	}*/

/* 3. Bild - Kinder - wurf_03 - eingebunden in div container*/
.wurf03_01 {
	background: url(../images/childs/othello2.jpg) no-repeat;
	width: 300px;
	height: 230px;
	}

/* 4. Bild - Kinder - wurf_03 - eingebunden in div container*/
.wurf03_02 {
	background: url(../images/childs/othello1.jpg) no-repeat;
	width: 300px;
	height: 230px;
	}

/* 5. Bild - Kinder - wurf_03 - eingebunden in div container*/
.wurf03_03 {
	background: url(../images/childs/balu1.jpg) no-repeat;
	width: 300px;
	height: 230px;
	}

/* 6. Bild - Kinder - wurf_03 - eingebunden in div container*/
.wurf03_04 {
	background: url(../images/childs/balu2.jpg) no-repeat;
	width: 250px;
	height: 359px;
	}

/* 7. Bild - Kinder - wurf_03 - eingebunden in div container*/
.wurf03_05 {
	background: url(../images/childs/nele.jpg) no-repeat;
	width: 300px;
	height: 230px;
	}

/* 8. Bild - Kinder - wurf_03 - eingebunden in div container*/
.wurf03_06 {
	background: url(../images/childs/nele3.jpg) no-repeat;
	width: 250px;
	height: 333px;
	}

/* 9. Bild - Kinder - wurf_03 - eingebunden in div container*/
.wurf03_07 {
	background: url(../images/childs/blau1.jpg) no-repeat;
	width: 300px;
	height: 230px;
	}

/* 1. Bild - Kinder - zuchtziel - eingebunden in div container*/
.zziel_01 {
	background: url(../images/cats/naomi_02.gif) no-repeat;
	width: 185px; 
	height: 185px; 
	border: 0px;
	}

/* 1-3. Bild - impressum - eingebunden in li - gemeinsame Belegungen für alle Bilder */
.li_pic01, .li_pic02, .li_pic03 {
	float: left;
	border: 0;
	width: 88px;
	height: 31px;
	}
	
/* 1. Bild - impressum - eingebunden in li*/
.li_pic01 {
	background: url(../images/mwcss.gif) no-repeat;
	}

/* 2. Bild - impressum - eingebunden in li*/
.li_pic02 {
	background: url(../images/vcss.gif) no-repeat;
	margin-left: 10px;
	}

/* 3. Bild - impressum - eingebunden in li*/
.li_pic03 {
	background: url(../images/ln_validated.gif) no-repeat;
	margin-left: 10px;
	}

/* 1. Bild - wurf_03 - eingebunden in li*/
.li_pic04 {
	float: left; 
	background: url(../images/childs/shugi1.jpg) no-repeat; 
	width: 260px; 
	height: 170px;
	color: #FFF;
	font-size: 110%;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

/* 2. Bild - wurf_03 - eingebunden in li*/
.li_pic05 {
	float: right; 
	background: url(../images/childs/loki.jpg) no-repeat; 
	width: 260px; 
	height: 170px; 
	color: #FFF; 
	font-weight: bold; 
	font-family: Georgia, Times New Roman, Times, serif;
	}
	
/* Bild - Urkunde */
.urkunde {
	background: url(../images/urkunde.gif) no-repeat;
	width: 75px;
	height: 31px;
	border: 0;
	}

/* #######		ENDE alle Bilder die nicht in den Galerein sind		######## */


/* #######		ANFANG Seiten die mit Tabellen gestaltet sind		######## */


/* Tabelle für EMS-Code */
.tab01 {
	margin: auto; 
	text-align: left; 
	border-collapse: collapse;
	}

/* th für EMS-Code */
.th01 {
	font-size: 130%; 
	text-align: center; 
	height: 35px;
	border: 1px solid #C0C0C0;
	}

/* td für EMS-Code */
.td01 {
	font-weight: bold; 
	width: 100px; 
	padding-left: 4px;
	border: 1px solid #C0C0C0;
	}	

/* td für EMS-Code */
.td02 {
	width: 170px; 
	padding: 0 4px 0 4px;
	border: 1px solid #C0C0C0;
	}

/* Tabelle für katzenkrankheiten_01 */
.tab02 {
	margin: 20px 0 20px 0; 
	text-align: left;
	border-collapse: collapse;
	}

/* td für katzenkrankheiten_01 */
.tdkk {
	border: 1px solid #C0C0C0;
	padding: 4px;
	}


/* Tabelle für katzenkrankheiten_02 */
.tab03 {
	margin-top: 20px; 
	width: 100%; 
	border-collapse: collapse;
	}
	
/* td für katzenkrankheiten_02 */
.td03 {
	width: 15%; 
	border: 1px solid #C0C0C0;
	}
	
/* td für katzenkrankheiten_02 */
.td04 {
	width: 50%; 
	border: 1px solid #C0C0C0;
	}
	
/* td für katzenkrankheiten_02 */
.td05 {
	width: 12%; 
	border: 1px solid #C0C0C0;
	}
	
/* td für katzenkrankheiten_02 */
.td06 {
	width: 13%; 
	border: 1px solid #C0C0C0;
	}
	
/* td für katzenkrankheiten_02 */
.td07 {
	width: 20%; 
	border: 1px solid #C0C0C0;
	}
	
/* td für katzenkrankheiten_02 */
.td08 {
	border: 1px solid #C0C0C0;
	}

/* td für kater, katzen */
.td09 {
	width: 300px;
	}

/* td für kater, katzen */
.td10 {
	width: 90px;
	}

/* td für kater, katzen */
.td11 {
	width: 70px;
	}
	
/* Tabelle für stammbäume */
.tab04 {
	width: 100%;
	text-align: left;
	border: 1px solid #C0C0C0;
	border-collapse: collapse;
	}


/* td für stammbäume */
.td12 {
	text-align: center;
	border-bottom: 1px solid #C0C0C0;
	}

/* td für stammbäume */
.td13 {
	padding: 5px;

	}

/* Tabelle für stammbäume */
.tab05 {
	margin-top: 20px; 
	width: 100%; 
	font-weight: bold; 
	border-collapse: collapse; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 90%;
	}

/* td für stammbäume */
.td14 {
	border: 1px solid #C0C0C0; 
	width: 140px;
	}

/* td für stammbäume */
.td15 {
	border: 1px solid #C0C0C0; 
	width: 180px;
	}
	
/* td für stammbäume */
.td16 {
	border: 1px solid #C0C0C0;
	}

/* td für stammbäume */
.td17 {
	border: 1px solid #C0C0C0; 
	padding: 5px;
	}

/* Tabelle für zuchtziel */
.tab06 {
	text-align: left;
	}

/* td für zuchtiel */
.td18 {
	padding-left: 40px;
	}

/* td für zuchtiel */
.td19 {
	padding-left: 20px;
	}
	
/* td für Katzen, Kater, Privat include überschrift */
.td20 {
	padding-left: 10px;
	}

/* td für Katzen, Kater, Privat include überschrift */
.td21 {
	padding-left: 10px; 
	height: 20%;
	}

/* td für Katzen, Kater, Privat include überschrift */
.td22 {
	padding: 10px 0 0 10px;
	vertical-align: text-top;
	}


/* fieldset für kontakt */
.field01 {
	text-align: left; 
	padding: 15px; 
	border: 1px solid #C0C0C0;
	}

/* fieldset für kontakt */
.field02 {
	margin: 20px auto; 
	padding: 10px; 
	width: 80%; 
	border: 1px solid #C0C0C0;
	}

/* legend für kontakt */
.legend01 {
	color: #854221;
	}

/* #######		ENDE Seiten die mit Tabellen gestaltet sind		######## */

/* #######		ANFANG footer		######## */


/* div für kompletten footer: Hintergrund- und Schrftfarbe wird hier vergeben  */
#div02 {
	width: 750px; 
	height: auto; 
	margin: 30px auto; 
	background-color: #F3E4DC; 
	color: #845221; 
	text-align: center; 
	font-family: Comic Sans MS; 
	font-size: 13px; 
	padding-top: 10px; 
	padding-bottom: 10px;
	}

/* Counter Startseite */
.counter {
	color: #D7CEC8; 
	text-decoration: underline;
	}


/* #######		ENDE footer		######## */


/*
#######		ANFANG Fotogalerie mit Tumbnails von Stu Nicholls		########
#######		http://www.cssplay.co.uk/menu/gallery.html		########
*/


a, a:visited, a:hover {}

/* Hauptcontainer */
#container {
	position: relative;
	width: 600px;
	height: 500px;
	background-color:  #ffefdf;
	margin: 30px auto;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	border: 3px solid #E5D6CD;
	}

#container a.pics {
	float: left;
	padding: 7px 10px; /* zweiter Wert erhöht den Abstand der Thumbnails zueinander */
	display: inline; 
	color: #000; 
	text-decoration: none; 
	width: 50px; 				 /* Tumbnail Breite */
	height: 50px; 				 /* Tumbnail Höhe */
	cursor: pointer;
	margin-left: 23px; /* dieses margin sorgt für zentrierte Ausrichtung der Thumbnails */
	}

#container a.pics img.thumb {
	display: block; 
	border: 1px solid #000;
	}

#container a.pics span {
	display: none; 
	border: 0; 
	width: 580px; /* Breite des Vorschaucontainers */
	background-color: #ffefdf;
	/*border: 1px solid #fff;*/
	text-align: center;
	}
	
#container a.pics span img {
	margin: 10px auto; 
	border: 1px solid #000;
	}

#container a.pics:hover {
	white-space: normal;
	}
	
#container a.pics:hover img.thumb {
	border: 1px solid #FF0000;
	}
	
#container a.pics:hover span {
	display: block; 
	position: absolute; 
	left: 9px; 
	top: 90px;
	z-index: 10; 
	height: 400px; /* Höhe des Vorschaucontainers = grau */
	}

#container a.pics:active img.thumb {
	border: 1px solid #fc0;
	} 
	
#container a.pics:active span {
	display: block; 
	position: absolute; 
	left: 9px; 
	top: 90px; 
	z-index: 5; 
	height: 400px;
	}

#container a.pics:focus { 
	outline: 0;
	}
	
#container a.pics:focus img.thumb {
	border: 1px solid #fc0;
	}
	
#container a.pics:focus span {
	display: block; 
	position: absolute; 
	left: 9px; 
	top: 90px; 
	z-index: 5; 
	outline: 0; 
	height: 500px;
	}

#container span.info {
	clear: left; 
	display: block; 
	text-align: center; 
	line-height: 20px; 
	margin: 0; 
	padding: 200px 0 0 0; 
	width: 600px; 
	text-align: center; 
	z-index: 1;
	}
	
#container span.info a {
	color: #000;
	}
	
#container span.info a:hover {
	text-decoration: none;
	}

/*
#######		ENDE Fotogalerie mit Tumbnails von Stu Nicholls		########
#######		http://www.cssplay.co.uk/menu/gallery.html		########
*/


/*
###########################################################################################
						Linkseite - ANFANG
###########################################################################################
*/

/*Navigation für die Links */
.linkside {
	padding: 0;
	margin: 0 auto;
	text-align: right;
	width: 440px;
	border: 1px solid #C0C0C0;
	}

.linkside a {
	list-style-type: none; 			/* Aufzählungszeichen entfernen */
	color: #845221; 				/* Schriftfarbe vor dem hovern */
	text-decoration: none;          /* Unterstreichung entfernen */
	padding: 4px 8px 4px 4px;
	display: block;					/* Größe <li> entspricht Größe >ul> */
	font-size: 12px;
	}

.linkside li {
	display: block;
	}
	
.linkside li span{
	float: left;
	}

/* wenn man mit der Muas drüber fährt */
.linkside li a:hover  {
	color: #000;
	background-color: #E5D6CD;
	}


/*
###########################################################################################
						Linkseite - Ende
###########################################################################################
*/



/*
###########################################################################################
						 ANFANG - Verlinkung
###########################################################################################
*/

/*Navigation für die Links in den jeweiligen Seiten */
.verlinkung {
	padding: 0;
	margin: 0 auto;
	text-align: center;
	width: 440px;
	border: 1px solid #845221;
	}

.verlinkung a {
	list-style-type: none; 			/* Aufzählungszeichen entfernen */
	color: #845221; 				/* Schriftfarbe vor dem hovern */
	text-decoration: none;          /* Unterstreichung entfernen */
	padding: 4px 8px 4px 4px;
	display: block;					/* Größe li entspricht Größe ul */
	font-size: 12px;
	}

.verlinkung li {
	display: block;
	}
	
.verlinkung li span{
	float: left;
	}

/* wenn man mit der Maus drüber fährt */
.verlinkung li a:hover  {
	color: #000;
	background-color: #E5D6CD;
	}
	
/*
###########################################################################################
						Ende - Verlinkung
###########################################################################################
*/


/*----------------------------------------------------------------------------------------------

						ANFANG - Galerie für bicolour und prem_katzen
									
----------------------------------------------------------------------------------------------*/
.first_h1 {
	background: inherit;
	border-bottom: 1px dashed #854221;
	font-size: 17px;
	margin: 0 0 10px;
	padding: 0 0 5px;
	text-align: center;
	}

.bico_box {
	border: 0;
	margin: 0;
	padding: 0;
	margin-left: 2px;
	}

.bico_box ul {
	border: 0;
	margin: 0;
	padding: 0;
	cursor: default;
	list-style: none;
	}

.bico_box li {
	background-color: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 12px;
	padding: 5px;
	position: relative;
	}

.bico_box a {
	text-decoration: none;
	}

.bico_div01 {
	width: 140px; 
	height: 180px; 
	background-color: #DDD; 
	padding-top: 4px;
	}

.bico_pic_01 {
	background-color: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	width: 130px;
	height: 138px;
	}

.bico_pic_02 {
	float: left;
	background-color: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	margin-left: 20px;
	width: 90px;
	height: 138px;
	}

.txtbox {
	clear: both;
	font: 10px Verdana, sans-serif;
	padding: 10px 0;
	text-align: center;
	}


/*----------------------------------------------------------------------------------------------
									
						ANFANG - Galerie für bicolour und prem_katzen
									
----------------------------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------------------------
								
							ANFANG Galerie - bicolour, premierte Katzen: große Bilder
								
----------------------------------------------------------------------------------------------*/
.sec_h1 {
	font-size: 17px;
	margin: 0 0 10px;
	}

/* Box für das Bild */
.bicolor_bigbox {
	border: 0;
	margin: 0 auto;
	padding: 0;
	cursor: default;
	list-style: none;
	}

.bicolor_bigbox li {
	margin: 0 auto;
	padding: 0;
	}

.bicolor_bigbox img {
	margin: 0;
	padding: 0;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 9px;
	color: inherit;
	background-color: #D7C0B3;
	padding: 35px;
	max-width: 350px; !important
	}

.txt_bigbox {
	font: 90% Verdana, sans-serif;
	padding: 10px 0;
	}

/*----------------------------------------------------------------------------------------------
								
						ANFANG Galerie - bicolour, premierte Katzen: große Bilder
								
----------------------------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------------------------
								
								ANFANG prem_katzen 
								
----------------------------------------------------------------------------------------------*/

.prem_div01 {
	width: 540px; 
	border-left: 1px solid #999; 
	border-right: 1px solid #999; 
	border-top: 1px solid #999; 
	height: 294px; 
	margin-top: 20px;
	}

.prem_div02 {
	float: left; 
	width: 100px; 
	border-right: 1px solid #999; 
	border-bottom: 1px solid #999; 
	border-right: 1px solid #999; 
	padding: 4px 0 4px 0; 
	font-weight: bold;
	}
	
/* 2. div im li 2 */
.prem_div03 {
	float: left; 
	width: 170px; 
	border-bottom: 1px solid #999; 
	border-right: 1px solid #999; 
	padding: 4px 0 4px 0; 
	font-weight: bold;
	}

.prem_div04 {
	float: left; 
	width: 147px; 
	border-bottom: 1px solid #999; 
	border-right: 1px solid #999; 
	padding: 4px 0 4px 0; 
	font-weight: bold;
	}

.prem_div05 {
	float: left; 
	width: 120px; 
	border-bottom: 1px solid #999; 
	padding: 4px 0 4px 0; 
	font-weight: bold;
	}

.prem_div06 {
	float: left; 
	width: 100px; 
	border-bottom: 1px solid #999; 
	border-right: 1px solid #999; 
	border-bottom: 1px solid #999; 
	border-right: 1px solid #999; 
	padding: 4px 0 4px 0; 
	height: 30px;
	}

.prem_div07 {
	float: left; 
	width: 170px; 
	border-bottom: 1px solid #999; 
	border-right: 1px solid #999; 
	padding: 4px 0 4px 0; 
	height: 30px;
	}

.prem_div08 {
	float: left; 
	width: 147px;
	border-bottom: 1px solid #999; 
	border-right: 1px solid #999; 
	padding: 4px 0 4px 0; 
	height: 30px;
	}

.prem_div09 {
	float: left; 
	width: 120px; 
	border-bottom: 1px solid #999; 
	padding: 4px 0 4px 0; 
	height: 30px
	}

.prem_div10 {
	float: left; 
	width: 100px; 
	border-bottom: 1px solid #999; 
	border-right: 1px solid #999; 
	border-right: 1px solid #999; 
	padding: 4px 0 4px 0; 
	height: 50px;
	}
	
.prem_div11 {
	float: left; 
	width: 170px; 
	border-bottom: 1px solid #999; 
	border-right: 1px solid #999; 
	padding: 4px 0 4px 0; 
	height: 50px;
	}

.prem_div12 {
	float: left; 
	width: 147px; 
	border-bottom: 1px solid #999; 
	border-right: 1px solid #999; 
	padding: 4px 0 4px 0; 
	height: 50px;
	}

.prem_div13 {
	float: left; 
	width: 120px; 
	border-bottom: 1px solid #999; 
	padding: 4px 0 4px 0; 
	height: 50px;
	}

.prem_div14 {
	float: left; 
	width: 100px; 
	border-bottom: 1px solid #999; 
	border-right: 1px solid #999; 
	border-right: 1px solid #999; 
	padding: 4px 0 4px 0; 
	height: 80px;
	}

.prem_div15 {
	float: left; 
	width: 170px; 
	border-bottom: 1px solid #999; 
	border-right: 1px solid #999; 
	padding: 4px 0 4px 0; 
	height: 80px;
	}

.prem_div16 {
	float: left; 
	width: 147px; 
	border-bottom: 1px solid #999; 
	border-right: 1px solid #999; 
	padding: 4px 0 4px 0; 
	height: 80px;
	}

.prem_div17 {
	float: left; 
	width: 120px; 
	border-bottom: 1px solid #999; 
	padding: 4px 0 4px 0; 
	height: 80px;
	}
	
.prem_div01 ul {
	list-style: none; 
	margin: auto; 
	padding: 0; 
	width: 540px; 
	font-size: 90%;
	}

.prem_li01 {
	padding: 5px 0 5px 0; 
	border-bottom: 1px solid #999; 
	background-color: #D7C0B3;
	}
	
