@CHARSET "utf-8";

/* colors
	darkgreen: #50503C;
	lightgreen: #EBE9E1;
	orange: #CC6600;
	blue: #006699;
*/

* {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #50503C;
	background-color: #EBE9E1;
	background-image: url("pics/bg_01.jpg");
	background-repeat: repeat-y;
}

#main-wrapper {
	position: relative;
	float: left;
	width: 930px;
}
#header-wrapper {
	position: relative;
	float: left;
	margin-left: 20px;
	width: 900px;	
	display: inline; /* ie6 bug */
}
#header-top-wrapper {
	position: relative;
	float: left;
	width: 900px;
	height: 20px;
	background-image: url("pics/header_01_01.gif");
	background-repeat: no-repeat;
}
#lang-selector {
	position: relative;
	float: right;
	margin: 2px 30px 0px 0px;
	display: inline; /* ie6 bug */
}
#header-content-wrapper {
	position: relative;
	float: left;
	width: 880px;
	margin-left: 20px;
	background-color: #FFFFFF;
	display: inline; /* ie6 bug */
}
#logo {
	position: relative;
	float: left;
	margin: 40px 0px 0px 30px;
	padding-bottom: 20px;
	width: 260px;
	display: inline; /* ie6 bug */
}
#page-title {
	position: relative;
	float: left;
	margin: 49px 0px 0px 30px;
	padding-bottom: 20px;
	width: 550px;
	display: inline; /* ie6 bug */
}
#body-wrapper {
	position: relative;
	float: left;
	margin: 30px 0px 0px 40px;
	width: 890px;	
	display: inline; /* ie6 bug */
}
#sidebar-wrapper {
	position: relative;
	float: left;
	width: 300px;	
}
#navigation-wrapper {
	position: relative;
	float: left;
	width: 300px;
	padding-bottom: 20px;
}
#navigation-header {
	position: relative;
	float: left;
	width: 290px;
	height: 20px;
	background-image: url("pics/header_02_01.gif");
	background-repeat: no-repeat;
}
#navigation {
	position: relative;
	float: left;
	width: 270px;
	margin-left: 20px;
	background-color: #FFFFFF;
	display: inline; /* ie6 bug */
}
#content-border {
	position: relative;
	float: left;
	margin-top: 20px;
	width: 300px;
	background-color: #333333;
}
#content-wrapper {
	position: relative;
	float: left;
	margin-left: 20px;
	width: 570px;	
	display: inline; /* ie6 bug */
}
#content-top {
	position: relative;
	float: left;
	width: 570px;
}
#content-left {
	position: relative;
	float: left;
	clear: left;
	width: 280px;
}
#content-right {
	position: relative;
	float: left;
	margin-left: 10px;
	width: 280px;
	display: inline; /* ie6 bug */
}

/* standards */
a {
	color: #50503C;
}
a:hover {
	color: #000000;
}
#lang-selector a {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}
#lang-selector a:hover {
	color: #CC6600;	
}
#logo a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	font-style: italic;
	color: #50503C;
	text-decoration: none;
}
#logo a:hover {
	color: #CC6600;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: italic;
	color: #50503C;
	font-weight: normal;
}
h2 {
	font-size: 20px;
	color: #50503C;
	font-weight: normal;
	padding-bottom: 10px;
}
#sidebar-wrapper h2 {
	position: relative;
	float: left;
	width: 270px;
	height: 17px;
	font-size: 12px;
	color: #FFFFFF;
	padding: 2px 0px 0px 30px;
	background-image: url("pics/header_02_01.gif");
	background-repeat: no-repeat;
}
p.bodytext {
	padding-bottom: 10px;
}
#content-top p.bodytext {
	width: 560px;
}
#content-left p.bodytext {
	width: 270px;
}
#content-right p.bodytext {
	width: 270px;
}
#content-top ul, #content-left ul, #content-right ul, #content-border ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	padding: 0px 0px 10px 18px;
}
#content-top ul {
	width: 542px;
}
#content-left ul {
	width: 252px;
}
#content-right ul {
	width: 252px;
}
#content-top ul li, #content-left ul li, #content-right ul li {
	padding-bottom: 10px;
}

/* images */
.csc-textpic {
	position: relative;
	float: left;
	padding-bottom: 10px;
	text-align: left;
}
#content-top .csc-textpic {
	width: 550px;
}
#content-left .csc-textpic {
	width: 270px;
}
#content-right .csc-textpic {
	width: 270px;
}
.csc-textpic-caption {
	position: relative;
	float: left;	
	height: 10px;	
	text-align: right;
	padding: 0px 12px;
	font-size: 8px;
	color: #FFFFFF;	
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	margin-top: 1px;
}
#content-top .csc-textpic-caption {
	background-image: url("pics/header_03_02.gif");
	background-repeat: no-repeat;
	width: 536px;
}
#content-left .csc-textpic-caption {
	background-image: url("pics/header_03_01.gif");
	background-repeat: no-repeat;
	width: 256px;
}
#content-right .csc-textpic-caption {
	background-image: url("pics/header_03_01.gif");
	background-repeat: no-repeat;
	width: 256px;
}

