* {
	margin: 0px;
	padding: 0px;
	font-family: arial;
	border: none;
	text-decoration: none;
	color: #000;
}

html {
}

body {
	background: #f5f5f5 url(/gfx/layout/body_bg.png) repeat-x fixed;
        font-size:12px;
        font-family:arial;
}

a {
    color: #9e0b0f;
    font-size: 12px;
    font-weight: bold;
}

#container {
	margin: auto;
	width: 980px;
	min-height: 200px;
        position:relative;
}

#container #head {
	height: 40px;
	padding-top: 20px;
	width: 960px;
	padding-left: 20px;
	margin-bottom: 8px;
}

#poweredby {
	width: 174px;
	height: 30px;
	position:absolute;
        right:0px;
        top:0px;
}

#container .head_fade {
	
}

#container #head .logo {
	background: url(/gfx/layout/logo.png) no-repeat;
	height: 140px;
	width: 980px;
	padding-top: 40px;
	padding-left: 50px;
}

#container #head .info {
	position: relative;
	margin-top: 0px;
	font-size: 12px;
	margin-left: 400px;
	top: -42px;
	width: 300px;
}

.slogan {
	font-size: 10px;
        position:relative;
        top:0px;
}

#container #body {
	width: 980px;
}

#container #body .top {
	background: url(/gfx/layout/content_bg_top.png) no-repeat;
	height: 44px;
	width: 983px;
}

#container #body .bottom {
	background: url(/gfx/layout/content_bg_bottom.png) no-repeat;
	height: 44px;
	width: 983px;
	text-align: center;
	color: #fff;
	margin-bottom:10px;
}

#container #body #content {
	width: 978px;
	min-height: 200px;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	background: #fff;
}

#menu {
	padding-top: 14px;
}

#menu .item a {
	font-size: 14px;
	font-weight: bold;
	padding: 2px;
	padding-left: 38px;
	float: left;
	color: #fff;
}

#menu .divider {
	height: 4px;
	width: 100%;
}

#content #info {
	padding: 10px;
}

.jobdesc {
	display: table;
	padding-left: 8px;
	padding-right: 8px;
}

.jobdesc p {
	padding: 8px;
	padding-left: 22px;
	padding-right: 22px;
	font-size: 12px;
}

.jobdesc a {
	color: #000;
	font-size: 16px;
	font-weight: bold;
}

.jobdesc a:hover {
	color: #555;
}

#footer .left, #footer .right {
	width: 460px;
	background: url(/gfx/layout/footer_bg.png) repeat;
	color: #fff;
	padding: 12px;
	height: 140px;
	border: 2px solid black;
}

#footer .left {
	float: left;
}

#footer .right {
	float: right;
}

#footer .right a {
	color: #fff;
}

/*
 * Headers
 */
 h2 {

	font-size: 32px;
}
 #head h1 a, #head h2 a {
	font-size: 46px;
	line-height: 20px;
        color:#000;
        margin:0px;
        padding:0px;
}
#head h2 {
    margin-top:-5px;
}


h3 {
	background: #fff;
	font-size: 14px;
	padding: 4px;
	padding-top: 8px;
	padding-bottom: 0px;
	line-height: 14px;
}


/*
 * Paragraphs
 */

#info p {
	padding: 8px;
	padding-right: 200px;
}

/*
 * PageContent (Permalinks)
 */

.pagecontent {
	display: table;
	padding-left: 8px;
	padding-right: 8px;
}

.pagecontent p {
	padding: 8px;
	padding-left: 22px;
	padding-right: 22px;
	font-size: 12px;
}

.pagecontent a {
	color: #000;
	font-size: 16px;
	font-weight: bold;
}

.pagecontent a:hover {
	color: #555;
}

/*
 * Job list
 */


/*
 * Pagination
 */
 
.pagination {
	font-weight: bold;
	padding-top: 10px;
}

.pagination a {
	color: #fff;
}

.pagination .current {
	color: #fff;
	text-decoration: underline;
}

/*
 * Forms
 */
 input, textarea {
     border:1px solid #000;
     width:250px;
}
input.searchform {
	border: 1px solid #000;
	padding: 7px;
	width: 530px;
	font-size: 16px;
	font-weight: bold;
	height: 20px;
}

input.searchbutton {
	font-weight: none;
	font-size: 14px;
	background: url(/gfx/layout/searchbtn_bg.png) no-repeat center center;
	height: 38px;
	width: 38px;
	border: none;
	cursor: pointer;
	padding: 4px;
	margin-left: 20px;
}

fieldset
{
	width: 200px;
	display: table;
	margin-left: 12px;
}

legend {
	color: #000;
	margin-left: 0px;
	padding: 4px;
        padding-top:5px;
	font-style: italic;
	font-weight: bold;
        font-size:14px;
} 

.search {
	padding: 4px;
	padding-left: 20px;
	width: 960px;
	background: url(/gfx/layout/about_bg.png) no-repeat right top;
	height: 150px;
}

.search p {
    margin:0px;
    padding-top:5px;
    padding-left:15px;
}
.search p a {
    text-decoration:underline;
}
/*
 * Links
 */


#menu a {
	color: #fff;
}

#menu a:hover {
	color: #eee;
}

a.visiting {
	text-decoration: underline;
}

.job a {
	color: #000;
}

.job a:hover {
	color: #500;
}

#info a {
	color: #000;
}
#info a:hover {
	color: #CCC;
}

/*
 * Misc
 */

.page {
	background: #fff;
        padding:15px;
        padding-top:10px;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.space {
	clear: both;
}
#jobs {
    width:100%;
}
#jobs tr td {
    height:50px;
    padding-left:10px;
    vertical-align:middle;
    padding-bottom:5px;
    padding-top:5px;
}
#jobs {

}
#jobs tr td h2 {
    padding:0px;
}
#jobs tr {
    	border: 1px solid black;
}
#jobs span {
    font-size:11px;
}

.job {
	background: #fff;
	width: 972px;
	height: 60px;
	margin: 2px;

}

#jobs tr:hover {
	background: url(/gfx/layout/job-hover.png);
}
ul.Zend_Tag_Cloud li {
    display:inline;
    list-style:none;
}
ul.Zend_Tag_Cloud li a {

}

* html #jobs img {
	height:expression(this.height>this.width-74 && this.height>50?51:true);
	width:expression(this.width-74>this.height && this.width>124?125:true);
}
 #jobs img {
	max-width: 125px;
	max-height: 51px;
}
#languageBar {
    position:absolute;
    top:15px;
    width:440px;
    right:200px;
    line-height:20px;
}
#languageBar a {
    color:#000;
}
#languageBar img {
    margin-right:5px;
}
#footer2 {
    background:#FFF;
    color:#000;
    text-align:center;
    font-size:10px;
    padding:20px;
    line-height:15px;
}

#footer2 a {
    color:#000;
    font-size:10px;
    font-weight:normal;
    text-decoration:underline;
}
