@charset "utf-8";
/*
	Css for log[jobs]	
	@author: Christian Gatzen	
*/

body {
	background: url(../images/world_bg_body.jpg) 0 0 repeat-x;
}

#header {
	background: url(../images/world_bg_header.jpg) 0 0 no-repeat;
}

#navigation ul {
	margin: 0 225px 0 0;
}

#navigation li {
	background: url(../images/world_navi_left.gif) left 0 no-repeat #fff; 
}

#navigation li a {
	background: url(../images/world_navi_right.gif) right 0 no-repeat; 
}

#navigation li.active {
	background: url(../images/world_navi_left_active.gif) left 0 no-repeat #fff; 
}

#navigation li.active a {
	background: url(../images/world_navi_right_active.gif) right 0 no-repeat; 
}

.vocatus {
	color:#9A9A9A;
}

.flaeche {
	color:#579E40;
}

.jobs {
	color:#B12824;
}

.cargo {
	color:#EDA300;
}

.world {
	color:#108EE8;
}

