/* --- General Layout --- */


HTML {   overflow: -moz-scrollbars-vertical;}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
}

body#start {
	background: url(../images/vector_bottom1a.gif) no-repeat center bottom;
} 	

body .clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}

body .clear hr {
	display: none;
}

ul, ol, dl {
	position: relative;
}

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

/* --- Page General Layout --- */


#container {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 15pt;
	text-align: left;
	color: #333333;
	margin-top: 10px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg-middle.jpg);
}
#containerTop {
	height: 24px;
	background-image: url(../images/bg-top.jpg);
}
#containerBottom {
	background-image: url(../images/bg-bottom.jpg);
	height: 24px;
}.clear {
	clear: both;
}






/* --- Header General Layout --- */

#header {
	background: url(../images/iflmTopNEWad.gif) no-repeat;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 149px;
	/* position: relative; */
}

#header #header_footer {
	margin: 0px;
	padding: 0px;
	height: 0px;
}

/* --- Menu Layout --- */

#header #menu {
	line-height: 35px;
	height: 20px;
	width: 860px;
	border-top: 1px none #666666;
	border-right: 1px none #666666;
	border-bottom: 1px none #666666;
	border-left: 1px none #666666;
	margin-top: -60px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 473px;
}

#header #menu a, #header #menu a:link {
	color: #333333;
	text-decoration: none;
	height: 20px;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
}

#header #menu a:hover, #header #menu a:active {
	color: #0099FF;
	text-decoration: none;
}

#header #menu ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#header #menu li {
	display: block;
	margin: 0px;
	padding: 0px 20px 0px 15px;
	height: 20px;
	line-height: 20px;
	background-image: url(../images/divide.gif);
	background-position: right;
	background-repeat: no-repeat;
	float: left;
}

#header #menu .first_option {
	padding: 0px 15px 0px 20px;
}

#header #menu .last_option {
	padding: 0px 20px 0px 15px;
	background-image: none;
}


#header #menu #root_menu {
	float: left;
}

#header #menu #context_menu {
	float: right;
}



/* --- Interactive Content Layout --- */

#main_content {
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px;
	padding: 0px 5px 5px 20px;
	display: block;
	border: 0px none #666666;
}


#main_content a, #main_content a:link {
	color: #0099FF;
	text-decoration: none;
	
}

#main_content a:hover, #main_content a:active {
	color: #FF6600;
	text-decoration: none;
}




#main_content #main_content_footer {}

#main_content #entry {
	margin: 0px;
	padding: 0em 0.8em 0.8em 1.8em;
	width: 550px;
	font-size: 95%;
	line-height: 15px;
	float: left;
	list-style-image: url(../images/arrow_bullet1.gif);
}
#main_content #indexentry {
	margin: 0px;
	width: 550px;
	font-size: 95%;
	line-height: 15px;
	float: left;
	list-style-image: url(../images/arrow_bullet1.gif);
	padding-top: 0em;
	padding-right: 0.8em;
	padding-bottom: 0em;
	padding-left: 1.8em;
}
#main_content #entry h6{
	font-size: 17px;
	line-height: 17px;
	color: #333333;	
	margin-top:20px;
	margin-bottom:10px;
}



/* --- Footer Layout --- */

#footer {
	color: #666666;
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 20px;
	font-size: 95%;
}

#footer a, #footer a:link {
	color: #666666;
}

#footer a:hover, #footer a:active {
	color: #FF6600;
}

#footer h2 {
	background-image: url(../images/divider_dark_horizontal.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}




/* ---  Footer Content Areas --- */

#footer #links {
	margin: 0px;
	padding: 0px;
	width: 230px;
	float: left;
	display: inline;
}



#footer #network {
	margin: 0px;
	padding: 0px;
	width: 230px;
	float: right;
	display: inline;
}




#footer #footer_links {
	margin: 0px;
	padding: 7px 0px 0px 20px;
	display: block;
	line-height: 10px;
	color: #CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../images/divider_dark_horizontal.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#footer #footer_links a, #footer #footer_links a:link {
	color: #FF6600;
	text-decoration: none;
}

#footer #footer_links a:hover, #footer #footer_links a:active {
	color: #0099FF;
	text-decoration: none;
}


