body {
	font-family: Arial, Helvetica, sans-serif;
	color: #397a67;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px; 
	background-image: url(../images/back.jpg);
}

a:link {
	color: #A74803;
}

a:visited {
	color: #A74803;	
}

a:hover {
	color: #EBB756;
}

a:active {
	color: 	#EBB756;
}

div #container {
	z-index: 1;
}

div #header1 {
	width: 1320px;
	height: 417px;
	background-image: url(../images/header.jpg);
	margin-left: auto;
	margin-right:auto;	
	z-index: 3;
}

div	#main {
	width: 1320px;
	min-height: 100%;
	top: 0px;
	bottom: 0px;
	background-image: url(images/main.jpg);
	margin-left: auto;
	margin-right: auto;
	z-index: 4;
}

div #bottom {
	width: 1320px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	min-height: 100%;
}

.titel {
	font-size: 36px;
}

.urlCamera { 
	width: 134px; 
	height: 90px; 
	display: inline-table;
	background-image: url(../images/button_camera.jpg);
} 

.urlCamera:hover { 
    background-image: url(../images/button_camera1.jpg);
}

.urlHome { 
	width: 144px; 
	height: 90px; 
	display: inline-table;
	background-image: url(../images/button_home.jpg);
} 

.urlHome:hover { 
    background-image: url(../images/button_home1.jpg);
}

.urlClean { 
	width: 150px; 
	height: 90px; 
	display: inline-table;
	background-image: url(../images/button_clean.jpg);
} 

.urlClean:hover { 
    background-image: url(../images/button_clean1.jpg);
}

table#menu {
	color: #FFF;	
}

table#litter td{
	padding: 15px;
}

#kitten {
	border: groove;
	padding: 5px;
}

hr {
	color: #FFF;
	border-style: ridge;
}

.links {
	color:#FFF;	
}

table.pedigree1 td{
	color: #FFF;
	border-style: ridge;
	border-color: #003C00;	
	background-color: #002B00;
	font-size: 18px;
	padding: 15px;			
}

table.pedigree2 td{
	color: #FFF;
	border-style: ridge;
	border-color: #003C00;
	background-color: #002B00;
	font-size: 16px;
	padding: 5px;
}

.dropdownmenu, .dropdownmenu ul{ /*topmost and sub ULs, respectively*/
font: normal 24px "Comic Sans MS", cursive;
color: #845a26;
margin: 0;
padding: 0;
position: absolute;
left: 5;
top: 5;
list-style-type: none;
background-color: #28382e;
border: 5px solid #cd8d3e;
border-bottom-width: 5px solid #cd8d3e;
visibility: hidden;
display: none; /*collapse all sub menus to begin with*/
box-shadow: 3px 3px 8px #818181; /*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 3px 3px 8px #818181;
-moz-box-shadow: 3px 3px 8px #818181;
}


.dropdownmenu li{
position: relative;
}

.dropdownmenu li a{
display: block;
width: 170px; /*width of menu (not including side paddings)*/
color: #845a26;
background-color:#c8d5e6;
border-bottom: 1px solid black;
text-decoration: none;
padding: 4px 5px;
}

* html .dropdownmenu li{ /*IE6 CSS hack*/
display: inline-block;
width: 200px; /*width of menu (include side paddings of LI A*/
}

.dropdownmenu li a:hover, .dropdownmenu li.selected>a{
background: #efc677;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
