/**
 * Stylesheet for http://www.rollingpinjobs.com/
 *
 * Screen/Projection Stylesheet
 *
 * @author		Alexander Tumler
 * @link			http://www.rollingpinjobs.com/
 * @copyright	Copyright 2009, rolling pin JOBS
 */
 
/**
 * Global properties and bugfixes
 */

/* set global values */
* {
	padding: 0px;
	margin: 0px;
}

body, html {
	height: 100%;
}

body {
	background: url('../img/header.repeat.jpg') #fff repeat-x top;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #666;
}

a {
	color: #f90;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#content {
	padding: 25px 0px;
	margin: 0px auto;
	width: 776px;
}

#content:after {
	content: "\A0";
	clear: both;
	display: block;
	height: 0px;
	overflow: none;
}

.detail-page .apply {
	float: right;
	text-align: right;
	width: 100px;
	padding-top: 15px;
}

.detail-page .detail-page-intro {
	float: left;
	width: 385px;
}

.detail-page .detail-page-intro h2 {
	font-size: 13px !important;
	padding-bottom: 10px;
}

.detail-page .detail-page-intro .col1-type {
	float: left;
	width: 100px;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	padding-top: 3px;
}

.detail-page .detail-page-intro .col2-type {
	float: left;
	width: 280px;
	font-size: 11px;
	color: #666;
	padding-top: 3px;
}

.detail-page .image {
	float: right;
	width: 125px;
	text-align: right;
	padding-top: 10px;
}

.detail-page img {
	border: none;
}

.detail-page .right-link {
	float: right;
	width: 120px;
	font-size: 12px;
	text-align: right;
	padding-top: 18px;
}

#footer {
	font-size: 11px;
	height: 40px;
	padding-top: 118px;
	margin-top: 36px;
	text-align: center;
	background: url('../img/footer.repeat.jpg') repeat-x top;
}

.full_box {
	width: 776px;
}

.full_box_after {
	background: url('../img/full.box.bottom.png') no-repeat;
}

.full_box_before {
	background: url('../img/full.box.top.gif') no-repeat;
}

h1, h2, h3 {
	color: #f90;
}

h1 {
	font-size: 18px;
	font-weight: normal;
}

h2 {
	font-size: 13px;
}

h3 {
	font-size: 12px;
	padding-top: 10px;
}

.half_box_after {
	background: url('../img/half.box.bottom.png') no-repeat;
}

.half_box_before {
	background: url('../img/half.box.top.gif') no-repeat;
}

#half_col1, #half_col2 {
	width: 385px;
	position: relative;
	margin-bottom: -145px;
}

#half_col1 {
	float: left;
}

#half_col2 {
	float: right;
}

.half_box {
	width: 385px;
}

.half_box_before, .full_box_before, .nav_box_before, .right_box_before {
	height: 9px;
}

.half_box_after, .full_box_after, .nav_box_after, .right_box_after {
	height: 17px;
}

.half_box_after {
	background: url('../img/half.box.bottom.png') no-repeat;
}

.half_box_before {
	background: url('../img/half.box.top.gif') no-repeat;
}

#header {
	width: 776px;
	height: 106px;
	margin: 0px auto;
}

#header img {
	position: absolute;
	margin: 3px 0px 0px 19px;
	border: none;
}

#header ul {
	position: absolute;
	display: block;
	margin: 60px 0px 0px 234px;
	height: 40px;
	border-left: 1px solid #ff7800;
}

#header ul li:first-child a {
	border-left: 1px solid #ffc600;
}

#header ul li {
	display: block;
	float: left;
	height: 40px;
	border-right: 1px solid #ffc600;
	text-transform: uppercase;
}

#header ul li a {
	display: block;
	height: 27px;
	color: #fff;
	padding: 13px 15px 0;
	text-decoration: none;
	border-right: 1px solid #ff7800;
	white-space: nowrap;
	float: left;
}

#header ul li a:hover, #header ul li.active a {
	background-color: #febe29;
}

#header ul li.active a {
	font-weight: bold;
}

hr {
	border: none;
	border-top: 1px solid #f90;
	height: 1px;
}

input, select {
	vertical-align: middle;
}

input[type=button], input[type=reset], input[type=submit] {
	background: #f90;
	color: #fff;
	border: 1px outset #ff9f00;
	padding: .2em .5em;
	font-size: 11px;
	text-transform: uppercase;
}

input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
	background: #ffc600;
	cursor: pointer;
}

input[type=text], input[type=password], select, textarea {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #666;
	border: 1px solid #d7d7d7;
	padding: .25em .5em;
}

input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus {
	border: 1px solid #999;
}

.logon_button {
	clear: left;
	text-align: right;
}

