@charset "utf-8";
/* CSS Document */
div.overlay {
	position:absolute;
	top:0px;
	right:0px;
	left:0px;
	bottom:0px;
	width:100%;
	height:100%;
	background-image:url(../dicons/overlay_login.png);	
	}
	
div.dummie_login {
	position:absolute;
	width:170px;
	left:50%;
	margin-left:-175px;
	top:50%;
	margin-top:-150px;
	font-family:"Trebuchet MS", Verdana;
	font-size:12px;
	background-color:#FFFFFF;
	border:1px solid #666666;
	}
div.dummie_login_quit{
	position:absolute;
	right:0px;
	top:0px;
	height:16px;
	width:16px;
	}
a.quit_link {
	display:block;
	width:100%;
	height:100%;
	background-image:url(../dicons/normal/action_delete.png);
	}
a:hover.quit_link {
	background-image:url(../dicons/over/action_delete.png);
	}	

div.login_velden {
	margin-top:25px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
	}
input.dummie_input {
	border:1px solid #333333;
	background-color:#CCCCCC;
	}
a.del_dummie {
	display:block;
	width:10px;
	height:10px;
	background-image:url(../dicons/normal/action_delete.png);
	}	
a:hover.del_dummie {
	background-image:url(../dicons/normal/action_delete.png);	
	}	
a.up {
	display:block;
	width:10px;
	height:10px;
	background-image:url(../dicons/normal/arrow_top.png);
	}
a:hover.up {
	background-image:url(../dicons/over/arrow_top.png);
	}
a.down {
	display:block;
	width:10px;
	height:10px;
	background-image:url(../dicons/normal/arrow_down.png);
	}
a:hover.down {
	background-image:url(../dicons/over/arrow_down.png);
	}
a.left {
	display:block;
	width:10px;
	height:10px;
	background-image:url(../dicons/normal/arrow_back.png);
	}
a:hover.left{
	background-image:url(../dicons/over/arrow_back.png);
	}
a.right{
	display:block;

	width:10px;
	height:10px;
	background-image:url(../dicons/normal/arrow_next.png);
	}
a:hover.right {
	background-image:url(../dicons/over/arrow_next.png);
	}				
a.dummie_change{
	display:block;
	width:16px;
	height:16px;
	background-image:url(../dicons/normal/reply.png);
	}
a:hover.dummie_change{
	background-image:url(../dicons/over/reply.png);
	}						
a.additem {
	display:block;
	width:16px;
	height:16px;
	background-image:url(../dicons/normal/action_add.png);
	}
a:hover.additem {
	background-image:url(../dicons/over/action_add.png);
	}
div.dummie_nav {
	position:absolute;
	left:0px;
	top:1px;
	width:101px;
	height:20px;
	}	
a.dummie_1 {
	float:left;
	width:21px;
	background-image:url(../dicons/admin_normal.png);
	height:20px;
	display:block;
	}	
a:hover.dummie_1 {
	background-image:url(../dicons/admin_over.png);
	}
a.dummie_2 {
	float:left;
	width:20px;
	background-position:80px 0px;
	background-image:url(../dicons/admin_normal.png);
	height:20px;
	display:block;
	}	
a:hover.dummie_2 {
	background-image:url(../dicons/admin_over.png);
	}	
a.dummie_3 {
	float:left;
	width:20px;
	background-position:60px 0px;
	background-image:url(../dicons/admin_normal.png);
	height:20px;
	display:block;
	}	
a:hover.dummie_3 {
	background-image:url(../dicons/admin_over.png);
	}	
a.dummie_4 {
	float:left;
	width:20px;
	background-position:40px 0px;
	background-image:url(../dicons/admin_normal.png);
	height:20px;
	display:block;
	}	
a:hover.dummie_4 {
	background-image:url(../dicons/admin_over.png);
	}
a.dummie_5 {
	float:left;
	width:20px;
	background-position:20px 0px;
	background-image:url(../dicons/admin_normal.png);
	height:20px;
	display:block;
	}	
	
a:hover.dummie_5 {
	background-image:url(../dicons/admin_over.png);
	}
	
div.fotoalbum{
	margin-left:-18px;
	margin-bottom:10px;
	margin-right:8px;
	width:230px;
	height:200px;
	float:left;
	background-image:url(../images/foto_bg.png);
	}
div.fotoalbum_pic{
	margin-left:0px;
	margin-bottom:10px;
	margin-right:10px;
	width:150px;
	height:100px;
	float:left;
	border:1px solid #666666;
	}
input.dummie {
	border:0px solid;
	background-color:#EFEFEF;
	height:18px;
	padding:1px;
	
	}	
a.login {
		position:absolute;
		top:0px;
		right:0px;
		height:10px;
		width:10px;
		display:block;
}
