/* CSS Fabritastika */
/* 14.12.2008 Created by Rolf Schöpfer */
/* 18.09.2009 RS, .contentmovie */
/* 28.10.2009 RS, system preview */
/* 29.03.2010 RS, mobile controls */
/* 12.10.2010 RS, mitarbeiter height */

/*  color schema -----  */
/*  graydark: #4A4D4A 4B4B4D */
/*  graylight: #848284 87888A */
/*  orangedark: #E95E0F E95E0F */
/*  orangelight: #F29755 F29755 */
/*  bluedark: #009EE0 009EE0 */
/*  bluelight: #44C0EB 44C0EB  */
/*  yellowdark: #FDC300 FDC300 */
/*  yellowlight: #  */
/*	green: #97BE0D */
/*  grayjobs: #C6C7C9*/

/************** General *******************/
body, p , th, td { font: 11px/13px arial, helvetica, sans-serif; }

body {
	background-color: #4B4B4D;
	text-align: center;
	margin: 0;
}

a {
	font-weight: normal; 
	text-decoration: none;
	color: #87888A;
	background: transparent; 
}
a:focus {outline-style: none;}
img {
	border: 0;
	}
p {
	margin-top: 0;
	margin-bottom: 1em;
}

div.jobs {
	margin-left: 0.5em;
	margin-bottom: 1em;	
}

div.jobs p {margin-bottom: 0.2em;}

th,td {
	padding: 2px 10px 2px 10px;
	}
	
th {
	text-align: left;
	font-weight: bold;
	}
	
.clearall,
.fline {
	clear: both;
	height: 1px;
	border: none;
	background: transparent;
}
.inline { display: inline; }
.hide { display: none; }

/************** Container *******************/
#wrapper {
	text-align: left;
	margin: 45px auto 0 auto;
	border: 1px solid #4B4B4D;
	width: 1004px;
	min-height: 500px;
	}

#wrapper .content, #navAlpha .nav, #navAlpha .navbox, #bprojekte .content .teaserbox, #bsystem .content .teaserbox { border: 3px solid black; }

#wrapper .content {
	background-color: white;
	width: 640px;
	float: right;
	overflow: hidden;
	margin-top: 1px;
	height:478px;
	padding: 10px;
	}
#wrapper .content iframe {
	width: 640px;
	height: 478px;	
}

#navTools {
	/*border: 1px solid red;*/
	background: transparent;
	margin-left: 340px;
	}

#navTools h2 {
	display: none;
	} 
#navTools ul {
	padding-left: 0;
	margin: 5px 0;
	float: left;
}
#navTools ul li {
	display: inline;
	text-align: left;
	border: 0;
	padding: 0;
	margin: 0;
	}

#navTools ul li a {
	padding: 0 10px;
	border-left: 1px solid #87888A;
	margin: 0;
	text-decoration: none;
	}
#navTools ul li.Home a,#navTools ul li.first a { border-left: none; padding-left:0; }
#navTools ul li a:hover {
	}

#navLanguage ul {
	float: right;
}



#navAlpha {
	border: 1px solid #4B4B4D;
	width: 330px;
	min-height: 498px;
	}

/***************** Navigation **********************/
#navAlpha .nav {
	width: 130px;
	background-color: white;
	margin-top: 48px;
	min-height: 450px;
	/* IE6 Hack */
	height:auto !important;
	height:390px;
	}
#navAlpha .navbox {
	background-color: #87888A;
	float: right;
	width: 180px;
	margin-top: 0;
	min-height: 498px;
	/* IE6 Hack */
	height:auto !important;
	height:498px;
}
#navAlpha .nav ul {
	border: none;
	list-style: none;
	padding-left: 0;
	padding-top: 60px;
	margin: 0;
	margin-top: 0;
	width: 130px;
	min-height: 0;
	}
#navAlpha .nav ul.level2 {
	margin-left: 144px;
	margin-top: -22px;
	padding-top: 0;
	width: 180px;
	position: absolute;
	/*min-height: auto;*/
}

#navAlpha .nav li {
	border-bottom: 1px solid white;
}
#navAlpha .nav li:first-child {
	border-top: 1px solid white;
}

#navAlpha .nav li a {
	/*border: 1px solid green;*/
	background-color: black;
	color: white;
	display: block;
	width: 100px;
	padding: 4px 15px;
	font-weight: bold;
}
#navAlpha .nav .level2 li a {
	width: 150px;
}
#navAlpha .nav li a:hover, #navAlpha .nav li.sactive a {
	background-color: #87888A;
}