#footer_wrap {
	width: 97%;
	background: no-repeat left top;
	margin: 0px auto;
	padding: 0px 12px 12px;
	color:#999999;
	clear:both;
}

#header h1 {
	margin: 0 0 5px;
	padding: 0;
	height: 70px;
	text-indent: -5000px;
	}

/* clearfix, the ie part is in the ie css */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


#sidebar  {
	float: right;
	padding-bottom: 20px;
	text-align: left;
	width: 200px;
	margin-top:15px;
	background-position: left top;
	background-repeat: no-repeat;
	margin-right: 20px;
	font-size: 11px;
}



.menu_sidebar {
	background-position: top;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	padding-top: 0px;
	text-align: left;
	width: 170px;
}
.menu_sidebar1 {
	background-position: top;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	padding-top: 0px;
	text-align: left;
	width: 200px;
}
.menu_sidebar ul {
	list-style: none;
	background-position: left;
	text-align: left;
}
.menu_sidebar li {
	list-style: url(none) none outside;
	background-position: left bottom;
	background-image: url(../images/divider_dark_horizontal.gif);
	background-repeat: repeat-x;
	padding-bottom: 3px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 97%;
}




.end_sidebar {
	background-position: left top;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	padding-top: 0px;
	text-align: left;
	width: 170px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: normal;
}
.end_sideBar h2 {display:none;}



.IFLM {
	margin-bottom: 50px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #FFFFFF;
	width: 550px;
}

.indexIFLM {
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #FFFFFF;
	width: 550px;
}
.IFLM h3 {
	font-size: 14px;
	line-height: 17px;
	color: #333333;
	margin-top:15px;
}

blockquote {
	color: #0099FF;
	background: no-repeat;
	border-top: none;
	border-bottom: none;
	padding: 5px 0 5px 60px;
	margin: 0 30px 10px;
	border-right-style: none;
	border-left-style: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
}	
	
.pullquote {
	width: 34%;
	float:right;
	font-size:115%;
	line-height:140%;
	margin:10px;
	background: url(../images/99b.gif) no-repeat bottom right !important;
	
	padding:0px 25px 5px 0px;
}
.pullquote:first-letter {
	background: url(../images/66b.gif) no-repeat left top !important;
	padding:5px 2px 10px 35px!important;
	
}



/*  Form
-----------------------------------------------------------------------*/ 

fieldset {
	margin: 0 5px 0 0px;
	padding: 3px;
	border: 2px solid #ddd;
} 
  
#formkontakt {
  	width: 100%;
}

#formkontakt p { margin: 0 0 20px 0; }

label {
	display: none;
	}

input.freifeld, input.pflichtfeld, textarea, select, .file {
	background-color: #F7F7F7;
	width: 354px;
	font-family: Arial;
	font-size: 1.0em;
	line-height: 1.4em;
	color: #333;
	margin-bottom: 3px;
	padding: 4px 4px 0 10px;
	border-left: 3px solid #0099FF;
	border-top: none;
	border-right: none;
	border-bottom: none;
	}
	
input.freifeld:focus, textarea:focus, select:focus, .file:focus {
	background-color: #eaeaea;
	border-left: 3px solid #0099FF;
	color: #333;
	}
input.freifeld, input.pflichtfeld {
	height: 1.5em;
	}
input.pflichtfeld, textarea.pflichtfeld {
	border-left: 3px solid #0099FF;
	}
	
input.pflichtfeld:focus, input.freifeld:focus, textarea.pflichtfeld:focus {
	border-left: 3px solid #0099FF;
	background-color: #eee;
	color: #000000;
	}

input#submitformbutton 	{
	margin: 0px;
	display:block;
}
	
select, select:focus {
	height: 1.5em;
	padding: 0;
	border: transparent;
	}



#copyright {

	margin: 0px;
	padding: 0px;
	display: block;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #666666;
	line-height: 10px;
	color: #999999;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
hr {
  border: 0;
  width: 100%;
  color: #CCCCCC;
  background-color: #CCCCCC;
  height: 1px;
}

#Matrix {
	height:162px;
	width:248px;
	position: absolute;
	left: 258px;
	top: 0px;
	z-index: 1;
	background-image: url(../images/matrix3.jpg);
	background-repeat: no-repeat;
	background-position: top;
	
}

