@charset "utf-8";

body {
	height:100%;
	background-color:#efeee8;
	background-image:url(../img/bg_body.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:12px;
	color:#484848;
	text-align:center;
}

html {
	height:100%;
}

img {
	border:none;
	margin:0;
	padding:0;
}

.clearer {
	clear:both;
}

#wrapper {
	position:relative;
	min-height:2000px;
	height:auto !important;
	height:100%;
	width:990px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../img/bg_wrapper.jpg);
	background-repeat:repeat-y;
	text-align:left;
}

#banner {
	position:absolute;
	top:358px;
	left:1000px;
	display:none;
}

#header {
	position: relative;
	height:339px;
	width:990px;
	background-image:url(../img/bg_header.jpg);
	background-repeat:no-repeat;
	background-position:middle;
	margin-bottom:1px;
	z-index:100;
}

#header #vienna {
	position:absolute;
	/*
	height:38px;
	width:61px;
	*/
	z-index:101;
	top:0px;
	left:261px;
	display: none;
}

#header #slogan {
	height:38px;
	padding-top:23px;
	width:581px;
	color:#ffffff;
	font-size:11px;
	padding-right:0px;
	margin-left: 600px;
	text-align:right;
}

#header #infos {
float:left;
font-size:13px;
height:145px;
margin-left:23px;
padding:5px 12px 0;
width:214px;
}

#header #infos h1 {
	color:#484848;
	font-weight:bold;
	margin-top:25px;
	margin-left:0;
	margin-bottom:5px;
	font-size:22px;
}

#header #infos a {
	text-decoration:none;
	color:#CC0001;
}

#header #infos a:hover {
	text-decoration:underline;
}

#header #schmuckbild {
	position:relative;
	float:left;
	/* background: transparent url(../img/Red_truck_USA.jpg) no-repeat; */
	background: transparent;
	z-index:100;
}

#language {
	position:absolute;
	float:left;
	top:308px;
	left:54px;
	z-index:101;
}

#language a {
	color:#484848;
	text-decoration: none;
	padding-left: 23px;
}

#language a:hover {
	text-decoration: underline;;
}

#deutsch {
	float:left;
	width: 100px;
	background:transparent url(../img/deutsch.png) no-repeat;
	line-height: 16px;
}


#english {
	float:left;
	width: 100px;
	background:transparent url(../img/english.png) no-repeat;
	line-height: 16px;
}

#contact  {
	width: 230px;
	margin-left: 13px;
	padding: 10px;
	margin-top:10px;
}

#content_container {
	position: relative;
	width: 100%;
}

#content_container #content {
	float:left;
	margin-left:275px;
	width:682px;
	height:6000px;
}

#content_container #content_text {
	position:absolute;
	top:0px;
	width:682px;
}

#content_container #content_text p {
	margin:0 0 10px 12px;
	line-height:15px;
}

#content_container #content_text ul {
	list-style-type: none;
	margin:0 0 10px 5px;
	padding: 0px;
}

#content_container #content_text li {
background-image:url("../img/list2.gif");
background-position:7px 2px;
background-repeat:no-repeat;
line-height:22px;
padding-left:30px;
}

#content_container #content_text a,
#content_container #content_text a:link { color:#000000; text-decoration: underline;}
#content_container #content_text a:visited { color:#484848; text-decoration: underline; }  
#content_container #content_text a:hover { color:#CC0001; text-decoration: underline; }
#content_container #content_text a:active { color:#CC0001; text-decoration: underline; } 
#content_container #content_text a:focus { color:#CC0001; text-decoration: underline; } 

#content_container #content_text h1 {
	margin:0;
	padding:0;
	margin-top:5px;
	margin-left:0;
	margin-bottom: 10px;
	font-weight:bold;
	padding:12px;
	width:639px;
	border-bottom:1px dotted #b3b2ad;
	font-size:22px;
	color:#CC0001;
	letter-spacing:1px;
}

*html #content_container #content_text h1 { 
	width:670px;
}

#content_container #content_text h2 {
	color:#343233;
	font-weight:bold;
	margin-left:12px;
	margin-bottom:5px;
	font-size:18px;
}
#content_container #content_text h3 {
	color:#164589;
	font-weight:bold;
	margin-left:15px;
	margin-bottom:5px;
	font-size:18px;
}

