/* CSS Document */
#schede .navigation {
	float: right;
	width: 300px;
}
/*#schede .body {
	width: 510px;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 100px;
}*/
#schede .body {
	width: 540px;
	padding-top: 20px;
	padding-right: 10px;		
}
#schede .body td{
	vertical-align: top;
}
#schede .body td.icon {
	padding-right: 10px;
}
#schede .body .item {
	padding-bottom:20px;
}

#schedeNavigator {
	margin-left: 5px;
	width: 290px;
	background: url(../../Images/Modules/schede_background.gif) repeat-y;
	
	min-height: 130px;
}
#schedeNavigator .content{
	padding: 0 10px;
}

#schedeNavigator .content .group{
	padding-bottom: 5px;
}
#schedeNavigator .content .item{
/*	padding-bottom: 10px;*/
	padding-left: 5px;
}
#schedeNavigator .content .item a{
	color: #000000;
	text-decoration: none;
}
#schedeNavigator .content .item a:hover{
	color: #cc3300;
	text-decoration: underline;
}

#schede .categoriaBox {
	padding-bottom:5px;
	margin-bottom:5px;
}

#schede .item .title {
	font-size: 1.4em;
}
#schede .item .itemText {
	padding-top:5px;
}
#schede .item .dateModified {
	text-align: right;
	font-size: 0.8em;
	padding: 10px 0;
}
