BODY {
	font-family: sans-serif;
	font-size: 11px;
	color:#7f7f83;
}

b{
	color:#ef8a27;
}

a{
	text-decoration:none;
	color:#7f7f83;
}

h1{
	color:#7f7f83;
	font-size:22px;
	margin:4px 0 0 0;
	padding:5px 0 10px 0;
}

#wrapper {
		text-align:left;
		width:950px;
}


/* header */

#header{
	height:90px;
}

#header h1{
	font-size:22px;
}

#header table{
	width:100%;
}

#header table td{
	vertical-align:bottom;
}

#header img#logo {
	margin:0;
	padding:0;
	display:block;
	border:0;
}

#header #searchbar{
	float:right;
	margin: 0;
	font-weight:bolder;
	/*height:40px;*/
	width:148px;
}

#header #searchbar a{
	margin:0;
}
#header #searchbar form{
	margin:3px 0 0 0;
	padding:0;
}

#header #searchbar input{
	border:1px solid #ef8a27;
	margin:0;
	height:100%;
}

#header #searchbar input#submit_search{
	background:#fff;
	margin:0;
	padding:0;
	outline: none;
}

#header #searchbar a span{
	padding:1px 3px 1px 3px;
	border:1px solid #ef8a27;
}

/* main */

table#main{
	margin:0;
	padding:0;
	width:100%;
}

table#main tr{
	vertical-align:top;
	padding:0;
	margin:0;
}

table#main td{
	vertical-align:top;
	margin:0;
	padding:0;
}

#content{
	padding:0 30px 0 0;
}

#content h1{
	width:610px;
	color:rgb(239, 138, 39); /* orange */
	overflow:hidden;
}

/* selector */

#selector {
		margin:0;
		background:3px 0px no-repeat;
		padding:2px 0 5px 472px;
		height:219px;
}

#selector ul {
    list-style: none;
    margin:0;
    padding:0;
    width: 230px;
		height:212px;
		background: url("/images/working_at/topmenu-shade.png") top left repeat-y;
}

#selector ul li {
    margin:2px 0 0 0;
		padding:0;
    width: 230px;
    z-index: 1;
}

#selector ul li.current {
    z-index: 2;
}

#selector ul li div {
    z-index: 50;
    position: relative;
    height: 48px;
    margin: 0;
    padding: 0;
}

#selector ul li.current div {
    background: url("/images/working_at/topmenu-hover.png") top left no-repeat;
    margin-left: -27px;
    padding-left: 27px;
}

/* IE hack... */
*html #selector ul li.current div{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/working_at/topmenu-hover.png", sizingMethod="crop");
}

#selector ul li div a {
		padding:0;
		margin:0;
		cursor:default;
}

#selector ul li div a span{
	text-align:left;
	font-weight:bold;
	/*font-size:100%;*/
	color: #fff;
	display:block;
	width: 221px;
  /*height: 48px;*/
  background: url("/images/working_at/topmenu-bg1.jpg") top left no-repeat;
	padding:18px 0 17px 15px;
}

#selector ul li.current div a span {
    text-decoration: none;
    background: url("/images/working_at/topmenu-bg2.jpg") top left no-repeat;
}

#selector ul li span.container {
	display:none;
  /*  border:1px solid #d4d4d4;
		padding: 0;
    display: block;
    z-index: 1;
		float:left;
		position: absolute;
    margin-left: -471px;*/
}

/*
#selector ul li.current span.container {
    z-index: 2;
}

#selector ul li span.container a {
		padding:0;
		margin:0;
}

#selector ul li span.container a img {
    border: 0;
		margin:3px;
		padding:0;
		width:462px;
		height:210px;
		display:none;
}
*/

/* subnav */

#subnav{
	width:700px;
	margin:15px 0 0 0;
	padding:0;
}

#subnav td{
	width:32%;
	padding:0 0 0 10px;
}

table#subnav td .title{
	color:#ef8a27;
	font-weight: bold;
	margin-bottom:10px;
}

/*table#subnav td ul{
	list-style:none;
	list-style-image:url('/images/bullets/bullet-vacature.gif');
	padding:0 0 0 20px;
	margin:0;
}*/

table#subnav a{
	text-decoration:none;
	background:url('/images/studentenwerk/bullets/list_item_even.png') 0px -7px no-repeat;
	width:225px;
	display:block;
	margin:5px 0 0 5px;
	padding:0 0 0 15px;
	font-weight:normal;
}

table#subnav a:hover{
	background-position:0px -7px;
	text-decoration:underline
}

/* sidebar */

td#sidebar{
	padding:0;
	margin:0;
}

td#sidebar ul#sidelistsrc{
	display:none;
}

td#sidebar img.border{
	margin:0 0 -3px 0; /* otherwise top border image doesn't connect to side borders background in #bar (IE) */
	padding:0;
}

td#sidebar a img{
	border:0;
}

td#sidebar #bar{
	width:212px;
	background:url('/images/working_at/moviepane_mid.gif') repeat-y;
	text-align:center;
	padding:0;
	margin:0 0 -3px 0; /* otherwise top border image doesn't connect to side borders background in #bar (IE) */
	font-size:90%;
	font-weight:bold;
}

td#sidebar #bar .title{
	font-weight:bold;
}

td#sidebar #bar a{
	padding:3px;
}

td#sidebar #bar a span{
	padding:1px 3px 1px 3px;
	border:1px solid #ef8a27;
}

td#sidebar #bar ul{
	margin:0 0 20px 0;
	padding:0;
	list-style: none;
}

td#sidebar #bar ul li{
	padding:3px;
	margin:35px 0 5px 20px;
	height:145px;
	text-align:left;
}

td#sidebar #bar ul li img{
	margin:5px 0 5px 15px;
}

/* footer */

#footer{
	display:block;
	width:100%;
	margin:10px 0 20px 0;
	text-align:center;
	color:#929294;
}

#locationsbar{
	background:#a2a4a5;
	width:100%;
	margin:0 0 20px 0;
	text-align:right;
	padding:5px 0 5px 0;
}

#locationsbar table td{
	padding:0 10px 0 5px;
	margin:0;
	text-align:center;
	color:#fff;
	font-weight:bold;
}

#locationsbar a{
	text-decoration:none;
	color:#c2c2c4;
}

#locationsbar a:hover{
	color:#fff;
}

#locationsbar img{
	border:0;
	margin:0 0 3px 0;
}

label {
	float:left;
	width:150px;
}