body
{
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #666666;
	background-color: #cccccc;
}

header,
footer,
nav,
section,
div {
	display: block;
}

a, a:link, a:visited, a:focus  {
	color: #666;
	font-size: 10px;
}

/* Styles for basic forms
-----------------------------------------------------------*/

fieldset 
{
	border:1px solid #ddd;
	padding:0 1.4em 1.4em 1.4em;
	margin:0 0 1.5em 0;
}

legend 
{
	font-size:1.2em;
	font-weight: bold;
}

textarea 
{
	min-height: 75px;
}

.editor-label 
{
	margin: 1em 0 0 0;
}

.editor-field 
{
	margin:0.5em 0 0 0;
}

.successfully-saved
{
	color: #33CC33;
	font-weight: bold;
}
/* Styles for validation helpers
-----------------------------------------------------------*/
.upper-content .field-validation-error
{
	color: #db001b;
}

.upper-content .field-validation-valid
{
	display: none;
}

.upper-content .input-validation-error
{
	border: 1px solid #ffffff;
	background-color: #ffeeee;
}

.upper-content .validation-summary-errors
{
	font-weight: bold;
	color: #db001b;
}

.upper-content .validation-summary-valid
{
	display: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.lower-content .field-validation-error
{
	color: #ffffff;
}

.lower-content .field-validation-valid
{
	display: none;
}

.lower-content .input-validation-error
{
	border: 1px solid #ffffff;
	background-color: #ffeeee;
}

.lower-content .validation-summary-errors
{
	font-weight: bold;
	color: #ffffff;
}

.lower-content .validation-summary-valid
{
	display: none;
}

/* Styles for christinefink.de 
-------------------------------------------------------------*/

h1 {
	color: #000000;
	font-size: 14px;
}

h2 {
  color: #666;
  font-size: 12px;
  margin: 0px;
}

img {
	border: none;
}

ul#main-menu { 
	text-align:left; 
	margin: 0px;
	padding: 0px;
	list-style: none;
	background-color: #fff;
} 

ul#main-menu li { 
	float:left;
	padding-right: 40px;
}

ul#main-menu li a {  
	text-decoration: none;
	color:#666666;
	font-size: 12px;
} 

ul#main-menu li a:hover {  
	text-decoration: none;
	color:#db001b;
	font-size: 12px;
} 

ul#main-menu li.active a {  
	text-decoration: none;
	color:#db001b;
	font-size: 12px;
} 

ul#sub-menu{ 
	text-align:left; 
	margin: 0px;
	padding: 0px;
	list-style: none;
} 

ul#sub-menu li { 
	float:left;
	padding-top: 16px;
	margin-right: 20px;
}

ul#sub-menu li a {  
	text-decoration: none;
	color:#fff;
	font-size: 12px;
	font-weight:bold;
	padding-top: 16px;
	padding-left: 20px;
	padding-right: 10px;
	background-image:url('../Content/Images/white_leaf.gif');
}

ul#sub-menu li.active a {
	background-color: #adb0b5;
	color: #db001b;
	background-image:url('../Content/Images/red_leaf.gif');
}

ul#sub-menu li.leaf{
	list-style:none;
}

#centering {
width:800px;
margin:0px auto;
text-align:left;
}

#header {
	border-top: 10px #db001b solid;  
	width: 800px; 
	background-color: #ffffff; 
	margin-right: auto; 
	margin-left: auto; 
	margin-top: 8px;
    margin-bottom: 0px;  
	padding-top: 10px; 
	padding-bottom: 20px; 
	text-align: center;
}

#header .seperator{
	margin-bottom:20px;
	border:0px;
	width:780px;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
}

#header .logo{
	margin-top:30px;
	text-decoration: none;
}

#content1 {
	background-color: #fff;
	margin: 0px;
	padding:  0px 0px 0px 30px;
	min-height: 361px;
}

#editor-content {
	background-color: #fff;
	margin: 0px;
	padding:  0px 0px 0px 60px;
	min-height: 361px;
}

#editor-content a, a:link, a:visited, a:focus  {
	color: #666;
	font-size: 12px;
}

#footer 
{
  background-color: #fff;
  margin: 0px;
  padding: 0px 0px 10px 0px;
  color: #db001b;
  display: block;
  width:800px;
}

.upper-content {
	margin: 0px 120px 0px 60px;
}

.fleft{
	float: left;
}

.fright{
	float: right;
}

.left-column {
  color: #fff;
  width: 390px;
  float: left;
  padding-top: 20px;
  margin-right: 20px;
}

.right-column {
  color: #fff;
  width: 390px;
  float: left;
  padding-top: 20px;
}

.single-column {
  width: 780px;
  color: #fff;
  text-align: center;
  margin-top: 0px;
  padding-top: 10px;  
  display: block;
}

.footer-teaser {
	text-align:center; 
	padding-top: 25px; 
	clear: both;
}

.footer-text {
	color: #db001b;
	font-size: 14px; 
	font-weight: bold;
}

.font12 {
	color: #fff; 
	font-size: 12px; 
}

.font11 {
	color: #fff; 
	font-size: 11px; 
}

.font11bold {
	color: #fff; 
	font-size: 11px;
	font-weight: bold;
}

#job-detail {
	padding:  0px 0px 0px 20px;
}

#job-detail h2 {
	font-weight:bold;	
	width:680px;
	padding:4px;
	border-bottom: 1.5px solid #666;
	padding-left:15px;
	margin: 0px;
	color:#666;
	text-transform:uppercase;
	letter-spacing:0.075em;
}

#job-detail .left-column {
	margin: 0px;
	width:330px;
}

#job-detail .left-column h2 {
	font-weight:bold;	
	width:325px;
	padding:4px;
	padding-left:15px;
	/*background-color: #ccc;*/
	border-bottom: 1.5px solid #666;
	color:#666;
	text-transform:uppercase;
	letter-spacing:0.075em;
}

#job-detail .left-column p {
	margin: 0px;
	padding-top: 15px;
	padding-left: 15px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #000;
}

#job-detail .right-column {
	width:320px;
	margin-left: 25px;
	color:#666;
	letter-spacing:0.075em;
}

#job-detail .right-column h2 {
	font-weight:bold;	
	width:320px;
	padding:4px;
	padding-left: 15px;
	/*background-color: #ccc;*/
	border-bottom: 1.5px solid #666;
	color:#666;
	text-transform:uppercase;
	letter-spacing:0.075em;
}

#job-detail .right-column ul {
    margin: 18px; 
}

#job-detail .right-column ul li {
	list-style:url('../Content/Images/cf_bullet.gif');
	padding-left: 5px;
	padding-bottom:6px;
	margin:0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #666;
}

#job-detail .right-column ul li a 
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #666;
}

#job-detail .detail-line {
	margin: 15px 50px 15px 15px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #000;
}

#job-detail .detail-headline {
	margin: 15px 50px 15px 15px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

#job-detail ul 
{
    margin: 0px;
    padding-left: 18px;
}

#job-detail ul li {	
	list-style:url('../Content/Images/cf_bullet.gif');
	padding-left:5px;
	padding-bottom:6px;
	margin:0;
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #000;
}

#job-detail ul li a 
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #666;
}

.width_30{
	width: 30px;
}

.width_50{
	width: 50px;
}

.width_100{
	width: 100px;
}


.width_200{
	width: 200px;
}

.width_300{
	width: 300px;
}

.width_500{
	width: 500px;
}

/* =========== Clearfix =========== */

.container:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.container {
	display: inline-block;
}
 
html[xmlns] .container {
	display: block;
}
 
* html .container {
	height: 1%;
}

