/*<![CDATA[*/
/**
 * CSS Style fuer Screen und Projection
 *
 * Copyright (c) 2008    die.interaktiven GmbH & Co. KG
 *                       Agentur fuer digitale Medien
 *                       Eisenmarkt 1
 *                       35578 Wetzlar
 *                       Germany
 *
 *                       Fon: +49 (0)64 41 / 39 86 19 - 0
 *                       Fax: +49 (0)64 41 / 39 86 19 - 9
 *                       Web: www.die-interaktiven.de
 *
 * Alle Rechte vorbehalten. Unberechtigte Kopie und Weiter-
 * verwendung nicht gestattet.
 *
 */


div.element
{
	/*display: none;*/
}

/**
 * Ueberschrift
 */

h1.element.title
{
	display: block;
}

h1.element.title
{
	font-size: 1.5em;
	line-height: 1em;
	margin: 0;
	padding: 0;
	height: 25px;
}

/**
 * Zwischenueberschrift
 */

h3.element.subtitle
{
	display: block;
}

h3.element.subtitle
{
	font-size: 1.3em;
	line-height: 1em;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 10px 0;
}

 
/**
 * Textabschnitt
 */

#col-left div.element.paragraph,
#colspan-bottom div.element.paragraph
{
	display: block;
}

div.element.paragraph
{
	margin: 0 0 30px 0;
}

#products div.element.paragraph
{
	padding: 0 20px 30px 0;
}

div.element.paragraph h2.title
{
	margin: 0 0 10px 0;
	padding: 0;
}

div.element.paragraph div.text
{
	line-height: 1.5em;
}

#overview div.element.paragraph
{
	margin-right: 16px;
}

#overview div.element.paragraph h2.title
{
	margin: 2px 0;
	padding: 0;
	font-size: 1.2em;
}

div.element.paragraph p
{
	margin: 0 0 1em 0;
	padding: 0;
}


/**
 * Infobox
 */

#col-right div.element.infobox
{
	display: block;
}

div.element.infobox
{
	padding: 0 10px 0 15px;
	margin: 0 0 30px 0;
}

div.element.infobox h4.title
{
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1.5em;
}

div.element.infobox div.image
{
	margin: 0 0 10px 0;
}

div.element.infobox div.text
{
	line-height: 1.5em;
	margin: 0 0 10px 0;
}

div.element.infobox div.link
{
	background: url(../images/pfeil-blau.gif) 0 3px no-repeat;
	padding: 0 0 0 12px;
}

div.element.infobox div.link a
{
	font-weight: bold;
	text-decoration: underline;
}


div.element.infobox div.link a:hover
{
	text-decoration: none;
}


/**
 * Bildbanner
 */

#col-left div.element.imgbanner
{
	display: block;
}

div.element.imgbanner
{
	margin: 0 0 30px 0;
}

/**
 * Location Search
 */
 
div.element.location
{
	display: block;
}

div.element.location
{
	padding: 0 0 48px 0;
	margin: 0 0 30px 0;
	background: url(../images/locationsearch-shadow.jpg) bottom left no-repeat;
}

#col-right div.element.location
{
	padding: 0;
	background: transparent;
}

div.element.location span.search,
div.element.location span.result,
div.element.location span.error
{
	display: block;
	margin: 0;
	padding: 0;
	height: 90px;
	width: 100%;
	background: url(../images/locationsearch-bg.jpg) top left no-repeat #fee369;
}

#col-right div.element.location span.search,
#col-right div.element.location span.result,
#col-right div.element.location span.error
{
	height: 105px;
	background: url(../images/locationsearch-col-right-bg.jpg) top left no-repeat #fee369;
}

div.element.location span.search div.image
{
	float: left;
	width: 64px;
	padding: 11px 0 0 0;
	text-align: center;
}

div.element.location span.search div.content
{
	float: left;
}

div.element.location span.search h2.title
{
	color: #002c62;
	font-size: 1.3em;
	margin: 15px 0;
	padding: 0;
}

div.element.location span.search span.label
{
	color: #fff;
	width: 58px;
	margin: 0;
	padding: 3px 0 0 0;
}

div.element.location span.search input.input.text
{
	width: 128px;
	height: 24px;
	border: none;
	padding: 3px 0 0 0;
	margin: 0 8px 0 0;
	text-align: center;
	font-size: 1.2em;
	background: url(../images/locationsearch-input-text-bg.gif) top left no-repeat;
}

div.element.location span.search input.input.image
{
	
}

div.element.location span.result div.image
{
	float: left;
	width: 90px;
	padding: 10px 0 0 0;
	text-align: center;
}

div.element.location span.result div.content
{
	float: left;
}

div.element.location span.result h2.title
{
	color: #002c62;
	font-size: 1em;
	margin: 10px 0 10px 0;
	padding: 0;
}

div.element.location span.result div.text
{
	color: #002c62;
	margin: 0 0 3px 0;
	padding: 0;
	line-height: 1.5em;
	font-size: 0.9em;
}

div.element.location span.result div.text a
{
	text-decoration: underline;
}

div.element.location span.result div.text a:hover
{
	text-decoration: none;
}