#content_container #content_text h4 {
	color:#343233;
	font-weight:bold;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left:15px;
	font-size:12px;
}

#content_container #content_text h5 {
	color:#076F15;
	font-weight:bold;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left:15px;
	font-size:12px;
}

#content_container #content_text h6 {
	color:#CC0001;
	font-weight:bold;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left:15px;
	font-size:12px;
}


#content_container #content #print {
	margin-left:645px;
	top:10px;
	position:absolute;
	z-index:1000;
}

.news-list-item {
	margin-left:40px;
	margin-top:15px;
}

.news-single-item {
	margin-left:40px;
}

#content_container #content_text .news-single-item p.bodytext {
	padding-left:0px;
}

#content_container #content_text .news-single-item .news-single-timedata {
	margin-top:15px;
}

.news-list-item a {
	text-decoration:underline;
	padding-left:15px;
	background-image:url(../img/joblist.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

#clearer {
       clear:both;
}

.formu {
	margin-left:41px;
	margin-top:18px;
}

.formu div {
	margin-bottom:10px;
}

.formu input {
	width:331px;
}

.formu #mailformformtype_mail {
	width:122px;
}

#mailformNachricht {
	height:200px;
	width:333px;
}

/* Search */

#dhtmlgoodies_slidedown_menu .tx-macinasearchbox-pi1 {
	padding:10px 0 0 15px;
	background-color: #343233;
	border-bottom:1px solid white;
	height: 30px;
	margin:0;
	display: block;
}

#dhtmlgoodies_slidedown_menu .tx-macinasearchbox-pi1 input  { position: relative; height: 16px; border: none; width: 165px; background: white url("../img/search-input-bg.gif") repeat-x; margin: 0; padding: 0; font-weight: normal; color: #484848; padding-top: 2px; padding-left: 2px; }

#dhtmlgoodies_slidedown_menu .tx-macinasearchbox-pi1 .searchbutton { width:45px; height: 18px; background: #FF9801 url(../img/button-bg.jpg); margin: 0 0 0 5px; padding: 0 0 2px 0; border: none; color: white;}

#dhtmlgoodies_slidedown_menu .tx-macinasearchbox-pi1 .searchbutton:hover {
background:#8B898A;
cursor: pointer;
}

/* TOPNAV */
/* #topnav { position: absolute; right:8px; top:14px; } */

  #nav_main {
    /* (en) containing floats in IE */
    /* (de) Einfassen der Floats im IE */
    width: 100%;
    overflow: hidden;
    /* (en) containing floats in all other browsers */
    /* (de) Einfassen der Floats in allen anderen Browsern */
    float: left;
    display: inline;
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background: transparent;
    line-height: 0;
    margin-top: -5px;
    margin-left: -15px;
    padding: 0;
  }

  #nav_main ul {
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left;
    margin: 0; 
    /* (en) Left margin of the first button  */
    /* (de) Abstand des ersten Buttons vom linken Rand  */
    padding: 0;
  }

  #nav_main ul li {
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left;
    font-size: 1.2em;
    line-height: 1.2em;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  #nav_main ul li a,
  #nav_main ul li strong {
    background: transparent;
    color: #fff;
    display: block;
    font-size: 1em;
    font-weight: bold;
    margin: 0 0 0 5px;
    padding: 0.5em 0.8em 0.5em 0.8em;
    text-decoration: none;
    width: auto;
  }

  #nav_main ul li a:focus,
  #nav_main ul li a:hover,
  #nav_main ul li a:active  { background: #FF9801 url(../img/button-bg.jpg) repeat-x; text-decoration:none;}

  #nav_main ul li#current {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    /* background: #FF9801 url(../img/button-bg.jpg) repeat-x; */
    background: transparent;
  }

  #nav_main ul li#current strong,
  #nav_main ul li#current a,
  #nav_main ul li#current a:focus,
  #nav_main ul li#current a:hover,
  #nav_main ul li#current a:active { background: transparent; color: #fff; text-decoration: none; }
  
/* Zertifikat */

#zertifikat {
    position: absolute;
    left:35px;
    top:350px;
  }
  
