@CHARSET "UTF-8";
/**
 * Ext.ux.myappz.EditField
 *
 * Copyright (c)2008 myappz ApS
 *
 * All rights reserved.
 *
 * Any unauthorised use, copying or redistribution will constitute an infringement of copyright.
 *
 * Any 3rd part software used is under limitation of the owners copyright.
 */
 
body {
	color: #5f5f5f;
	font-family: arial, serif;
	font-size: 85%;
	line-height: 1.125em;
}
 
#top #logo {
	position: relative;
	left: 5px;
}

#content {
	background: url(../../../../images/footer.jpg) no-repeat;
	background-position: 0 100%;
}

#footer {
	font-size: 0.95em;	
}
 
/* - - - ADxMenu: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */

.topmenu {
	border-bottom: 1px solid gray;	
}

.topmenu ul {
	width: auto;
}

.topmenu a {
	text-decoration: none;
	color: #404040;
}

.topmenu a:hover, .topmenu li:hover>a {
	color: #628ad8;
}
 