﻿#altflashcont
{
	width: 240px;
	height: 50px;
	margin-top: -250px;
	padding: 7px;
	background-color: #000;
	background-image: url(../icons/alert.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	border: 1px solid #8b8b8b;
	text-align: left;
	filter: alpha(opacity=80, style=0); -moz-opacity: 0.8; opacity: 0.8;
}


#altflashcont .flashrequired 
{
	display: block;
	color: #ccc;
	margin-left: 60px;
}


#player,
player2,
#player object,
player2 object
{
 z-index:6;
}


* html table {
  /* was du hier reinschreibst
     wirkt sich nur im IE aus
     auf TABLE-Elemente aus */
}

body
{
	line-height: 14px; 
	color: #666;
	font-family: Verdana, Arial, Helvetica, Verdana, sans-serif;	
	margin:0px; padding:0px;
	background-color: #000000;
	background-image: url(../images/page-bg1_striped.gif);
}
html, body {
  height:100%;
  margin:0;
  padding:0;
}

div,td,p, a
{
	font-size:10px;
	line-height: 14px; 	
	background-color:transparent;
}
p.bodytext 
{
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
}

#col-pos-1 p.bodytext 
{
	margin: 0;
	padding: 10px;
}

a,
a:link,
a:visited
{
	color: #00a253;
	-moz-outline:0px;
	text-decoration: underline;
}
a:hover {text-decoration:none;color: #00e100;}
a:active {outline: none;}

a.mailto
{
	background-image: url(/schaeffler_gruppe/fileadmin/icons/icon-goto_INA.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 15px;
}

.content-link a,
.content-link a:link,
.content-link a:visited
{
    white-space: nowrap; 
	padding-left: 13px;
	padding-right: 7px;
	background-image: url(../icons/icon-goto_INA.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
}

.icn-download a,
.icn-download a:link,
.icn-download a:visited
{
	background-image: url(../icons/download-icon.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
}

.icn-lupe
{
	position: relative;
	z-index: 10;
	margin-top: -20px;
	margin-left: 4px;
	height:18px;
/*	background-image: url(../icons/icn-lupe.gif);*/
	background-position: 0px 2px;
	background-repeat: no-repeat;
	border: 0px solid #ff0000;
}


/* .inner fuer alle ausser IE Win */
head:first-child+body .icn-lupe {
	background-image:url('../icons/icn-lupe.png');
}

*+html .icn-lupe {
	margin-top: -23px;
}
/* .inner fuer IE Win */
* html .icn-lupe {
	height:15px;
	width: 15px;
	margin-top: -24px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/schaeffler_gruppe/fileadmin/icons/icn-lupe.png", sizingMethod = 'scale');
}


/* ############################################ */
/* Std Ueberschriften */
/* ############################################ */

div#welcome-head
{
	position:absolute;
	top: 63px;
	left: 200px;
}
h1.welcome-header
{
	color: #7a7c81;
	font-size:18px;
	line-height: 20px;
}

H1,H2,H3,H4
{
	background-color:transparent;
	font-weight: normal;
	color: #308d52;
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
}

H1 a,
H1 a:link,
A H2,
A:link H2,
H2 a,
H2 a:link,
H4 a,
H4 a:link
{
	text-decoration: none;
	color: #bfb9ae;
}

h1,
h1 a
{
	font-size:16px;
	line-height: 22px;
	margin-bottom: 10px;
}


h2,
h2 a
{
	font-size: 13px; 
	line-height: 13px;  
}

h3,
h3 a,
h3 a:link,
h3 a:visited,
h3 a:hover
{
	font-size: 12px;
	line-height: 15px;
	color: #707070; 
}

h4,
h4 a
{
	font-size : 11px;
	line-height: 13px;
}


div#col-pos-1 h4
{
	background:#268048;
	color: #fff;
	padding: 3px;
	padding-left: 10px;
	font-weight: bold;
}


/* ############################################ */
/* End  Std Ueberschriften */
/* ############################################ */






/* ############################################ */
/* Formularee Textfelder .....  */
/* ############################################ */

.required-field
{
	color: #ff0000;
}
.chekbox
{
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
}

.contactform
{
	margin: 0;
	padding: 0;
}
.contactform td,
.contactform th
{
	background: #e5e5e5;
	padding: 5px;
	padding-left: 10px;
/*	font-weight: bold;*/
	color: #268048;
	border: 0px solid #fff;
	border-bottom-width: 1px;
}

.contactform td.form-td-darkgrey
{
	background: #d4d4d4;
}
.contactform td.form-td-green
{
	background: #227d41;
}
.contactform th
{
	font-weight: normal;
}

.contactform td.submit-btns
{
	background: #268048;
	padding-left: 10px;
	padding-right: 10px;
}

input.form-submit,
input.form-reset
{
	cursor: pointer;
	font-weight:normal;
	text-align: center;
	padding: 2px;
	padding-left: 16px;
	padding-right: 16px;
	color: #fff;
	background: #268048;
	background-image: url(../icons/icon-goto.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;

	border: 1px solid #fff;
}
input.form-reset
{
	background-image: url(../icons/icon-gobackWhite.gif);
}

input:hover.form-submit,
input:hover.form-reset
{
	background-position: 3px 4px;
	border-style: solid; 
	background-color:#308d52;
}
input:hover.form-reset
{
	background-position: 1px 4px;
}


input:focus.form-submit,
input:focus.form-reset
{
	border-style: solid; 
	background-color:#308d52;
}

input,textarea
{
	font-size:11px;
	border:1px;
	border-style:solid; 
	border-color:#666;
	background-color: #fff;
	font-weight: normal;
    /*	-moz-border-radius: 6px; */
	font-family: Verdana,Arial, Helvetica, sans-serif;	
}
input
{
	padding-left:5px;
	padding-right:5px;
}


textarea
{
	padding:5px;
	overflow:auto;
}
input.form-input,
textarea.form-textarea
{
	width: 250px;
}
textarea:focus,
input:focus
{
     background-color:#f2f2f2;
     border-style: inset; 
}
/* ############################################ */
/* Formularee Textfelder .....  */
/* ############################################ */



/* ############################################ */
/*  Allgemeine Formatierung Punktlisten ulul lili */
/* ############################################ */
/* --- Sitemap --- */


.image-left {
	position: relative;
	border: 1px solid #666666;
	margin: 0; padding:0; border: none;
}

/*
.image-left IMG { -moz-border-radius: 4px }
.image-left a:link IMG { -moz-border-radius: 4px;}
.image-left a:visited IMG  { -moz-border-radius: 4px;}
.image-left a:focus IMG  { filter: alpha(opacity=80, style=0); -moz-opacity: 0.8; opacity: 0.8; -moz-border-radius: 4px;}
.image-left a:hover IMG  { filter: alpha(opacity=80, style=0); -moz-opacity: 0.8; opacity: 0.8; -moz-border-radius: 4px;}
.image-left a:active IMG  { -moz-border-radius: 4px;}
*/

h4.caption
{
	width: 100%;
	background:#268048;
	color: #fff;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
}

* html h4.caption
{
	margin-top: -3px;
}

*+html h4.caption
{
	margin-top: -3px;
}

.csc-frame-rulerAfter,
.csc-frame-rulerBefore,
.csc-frame-blank
{
	clear: both;
	height:3px; 
	margin: 15px 0 15px 0;
	background-color: transparent;
    background-image:url(../images/ruler.gif);
    background-repeat:repeat-x;
}
.csc-frame-blank
{
	clear: both;
	height:3px; 
	margin: 10px 0 0 0;
	background-color: transparent;
    background-image:url('');
    background-repeat:repeat-x;
}

ul
{
	padding:0px;
	margin: 0px;
	padding-right:10px;
	vertical-align: middle;
	list-style:none;

	/*
	list-style-image:url(../icons/li-std-icon.gif);
	line-height: 18px;
	*/
}

li 
{
	padding:0px;
	margin: 0px;
	padding-left:10px;
	vertical-align: middle;
	line-height: 18px;
    background-image:url(../icons/li-std-icon.gif);
    background-repeat:no-repeat;
    background-position: 2px 3px;
}
ol
{
	margin:8px;
	padding:0px;
	padding-left:20px;
}
ol li {
	padding-left:0px;
    background-image:url('');
}

ul.list-navigation
{
	background: #efefef;
	padding: 0px;
	margin:0px;
	list-style-image:url('');

}
ul.list-navigation li
{
	padding:0px;
	margin: 0px;
	border: 0px solid #fff;
	border-bottom-width: 1px;
    background-image:url('');
}

ul.list-navigation li a,
ul.list-navigation li a:link,
ul.list-navigation li a:visited
{
	padding-left: 14px;
    background-image:url(../icons/navi-over.gif);
    background-repeat:no-repeat;
    background-position: 2px 5px;
	line-height: 18px;
	color:#666666;
	display:block;
	text-decoration:none;
}
ul.list-navigation li a:hover
{
	display:block;
	background: #308d52;
    background-image:url(../icons/navi-over.gif);
    background-repeat:no-repeat;
    background-position: 2px 5px;
	color:#fff;
}

ul li.list-navi-active,
ul.list-navigation li.list-navi-active a,
ul.list-navigation li.list-navi-active a:link,
ul.list-navigation li.list-navi-active a:visited
{
	color: #000;
	background: #d4d4d4;
    background-image:url(../icons/navi-over.gif);
    background-repeat:no-repeat;
    background-position: 2px 5px;
}


/* ############################################ */
/* End Punktlisten */
/* ############################################ */

.page-width {
    width:780px;
}

#page-container
{
	background: #fff;
    width:780px;
    min-height: 480px;
	position: relative;
	vertical-align: top;
}

#drop-shadow-1 {
	width:796px;
	position: relative;
}

/* .inner fuer alle ausser IE Win */
head:first-child+body #drop-shadow-1 {
	background-image:url('../images/shadow_left_right.png');
	background-repeat:repeat-y;
}
/* .inner fuer IE Win */
* html #drop-shadow-1 {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/schaeffler_gruppe/fileadmin/images/shadow_left_right.png", sizingMethod = 'scale');
	background-repeat:repeat-y;
	margin:0px;
	padding:0px;
}

#content-container {
	border: 1px solid #8b8b8b;
    width:780px;
	background: #ffffff;
	background: url('../images/inner-bg.jpg');
	background-repeat: repeat-y;
	
}

/*  end content frame ----------------------- */
#head-container
{
	text-align: left;
	height: 79px;
	background: #fff;
	background-image: url('../images/verlauf-bg.jpg');
	background-repeat: repeat-y;
	border: 0px solid #666;
	border-bottom-width: 1px;
}

#img-header
{
	background: #fff;
	height: 155px;
}

#flash-container
{
	display: none;
	display:block;
	height: 400px;
	overflow: hidden;
	border: 0px solid #ff0000;
}

#intro-navigation,
#navigation
{
	text-align: left;
	background: transparent;
	z-index: 10;
	height: 60px;
	width: 780px;
	position: absolute;
	top: 430px;
	left: 15px;
	border: none;
}

#navigation
{
	top: 190px;
	border: none;
}

#intro-navigation a,
#intro-navigation a:link,
#intro-navigation a:visited,
#navigation a,
#navigation a:link,
#navigation a:visited
{
    white-space: nowrap; 
	color: #b5b6b6;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	padding: 0;
	padding-right: 4px;
	text-decoration:none;
}
#intro-navigation a:hover,
#navigation a:hover
{
	color: #ffffff;
	text-decoration:none;
}

#navigation .nav-lev1-active,
#navigation a.nav-lev1-active,
#navigation a:link.nav-lev1-active,
#navigation a:visited.nav-lev1-active
{
	color: #ffffff;
/*	font-weight:bold;*/
}

/* --- INNER CONTENT CONTAINER --- */
#main-content
{
	display: block;
	border: 0px solid #ff0000;
	position: relative;
	min-height: 300px;
	overflow: hidden;
}
#col-pos-1,
#col-pos-0,
#col-pos-2
{
	text-align: left;
	float:left;
/*	display: table-cell;*/
	vertical-align: top;
	margin-top: 20px;
	padding-bottom: 15px;
}

#col-pos-1 td,
#col-pos-0 td,
#col-pos-2 td
{
	vertical-align: top;
}

div#col-pos-1 
{
	width: 165px;
	border: 0px solid #ff0000;
	overflow: hidden;
}
div#col-pos-0 
{
	border: 0px solid #ff9933;
	width: 395px;
	padding-left: 30px;
	padding-right: 5px;
	overflow: hidden;
}
div#col-pos-2 
{
	float:left;
	border: 0px solid #0000ff;
	width: 185px;
}
* html div#col-pos-0
{
	border: 0px solid #0000ff;
	overflow: hidden;
	width: 390px;
}

* html div#col-pos-2 
{
	overflow: hidden;
}
*html .page-width {
	overflow: hidden;
}

* html #main-content
{
	overflow: hidden;
}

* html #img-header
{
	overflow: hidden;	
}


/* end content templates -------------------------------------------------- */

/* --- Begin Footer --- */

/* --- SHADOW OBEN UND UNTEN --- */
#head-shadow,
#foot-shadow
{
	height: 7px;
	line-height: 7px;
	margin: 0;
	padding: 0;
	width: 796px;
}
/* alle ausser IE Win */
head:first-child+body #head-shadow {
	background-image:url('../images/shadow_top.png');
	background-repeat:no-repeat;
}
head:first-child+body #foot-shadow {
	background-image:url('../images/shadow_bottom.png');
	background-repeat:no-repeat;
}
/* alle ausser IE Win */
/* fuer IE Win */
* html #head-shadow {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/schaeffler_gruppe/fileadmin/images/shadow_top.png", sizingMethod = 'scale');
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
}
* html #foot-shadow {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/schaeffler_gruppe/fileadmin/images/shadow_bottom.png", sizingMethod = 'scale');
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
}
/* fuer IE Win */
/* --- SHADOW OBEN UND UNTEN --- */


#footer-container
{	
	width: 780px;
	text-align: right;
	color: #cccccc;
	font-weight: normal;
	font-size: 9px;
	height:12px;
	overflow:hidden;
	padding: 0;
	border: 0px solid #ff0000;
	margin-bottom:5px;
	padding-right: 10px;
}
#footer-container a,
#footer-container a:link,
#footer-container a:visited
{
	color: #cccccc;
	font-weight: normal;
	font-size: 9px;
	padding: 0;
	text-decoration:none;
}
#footer-container a:hover
{
	text-decoration:underline;
}
