@charset "UTF-8";
/* CSS Document */

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 115%;
	color: #000000;  
	background: #E1E2E3;
	margin: 3px 0 0 0;
	text-align: center;
	height: 100%;
}
/*____________________ Grundgerüst - Container ____________________________________________*/
#container {
	width: 755px; 
	text-align: left;
	margin: 0px auto;
	padding: 0 0 0 0;
}

#border { 
	background: #FFFFFF;
	border: 1px solid #d4d5d6;
	width: 100%;
}

#border_second { 
	border-bottom: 1px solid #c5c6c6;
	border-right: 1px solid #c5c6c6;
}

#border_third {
	border-bottom: 1px solid #afb0b1;
	border-right: 1px solid #afb0b1;
	padding: 20px 12px 0px 12px;
}

/*____________________ Headline ____________________________________________*/
  
  
/* LOGO */  
#logo {
	width: 115px;
	height: 37px;
	line-height: 37px;
	background: url(images/home/lenzing_logo.gif) no-repeat;
	margin: 0 0 23px 17px;
}


#logo h1, #logo h1 a {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

#logo h1 a {
	display: block;
	text-indent: -9999%;
}


/*____________________ Links _______________________________________________*/
a, a:hover, a:visited, a:active, a:focus { outline: none; }


/*____________________ Content  ____________________________________________*/
#content {
	margin-top: 12px;
}

/*____________________ Menue - MOUSEOVER ___________________________________*/
#col2 {
	float: right;
	width: 220px;
}

#col2 * {
	line-height: 18px;
}

#menu_right_first, #menu_right_second {
	display: inline;
}

#menu_right_first a.head, #menu_right_second a.head {
	background: url(images/home/col2_first_menulink.png) no-repeat top left;
	text-indent: -9999%;
	display: block;
	height: 39px;
}

#menu_right_second a.head { 
	background: url(images/home/col2_second_menulink.png) no-repeat top left;
}

#menu_right_second ul, #menu_right_first ul {
	background: url(images/home/border.png) repeat-x bottom left;
}

#menu_right a.first { display: block; padding-top: 10px;}
#menu_right a.last { display: block; padding-bottom: 10px;}

/*____________________ Liste ___________________________________*/
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


ul li a {
	color: #241e19;
	text-decoration: none;
}

/*____________________ Portlet News ________________________________________*/
#portlet-news { 
	width: 390px; 
	color: #898887; 
	float: left; 
	margin: 0 0 35px 17px;
	display: inline;
	background-color: #FFFFFF;
	min-height: 215px;
	_height: 215px;
	}

#portlet-news p { 
	padding: 0; margin:0;
}



#portlet-news h2 {  
	padding: 2px 0 5px 0;
	margin: 0;
}

#portlet-news h2 a { 
	font-size: 12px; 
	font-weight: bold; 
	border-bottom: 1px solid #5a5959; 
	color: #242322;
	line-height: 16px;
}

#portlet-news h3 {  
	font-size: 11px; font-weight: bold; color: #000000; padding: 0; margin: 0;
}

#portlet-news li .fliesstext {
	font-size: 11px;
	color: #242322;
}

#portlet-news ul {
	list-style-type: none;
	margin: 17px 0 0 0;
}

/*____________________ Menü Footer / Top / Main ________________________________________*/
#footer { 
	clear: both;
	margin-top: 5px;
}

#top { height: 15px; }

#main_menu { 
	height: 35px;
	background: url(images/home/border_main_menu.png) repeat-x;
	margin-bottom: 10px;
	position:relative; 
	top:0; 
	left:0;
	z-index:50;
}

#footer li, #top li, #main_menu li {
	float: right;
	padding: 0 5px 0 5px;
	font-size: 11px;
	border-left: 1px solid #666666;
	line-height: 105%;
	color: #666666;
}

#main_menu li {
	float: left;
}

#footer li.noBorder, #top li, #main_menu li   {
	border: 0;
}

#main_menu li a {
	background: url(images/home/top_menu_1.png) no-repeat;
	display: block;
	height: 31px;
	text-indent: -9999%;
}

#main_menu li { width: 92px; margin: 2px 0;}
#main_menu li.top_menu_2 { width: 86px;}
#main_menu li.top_menu_3 { width: 82px;}
#main_menu li.top_menu_4 { width: 86px;}
#main_menu li.top_menu_5 { width: 44px;}

#main_menu li.top_menu_2 a { background: url(images/home/top_menu_2.png) no-repeat; }
#main_menu li.top_menu_3 a { background: url(images/home/top_menu_3.png) no-repeat; }
#main_menu li.top_menu_4 a { background: url(images/home/top_menu_4.png) no-repeat; }
#main_menu li.top_menu_5 a { background: url(images/home/top_menu_5.png) no-repeat; }


/* zweite Ebene Main Menue*/
#main_menu li ul  { 
	display: none;
}

#main_menu li ul li { 
	display: inline;
}

#main_menu li ul li a { 
	background: #FFFFFF !important;
	text-indent: 0; 
	width: 100%; 
	height: 100%; 
}