/**
   * Tables | Tabellen
   * (en) Generic classes for table-width and design definition
   * (de) Generische Klassen für die Tabellenbreite und Gestaltungsvorschriften für Tabellen
   *
   * @section content-tables
   */
/*
  table {width:auto; border-collapse:collapse; margin-bottom:0.5em;}
  table.full {width:100%;}
  table.fixed {table-layout:fixed}

  th,td {padding:0.5em;}
  table#Tabelle_01 td {padding:0;}
  table#Tabelle_01 td input {width:107px;}
  table#Tabelle_01 {
  margin-left:4px;
  width:96%;
  margin-bottom:19px;
  margin-left:4px;
  margin-top:12px;
  width:96%;}
  thead th {background:#444; color:#fff}
  tbody th {background:#ccc; color:#333}
  tbody th.sub {background:#ddd; color:#333}
  
  table.typo3-adminPanel {text-align:left; font-size:120%; margin:1em 0 0 0;}
  table.typo3-adminPanel td {padding:0.1em 0.1em 0.1em 0;}
  table.typo3-adminPanel select {font-size:0.6em;}
  table.typo3-adminPanel input {font-size:0.6em;}
*/  
  /**
   * Miscellaneous | Sonstiges
   *
   * @section content-misc
   */
/*
  hr {
    color:#fff;
    background:transparent;
    margin:0 0 0.5em 0;
    padding:0 0 0.5em 0;
    border:0;
    border-bottom:1px #F78A11 solid;
  }
*/
/* #####################################################################
** ### Spezielle Formatanweisungen des TYPO3 Templates #################
** #####################################################################
*/
#col1_content form select {margin-bottom:1em; width:48%;}

/* Content element "table" */
/*
table.contenttable {font-size:0.8em; width:100%; margin:0 0 1em 0; border-collapse:collapse; empty-cells:show;}
table.contenttable caption {
color:#444444;
font-size:11px;
font-weight:bold;
margin-bottom:9px;
text-align:right;
}
table.contenttable th {height:2.0em; background:#327FAF; color:white; padding:2px 7px 2px 7px; border-left:solid 2px #fff; border-right:solid 2px #fff; border-top:solid 2px #fff; border-bottom:solid 2px #fff;}
table.contenttable th.td-0,
table.hostingtable tfoot td.td-0 {border:0;background:#ffffff;}

table.contenttable tr.tr-odd {background: #eee;}
table.contenttable tr.tr-even {background: #e3e3e3;}
table.contenttable td {height:27px; padding:2px 7px 2px 7px; border-left:solid 2px #fff; border-right:solid 2px #fff; border-top:solid 2px #fff; border-bottom:solid 2px #fff; text-align:left; font-weight:normal;font-size:11px;}
table.hostingtable tfoot td {
background:#327FAF ;
border:2px solid #ffffff;
text-align:center;
}
table.hostingtable tfoot td a {
color:#ffffff;
*/

/* Powermail */
	/* Form */
span.powermail_mandatory {
	/* Color of mandatory error message */
	color: red;
}
input.validation-failed,
textarea.validation-failed {
	/* Background color if validation failed 
	background-color: red;*/
	background-image: url(/typo3conf/ext/powermail/img/icon_exclamation.gif);
	background-repeat: no-repeat;
	background-position: 98% 1px;
}
div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: red;
	margin: 3px 0 15px 2px;
}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-weight: normal;
	display: none;
}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 200px;
	float: left;
	clear: both;
	font-weight: normal;
	padding-left:2px;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_text,
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea,
fieldset.tx-powermail-pi1_fieldset select.powermail_select {
	/* Input and textarea */
	width: 200px;
}
fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {
	/* Radiobuttons */
	margin: 5px 0;
}
div.tx_powermail_pi1_fieldwrap_html {
	/* DIV container arround every field */
	margin: 2px 0;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	margin: 10px 0 10px 0px;
	font-weight: normal;
}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
div.countryzone {
	margin: 10px 0 0 0px;
}
div.tx_powermail_pi1_fieldwrap_html label a {
	/* Description */
	cursor: help;
}
div.tx_powermail_pi1_fieldwrap_html label a dfn {
	/* Description */
	display: none;
}
div.tx_powermail_pi1_fieldwrap_html label a:hover dfn {
	/* Description on mouseover */
	display: block;
	position: absolute;
	width: 200px;
	padding: 5px;
	background-color: #ddd;
	border: 1px solid red;
	color: black;
	text-decoration: none;
	font-size: 0.8em;
}
div.tx_powermail_pi1_fieldwrap_html img.icon_info {
	/* Description icon */
	padding: 2px 2px 0 2px;
}
fieldset.tx-powermail-pi1_fieldset div.even {
	background-color: #eee;
}


	/* Confirmation */
