.header {
	background-image: url(http://static.angol-magyar-szotar.hu/_s/NEMET/konyvTop.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.contentContainer {
	background-image: url(http://static.angol-magyar-szotar.hu/_s/NEMET/konyvRepeat.png);
	background-repeat: repeat-y;
	background-position: right top;
}
.footer {
	background-image: url(http://static.angol-magyar-szotar.hu/_s/NEMET/konyvBottom.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#ford_doboz {
	background-color: #FFF;
	margin-left:15px;
	padding: 9px;
	border: 1px solid #ABADB3;
	font-size:1em;
	width:487px;
	word-wrap: break-word;
	min-height:20px;
	text-shadow: 1px 1px 1px #ccc;
}
#ford_doboz table {
	border:none;
	width:100%;
	margin:0px;
	margin-bottom:3px;
	/*border-collapse: collapse;*/
}
#ford_doboz td {
	width:50%;
	font-size:1em;
	border-spacing: 3px;
	padding: 5px;
	cursor:pointer;
}
#ford_doboz .tablasor1 td {
	background-color: #FFE793;
}
#ford_doboz .tablasor2 td {
	background-color: #FFD5D5;
}
#ford_doboz td:hover {
	background-color: #CC9;
}
#ford_doboz th[scope=row]:hover {
	background-color: #CC9;
}

#ford_doboz td[rel="en_hu"] {
	background-image: url(http://static.angol-magyar-szotar.hu/_s/hangszoro_feher.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#ford_doboz td[rel="de_hu"] {
	background-image: url(http://static.angol-magyar-szotar.hu/_s/hangszoro_feher.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#ford_doboz td[rel="en_hu"]:hover {
	background-image: url(http://static.angol-magyar-szotar.hu/_s/hangszoro.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#ford_doboz td[rel="de_hu"]:hover {
	background-image: url(http://static.angol-magyar-szotar.hu/_s/hangszoro.gif);
	background-repeat: no-repeat;
	background-position: right center;
}



#ford_doboz .sorszam {
	color:#FFF;
	padding-right:3px;
	float:right;
}


/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	list-style: none; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
	margin-left:15px;
	margin-right:15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
ul.nav li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 245px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	background: #FFD5D5;
	color: #333;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	color: #FFF;
	background-color: #C82727;
}