/********************
 * superscript style 
 	
 ********************/
.sup {
font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}

#middle {
width: 193px;
height: 190px;
z-index: 1;
position: absolute;
	left: 0px;
	top: 0px;
margin-top: 0px; margin-bottom: 0px; margin-left:auto; margin-right:auto;
}



#middle a  {
display: block;
position: absolute;
width: 80px;
height: 80px;
text-indent: -99999px;
}

#middle #switch {top: 0px; left: 0px;}
#middle #referral {top: 0px; left: 85px;}
#middle #cpanel {top: 80px; left: 0px;}
#middle #support {top: 80px; left: 85px;} 
#middle #referral1 {top: 0px; left: 170px;}
#middle #support1 {top: 80px; left: 170px;} 

/* -- IMAGES -- */

#main .photoblock {			/* Basic block, inline, w/caption fonts. */
  font-size: 10px;
  color: #888888;
  margin-right: 10px;
  display: inline-block;
}

#main .photoblock-left {		/* A photo block on the left */
  margin: 0 10px 10px -4px;
  font-size: 10px;
  color: #888888;
  float: left;
}
#main .post-body .photoblock-left a {
  color: #555555;
  background-image: none;
  text-decoration: underline;
}

#main .photoblock-right {		/* Photo block on the.. gasp.. right */
  margin: 0px 0px 10px 10px;
  font-size: 10px;
  color: #888888;
  float: right;
  text-align: right;
}
#main .post-body .photoblock-right a {
  color: #555555;
  background-image: none;
  text-decoration: underline;
}

#main .photoborder {           /* Apply to an image to give it a border */
  border: 1px solid #ccc;
  padding: 1px;
}
#main a:hover .photoborder {
   border: 1px solid #888;
}

#main .photoblock-many {		/* A general full-width photo block (that clears), for many thumbnails */
   margin: 0 10px 10px -4px;
   clear: both;
   width: 100%;
   text-align: center;
   font-size: 10px;
   color: #888888;
}
#main .photoblock-many a {		/* (Need clear links in the photo block) */
   background: white;
}

#main .photoborder-right {		/* A photo with a border on the right */
   border: 1px solid #ccc;
   padding: 1px;
   margin: 0px 0px 10px 10px;
   float: right;
}

#main .photo {			/* A normal photo */
  padding: 3px;
  vertical-align: middle;
}

.post-footer img {
   vertical-align: -20%;
   /* border: 1px black solid; */
}
.flashcontent {

	margin: 0px;
	padding: 0px;
	display: block;
	
}


#top {
width: 193px;
height: 130px;
z-index: 1;
position: absolute;
	left: 50px;
	top: 20px;
margin-top: 0px; margin-bottom: 0px; margin-left:auto; margin-right:auto;
}

#top a  {
display: block;
position: absolute;
width: 390px;
height: 130px;
text-indent: -99999px;
}

#top #switch {top: 20px; left: 20px;}



		
		
#content-left {
	width: 550px;
	float: left;
	background: url(../images/backmain_infoNEWabc.jpg) no-repeat ;
	padding: 0px 0px 0px 0px;
	height: 190px;
}






.customer_cite {font-weight:bold;}
.customer_cite_smaller, .customer_cite span {font-weight:normal; font-size:10px;}
.customer h4 { padding-top:5px; color:#7d9bc6; font-weight:bold; }
/*.customer .img {float:left; padding-right:10px; display:block;  } */
.customer .desc {margin:0 0 0 120px; } 

#content table.basic {
	border-collapse: collapse;
	margin: 8px 0 0;
	padding: 0;
	font-size:12px;
}

	#content table.basic th {
	color: #454545;
	height: 28px;
	border-bottom: 1px solid #DADADA;
	padding: 0 12px;
	font-size: 12px;
	text-align: left;
}

	#content table.basic td {
	border-left: 1px solid #DADADA;
	padding: 5px 5px;
	text-align: left;
	font-size: 11px;
	vertical-align: top;
}

	#content table.basic tr.endgroup td {
	background: #EEF4F8;
}

	#content table.basic tr > td {
	border-left: none;
}

	#content table.basic tr > td + td {
	border-left: 1px solid #DADADA;
}




