body
{
	font-family:'arial';
	/*background-color:rgb(240,240,240);*/
}

table.wishlist
{
	width:890px;
	empty-cells:show;
	border-collapse:collapse;
}

table.wishlist th
{
	border:1px solid black;
	/*background-color:rgb(200,200,200);*/
	font-weight:bold;
	background-image:url('images/header.png');

}

tr.wishlist td, tr.wishlist_done td
{
	border: 1px solid black;
	padding-right:5px;
	padding-left:2px;

}


tr.wishlist_done td
{
	color:rgb(150,150,150);
}



div.menu
{
	position:fixed;
	top:0px;
	left:0px;
	width:216px;
	height:300px;
	background-image:url('images/menu.png');
	padding-left:10px;
	padding-top:103px;
}

div.title
{
	position:fixed;
	top:0px;
	left:226px;
	width:669px;
	height:118px;
	background-image:url('images/title.png');
}
div.content
{
	margin-top:120px;
	margin-left:220px;
	z-index:10;

}

div.menu a
{
	color:rgb(50,70,140);
	text-decoration:none;
	display:block;
	margin-bottom:0px;
	padding:3px;
	border:1px solid transparent;
	padding-left:25px;
	background-repeat:no-repeat;
	background-position:2px 5px;

	width:75%;
	font-size:90%;

}

div.menu a.nein
{
	background-image:url(images/nein.gif);
}


div.menu a.smile
{
	background-image:url(images/smile.gif);
}

div.menu a.grin
{
	background-image:url(images/grin.gif);
}

div.menu a.tongue
{
	background-image:url(images/tongue.gif);
}
div.menu a:hover
{
	color:#ca742e;
	/*border:1px solid gray;*/
	background-color:#C8D9EA;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
}

div.menu a:active
{
	color:red;
}

div.login, div.register
{

	margin-top:50px;
	margin-left:120px;
	padding:20px;
	border:1px solid grey;
	width:270px;
	background-color:rgb(230,230,230);
	padding-bottom:0px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;


}


div#description
{
	position:absolute;
	opacity:0.95;
	z-index:10;
	padding:10px;
	width:260px;
	height:131px;
	/*display:none;*/
	cursor:default;
	background-image:url('images/description.png');
}
div#desc-content
{
	overflow:auto;
	width:258px;
	height:125px;
}

span.small
{
	font-size:11px;
	color:grey;
}

a img
{
	border: none;
}


a.button
{
	text-decoration:none;
	color:rgb(50,70,140);
	padding-left:30px;
	padding-right:10px;
	padding-bottom:5px;
	padding-top:5px;
	background-repeat:no-repeat;
	border:1px solid white;
}

a.button.new
{
	background-image:url(images/filenew.png);
	background-position:5px 2px;
}
a.button:visited
{
	text-decoration:none;
	color:rgb(50,70,140);


}
a.button:hover
{
	color:#ca742e;
	background-color:#C8D9EA;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid gray;
}


img.show_info
{
	cursor:pointer;
}

span.menutitle
{
	display:block;
	color:rgb(80,80,80);
	font-size:80%;
	font-weight:bold;

}