td.powermail_all_td {
	padding: 3px 10px 3px 0;
}

	/* THX */
td.powermail_all p.bodytext {
	margin: 0;
}

/* ######################################################################################################
** ### Formulare #############################################################################
** ######################################################################################################
*/
form {overflow:hidden; width:99.9%; border:0;}
input, select {height: 16px; border: 1px solid #484848; width:200px; background: white url("../img/search-input-bg.gif") repeat-x; margin: 0; padding: 0; font-weight: normal; color: #484848; padding-top: 2px; padding-left: 2px;}
textarea  {border: 1px solid #484848; width:200px; background: white url("../img/search-input-bg.gif") repeat-x; margin: 0; padding: 0; font-weight: normal; color: #484848; padding-top: 2px; padding-left: 2px;}
label {margin-top: 5px; width:9em; float:left;}
legend {display:none;}
fieldset {border:none;}

/* ######################################################################################################
** ### Spezielle Formatanweisungen für Buttons ############################################
** ######################################################################################################
*/

input.button { width:65px; height: 22px; background: #FF9801 url(../img/button-bg.jpg); margin: 0; padding: 0 0 2px 0; border: none; color: white;}

input.button:hover {
background:#8B898A;
cursor: pointer;
}

input.button:hover {
	background-color: #AEADA8;
	cursor: pointer;

}

.csc-mailform-submit { width:65px; height: 22px; background: #FF9801 url(../img/button-bg.jpg); margin: 0; margin-left:125px;
margin-top:20px; padding: 0 0 2px 0; border: none; color: white;}

.csc-mailform-submit:hover {
	background-color: #AEADA8;
	cursor: pointer;
}

fieldset.tx-powermail-pi1_fieldset div.even {
background:none;
}

/* ###########################

** ### cssstyledcontent ######

** ###########################

*/

/* deleted in setup and copied to here, to make it easier to edit */

/* default styles for extension "tx_cssstyledcontent" */

/* Captions */

DIV.csc-textpic-caption-c .csc-textpic-caption {text-align:center;}

DIV.csc-textpic-caption-r .csc-textpic-caption {text-align:right;}

DIV.csc-textpic-caption-l .csc-textpic-caption {text-align:left;}

/* Needed for noRows setting */

DIV.csc-textpic DIV.csc-textpic-imagecolumn {float:left; display:inline;}

/* Border just around the image */

DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {border:2px solid black; padding:0px 0px;}

DIV.csc-textpic-imagewrap {margin-left:40px; padding:0;}

DIV.csc-textpic IMG {border:none; }   

/* DIV: This will place the images side by side */

DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image {float:left;}

/* UL: This will place the images side by side */

DIV.csc-textpic DIV.csc-textpic-imagewrap UL {list-style:none; margin:0; padding:0;}

DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI {float:left; margin:0; padding:0;}

/* DL: This will place the images side by side */

DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image {float:left;}

DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT {float:none;}

DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD {float:none;}

DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG {border:none;} /* FE-Editing Icons */

DL.csc-textpic-image {margin:0;}

DL.csc-textpic-image DT {margin:0; display:inline;}

DL.csc-textpic-image DD {margin: 0;}

/* Clearer */

DIV.csc-textpic-clear {clear:both;}

/* Margins around images: */

/* Pictures on left, add margin on right */

DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,

DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,

DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {

	display:inline; /* IE fix for double-margin bug */

	margin-right:10px;

}

/* Pictures on right, add margin on left */

DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,

DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,

DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {

	display:inline; /* IE fix for double-margin bug */

	margin-left:10px;

}

/* Pictures centered, add margin on left */

DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {

	display:inline; /* IE fix for double-margin bug */

	margin-left:10px;

}

DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {margin:0;}

DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG {margin:0;}

/* Space below each image (also in-between rows) */

DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image {margin-bottom:5px;}

DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow {margin-bottom:5px; display:block;}

DIV.csc-textpic DIV.csc-textpic-imagerow {clear: both;}

/* No margins around the whole image-block */

DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol {margin-left:0px !important;}

DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol {margin-right:0px !important;}

/* Add margin from image-block to text (in case of "Text w/ images") */

DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,

DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {

	margin-right:10px !important;

}

DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,

DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {

	margin-left:10px !important;

}

/* Positioning of images: */

/* Above */

DIV.csc-textpic-above DIV.csc-textpic-text {clear:both;}

/* Center (above or below) */

DIV.csc-textpic-center {text-align:center; /* IE-hack */}

DIV.csc-textpic-center DIV.csc-textpic-imagewrap {margin:0 auto;}

DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {text-align:left; /* Remove IE-hack */}

DIV.csc-textpic-center DIV.csc-textpic-text {text-align:left; /* Remove IE-hack */}

/* Right (above or below) */

DIV.csc-textpic-right DIV.csc-textpic-imagewrap {float:right;}

DIV.csc-textpic-right DIV.csc-textpic-text {clear:right;}

/* Left (above or below) */

DIV.csc-textpic-left DIV.csc-textpic-imagewrap {float:left;}

DIV.csc-textpic-left DIV.csc-textpic-text {clear:left;}

/* Left (in text) */

DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap {float:left;}

/* Right (in text) */

DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap {float:right;}

/* Right (in text, no wrap around) */

DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {float:right; clear:both;}

/* Hide from IE5-mac. Only IE-win sees this. \*/

* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text {height:1%;}

/* End hide from IE5/mac */

/* Left (in text, no wrap around) */

DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {float:left; clear:both;}

/* Hide from IE5-mac. Only IE-win sees this. \*/

* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text {height:1%;}

/* End hide from IE5/mac */

/* #############################
** ### Mail-Formular ###########
** #############################
*/
#mailform {margin:0 auto;overflow:hidden;width:74%;}
form#mailform fieldset {padding:1em; background:#ffffff;overflow:hidden;}
form#mailform fieldset span.csc-mailform-radio fieldset {margin:1em 2em 1em 1em;}
form#mailform fieldset span.csc-mailform-radio fieldset input {width:auto; margin:0 0.3em 0 0; border:0;}
form#mailform fieldset span.csc-mailform-radio fieldset label {float:none;}
.csc-mailform-field {clear:both; margin-bottom:0.8em;}
fieldset.csc-mailform .csc-mailform-field label {width:10em; float:left; text-align:right; background:#ffffff; padding:0 2px 0 2px;}
fieldset.csc-mailform .csc-mailform-field input, fieldset.csc-mailform .csc-mailform-field select, fieldset.csc-mailform .csc-mailform-field textarea {width:250px;}
fieldset.csc-mailform .csc-mailform-field input.csc-mailform-check {width:auto; border:0; margin-top:0.2em;}
fieldset.csc-mailform .csc-mailform-field textarea {font-size:1em;}
fieldset.csc-mailform label span {color:red;}
#input#mailformformtype_mail {width: auto;
	color: #ffffff;
	background: #4A171E;
	margin-right: 5px;
	margin-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: none;}
#input#mailformformtype_mail:hover {
	background-color: #AEADA8;
	cursor: pointer;
	}
/* .csc-mailform-field select {margin-left:1em; border:1px #ccc solid; background:#fafafa; color:#777;} */
.csc-mailform-field select {height: 20px;}

/* TEST!!! */

.csc-textpic-firstcol {
	clear:both;
}

.csc-textpic .csc-textpic-intext-left-nowrap {
    float:left;
}

#qualitaet {
    position:absolute;
    top:140px;
    left:965px;
    width: 200px;
    height: 125px;
    z-index: 102;
    background-image:url(../img/iso.png);
	background-repeat:no-repeat;
	background-color: transparent;
	font-size: 0;
	display: none;
}