/* Über uns */
#navAlpha .nav li.ueber-uns a:hover,
#navAlpha .nav li.ueber-uns.sactive a,
#bueber-uns .content { background-color: #E95E0F; }
#navAlpha .nav li.ueber-uns .level2 .sactive a,
#navAlpha .nav li.ueber-uns .level2 a:hover { background-color: #F29755; }

/* Projekte */
#navAlpha .nav li.projekte a:hover,
#navAlpha .nav li.projekte.sactive a,
#bprojekte .content { background-color: #009EE0; }
#navAlpha .nav li.projekte .level2 .sactive a,
#navAlpha .nav li.projekte .level2 a:hover { background-color: #44C0EB; }

/* Kontakt */
#navAlpha .nav li.kontakt a:hover,
#navAlpha .nav li.kontakt.sactive a,
#bkontakt .content { background-color: #FDC300; }

/* Anfahrtsplan */
#navAlpha .nav li.anfahrtsplan a:hover,
#navAlpha .nav li.anfahrtsplan.sactive a,
#banfahrtsplan .content { background-color: #98C000; }

/* Jobs */
#navAlpha .nav li.jobs a:hover,
#navAlpha .nav li.jobs.sactive a,
#bjobs .content { background-color: #C6C7C9; }
#navAlpha .nav li.jobs .level2 .sactive a,
#navAlpha .nav li.jobs .level2 a:hover { background-color: #848284; }

/* FTP */
#bftp .content { background-color: #FDC300; }



/******************* Content ********************/
.content h1 { display: none; }
.content a { color: #4B4B4D; text-decoration: underline; }

/******************* Logo / Footer ********************/
#logolink {
	background-image: url(/medias/fabritastika/logo-fabritastika.gif);
	position: absolute;
	width: 135px;
	height: 41px;
	top: 70px;
	margin-left: 1px;
}
#logolink a { display: block; line-height: 41px; }

#footer address { margin-top: 5px; font-style: normal; font-size: 0.8em; color: #87888A; text-decoration: none; text-align: left; }
#footer span { float: right; }
#footer #slogan { display: none; }


/******************** FContent / falls nötig kopieren *********************/

.bbteam #wrapper .content { padding: 10px 0 10px 10px; width: 650px; }
.mitarbeiter {
	/*border: 1px solid red;*/
	width: 120px;
	height: 155px;
	float: left;
	margin: 0 10px 10px 0;
	overflow:hidden;
	}
	
.mitarbeiter p {
	margin: 0;
	padding: 0 2px 0 0;
	/*font-size: 8px;
	line-height: 10px;*/
	}

.mitarbeiter img {
	/*margin: -7px 0 0 -8px;*/
	margin: 0;
	padding: 0;
	width: 110px;
	}


/* sitemap */
.content .sitemap ul {
    list-style-type:square;
    margin:0;
    padding:0 0 0 14px;
	}
.content .sitemap li {
    margin-bottom:6px;
    line-height:16px;
	}
.content .sitemap ul ul { 
    list-style-type:circle;
	}
.content .sitemap ul ul li {
    list-style-type:circle;
    background:url(/medias/li-frame.gif) no-repeat 0px 6px;
    margin:6px 0 0 0;
    padding-left:12px;
	}
* html .content .sitemap ul ul li { 
	background-position:0px 7px; 
	}
.content .sitemap ul ul ul li { 
    list-style-type:disc;
	background:none; 
	}
.content .sitemap ul ul ul ul li { 
    list-style-type:circle;
	}
.content .sitemap ul ul ul ul ul li { 
    list-style-type:disc;
	}
.content .sitemap ul ul ul ul ul ul li { 
    list-style-type:circle;
	}

#bsystem.projekt_overview .content .teaserbox,
#bprojekte.projekt_overview .content .teaserbox {
	float: left;
	margin-left: 7px;
	margin-bottom: 7px;
}

#bsystem.projekt_overview .content,
#bprojekte.projekt_overview .content {
	border: 1px solid transparent;
	padding: 0;
	width: 670px;
	height: 503px;
	background: none;
	/*margin-top: -1px;*/
}
#bsystem.projekt_detail .content,
#bprojekte.projekt_detail .content {
	background-color: white;
}
#bsystem.projekt_detail .content img,
#bprojekte.projekt_detail .content img,
.contentmovie {
	margin: -10px 0 10px -10px;
	height: 372px;
	background-color: black;
}
#bprojekte.projekt_detail .content #screenplayer img {
	margin-top: 0;
	margin-left: 0;
}

#bsystem.projekt_detail .content p,
#bprojekte.projekt_detail .content p {
	width: 560px;
}

