
html, body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1a171b;
	background:#ffec0c;
} 

img {
	border:none;
}

hr {
	border:none;
	border-top:1px solid #1A171B;
	border-bottom:1px solid #E1D00B;
}

#header {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:250px;
	z-index:1;
	background:#1a171b;
}

#logo {
	position:absolute;
	top:0px;
	left:31px;
}

/* MENU */

#menu {
	position:absolute;
	top:250px;
	left:0px;
	width:100%;
	min-width:900px;
	height:41px;
	background:url(../images/menu.gif) #1a171b;
}

#menu ul {
	padding:0px;
	margin:15px 0 0 0;
	float:left;
}

#menu li {
	list-style:none;
	display:inline;
	margin-left:25px;
}

#menu li a {
	color:#ffF;
	text-transform:uppercase;
	text-decoration:none;
	font-size:20px;
	font-weight:bold;
}

#menu li a:hover, #menu li a.active {
	color:#ffec0c;
}

#left_sidebar, #ctl00_left_sidebar{
	float:left;
	margin-top:310px;
	padding-left:25px;
	width:250px;	
	white-space:normal;
}

.white {
	background:url(../images/ecke.gif) no-repeat right bottom #fff;
	padding:20px 25px 20px 25px;
	line-height:18px;
	width:210px;
	margin-left:-25px;
}

.white ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

.spalte {
	float:left;
	width:80px;
}

/* CONTENT */

#maindiv {
	width:900px;
	white-space:nowrap;
}

#content, #ctl00_content {
	float:left;
	margin-top:310px;
	margin-left:10px;
	width:580px;
	line-height:20px;
	white-space:normal;
}

a {
	color:#1a171b;
}

h1 {
	font-size:19px;
}

h2 {
	font-size:15px;
	line-height:10px;
}

p {
	width:500px;
}

/* TABLES */



table.candidates {
	line-height:20px;
	border:1px solid #000;
}


td {
	padding:3px 0 3px 0px;
}

.jobtr td {
	padding:3px 0 3px 5px;
	border:1px solid #000;
}

.jobtr th {
	border:1px solid #000;
}

th {
	background:url(../images/th.gif) repeat-x;
	color:#fff;
}

th a {
	color:#fff;
}

.oddrow {
	background:#ffdd0c;
}

/* FORMULARE */

input, select, textarea {
	border:1px solid #fff;
	border-top:1px solid #bbb700;
	border-left:1px solid #bbb700;
	background:#fff;
	color:#393839;
}

input[type=radio],
input[type=checkbox],
input[type=radio]:hover,
input[type=checkbox]:hover
input[type=radio]:focus,
input[type=checkbox]:focus {
	border:none;
}

button, .ABut {
	background:url(../images/button.gif) repeat-x;
	border:none;
	border-left:1px solid #e1d00b;
	border-right:1px solid #e1d00b;
	height:30px;
	padding:1px 10px 11px 10px;
	font-size:12px;
	font-weight:bold;
	color:#ffec0c;
	cursor:pointer;
	text-decoration:none;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
 
.AButS {
	background:url(../images/buttonSel.gif) repeat-x;
	border:none;
	border-left:1px solid #e1d00b;
	border-right:1px solid #e1d00b;
	height:30px;
	padding:1px 10px 11px 10px;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	cursor:pointer;
	text-decoration:none;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}


a.ABut {
	padding:5px 10px 11px 10px; 
}

.ANav {
	background:url(../images/th.gif) repeat-x;
	color:#fff;
	border:none;
}

.APag {
	background:url(../images/th.gif) repeat-x;
	color:#fff;
	border:none !important;
}

.APag a {
	color:#fff;
	border:none !important;
}

.APag td {
	border:none !important;
}

.textrot {
	background:#FFE4E1;
	padding:5px 10px;
	display:block;
	color:#990000;
	border: solid 1px #ffdd0c;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin:7px 0;
}

.textdark {
	background:#ffdd0c;
	padding:5px 10px;
	display:block;
	color:Black;
	border: solid 1px White;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin:7px 0;
}

.Logout
{	
	color:#ffF;
	float:left;
	padding:20px 0 0 30px;
	text-decoration:none;
}

.captcha {
	background-color:white;
	width:500px; 
	border:1px solid #fff; 
	border-top:1px solid #bbb700;
	border-left:1px solid #bbb700;
}

.captcha input {
	border:1px solid #bbb700;
}

.fileupload {
margin-bottom:10px;
}

#ctl00_cC_vakanzenListe_matches {
	position:absolute;
	width: 18em;
}

#ctl00_cC_vakanzenListe_matches option.focus{
	background-color:#393839;
}

.nohand {
	cursor:default;
}