#faqs dt {
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	text-align: justify;
}
#faqs dd {
	margin: 0 1em 5px 0;
	text-align: justify;
} 		

/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */
#stylefour{position:relative;display:block;height:39px;font-size:11px;font-weight:normal;background:transparent url(../images/bgOFF1.gif) repeat-x top left;font-family:Geneva, Arial, Helvetica, sans-serif;border-top:0px solid #CCCCCC;}
#stylefour ul{margin:0;padding:0;list-style-type:none;width:auto;}
#stylefour ul li{display:block;float:left;margin:0;}
#stylefour ul li a{
	display:block;
	float:left;
	color:#666;
	text-decoration:none;
	height:23px;
	background:transparent url(../images/bgDIVIDER1.gif) no-repeat top right;
	padding-top: 11px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
#stylefour ul li a:hover,#stylefour ul li a.current{
	color:#FF6600;
	
	height: 39px;
}
/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */


/* content 2 (left) -------------------------------------------------------------------------*/

div#content2{float:left;width:591px;background:#141414;color:#fbfbfb;border:1px solid #223126;}

div#content2_wrap{float:left;width:593px;margin-top:20px;padding:3px;background:#141414;color:#fbfbfb;}
div#thumb_holder{float:left;width:572px;background:#141414;margin:10px 10px 10px 0;color:#fbfbfb;}
div#thumb_holder img{border:0;}
img.floatRight{float:right;padding:30px 30px 0 0;border:0;}
div.float{float:left;width:163px;padding-left:23px;padding-bottom:15px;}
ul#more{float:right;border-top:1px solid #223126;border-left:1px solid #223126;border-right:1px solid #223126;list-style-type:none;padding:1px;margin-top:40px;margin-right:20px;display:inline;}
ul#more li{float:left;background:url("images/more_bg2.jpg") repeat;list-style-type:none;}
ul#more li a{display:block;overflow:hidden;background:url("images/more_bg.jpg") repeat;background-color:inherit;padding:4px 14px 6px;border-top:1px solid #2f2e2e;border-left:1px solid #2f2e2e;border-right:1px solid #2f2e2e;color:#fff;font-weight:700;font-size:0.75em;border-bottom-width:0;text-decoration:none;}
#more li a:hover{background-image:none;}





/* Features (resides in content2) -------------------------------------------------------------------------*/

div#feat_holder{float:left;padding-top:20px;padding-left:0px}
.thumb{float:left;width:150px;padding-left:23px;padding-bottom:30px;}
.thumb img {border:#fff 1px solid;}
.thumb img:hover {border:#000 1px solid;}
.thumb a:hover {padding-bottom:0;background-image:none}
.thumb h3{padding-top:5px}
background-position:0.5em 0.8em;padding-left:1.9em;padding-bottom:7px;padding-top:7px;}

div#colseminar {
	width: 500px;
	float: left;
	margin: 0 0 0px 0px;
}
div.featureseminarimg {
	width: auto;
	height: auto;
	background: #fff no-repeat;
	color: inherit;
	float: right;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}


/* Demo Center -------------------------------------------------------------------------*/
#content-wrapper {position:relative; background:#FFFFFF; width:550px; float:left; border-bottom:1px solid #FFFFFF;
padding:0 0 0 5px;
margin:0;
voice-family: "\"}\"";
voice-family:inherit;
width:545px;
}
#content-holder {
	width:545px;
}


#col-2 {width:545px; float:left;
margin:0 5px 0 0;
voice-family: "\"}\"";
voice-family:inherit;
width:540px;
}

.boldwhite {
font-weight:bold;
}



/* =Clearfix */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
.clearfix {height: 1%;}
.clearfix {display: block;}

.alignright { float:right;}

.boldwhite {
font-weight:bold;
}

.divider-line {border-top:1px solid #f8f8f8; margin-top:15px; margin-bottom:15px;}


/*--------------------------------------
 Image Word Wrap
--------------------------------------*/

.floatimgleft {
float:left;
margin-top:0px;
margin-right:10px;
margin-bottom:10px;
}

.floatimgright {
float:right;
margin-top:0px;
margin-left:10px;
margin-right:10px;
margin-bottom:10px;
} 