#bsystem.projekt_detail .content .control p,
#bprojekte.projekt_detail .content .control p {
	width: 60px;
}	

.content .control {
	/*border: 1px solid red;*/
	text-align: left;
	font-size: 12px;
	margin-right: -5px;
	float: right;
}
.content .control span {
	/*border: 1px solid black;*/
	background-image: url(/medias/fabritastika/projekte/bu-prevnext.gif);
	background-repeat: no-repeat;
}
.content .control span a {
	padding: 0 5px;
	color: gray;
}
.content .control span.next {
	background-position: -35px;
}
.content .control span.prev {
	background-position: -17px;
}
.content .control span.empty {
	background-position: -100px;
	padding: 0 5px;
}
.content .control span.label {
	background-position: -100px;
	color: gray;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.content .lead {
	/*border: 1px solid green;*/
}

/* Mobile adjustment */
#bprojekte.projekt_detail .content .mobile p {
	width: 420px;
}
#bprojekte.projekt_detail .content .mobile .control p {
	width: 180px;
	font-size: 34px;
	line-height: 0.75em;
	margin-top: 12px;
}	
.content .mobile .control span {
	background-image: url(/medias/fabritastika/projekte/bu-prevnext-mobile.gif);
	border: 1px solid white
}
.content .mobile .control span a {
	padding: 0 10px;
}
.content .mobile .control span.next {
	background-position: -58px;
}
.content .mobile .control span.prev {
	background-position: -8px;
}
.content .mobile .control span.empty {
	padding: 0 10px;
}

/* don't move it up */
.content .control span.label a {
	padding: 0;
}


/* IE6 Hack */
*html #wrapper { 
	width: 1007px; 
	height: auto !important;
	height: 500px;	
}
*html #bprojekte.projekt_overview .content { border-color: #4B4B4D; }
*html #bprojekte.projekt_overview .content .teaserbox { margin: 0 7px 7px 0; }

/* File Transfer Tool */ 
/* Log On Part */

.logonform {
	width: 280px;
	padding: 160px 0 0 270px;
}
*html .logonform {
	width: 286px;
}

.logonform div {
	display: block;
	width: 270px;
	text-align: left;
}

.logonform form  {
	background-color: #FFF;
}

.logonform fieldset  {
	border: 0;
	padding: 8px;
}

.logonform h2 {
	background: #636563;
	padding: 7px 8px;	
	margin: 0;
	color: #FFF;
	font-size: 16px;
	line-height: 18px;
}

.logonform form label {
	width: 115px;
	float: left;
	line-height: 24px;
}

.logonform form input {
	margin: 2px 0;
}

.logonform form div.submit {
	padding-top: 20px;
	text-align: center;
}



/* iNetCourier Tool */
#bftp #wrapper .content iframe {
	width: 815px;
	height: 485px;	
}

#bftp .navbox {
	display: none;
}
	
#bftp .content {
	width: 834px;
}

*html #bftp #navAlpha {
	width: 137px;
}

*+html #bftp #navAlpha {
	width: 137px;
}

/* Fest Anmeldung */
/**
 * RIO Freedoc Forms
------------------------------------------------- */

#xForm {
	padding: 1em;
	background: rgb(240,245,245);	
}

#xForm fieldset {
	margin-bottom: 1em;
	overflow: hidden;
	border: none;
}

#xForm form > div,
#xForm fieldset > div {
	clear: both;
	overflow: hidden;
	margin-bottom: 0.75em;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
}

#xForm fieldset > div > * {
	/*margin-bottom: 0.75em;*/
}

#xForm legend {
	background: rgb(229,236,236);
	border-bottom: 1px solid rgb(195,195,195);
	color: rgb(136,136,136);
	display: block;
	margin-bottom: 1em;
	overflow: hidden;
	padding: 1px 5px 2px 5px;
	/*text-shadow: 1px 1px 1px rgb(255,255,255);*/
	width: 98% /* display block does not work in ff for with */;
	-webkit-margin-bottom-collapse: separate;
}

#xForm label,
#xForm span.label { /* pseudo label for correct layouting of radiobutton, checkbox, ... */
	display: block;
	float: left;
	margin-bottom: 3px;
	margin-right: 5px;
	padding-bottom: 0;
	padding-top: 5px;
	width: 230px;
}

#xForm input[type="radio"] + label,
#xForm input[type="checkbox"] + label {
	display: inline-block;
	float: none;
	width: auto;
	border-bottom: none;
	padding: 5px 0.5em 5px 0em; /* in relation to height of #xForm input */
}

/*#xForm input[type="radio"]:focus {outline-offset: -1px}*/

