/* @override 
	https://www.expatsafe.com/styles/main.css
	http://expatsafe.de.test.planwerk6.de/styles/main.css
*/

@import "content.css";


body{
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	font-family: 'Lucida Grande', Arial, sans-serif;
}

a{
	border: none;
	color: #000000;
}

img{
	border: none;
}

div#container{
	min-width: 770px;	
}

div#header{
	background: url(../gfx/bgheader.jpg) no-repeat #EFEFEF;
	height: 132px;
	padding: 0px 5px 0px 167px;
	font-size: 12px;
}

div#header_items {
	float: right;
	padding: 5px 5px 5px 5px;
}


div#header_items div{
	display: inline;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 15px;	
}

div#header_items div.tm_contact {
	background: url(../gfx/tm_contact.png) no-repeat;
	padding-left: 20px;
}

div#header_items div.tm_help{
	background: url(../gfx/tm_help.png) no-repeat;
	padding-left: 20px;
}

div#logo_bar {
	float: left;
	padding: 15px 0 0 0;
}

div#logo_bar img{
	border: none;	
}

div#quota_bar{
	font-size: 11px;
	padding: 5px 0px 5px 0px;
	width: 100%;
	text-align: right;
}

/* Menu */

div#menu_bar{
	clear: both;
	background-color: #3A4A5C;
	height: 30px;
	padding: 0px;
}

div#menu_bar .active{
	background-color: #168704;
}

div#menu_bar div{
	float: left;
	height: 30px;
	padding: 0 18px;
}

div#menu_bar div.logout{
	float: right;
	background: #AC0200;
	padding: 0 5px 0 0;
	border-left: 1px solid #fff;
}

div#menu_bar div.login{
	background: #AC0200;
	background-image: url('/gfx/login.png');
	background-position: 100px;
	background-repeat: no-repeat;
	border-left: 1px solid #fff;
	float: right;
	padding: 0px 0px 0px 0px;
	width: 33%;
}

div#menu_bar div a{
	display: block;
	padding: 8px 10px 8px 20px;
	font-size: 0.7em;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

div#menu_bar div.logout A{
	background: url(../gfx/logout.png) no-repeat right;
	padding-right: 20px;
}

div#menu_bar div.filelist A{
	background: url(../gfx/filelist.png) no-repeat left;
}

div#menu_bar div.managefiles A{
	background: url(../gfx/managefiles.png) no-repeat left;
}

div#menu_bar div.permissions A{
	background: url(../gfx/permissions.png) no-repeat left;
}

div#menu_bar div.information A{
	background: url(../gfx/information.png) no-repeat left;
}

div.actions{
	font-size: 12px;
	padding: 12px 0px 12px 20px;
}

div.actions a{
	padding: 2px 0px 2px 20px;
}

div.actions a#export{
	background-image: url('/gfx/csv.png');
	background-position: left middle;
	background-repeat: no-repeat;
}

/* Footer */

div#footer{
	clear: both;
	border-top: 1px solid #bbb;
	text-align: left;
	padding: 5px 0px 0px 20px;
	margin: 20px 0px 0px 0px;
	vertical-align: top;
}

div#footer #links{
	float: left;
}

div#footer #by{
	float: right;
}

div#footer a{
	color: #999;
	margin: 0px 10px 0px 0px;
	font-size: 0.8em;
}

div#footer div#links a{
	float: left;
}

div#footer div#links img{
	margin: 0px 0px 10px 0px;
}

div#heuser_und_collegen{
	background-image: url('../gfx/heuser.gif');
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	height: 35px;
	width: 195px;
}


