@charset "ISO-8859-1";
html { height: 100% }
body {
	font-family: Arial, sans-serif;
	color: #555555;
	background: #EBEBEB;
	font-size: 80%;

	margin: 0;
	padding: 0;
	height: 100%;
}
a:link { color: #206187; text-decoration: none; }
a:visited { color: #206187; text-decoration: none; }
a:hover { color: #3597CF; text-decoration: none; }
a img { border: none; }


h1 {
	color: #206187;
	font-size: 130%; 
	font-weight: bold;
}
* { margin: 0; padding:0; }
p { margin-bottom: 1em; }

.justify { text-align: justify; }

#inside { list-style-position: inside; }

#nonFooter {
	min-height: 100%;
	width: 980px;
	background: transparent url("../images/page_bg.png") repeat-y;
	margin: 0 auto;
}

#header {
	margin: 0 auto;
	background: transparent url("../images/header_background.png") no-repeat;
	width: 980px;
	height: 96px;
	font-size: 12px;
}

#header_left {
	float: left;
	padding-top: 70px;
	padding-left: 32px;
	font-size: 12px;
}
#header_left a {
	color: black;
	text-decoration: none;
}
#header_logo {
	text-align: right;
}
#header_logo img {
	padding-right: 32px;
}

#menu_wrapper {
	width: 980px;
	margin: 0 auto;
}

#menu {
	float: left;
	width: 980px;
	/*border-bottom: 0px solid black;*/
	padding-bottom: 1px;
}
#menu_rounded {
	float: left;
	background: url("../images/menuback_left.png") no-repeat left top;
	margin-left: 43px;
	margin-top: 21px;
	padding-top: 5px;
	width: 9px;
	min-height: 20px;
}

#menuhref {
	float: left;
	min-height: 20px;
	margin-top: 21px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 9px;
	background: url("../images/menuback_right.png") no-repeat right top;
	color: black;
	font-size: 13px;
}

#menutext {
	background: transparent;
	margin-right: 225px;
	margin-top: 12px;
	padding-right: 10px;
	height: 20px;
	float: right;
	font-size: 20px;
	color: white;
}

#content_wrapper {
	width: 980px;
	margin: 0 auto;
	background: transparent url("../images/cw_bg.png") no-repeat;	
	min-height: 300px;
}

#content {
	float: left;
	width: 679px;
	min-height: 300px;
	text-align: left;
	padding: 40px 25px 60px 55px;
/*	margin-bottom: 1px;  */
}

#content_column {
	float: right;
	width: 189px;
	min-height: 300px;
	text-align: center;
	padding-top: 40px;
	padding-right: 32px;
        font-size: 13px;
}

.clearer
{
	clear: both;
	display: block;
	height: 0px; width: 0px;
}

#footer {
	position: relative;
	margin: -59px auto 0 auto;
	width: 980px;
	height: 59px;
	background: transparent url("../images/page_bg.png") repeat-y;
}

#link_top {
	position: absolute;
	left: 755px;
	width: 179px;
	height: 20px;
	padding-right: 40px;
	text-align: center;
	vertical-align: middle;
        font-size: 13px;
        background: transparent;
}

#link_top li {
	padding-left: 3px;
}

#footer_copyright {
	position: absolute;
	left: 32px;
	top: 40px;
	font-size: 12px;
	height: 17px;
	background: transparent url("../images/footer_background_left.png") no-repeat;
	width: 453px;
	padding-top: 2px;
	padding-left: 0px;
}

#footer_copyright a {
	color: black;
	text-decoration: none;
}

#footer_language {
	position: absolute;
	left: 485px;
	top: 40px;
	text-align: right;
	padding-right: 15px;
	height: 17px;
	width: 255px;
	font-size: 12px;
	background: transparent url("../images/footer_background_right.png") no-repeat;
	padding-top: 2px;
}
#footer_language a {
	color: black;
	text-decoration: none;
}

#footer_imprint {
	position: absolute;
	left: 755px;
	top: 40px;
	text-align: center;
	width: 189px;
	height: 17px;
	padding-right: 32px;
	font-size: 12px;
	background: transparent;
	padding-top: 2px;
}
#footer_imprint a {
	color: black;
	text-decoration: none;
}

#content ul {
	padding-left: 15px;
}

#jobad {
	padding: 10px;
	border: 2px solid #AAAAAA;
}

#jobad h1 {
	text-align: center;
	font-weight: bold;
	padding-bottom: 2em;
}

#jobad img {
	vertical-align:middle;
}

#index {
	text-align: left;
}

#column_links {
	text-align: left;
	padding-left: 20px;
}

#column_links img {
	vertical-align: middle;
}

#jobs {
	margin-left: 10px;
}

#jobs li {
	padding: 3px;
}
#jobs a {
	text-decoration: none;
}

#column_links a {
	text-decoration: none;
}
#column_links p {
	margin-bottom: 8px;
}

.horizontal_separator {
	margin-left: -20px;
        margin-right: -28px;
	padding-bottom: 2em;
	padding-top: 0.5em;
}