#xForm input,
#xForm textarea,
#xForm select {
	border: 1px solid rgb(195,195,195);
	padding: 4px 3px 5px 3px;
	width: 200px;
}

#xForm input[type="checkbox"],
#xForm input[type="radio"] { 
	width: auto;
	border: none !important;
}

.ie8 #xForm input[type="checkbox"],
.ie8 #xForm input[type="radio"] { 
	vertical-align: middle; 
}

.ie7 #xForm input[type="checkbox"],
.ie6 #xForm input[type="checkbox"],
.ie7 #xForm input[type="radio"],
.ie6 #xForm input[type="radio"] { 
	vertical-align: top; 
	margin-top: 4px;
}
 
#xForm input[type="checkbox"]:focus,
#xForm input[type="radio"]:focus {
	width: auto;
	border: none;
	outline: none;
}

#xForm select {
	padding: 4px 3px 4px 3px;
	width: 208px;	
}

* html #xForm select,
*+html #xForm select {
	margin-top: 4px;
}

#xForm input[type="submit"],
#xForm button[type="submit"] {
	color: rgb(255,255,255);
	font-family: arial, sans-serif;
	font-weight: bold;
	margin-bottom: 1px;
	margin-left: 243px; /* in relation to width of #xForm label */
	*margin-left: 235px !important; /* ie7 */
	padding: 4px 1em;
	width: auto;
	text-shadow: 0 -1px 1px rgba(0, 0, 0,0.25);
	border-top: 1px solid rgb(255,255,255);
	border-left: 1px solid rgb(255,255,255);
	border-right: 1px solid rgb(230,230,230);
	border-bottom: 1px solid rgb(200,200,200);	
	-moz-border-radius: 5px 5px 5px 5px;
 	border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	background-color: rgb(175,200,60);	
	background-image: -webkit-gradient(
										linear,
										left bottom,
										left top,
										color-stop(0.15, rgba(255,255,255, 0.2)),
										color-stop(0.70, rgba(255,255,255, 0.1))
								);	
	background-image: -moz-linear-gradient(
										center bottom,
										rgba(255, 255, 255, 0.2) 15%,
										rgba(255, 255, 255, 0.01) 70%
								);	
}

@media \0screen {/* ie8 */
 #xForm input[type="submit"]{ margin-left: 236px; /* ie8 */ }
}

#xForm input[type="submit"]:hover {
	background-color: rgb(170,185,105);
}

#xForm input[type="submit"]:focus {
	outline: none;
	border-top: 1px solid rgb(255,255,255);
	border-left: 1px solid rgb(255,255,255);
	border-right: 1px solid rgb(230,230,230);
	border-bottom: 1px solid rgb(200,200,200); 
}

#xForm input[type="submit"]:active {
	margin-top: 1px;
	margin-bottom: 0;
}

#xForm #captcha {
	border-top: 1px dotted #C3C3C3;
	margin-top: 15px;
}

#xForm #captcha label {
	padding-top: 40px; /* is captcha image size */
}

#xForm #captcha div {
	padding-top: 22px; /* is captcha image size */
}

span.warning {
	padding: 1em;
	border: 1px solid rgb(200,0,0);
	background: rgb(250,220,220);
	-moz-box-shadow: 0px 0px 5px rgb(200,0,0);
	margin-bottom: 1em;
	display: block;
}

span.warning *,
span.info * {
	color: rgb(0,0,0) !important;
	margin-top: 0;
	display: block;
}

span.info {
	padding: 1em;
	border: 1px solid rgb(52,137,18);
	background: rgb(187,225,172);
	-moz-box-shadow: 0px 0px 5px green;
	margin-bottom: 1em;
}

div.required {
	background: rgb(235,235,235);
}

div.required input,
div.required textarea,
div.required select {
 border: 1px solid rgb(200,0,0);
}

div.required label,
div.required .label {
	color: rgb(200,0,0);
}

div.required label:before,
div.required .label:before {
	background: rgb(200,0,0);
	color: rgb(255,255,255);
	content: '!';
	padding: 0 0.3em;
	margin: 0 0.25em;
	border: 1px solid rgb(255,255,255);
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	font-weight: bold;
	font-size: 12px;
	font-family: arial, helvetica, verdana, sans-serif;
}

#xForm div.required input[type="radio"] + label:before {
	content: '';
	display: none;	
}

#additionals label {
	position: relative;	
}

#additionals #append {
	position: absolute;
	left: 265px;
	top: 5px;
}

#additionals input {
	width: 17px;
}

#captcha input {
	width: 100px;
	font-size: 25px;
	float: left;
	margin-right: 10px;	
}