.logon_col1 {
	clear: left;
	width: 85px;
	float: left;
	line-height: 22px;
	margin-bottom: 3px;
}

.logon_col2 {
	width: 240px;
	float: left;
	line-height: 22px;
	margin-bottom: 3px;
}

.main, .nav_box ul, .nav_box_content {
	background-color: #fff;
	border: 1px #dadada;
	border-style: none solid;
}

.main {
	padding: 10px 25px;
}

.main ul {
	padding: 10px 0px 0px 20px;
}

.main ul li {
	line-height: 22px;
	padding-bottom: 3px;
}

#menu_col1 {
	float: left;
	width: 202px;
	position: relative;
	margin-bottom: -145px;
}

#menu_col2 {
	float: right;
	width: 568px;
	position: relative;
	margin-bottom: -145px;
}

.nav_box {
	width: 202px;
}

.nav_box_after {
	background: url('../img/nav.box.bottom.png') no-repeat;
}

.nav_box_before {
	background: url('../img/nav.box.top.gif') no-repeat;
}

.nav_box ul {
	display: block;
	padding: 15px 0px;
}

.nav_box ul li {
	font-size: 12px;
	display: inline;
}

.nav_box ul li:first-child a {
	border-top: 1px solid #efefef;
}

.nav_box ul li a {
	display: block;
	padding: 3px 15px;
	text-decoration: none;
	border-bottom: 1px solid #efefef;
}

.nav_box ul li a:hover {
	color: #fff;
	background: #ffc600;
}

.nav_box ul li.active a {
	color: #fff;
	font-weight: bold;
	background: url('../img/white-arrow.gif') #ffc600 no-repeat 8px 8px;
}

.nav_box ul ul {
	display: block;
	padding: 0px !important;
	border: none;
}

.nav_box ul ul li:first-child a {
	border-top: none !important;
}

.nav_box ul ul li a {
	padding: 3px 15px 3px 25px !important;
}

.nav_box ul ul li.active a {
	background: url('../img/white-arrow.gif') #ffc600 no-repeat 18px 8px;
}

.nav_box_content form {
	padding: 0 15px 10px 15px;
}

.nav_box_content h1 {
	font-size: 13px;
	font-weight: bold;
	padding: 0 15px 10px 15px;
}

.nav_box_content .image {
	text-align: center;
}

.nav_box_content p {
	font-size: 11px;
	padding: 0 0 0 15px;
	color: #999 !important;
}

.nav_box_content ul {
	list-style: none;
}

.nav_box_content ul li {
	text-align: right;
	padding: 5px 10px;
}

p {
	line-height: 22px;
	padding-top: 10px;
}

.result {
	clear: both;
	border-bottom: 1px solid #f90;
}

.result .result-content {
	float: left;
	width: 380px;
}

.result .result-content h2 {
	padding-top: 10px;
}

.result .result-content p {
	padding-top: 10px !important;
}

.result .image {
	float: right;
	width: 125px;
	padding-top: 10px;
}

.result-pages {
	float: right;
	width: 200px;
	font-size: 11px;
	text-align: right;
	color: #626262;
	cursor: default;
}

.result-pages a {
	text-decoration: none !important;
}

.result-pages a:hover {
	text-decoration: underline !important;
}

.result-pages img {
	vertical-align: middle;
	margin: 0px 10px;
	border: none;
}

.result-pages .active {
	font-size: 13px;
	font-weight: bold;
}

.right_box {
	width: 568px;
}

.right_box_after {
	background: url('../img/right.box.bottom.png') no-repeat;
}

.right_box_before {
	background: url('../img/right.box.top.gif') no-repeat;
}

#search {
	position: absolute;
	margin: 18px 0px 0px 476px;
	text-align: right;
	width: 300px;
}

.search-results img {
	border: none;
}

.search-results p {
	font-size: 11px;
	line-height: 17px !important;
	padding: 0px 0px 10px 0px !important;
}

/* Search form */
.search_form {
	width: 100%;
	margin-top: 5px;
}

.search_form td {
	line-height: 22px;
	padding: 5px 0px;
	border-top: 1px solid #dadada;
}

.search_form .arrow {
	background: url(../img/arrow.gif) no-repeat 0px 5px;
	padding-left: 8px;
}

.checkbox input {
	width: 12px;
	height: 12px;
	vertical-align: middle;
	margin-right: 2px;
}

.search_form .checkbox td {
	width: 33%;
}

/* Sitemap */
.csc-sitemap li {
	font-size: 12px;
	line-height: 16px !important;
}

.csc-sitemap ul {
	list-style: none;
}