/* MAIN MENU */
/*
.dropdown {float:left; }
.dropdown dt {width:92px; border:2px solid #9ac1c9; padding:8px; font-weight:bold; cursor:pointer; }
.dropdown dt.two-ddheader { width: 109px;}
.dropdown dt.three-ddheader { width: 82px;}
.dropdown dt.four-ddheader { width: 86px;}
.dropdown dt.five-ddheader { width: 44px;}

.dropdown dt a { background: url(../images/top_menu_1.png) no-repeat; }
.dropdown dt.two-ddheader a { background: url(../images/top_menu_2.png) no-repeat; }
.dropdown dt.three-ddheader a { background: url(../images/top_menu_3.png) no-repeat; }
.dropdown dt.four-ddheader a { background: url(../images/top_menu_4.png) no-repeat; }
.dropdown dt.five-ddheader a { background: url(../images/top_menu_5.png) no-repeat; }

.dropdown dt:hover {background:url(images/header_over.gif)}
.dropdown dd {position:absolute; overflow:hidden; width:112px; display:none; background:#FFFFFF; z-index:200; opacity:1; padding: 0; margin: 0;}
.dropdown ul {width:108px; border:2px solid #9ac1c9; list-style:none; border-top:none}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:5px; color:#333; text-decoration:none; background:#eaf0f2; width:98px}
.dropdown a:hover {background:#d9e1e4; color:#000}
.dropdown .underline {border-bottom:1px solid #b9d6dc}*/

#menu {background: url(images/home/border_main_menu.png) repeat-x top left; }
.dropdown {float:left; padding: 2px 0 0 0; margin: 0 19px 0 0; margin-bottom: 10px;}
.dropdown dt {width:92px; height: 35px; padding:0px ; cursor:pointer;}
.dropdown dt:hover { /*background:url(images/header_over.gif) */}
.dropdown dd {position:absolute; overflow:hidden; width:150px; display:none; background:#fff; z-index:200; opacity:1; margin: 0;}
.dropdown ul {width:150px; list-style:none; border-top:none; }
.dropdown li {display:inline}
.dropdown li a { padding: 5px !important; height: 15px !important;}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; color:#333; text-decoration:none; height: 33px;/*background:#eaf0f2; */ }
.dropdown a:hover { background:#d9e1e4; color:#000; }
.dropdown .underline {border-bottom:1px solid #b9d6dc}

.dropdown dt#two-ddheader, .dropdown dt#two-ddheader a { width: 91px;}
.dropdown dt#three-ddheader, .dropdown dt#three-ddheader a { width: 87px;}
.dropdown dt#four-ddheader, .dropdown dt#four-ddheader a { width: 91px;}
.dropdown dt#five-ddheader , .dropdown dt#five-ddheader a{ width: 49px;}


.dropdown dt a, .dropdown dt a:hover { background: url(images/home/top_menu_1.png) no-repeat; text-indent: -9999%;}
.dropdown dt#one-ddheader a, .dropdown dt#one-ddheader a:hover { background: url(images/home/top_menu_1.png) no-repeat; }
.dropdown dt#two-ddheader a, .dropdown dt#two-ddheader a:hover { background: url(images/home/top_menu_2.png) no-repeat 5px 0; }
.dropdown dt#three-ddheader a , .dropdown dt#three-ddheader a:hover { background: url(images/home/top_menu_3.png) no-repeat 5px 0; }
.dropdown dt#four-ddheader a , .dropdown dt#four-ddheader a:hover { background: url(images/home/top_menu_4.png) no-repeat 5px 0; }
.dropdown dt#five-ddheader a , .dropdown dt#five-ddheader a:hover { background: url(images/home/top_menu_5.png) no-repeat 5px 0; }


/* ____________________Suchen ________________________________________*/
form { display: inline;}
.search, .searchfield { float: right; display: inline; margin: 8px 0 0 0;}
.searchfield {  width:130px; border: 1px solid #888888; height: 16px; }
.search { margin: 8px 0 0 4px; }
/*____________________ Intro ________________________________________*/

#intro {
	/*position: absolute; 
	top: 145px;
	left: 12px;
	z-index: 1;*/
}

/* */


img {
border: 0;
}

a:focus {
outline: none;
}

#video {
background: #333;
}

#skip {
float:right;
margin: -30px 20px 0 0;
color: white;
text-decoration: none;
}



/*--------------------  onmouseover  -----------------------*/
#mainmenu {
	width: 728px;
	height: 287px;
	padding:0;
	clear: both;
}


#mainmenu .boxmenu {
	height: 287px;
	background: #333333;
	overflow:hidden;
}

/* new */
 
#mainmenu a img, #mainmenu a {
	border: 0;
}


#mainmenu img {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 0;
}


/* nur für alten Doctype */
/*
* html #mainmenu img {
	margin-left: -3px; 
	margin-right: -3px;
}*/

#mainmenu .sm .header{
  width: 36px;
  height: 287px;
  color: #FFFFFF; 
  cursor: pointer; 
}

#mainmenu .sm .content{
 	float: left;
 	height: 287px; 
}

#mainmenu * { margin:0; padding:0 }

#mainmenu .sm {
	list-style:none;
	width:728px;
	height:287px;
	display:block;
	overflow:hidden;
 }

#mainmenu .sm li {
	float:left;
	display:relative;
	overflow:hidden;
	background: url(http://www.lenzing.com/css/images/home/acc/c1.jpg) no-repeat 36px 0;
	padding: 0;
	margin: 0;
	border: 0;
}

#mainmenu .content a {
	float: left;
	display: block;
	width: 548px; 
	height: 287px;
	padding: 0;
	margin: 0;
}