/* lang selector */
#lang-selector ul {
	position: relative;
	float: left;
}
#lang-selector ul li {
	position: relative;
	float: left;
	list-style: none;
	margin-left: 10px;
	color: #CC6600;
	font-size: 11px;
	display: inline; /* ie6 bug */
}
#lang-selector ul li a {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}

/* navigation */
#navigation ul {
	position: relative;
	float: left;
	width: 250px;
	margin: 10px 10px 0px 10px;
	padding-bottom: 5px;
	display: inline; /* ie6 bug */
}
#navigation ul li {
	position: relative;
	float: left;
	padding-bottom: 5px;
	width: 250px;
	list-style: none;
	font-size: 12px;
	color: #CC6600;
}
#navigation ul li a {
	font-size: 12px;
	color: #50503C;
	text-decoration: none;
}
#navigation ul li a:hover {
	color: #CC6600;
}
#navigation ul li a.nav-act {
	color: #CC6600;
}
#navigation ul li ul {
	position: relative;
	float: left;
	width: 240px;
	margin: 10px 0px 0px 10px;
	padding-bottom: 5px;
	display: inline; /* ie6 bug */
}
#navigation ul li ul li {
	position: relative;
	float: left;
	padding-bottom: 5px;
	width: 240px;
	list-style: none;
	font-size: 12px;
	color: #CC6600;
}

/* sitemap sharing experience */
p.sitemap-sharing-experience-quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	width: 560px;
}
p.sitemap-sharing-experience-author {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 20px;
	width: 560px;
}
.sitemap-sharing-experience-splitter-image {
	padding-bottom: 20px;
}

/* sitemap job list */
p.sitemap-jobs-list-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	padding-bottom: 20px;
	width: 560px;
}
p.sitemap-jobs-list-abstract {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	
	width: 560px;
}
p.sitemap-jobs-list-details {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-bottom: 20px;
	width: 560px;
}
.sitemap-jobs-list-splitter-image {
	padding-bottom: 20px;
}

/* random item sharing experience */
#sidebar-wrapper #sharing-experience-random-wrapper {
	position: relative;
	float: left;
	width: 300px;
	padding-bottom: 20px;
}
#sidebar-wrapper #sharing-experience-random-wrapper h2.sharing-experience-random-internal {
	background-image: url("pics/header_02_02.gif");
}
#sidebar-wrapper #sharing-experience-random-wrapper .sharing-experience-random-content {
	position: relative;
	float: left;
	margin: 1px 0px 0px 20px;
	width: 270px;
	background-color: #CC6600;
	display: inline; /* ie6 bug */
}
#sidebar-wrapper #sharing-experience-random-wrapper .sharing-experience-random-content p.bodytext {
	width: 250px;
	padding: 10px;
}
#sidebar-wrapper #sharing-experience-random-wrapper a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	text-decoration: none;
	color: #FFFFFF;
}
#sidebar-wrapper #sharing-experience-random-wrapper a:hover {
	color: #50503C;
}

/* all jobs overview */
#sidebar-wrapper #all-jobs-overview-wrapper {
	position: relative;
	float: left;
	width: 300px;
	padding-bottom: 20px;
}
#sidebar-wrapper #sharing-experience-random-wrapper h2.all-jobs-overview-internal {
	background-image: url("pics/header_02_03.gif");
}
#sidebar-wrapper #all-jobs-overview-wrapper .all-jobs-overview-content {
	position: relative;
	float: left;
	margin: 1px 0px 0px 20px;
	width: 270px;
	background-color: #006699;
	display: inline; /* ie6 bug */
}
#sidebar-wrapper #all-jobs-overview-wrapper .all-jobs-overview-content ul {
	position: relative;
	float: left;
	padding: 10px;
	width: 250px;
}
#sidebar-wrapper #all-jobs-overview-wrapper .all-jobs-overview-content ul li {
	position: relative;
	float: left;
	list-style: none;
	width: 250px;
}
#sidebar-wrapper #all-jobs-overview-wrapper .all-jobs-overview-content ul li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	text-decoration: none;
	color: #FFFFFF;
}
#sidebar-wrapper #all-jobs-overview-wrapper .all-jobs-overview-content ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* tables */
table.contenttable {
	width: 100%;
	margin: 0px 0px 10px 0px;
}
table.contenttable tbody td {
	font-size: 12px;
	padding: 0px 3px 0px 3px;
}
table.contenttable tbody tr.tr-even {
	background-color: #F3F3F3;
}
table.contenttable thead tr.tr-even {
	background-color: #E4E9EB;
}
table.contenttable thead th {
	text-align: left;
	padding: 0px 3px 0px 3px;
}

/* frames */
.frame-quote-1-wrapper {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
}
.frame-quote-2-wrapper {
	padding: 10px 0px 0px 10px;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #FFFFFF;	
	background-color: #CC6600;
}