/* 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 */

/*  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 {
	clear: both;
	height: 1px;
}
.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;
}
#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 { border-left: none; padding-left:0; }
#navTools ul li a:hover {
	}
/*
#tlang {
	position: absolute;
	left: 203px;
}
*/


#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;
	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;
}

