html,body{
	margin:5px;
	padding:0px;
}
body {
	BACKGROUND-COLOR:#000066;
	min-width: 900px;
	font: 82% arial,sans-serif;
    COLOR: #FFFFFF;
}
div#header{
    margin-bottom: 10px;
    padding: 0 145px;
    height: 140px;
    FONT-FAMILY: Verdana, Arial;
    FONT-SIZE: 1.3em;
	background-image: url("../images/worldWide.gif");
 	background-repeat: no-repeat;
    background-position: center right;
}
div#header img{
    margin-top: 25px;
}
/* wahlweise linke Box */
div#leftHeaderBox {
	width:140px;
	height:140px;
	float:left;
	margin-top:-150px;
}
/* Inhalt vertikal zentrieren */
div#leftHeaderBox .content {
	margin-top: 7px;
}
div#content{
	padding:0 2em 1em 2em;
}
div#content p{
	line-height:1.4;
}
td#job-navigation, td#marketplace-navigation {
	width:14em;
}
ul#navi-job {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
ul#navi-marketplace {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
ul#navi-marketplace li, ul#navi-job li{
	line-height: 14px; /* smaller than ImageHeight */
    white-space: nowrap;
}
ul#navi-marketplace img, ul#navi-job img {
    vertical-align: middle;
}
ul#navi-marketplace a, ul#navi-job a {
	COLOR: #FFFFFF;
}
ul#navi-marketplace a:hover, ul#navi-job a:hover {
	COLOR: #FF0000;
	TEXT-DECORATION: none;
}
ul#navi-job li.other a:hover {
	COLOR: #00FF00;
	TEXT-DECORATION: none;
}
ul#navi-marketplace .selected, ul#navi-job .selected {
	COLOR: #FF0000;
	font-style:italic;
	font-weight:bold;
}
div#footer{
	width:100%;
	padding: 15px 15px 0px 15px;
	line-height: 130%;
	font: 0.9em 'Arial','Verdana', sans-serif;
}
.clear {
	clear:both;
}
a {
    COLOR: #00FF00;
}
a:link, a:visited {
    TEXT-DECORATION: none;
}
a:hover {
    TEXT-DECORATION: underline;
}
h1, h2 {
	margin-top:0px;
	padding-top:0px;
	FONT-FAMILY: Verdana, Arial;
}
h1.red, h2.red {
	color:#D20000;
}
h1 {
	FONT-SIZE: 1.5em;
}
h2 {
	FONT-SIZE: 1.3em;
}
.big {
	FONT-SIZE: 1.2em;
}
.small {
	FONT-SIZE: 0.8em;
}
.blue {
	color:#0033FF;
}
.warning {
	color:#FF0000;
}
table.list {
	background-color:#FFFFFF;
	color:#000000;
	font-size:1em;
	FONT-FAMILY: Arial, Verdana;
}
div#content ul {
        line-height: 28px;
}
div.searchbar {
	FONT-SIZE: 1.2em; font-weight:bold;
}
div.searchbar a {
	TEXT-DECORATION: none;
	COLOR: #FFFFFF;
}
div.searchbar span.active, div.searchbar a:hover {
	color:#FF0000;
}
div.center-1 {
	text-align:center;
}
td.grey-white {
	background-image: url('../images/bg_uebersicht.jpg');
    background-repeat: repeat-y;
    background-position: right;
}
ol {
        margin-left: 1em;
        padding-left: 0.5em;
        padding-bottom: 0;
        margin-bottom: 0;
        line-height: 2em;
}