div.element.location span.result div.link
{
	color: #002c62;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}

div.element.location span.result div.link a
{
	color: #002c62;
	font-weight: bold;
}

div.element.location span.error div.image
{
	float: left;
	width: 64px;
	padding: 11px 0 0 0;
	text-align: center;
}

div.element.location span.error div.content
{
	float: left;
}

div.element.location span.error h2.title
{
	color: #002c62;
	font-size: 1em;
	margin: 10px 0 10px 0;
	padding: 0;
}

div.element.location span.error div.text
{
	color: #002c62;
	margin: 0 0 3px 0;
	padding: 0;
	line-height: 1.5em;
	font-size: 0.9em;
}

div.element.location span.error div.text a
{
	text-decoration: underline;
}

div.element.location span.error div.text a:hover
{
	text-decoration: none;
}

div.element.location div.loading
{
	text-align: center;
	padding: 33px 0 0 0;
}

#col-right div.element.location div.loading
{
	padding: 38px 0 0 0;
}

#col-right div.element.location div.image

{
	padding-top: 15px;
}

#col-right div.element.location h2.title
{
	margin-top: 15px;
}

#col-right div.element.location span.search h2.title
{
	margin-top: 20px;
}


/**
 * Overviewbox
 */


#overview div.element.overviewbox
{
	display: block;
}

div.element.overviewbox
{
	float: left;
	width: 196px;
	margin: 0 10px 30px 0;
}

html>body div.element.overviewbox
{
	margin: 0 15px 30px 0;
}

div.element.overviewbox.large
{
	width: 408px;
}

div.element.overviewbox.middle
{
	width: 304px;
	margin: 0 9px 30px 0;
}

html>body div.element.overviewbox.middle
{
	width: 304px;
	margin: 0 13px 30px 0;
}

div.element.overviewbox div.image
{
	margin: 0 0 2px 0;
	margin: 0 0 10px 0;
	padding: 0;
}

div.element.overviewbox h2.title
{
	font-size: 1.1em;
	margin: 0 0 2px 0;
	margin: 0 0 5px 0;
	padding: 0;
}

div.element.overviewbox div.text
{
	line-height: 1.4em;
	margin: 0 0 2px 0;
	margin: 0 0 2px 0;
	padding: 0;
}

div.element.overviewbox div.link
{
	margin: 0;
	padding: 0;
	/*font-weight: bold;*/
	background: url(../images/pfeil-blau.gif) 0 3px no-repeat;
	padding: 0 0 0 12px;
}

div.element.overviewbox div.link a
{
	font-weight: bold;
	text-decoration: underline;
}


div.element.overviewbox div.link a:hover
{
	text-decoration: none;
}


/**
 * Newsliste
 */
 
div.element.newslist
{
	display: block;
}

div.element.newslist.list
{
	margin: 0 0 45px 0;
}

div.element.newslist.list
{
	margin-top: 25px;
}

div.element.newslist div.item
{
	margin: 0 0 15px 0;
}

div.element.newslist.list div.item
{
	margin: 0 0 40px 0;
}

div.element.newslist div.date
{
	float: left;
	width: 95px;
	border-right: 1px solid #a9adb6;
}

div.element.newslist span.day,
div.element.newslist span.year
{
	color: #c0c3c9;
	color: #707070;
	display: block;
	font-size: 1em;
}

div.element.newslist span.year
{
	display: block;
	font-size: 2.1em;
}

div.element.newslist div.content
{
	float: right;
	padding: 0;
	width: 500px;
}

div.element.newslist h2.title a
{
	line-height: 1.5em;
	text-decoration: underline;
}

div.element.newslist h2.title a:hover
{
	text-decoration: none;
}

div.element.newslist div.text
{
	line-height: 1.5em;
	padding: 0 0 5px 0;
}

div.element.newslist div.link
{
	background: url(../images/news-pfeil.gif) 0 3px no-repeat;
	padding: 0 0 0 15px;
}

div.element.newslist div.link a
{
	font-weight: bold;
	color: #878b95;
	text-decoration: underline;
}

div.element.newslist div.link a:hover
{
	text-decoration: none;
}






/**
 * Newsliste Rand
 */
 
#col-right div.element.newslist.teaser
{
	display: block;
}

div.element.newslist.teaser
{
	margin: 0 0 40px 0;
	padding: 0 10px 0 15px;
}

div.element.newslist.teaser h4.title
{
	margin: 0 0 15px 0;
	padding: 0;
}

div.element.newslist.teaser div.item
{
	margin: 0 0 15px 0;
}

div.element.newslist.teaser div.date
{
	float: left;
	width: 70px;
	border-right: 1px solid #a9adb6;
}

div.element.newslist.teaser span.day,
div.element.newslist.teaser span.year
{
	color: #707070;
	display: block;
	font-size: 0.9em;
}

div.element.newslist.teaser span.year
{
	display: block;
	font-size: 2em;
}

div.element.newslist.teaser div.content
{
	float: right;
	padding: 0;
	width: 185px;
}

div.element.newslist.teaser h2.title a
{
	line-height: 1.5em;
	text-decoration: underline;
	/*font-weight: normal;*/
}

div.element.newslist.teaser h2.title a:hover
{
	text-decoration: none;
}

div.element.newslist.teaser div.text
{
	line-height: 1.5em;
	padding: 0 0 5px 0;
	display: none;
}

div.element.newslist.teaser div.link
{
	background: url(../images/news-pfeil.gif) 0 3px no-repeat;
	padding: 0 0 0 15px;
}

div.element.newslist.teaser div.link a
{
	font-weight: bold;
	color: #878b95;
	text-decoration: underline;
}

div.element.newslist.teaser div.link a:hover
{
	text-decoration: none;
}


/**
 * Newsdetails
 */
 
div.element.newsdetails
{
	display: block;
}

div.element.newsdetails
{
	margin: 25px 0 15px 0;
}

div.element.newsdetails div.date
{
	float: left;
	width: 85px;
	border-right: 1px solid #a9adb6;
}

div.element.newsdetails span.day,
div.element.newsdetails span.year
{
	color: #c0c3c9;
	color: #707070;
	display: block;
	font-size: 1em;
}

div.element.newsdetails span.year
{
	display: block;
	font-size: 2.1em;
}

div.element.newsdetails div.content
{
	float: right;
	padding: 0;
	width: 510px;
}

div.element.newsdetails h2.title
{
	marging: 0;
	padding: 0 0 20px 0;
}

div.element.newsdetails div.teaser
{
	line-height: 1.5em;
	margin: 0 0 25px 0;
	padding: 0;
	font-style: italic;
}

div.element.newsdetails div.text
{
	line-height: 1.5em;
	padding: 0 0 35px 0;
}

div.element.newsdetails div.link
{
	background: url(../images/news-pfeil.gif) 0 3px no-repeat;
	padding: 0 0 0 15px;
}

div.element.newsdetails div.link a
{
	font-weight: bold;
	color: #707070;
	text-decoration: underline;
}

div.element.newsdetails div.link a:hover
{
	text-decoration: none;
}

div.element.newsdetails p
{
	margin: 0 0 1em 0;
	padding: 0;
}

/**
 * Sitemap
 */

.sitemap
{
	margin: 0 0 30px 0;
}
 
.sitemap ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.sitemap ul li
{
	
}

.sitemap ul a
{
	background: url(../images/icon-file-blank.gif) left no-repeat;
	padding: 7px 0 7px 20px;
	display: block;
	margin: 3px 0 3px 0;
}

.sitemap ul ul
{
	margin: 5px 0 5px 25px;
}

/**
 * Startbox blau
 */
 
div.element.startbox
{
	display: block;
}

div.element.startbox
{
	padding: 0;
	width: 100%;
	background: url(../images/startbox-bg.jpg) top left no-repeat;
	cursor: pointer;
}

div.element.startbox div.shadow
{
	height: 138px;
	background: url(../images/startbox-shadow.jpg) bottom left no-repeat;
}

div.element.startbox div.image
{
	float: left;
	width: 60px;
	padding: 17px 0 0 0;
	text-align: center;
}

div.element.startbox div.content
{
	float: left;
	width: 222px;
}

div.element.startbox h2.title
{
	color: #fff;
	font-size: 1.2em;
	margin: 10px 0 5px 0;
	padding: 0;
}

div.element.startbox div.text
{
	color: #95aed0;
	margin: 0 0 3px 0;
	padding: 0;
	line-height: 1.5em;
	font-size: 0.9em;
}

div.element.startbox div.link
{
	color: #fdce00;
	font-size: 0.9em;
	text-align: right;
	margin: 10px 0 0 0;
}

div.element.startbox div.link a
{
	color: #fdce00;
}

div.element.startbox div.link img
{
	margin: 0 0 -1px 0;
}

/**
 * Login
 */

div.element.login
{
	display: block;
}

div.element.login
{
	padding: 0 0 0 55px;
	background: url(../images/login-bg.jpg) top left no-repeat #fff;
}

div.element.login form.form.login
{
	
}

div.element.login h3.title
{
	color: #00214e;
	font-size: 1.2em;
	padding: 10px 0 10px 0;
	margin: 0;
}

div.element.login div.text
{
	line-height: 1.5em;
	margin: 0 0 10px 0;
}

div.element.login form.form.login
{
	
}

div.element.login input.input.text,
div.element.login input.input.password
{
	float: left;
	width: 155px;
	font-size: 1em;
	border: 1px solid #6a6d77;
	color: #707070;
	margin: 0 0 8px 0;
	padding: 3px;
}

div.element.login input#login-password
{
	width: 129px;
}

div.element.login input.input.image
{
	float: left;
	width: 21px;
	height: 20px;
	margin: 0 0 0 5px;
}

div.element.login div.fieldset
{
	float: none;
	clear: both;
	margin: 10px 0 0 0;
	padding: 0;
	width: 100%;
}

div.element.login span.label
{
	margin: 0;
	padding: 0;
	width: 70px;
	float: left;
	color: #00214e;
}

div.element.login input.input.checkbox
{
	margin: 0;
	padding: 0;
	float: left;
}

div.element.login div.link
{
	padding: 10px 0 0 0;
	font-size: 0.9em;
}

div.element.login div.link a
{
	text-decoration: underline;
}

div.element.login div.link a:hover
{
	text-decoration: none;
}

#start div.element.login div.link a.button
{
	width: 163px;
	padding: 5px 0 20px 0;
	margin: 0 10px 0 0;
}

/*****************************************/

#main div.element.login
{
	padding: 0 0 30px 40px;
	background: none;
}

#main div.element.login form.form.login
{
}

#main div.element.login h3.title
{
	color: #00214e;
	font-size: 1.2em;
	padding: 10px 0 10px 0;
	margin: 0;
}

#main div.element.login div.text
{
	line-height: 1.5em;
	margin: 0 0 10px 0;
}

#main div.element.login form.form.login
{
	
}

#main div.element.login input.input.text,
#main div.element.login input.input.password
{
	float: left;
	width: 350px;
	font-size: 1em;
	border: 1px solid #6a6d77;
	color: #707070;
	margin: 0 0 8px 0;
	padding: 3px;
}

#main div.element.login input#login-password
{
	width: 350px;
}

#main div.element.login div.fieldset
{
	float: none;
	clear: both;
	margin: 10px 0 0 0;
	padding: 0;
	width: 100%;
}

#main div.element.login span.label
{
	margin: 0;
	padding: 0;
	width: 175px;
	float: left;
	color: #00214e;
}

#main div.element.login input.input.checkbox
{
	margin: 0;
	padding: 0;
	float: left;
}

#main div.element.login input.input.submit
{
	width: 243px;
	padding: 3px 0 20px 0;
	margin: 0 0 0 282px;
	text-align: center;
	background: url(../images/button-bg.gif) top center no-repeat;
	border: none;
	color: #fff;
	cursor: pointer;
}

#main div.element.login div.link
{
	padding: 10px 0 0 0;
	font-size: 0.9em;
}

#main div.element.login div.link a
{
	text-decoration: underline;
}

#main div.element.login div.link a:hover
{
	text-decoration: none;
}

#start div.element.login div.link a.button
{
	width: 163px;
	padding: 5px 0 20px 0;
	margin: 0 10px 0 0;
}


/**
 * Loginshortcut
 */

div.element.loginshortcut
{
	display: block;
}

div.element.loginshortcut
{
	height: 38px;
	padding: 12px 0 0 40px;
	background: url(../images/loginshortcut-bg.gif) 23px 10px no-repeat;
}

div.element.loginshortcut a
{
	color: #00214e;
	text-decoration: underline;
}

div.element.loginshortcut a:hover
{
	text-decoration: none;
}

html>body div.element.loginshortcut
{
	height: 26px;
}

/**
 * Loginprofil
 */

div.element.loginprofile
{
	display: block;
}

div.element.loginprofile
{
	height: 38px;
	padding: 7px 12px 0 10px;
	font-size: 0.9em;
	color: #00214e;
}

html>body div.element.loginprofile
{
	height: 31px;
}

div.element.loginprofile a
{
	color: #00214e;
	text-decoration: underline;
}

div.element.loginprofile a:hover
{
	text-decoration: none;
}

div.element.loginprofile div.name
{
	float: left;
}

div.element.loginprofile div.links
{
	float: right;
}

/**
 * Suchergebnis
 */


#col-left div.element.searchresult
{
	display: block;
}

div.element.searchresult
{
	float: none;
	clear: both;
	margin: 0 0 40px 10px;
	padding: 0;
	width: 100%;
}

div.element.searchresult .title
{
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: bold;
}

div.element.searchresult .text
{
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1.5em;
}

div.element.searchresult .info
{
	margin: 0;
	padding: 0;
}

/**
 * Listnavi
 */

#col-left div.element.listnavi
{
	display: block;
}

div.element.element.listnavi
{
	width: 100%;
	padding: 15px 0 30px 10px;
}

div.element.element.listnavi p.resulttext
{
	margin: 0 0 15px 0;
}

div.element.element.listnavi p.pagetext
{
	float: left;
	margin: 0 10px 0 0;	
}

div.element.element.listnavi ul.pages
{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

div.element.element.listnavi ul.pages li
{
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}

div.element.element.listnavi ul.pages li strong a
{
	color: #000;
	text-decoration: none;
	cursor: default;
}

div.element.element.listnavi ul.navi
{
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

div.element.element.listnavi ul.navi li
{
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
}

/**
 * Searchinfo
 */

div.element.searchinfo
{
	display: none;
}

/**
 * Box Suchformular
 */

#col-left div.element.searchbox
{
	display: block;
}

div.element.searchbox
{
	float: none;
	clear: both;
	margin: 0 0 30px 10px;
	padding: 0;
	width: 100%;
}

div.element.searchbox form.form
{
	margin: 0;
	padding: 0;
}

div.element.searchbox span.label
{
	float: left;
	margin: 3px 8px 0 0;
}

div.element.searchbox input.input.text
{
	float: left;
	width: 350px;
	height: 16px;
	border: 1px solid #646772;
	margin: 0;
	padding: 2px 0 0 2px;
	color: #969696;
}

/**
 * Termine
 */

div.element.appointment.list
{
	display: block;
}

div.element.appointment.list
{
	float: none;
	clear: both;
	margin: 0 0 30px 0;
	padding: 0;
	width: 100%;
}

div.element.appointment.list div.item
{
	width: 100%;
	margin: 0 0 20px 0;
}

div.element.appointment.list div.date
{
	float: left;
	width: 180px;
}

div.element.appointment.list div.content
{
	float: left;
	width: 400px;
}


/**
 * Powermail
 **/

div.element.powermail
{
	display: block;
}

div.element.powermail span.label
{
	width: 175px;
}

div.element.powermail input.input.text
{
	border: 1px solid #ccc;
	color: #002c62;
	width: 350px;
	margin: 0 0 20px 0;
	padding: 3px;
}

div.element.powermail select.input.select
{
	border: 1px solid #ccc;
	color: #002c62;
	width: 350px;
	margin: 0 0 20px 0;
	padding: 3px;
}

div.element.powermail textarea.input.textarea
{
	border: none;
	border: 1px solid #ccc;
	color: #002c62;
	width: 350px;
	margin: 0 0 20px 0;
	padding: 3px;
	height: 250px;
}

div.element.powermail div.padding
{
	padding: 0 0 0 175px;
}

div.element.powermail span.label.checkbox
{
	width: 350px;
}

div.element.powermail input.input.submit
{
	width: 243px;
	padding: 3px 0 20px 0;
	margin: 0 0 0 282px;
	text-align: center;
	background: url(../images/button-bg.gif) top center no-repeat;
	border: none;
	color: #fff;
	cursor: pointer;
}


div.tx-powermail-pi1
{
	color: #002c62;	
}

div.tx-powermail-pi1 div.tx-powermail-pi1_mandatory ul
{
	color: #002c62;	
}

input.tx-powermail-pi1_mandatory_submit
{
	width: 243px;
	padding: 3px 0 20px 0;
	margin: 25px 0 0 282px;
	text-align: center;
	background: url(../images/button-bg.gif) top center no-repeat;
	border: none;
	color: #fff;
}

div.tx-powermail-pi1_thx
{
	line-height: 1.5em;
}

/**
 *  Teamliste
 */

div.element.employee.list
{
	display: block;
	margin: 0;
}

div.element.employee.list div.department
{
	width: 100%;
}

div.department
{
	padding: 0 0 20px 0;
}

div.department h3.title
{
	background: #00214e;
	background: #a0a0a0;
	background: #dadbdf;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	color: #00214e;
	margin: 0;
	padding: 0;
}

div.department h3.title a
{
	display: block;
	text-decoration: none;
	color: #fff;
	color: #00214e;
	padding: 7px 10px;
}

div.department h3.title span.title
{
	display: block;
	float: left;
	font-weight: bold;
}

div.department h3.title span.link
{
	display: block;
	float: right;
	font-size: 0.9em;
}

div.department div.item 
{
	margin: 10px 0 0 10px;
	width: 100%;
}

html>body div.department div.item 
{
	margin: 10px 10px 0 10px;
}

div.department div.item div.image
{
	float: left;
	width: 170px;
}

div.department div.item div.content
{
	float: left;
	width: 430px;
	padding: 25px 0 0 0;
}

html>body div.department div.item div.content
{
	width: 450px;
}

div.department div.item h4.title
{
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1.5em;
}

div.department div.item div.text
{
	line-height: 1.5em;
}

/**
 * Terminliste
 */
 
#main div.element.appointmentlist
{
	display: block;
}

div.element.appointmentlist
{
	
}

div.element.appointmentlist div.item
{
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	width: 100%;
}

div.element.appointmentlist div.date
{
	line-height: 2em;
	color: #707070;
	float: left;
	width: 85px;
	border-right: 1px solid #a9adb6;
}

div.element.appointmentlist div.content
{
	line-height: 1.5em;
	float: right;
	width: 510px;
}

div.element.appointmentlist h3.title
{
	line-height: 1.5em;
}

div.element.appointmentlist div.eventlocation
{
	line-height: 1.5em;
	padding: 0 0 5px 0;
}

div.element.appointmentlist div.link
{
	background: url(../images/news-pfeil.gif) 0 3px no-repeat;
	padding: 0 0 0 15px;
}

div.element.appointmentlist div.link a
{
	font-weight: bold;
	color: #878b95;
	text-decoration: underline;
}

div.element.appointmentlist div.link a:hover
{
	text-decoration: none;
}

/**
 * Terminteaser
 */
 
#main #col-right div.element.appointmentlist
{
	display: block;
}

#main #col-right div.element.appointmentlist
{
	margin: 0 0 40px 0;
	padding: 0 10px 0 15px;
}

#main #col-right div.element.appointmentlist div.item
{
	margin: 0 0 15px 0;
	padding: 0;
	width: 100%;
}

#main #col-right div.element.appointmentlist div.date
{
	line-height: 2em;
	color: #707070;
	float: left;
	width: 85px;
	border-right: 1px solid #a9adb6;
}

#main #col-right div.element.appointmentlist div.content
{
	float: right;
	width: 170px;
}

#main #col-right div.element.appointmentlist h3.title
{
	line-height: 1.5em;
}

#main #col-right div.element.appointmentlist div.eventlocation
{
	line-height: 1.5em;
	padding: 0 0 5px 0;
}

#main #col-right div.element.appointmentlist div.link
{
	background: url(../images/news-pfeil.gif) 0 3px no-repeat;
	padding: 0 0 0 15px;
	display: none;
}

#main #col-right div.element.appointmentlist div.link a
{
	font-weight: bold;
	color: #878b95;
	text-decoration: underline;
}

#main #col-right div.element.appointmentlist div.link a:hover
{
	text-decoration: none;
}




/**
 * Termindetails
 */
 
div#calendar-event
{
	display: block;
}

div#calendar-event
{
	margin: 25px 0 15px 0;
}

div#calendar-event div.date
{
	padding: 5px 0 10px 0;
	color: #00214E;
	font-weight: bold;
	border-bottom: 1px solid #a9adb6;
}

div#calendar-event span.startdate,
div#calendar-event span.enddate
{
	color: #00214E;
	font-size: 1.1em;
}


div#calendar-event div.content
{
	padding: 0;
}

div#calendar-event h2.title
{
	margin: 0;
	padding: 0 0 0 0;
	font-size: 1.3em;
}

div#calendar-event div.teaser
{
	line-height: 1.5em;
	padding: 0 0 25px 0;
	font-style: italic;
}

div#calendar-event div.text
{
	line-height: 1.5em;
	padding: 30px 0 20px 0;
}

div#calendar-event div.link,
#calendar-event-backlink
{
	background: url(../images/news-pfeil.gif) 0 3px no-repeat;
	padding: 0 0 0 15px;
}

div#calendar-event div.link a,
#calendar-event-backlink a
{
	font-weight: bold;
	color: #707070;
	text-decoration: underline;
}

div#calendar-event div.link a:hover
{
	text-decoration: none;
}

div#calendar-event p
{
	margin: 0 0 1em 0;
	padding: 0;
}



/**
 * Element imageh
 */

#main div.element.imageh
{
	display: block;
}

div.element.imageh
{
	padding: 0 0 40px 0;
	width: 100%;
}

div.element.imageh h2.title
{
	font-size: 1.3em;
}

div.element.imageh div.image
{
	float: left;
	padding: 4px 4px 4px 4px;
	background-color: #e1e2e6;
	width: 197px;
}

div.element.imageh span.zoom
{
	padding: 3px 0 2px 20px;
	background: url(../images/lightbox-zoom.gif) bottom left no-repeat #e1e2e6;
	display: block;
}

div.element.imageh div.label
{
	float: right;
	width: 398px;	
}

#products div.element.imageh div.label
{
	padding: 0 20px 0 0;
}

/**
 * Element imagehsmall
 */

#col-right div.element.imagehsmall
{
	display: block;
}

div.element.imagehsmall
{
	padding: 0 0 30px 0;
	width: 100%;
}

div.element.imagehsmall h2.title
{
	font-size: 1.1em;
}

div.element.imagehsmall div.image
{
	float: left;
	padding: 0 20px 0 20px;
}

div.element.imagehsmall div.label
{
	float: left;
	width: 140px;	
	padding: 30px 20px 0 0;
}

div.element.imagehsmall div.link
{
	margin: 5px 0 0 5px;
	padding: 0;
	/*font-weight: bold;*/
	background: url(../images/pfeil-blau.gif) 0 3px no-repeat;
	padding: 0 0 0 12px;
}

div.element.imagehsmall div.link a
{
	font-weight: bold;
	text-decoration: underline;
}


div.element.imagehsmall div.link a:hover
{
	text-decoration: none;
}


/**
 * Element image
 */

#main div.element.imgright
{
	display: block;
}

#col-right div.element.imgright
{
	float: left;
	width: 119px;
	margin: 0 0 10px 15px;
	background: url(../images/bg-produktionsbild.gif) bottom left #e1e2e6 no-repeat;
	display: inline; /** Double Float Margin bug - IE 6 **/
}

#col-right div.element.imgright div.image
{
	text-align: center;
	padding: 3px 3px 8px 3px;
}

/**
 * Element customer
 */

#main div.element.customer
{
	display: block;
}

div.element.customer
{
	padding: 0 0 40px 0;
	width: 100%;
}

div.element.customer h3.title
{
	font-size: 1.3em;
}

div.element.customer div.image
{
	float: left;
}

div.element.customer div.label
{
	float: right;
	width: 440px;	
	padding: 25px 0 0 0;
	line-height: 1.5em;
}

div.element.customer p
{
	margin: 0 0 1em 0;
	padding: 0;
}

#products div.element.customer div.label
{
	padding: 0 20px 0 0;
}

/**
 * Referenz
 */


#overview div.element.reference
{
	display: block;
}

div.element.reference
{
	float: left;
	width: 190px;
	margin: 0 16px 30px 0;
}

html>body div.element.reference
{
	margin: 0 20px 30px 0;
}

div.element.reference div.image
{
	margin: 0 0 2px 0;
	margin: 0 0 10px 0;
	padding: 0;
}

div.element.reference h2.title
{
	font-size: 1.1em;
	margin: 0 0 2px 0;
	margin: 0 0 5px 0;
	padding: 0;
}

div.element.reference div.text
{
	line-height: 1.4em;
	margin: 0 0 2px 0;
	margin: 0 0 2px 0;
	padding: 0;
}

/**
 * Downloads
 */
 
div.element.downloads
{
	display: block;
	background: url(../images/downloads-bg-bottom.gif) bottom left no-repeat #e9eaec;
	padding: 0;
	width: 623px;
	margin: 0 0 30px 0;
}

div.element.downloads div.wrapper
{
	background: url(../images/downloads-bg-top.gif) top left no-repeat;
	padding: 10px 15px 0 15px;
}

div.element.downloads div.category
{
	padding: 0 0 25px 0;
}

div.element.downloads div.item
{
	padding: 0 0 1px 0;
	width: 100%;
}

div.element.downloads div.name,
div.element.downloads div.typ,
div.element.downloads div.download
{
	background-color: #dcddde;
	float: left;
}

div.element.downloads div.download
{
	background: url(../images/downloads-icon.gif) center left no-repeat #c0cad8;
}

div.element.downloads div.name
{
	padding: 10px 0 10px 7px;
	/*width: 313px;*/
	margin: 0 1px 0 0;
}

div.element.downloads div.name
{
	width: 306px;
}

div.element.downloads div.typ
{
	padding: 10px 0 10px 7px;
	/*width: 183px;*/
	margin: 0 1px 0 0;
}

div.element.downloads div.typ
{
	width: 176px;;
}

div.element.downloads div.download
{
	padding: 10px 0 10px 30px;
	/*width: 95px;*/
}

div.element.downloads div.download
{
	width: 65px;
}

/**
 * Element product
 */

#main div.element.product
{
	display: block;
}

div.element.product
{
	padding: 0 0 40px 0;
	width: 100%;
}

div.element.product h2.title
{
	font-size: 1.3em;
}

div.element.product div.image
{
	float: left;
	padding: 4px 4px 4px 4px;
	width: 90px;
}

div.element.product div.label
{
	float: right;
	width: 498px;	
	line-height: 1.5em;
}

div.element.product div.label p
{
	margin: 0 0 1em 0;
}

/**
 * Statusbox
 */

div.element.statusbox
{	
	padding: 0 10px 0 15px;
}

div.element.statusbox div.label
{
	line-height: 1.5em;
	margin: -30px 0 0 0;
	padding: 0 10px;
}

div.element.statusbox div.label p
{
	margin: 0 0 1em 0;
}

div.element.statusbox a.button
{
	float: none;
}

/**
 * Lost Password
 */
 
#main div.element.password,
#start div.element.password
{
	display: block;
}

div.element.password div.text
{
	margin: 0 0 10px 0;
	line-height: 1.5em;
}

div.element.password input.input.submit
{
	width: 200px;
	padding: 3px 0 8px 0;
	margin: -5px 0 0 0;
	text-align: center;
	background: url(../images/button-bg.gif) top center no-repeat;
	border: none;
	color: #fff;
	float: right;
}

div.element.password #f-username,
div.element.password #f-password1,
div.element.password #f-password2
{
	width: 240px;
	padding: 2px;
}


/**
 * Powermail
 */

.tx-powermail-pi1_confirmation_back
{
	width: 200px;
	padding: 3px 0 8px 0;
	margin: 15px 0 0 0;
	text-align: center;
	background: url(../images/button-bg.gif) top center no-repeat;
	border: none;
	color: #fff;
	float: left;
}

.tx-powermail-pi1_confirmation_submit
{
	width: 200px;
	padding: 3px 0 8px 0;
	margin: 15px 0 0 0;
	text-align: center;
	background: url(../images/button-bg.gif) top center no-repeat;
	border: none;
	color: #fff;
	float: right;
}

/**
 * Employee
 */


div.element.employeelist
{
display: block;
font-size: 0.1em;
line-height: 0.1em;
width: 100%;
}

div.element.employeelist div.item-small
{
	float: left;
	width: 200px;
	height: 200px;
	padding: 0;
	margin: 0;
}

div.element.employeelist div.item-big
{
	float: left;
	width: 156px;
	height: 156px;
	padding: 0;
	margin: 0;
}

div.element.employeelist div.employee_info
{
display: none;
position: absolute;
}

.disabled img
{
filter:alpha(opacity=25); 
opacity: 0.25; 
-moz-opacity:0.25;
}

/**
 * Mitarbeiter Filter
 */
	 
div.element.employeefilter
{
display: block;
}

div.element.employeefilter
{
margin: 0 0 50px 0;
padding: 0 15px;
}

div.element.employeefilter input.input.text
{
border: 1px solid #b5b6bb;
margin: 0 5px 10px 0;
padding: 3px 0 2px 10px;
height: auto;
width: 220px;
}

div.element.employeefilter input.input.image
{
width: 21px;
height: 20px;
}

div.element.employeefilter br
{
clear: both;
float: none;
}

div.element.employeefilter label
{
cursor: pointer;
}

div.element.employeefilter ul
{
list-style: none;
margin: 0;
padding: 0;
width: 350px;
width: 100%;
float: left;
z-index: 100;
background: url(/fileadmin/geckologic/website/images/employeefilter-select-bg.jpg) top left repeat-x #f6f6f8;
margin: 0 0 10px 0;
}

div.element.employeefilter h2
{
font-size: 11px;
display: block;
margin: 0;
padding: 4px 10px;
background: url(/fileadmin/geckologic/website/images/employeefilter-select-a-bg.gif) right no-repeat;
border: 1px solid #b5b6bb;
}

div.element.employeefilter li:hover h2
{
border: 1px solid #b5b6bb;
border-bottom: 1px solid #f6f6f8;
}

div.element.employeefilter span
{
display: block;
border: solid #b5b6bb;
border-width: 0 1px;
color: #00214e;
padding: 2px 10px;
}

div.element.employeefilter li
{
position: relative;
}

div.element.employeefilter ul#unternehmen li
{
z-index: 550;
}
div.element.employeefilter ul#standort li
{
z-index: 450;
}

div.element.employeefilter ul#niederlassung li
{
z-index: 350;
}

div.element.employeefilter ul#abteilung li
{
z-index: 250;
}

div.element.employeefilter ul ul
{
position: absolute;
background: #f6f6f8;
border-bottom: 1px solid #b5b6bb;
margin: 0;
}

div.element.employeefilter ul ul ul
{
position: absolute;
top: 0;
left: 100%;
} 

div.element.employeefilter ul ul,
div.element.employeefilter ul li:hover ul ul,
div.element.employeefilter ul ul li:hover ul ul
{
display: none;
}

div.element.employeefilter ul li:hover ul,
div.element.employeefilter ul ul li:hover ul,
div.element.employeefilter ul ul ul li:hover ul
{
display: block;
}

div.element.employeefilter ul#unternehmen ul
{
z-index: 500;
}

div.element.employeefilter ul#standort ul
{
z-index: 400;
}

div.element.employeefilter ul#niederlassung ul
{
z-index: 300;
}

div.element.employeefilter ul#abteilung ul
{
z-index: 200;
}

div.employee_info
{
width: 100%;
}

/* global */
#cluetip-close img
{
border: 0;
}
#cluetip-title
{
overflow: hidden;
}

#cluetip-title #cluetip-close
{
float: right;
position: relative;
}

#cluetip-waitimage
{
width: 43px;
height: 11px;
position: absolute;
background-image: url(../images/wait.gif);
}

.cluetip-arrows
{
display: none;
position: absolute;
top: 0;
left: -11px;
height: 22px;
width: 11px;
background-repeat: no-repeat;
background-position: 0 0;
}

#cluetip-extra
{
display: none;
}

.cluetip-gecko
{
font-size: 0.7em;
}

.cluetip-gecko #cluetip-outer
{
position: relative;
margin: 0;
background: url(/fileadmin/geckologic/website/images/employee_info-bg.png) top left repeat;
}

.cluetip-gecko h3#cluetip-title
{
display: none;
}

.cluetip-gecko #cluetip-title a
{

}  

.cluetip-gecko #cluetip-inner
{
padding: 10px;
}

.cluetip-gecko div#cluetip-close
{ 
text-align: right;
margin: 0 5px 0 0;
height: 20px;
font-weight: bold;
}

.cluetip-gecko div#cluetip-close a
{ 
text-decoration: none;
}

/* default arrows */
.clue-right-gecko .cluetip-arrows
{
display: none;
}

.clue-left-gecko .cluetip-arrows
{
display: none;
}

.clue-top-gecko .cluetip-arrows
{
display: none;
}  

.clue-bottom-gecko .cluetip-arrows
{
display: none;
}

/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner
{
position: relative;
}

.cluetip-gecko div.employee_info
{
width: 100%;
text-align: left;
margin: -20px 0 0 0;
}

.cluetip-gecko div.image
{
float: left;
width: 195px;
}

.cluetip-gecko div.content
{
float: left;
width: 280px;
}

.cluetip-gecko div.content h3.title
{
font-size: 1.5em;
margin: 0 0 10px 0;
padding: 0;
color: #ffc808;
}

.cluetip-gecko div.content div.company,
.cluetip-gecko div.content div.divisions,
.cluetip-gecko div.content div.caption,
.cluetip-gecko div.content div.branch,
.cluetip-gecko div.content div.location,
.cluetip-gecko div.content div.email
{
margin: 0 0 5px 0;
padding: 0;
color: #fff;
}

.cluetip-gecko div.content div.company
{
margin: 0 0 10px 0;
}

.cluetip-gecko div.content div.email
{
margin: 25px 0 0 0;
}

.cluetip-gecko a
{
color: #fff;
}

/**
 * Tabs
 */

div.tabs
{
	display: block;
}

div.tabs
{
	width: 100%;
	background: url(../images/tabs-bg.gif) bottom left repeat-x;	
	border-bottom: 1px solid #cbcccf;
	margin: 0 0 25px 0;
}

#overview div.tabs
{
	width: 620px;
}

div.tabs ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

div.tabs ul li
{
	float: left;
	padding: 0 2px 0 0;
	background: url(../images/tab-on-l.gif) top left no-repeat;
	cursor: pointer;
	list-style-type: none;
	list-style:none;
	margin: 0 2px 0 0 !important;
	padding: 0 0 0 14px !important;
}

div.tabs a
{
	background: url(../images/tab-on-r.gif) top right no-repeat;
	display: block;
	float: left;
	height: 24px;
	line-height: 24px;
	color: #002c62;
	padding: 2px 12px 0 0;
	text-decoration: none;
	outline:0;
}

div.tabs li.active
{
	background: url(../images/tab-off-l.gif) top left no-repeat;
	font-weight: bold;
}

div.tabs li.active a
{
	background: url(../images/tab-off-r.gif) top right no-repeat;
	font-weight: bold;
}



/*]]>*/