.csc-sitemap ul li a {
	font-weight: bold;
	text-transform: uppercase;
	color: #f59900;
	background: url(../img/arrow.gif) no-repeat 0px 5px;
	padding-left: 8px;
}

.csc-sitemap ul li a:hover {
	text-decoration: none;
}

.csc-sitemap ul ul {
	padding-bottom: 5px;
}

.csc-sitemap ul ul li a {
	font-weight: normal;
	text-transform: none;
	color: #626262;
	background: transparent;
	padding-left: 0px !important;
}

.csc-sitemap ul ul li a:hover {
	text-decoration: none;
}

.login-form td {
	padding: 5px 10px 0 0;
}

/* Register */
.register-form {
	width: 100%;
}

.register-form .button {
	text-align: right;
	padding-top: 5px;
}

.register-form .checkbox input {
	width: 12px;
	height: 12px;
	vertical-align: middle;
	margin: 0px 2px 0px 5px;
}

.register-form .col1 {
	width: 1%;
	padding-right: 3px;
}

.register-form .col2 {
	width: 99%;
}

.register-form .csc-mailform-radio {
	margin-right: 5px;
}

.register-form .error {
	font-size: 12px;
	color: #f00;
	padding-bottom: 3px;
}

.register-form fieldset {
	border: none;
}

.register-form fieldset legend {
	display: none;
}

.register-form .image {
	padding: 5px 0px 10px 0px;
}

.register-form .image img {
	width: 314px;
	height: 1px;
}

.register-form #mailformcontact_type label {
	padding-right: 10px;
}

.register-form select {
	 width: 314px;
}

.register-form .small-text {
	font-size: 10px;
	color: #666 !important;
}

.register-form span {
	color: #f00;
}

.register-form td {
	font-size: 12px;
	vertical-align: top;
	white-space: nowrap;
}

.register-form textarea {
	width: 300px;
}

.register-form .tx-srfeuserregister-pi1-uploader {
	width: 250px;
	margin-bottom: 2px;
}

/* Apply form */
#mailform {
	margin-top: 10px;
}

#mailformapplication {
	width: 400px;
	height: 85px;
}

#mailformfirstname, #mailformlastname, #mailformemail, #mailformcv {
	width: 300px;
}

#mailformformtype_mail {
	float: right;
}

#mailformphone {
	width: 150px;
}

/* RSS IMPORT */
.twrss_imagefile {
	float: left;
	margin: 0px 10px;
}

.twrss_bodytext {
	font-size: 11px;
}

.twrss_channel_description {
	font-weight: bold;
	padding: 3px;
}

#twrss_table .twrss_item_link {
	background: url('../img/rss-bullet.gif') no-repeat 0px 7px;
	padding-left: 8px;
	margin-top: 8px;
}

#twrss_table .twrss_item_link a {
	color: #666 !important;
	text-decoration: underline;
}

#twrss_table .twrss_item_link a:hover {
	text-decoration: none;
}

#twrss_table .twrss_item_content {
	padding: 3px;
}

#twrss_table .twrss_bodytext .twrss_channel_link a {
	padding: 3px;
	text-decoration: none;
}

#twrss_table .twrss_bodytext .twrss_channel_link a:hover {
	font-weight: bold; 
	padding: 3px;
	text-decoration: underline;
}

/* Classes */
.companies {
	list-style: circle;
}

.companies a {
	font-weight: bold;
}

.csc-textpic-imagewrap dl {
	padding-top: 15px;
}

.news-latest-container .archive {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px dotted #dfdfdf;
}

.news-latest-container .news-list-item {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px dotted #dfdfdf;
}

.news-latest-container .news-list-item .continue {
	font-size: 11px;
	text-align: right;
	padding-top: 5px;
}

.news-latest-container .news-list-item .date {
	color: #666;
	font-size: 11px;
	font-weight: normal;
}

.news-latest-container .news-list-item h1 {
	font-size: 13px;
	font-weight: bold;
	padding: 2px 0 18px 0;
}

.news-latest-container .news-list-item p {
	padding: 0 !important;
	font-size: 11px;
	line-height: 15px;
}

.news-list-item {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px dotted #dfdfdf;
}

.news-list-item .date, .news-single-item .date {
	color: #666;
	font-size: 12px;
	font-weight: normal;
}

.news-list-item h2, .news-single-item h1 {
	font-size: 13px;
	font-weight: bold;
}

.news-list-item .news-list-browse, .news-single-item .news-single-backlink {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px dotted #dfdfdf;
}

.news-single-item img {
	float: right;
	margin: 15px 0 10px 10px;
}

.news-single-item .news-single-imgcaption {
	padding: 0 !important;
}

.csc-textpic-caption {
	font-size: 11px;
	text-align: center;
	padding-top: 2px;
}