/* DATEI: cms.css  */
/* Hebetec Enginnering AG */
/* (c) Intersim AG - Burgdorf */

/*--------------------------------------- Elemente ---------------------------------------*/
body {
	background-image:url(/design/images/bg.gif);
	background-repeat:repeat-y;
	background-color:#FFF;
	color:#000;
	padding:0px;
	margin:0px;
	font-size:11px;
}

body, h1, h2, h3, h4, h5, h6 {font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; line-height:normal;}

p, table, td, th, ul, ol, select, textarea, input, form {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:11px; line-height:normal;}

input {vertical-align:middle;}

pre {font-family:"Courier New", Courier, monospace;	color:#000;}

address {font-style:italic;}

img {border:0px none;}

/* --------- Titel im Hauptteil --------- */
h1 {font-size:16px; font-weight:bold;}
h2 {font-size:14px; font-weight:bold;}
h3 {font-size:12px;	font-weight:bold;}
h4 {font-size:11px;	font-weight:bold;}
h5 {font-size:11px;	font-weight:bold; color:#666;}
h6 {font-size:10px;	font-weight:bold; color:#666;}

/*---------------------- Links ----------------------*/
/* Allgemein im Content-Bereich */
a:link    		{color:#000; background-color:transparent; text-decoration:underline;}
a:visited 		{color:#000; background-color:transparent; text-decoration:underline;}
a:hover   		{color:#339900; background-color:transparent; text-decoration:underline;}
a:active  		{color:#000; background-color:transparent; text-decoration:underline;}

/* Links bei Dokumenten-Suche */
a.doku:link		{color:#000; background-color:transparent; text-decoration:none;}
a.doku:visited	{color:#000; background-color:transparent; text-decoration:none;}
a.doku:hover	{color:#339900; background-color:transparent; text-decoration:underline;}
a.doku:active	{color:#000; background-color:#E8F0F9; text-decoration:none;}

/*--------------------------------------- Classes ---------------------------------------*/

/*--------- Allegemeine ---------*/

/* Inhalt-Tabelle (Admin-Bereich, allg. Seiten) */
.contTable {padding-left:0px;}

.small {font-size:10px;}

.bold {font-weight:bold;}

/* Schaltfl?che */
.bu { 
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000;
	background-color:#F1F1F1; 
	border:1px solid #CCC;
}

/*--------- Classes Admin-Bereich  ---------*/

/* Titel */
.AdminTabTitle {background-color:#CCC; color:#000; font-weight:bold;}

/* Normale Zeile */
.AdminTabRowLight {color:#000; background-color:#FFFFFF;}

/* Alternative Zeile */
.AdminTabRowDark {color:#000; background-color:#F1F1F1;}

/* Effekt-Zeile */
.AdminTabRowEffect {color:#000;	background-color:#DFEECC;}

/*--------- Classes Teaser  ---------*/

/* Titel-Div */
.teaserTitle { }

/* Titelzeilen-Text */
.pTeaserTitle { }

/* Inhalt-Div */
.teaserCont { }

/* Inhalt-Text */
.pTeaserCont { }

/* Mehr... nach Teaser Content */
.tMore { }

/* New! neben Teaser-Titel */
.tNew { }

.teaserContSmall { }

/*--------- Classes Content-Auflistung -------*/

/* Inhalt-Div */
.cContList {clear:both;	padding:4px 0px 0px 0px; margin:0px;}

/* Inhaltkopf-Div */
.cContListHeader {clear:both;}

/* Headlines */
h2.cContListHeader { }

/* Headlines */
h1.cContListHeader { }

h4.cContListHeaderCompact {
 display:block;
 font-weight:bold;
 margin-bottom:-10px;
}


/* Inhalt-Div */
.cContListText {
	margin-top:10px; 
	clear:both;
	float:left;	
	padding-left:10px;
	}

/* Inhalt-Spalte1 */
.cContListTextCol1 {
	margin-top:10px; 
	clear:both;
	}

/* Inhalt-Spalte2 */
.cContListTextCol2 {
	margin-top:10px; 
	clear:both;
	padding-left:10px;
	}

/* Inhaltfuss-Div */
.cContListFooter {clear:both; height:20px;}

/* Mehr... */
.cMore {display:block; font-size:10px; text-decoration:underline; cursor:pointer;}

/* Neu! */
.cNew {float:right;	background-color:#666; color:#FFF; font-size:9px; padding:0 1px 0 1px;	margin:0 0 0 3px; text-decoration:none;}


.cContListImageLink {
}

.cContListImage {
}

.cMoreLink {
	float:right;
}

.cNewLink {
	cursor:pointer;
}

/* --------- Suche --------- */
/* Class vom DIV */
.searchPos {margin:0; background-color:transparent;}

/* Class vom FORM */
.searchForm {margin:0; padding:0;}

/* Class vom INPUT submit */
.SearchButton {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	color:#FFFF99;
	background-color:transparent; 
	border:0px none;
	cursor:pointer;
}

/*--------------------------------------- DIV's ---------------------------------------*/

/*--------- Main DIV's ---------*/
#divTop {	
	clear:both;
	width:990px;
	height:115px;
	background-image:url(/design/images/bg_divTop.gif);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#FFF;
	padding:0;
	margin:0;
	z-index:0;
}

#divMiddle {
	clear:both;
	width:990px;
	height:auto;
	padding:0;
	margin:0;
	z-index:100;
}

/*--------- Top DIV's ---------*/
#divHead {				
	position:absolute;
	top:0px;
	left:0px;
	width:227px;
	height:115px;
	background-color:transparent;
	padding:0;
	margin:0;
	z-index:1;
}

#divTopnav {				
	position:absolute;
	top:51px;
	left:234px;
	width:287px;
	height:16px;
	background-color:transparent;
	padding:0;
	margin:0;
	z-index:1;
}
#divSearch {
	position:absolute;
	top:48px;
	left:797px;
	background-color:transparent;
	width:183px;
	height:20px;
	padding:0px;
	margin:0px;
	z-index:2;
}

/*--------- Middle DIV's ---------*/
#divMenu {
	position:absolute;
	top:114px;
	left:0px;
	width:171px;
	height:auto;
	padding:0;
	margin:0;
	background-color:transparent;
	z-index:101;
}

#divMenuTop{
	display:none;
}

#divMenuMiddle { 
	width:171px;
	height:auto;
	padding:0;
	margin:0;
	background-color:transparent;
}

#divMenuBottom {
	width:171px;
	height:auto;
	margin:0;
	padding:0;
	border-top:1px solid #666;
}

#divPrintview {
	position:absolute;
	top:114px;
	left:674px;
	background-color:transparent;
	width:300px;
	height:18;
	padding:0px;
	margin:0px;
	text-align:right;
	z-index:101;
}

#divContent {
	position:absolute;
	top:146px;
	left:227px;
	width:744px;
	height:auto;
	text-align:left;
	margin:0px;
	z-index:100;
}

#divContentBottom {display:none;}

div#divContent h1 { }

#divTeaser {display:none;}

#divTeaserTop {display:none;}

#divTeaserBottom {display:none;}

#divApp1 {display:none;}

#divApp2 {display:none;}

/*--------------------------------------- Module ---------------------------------------*/

/*--------- .NET ---------*/
.body_aspnet {									/* .net iframe im Content */
	background-image:none;
	background-color:#FFF;
	color:#000;
	padding:0px;
	margin:0px;
	font-size:11px;
} 

span {											/* .net-generierte span */
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size:11px;
	font-style:normal;  
	font-weight:normal;
	color:#000; 	
}

.status {										/* error + allg. Meldungen */
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;  
	font-weight:bold;
	color:#CC0000; 	
}

/*-- Reiter Navigationen (News Modul; Glossary Modul, ...) --*/

.nlglNav {				/* Registertitel - standard */
	font-weight:normal;
	font-size:11px;
	padding:2px 3px 2px 3px;
	border-left:1px solid #D9D9D9;	
	border-bottom:1px solid #339900;
	text-align:center;
}

.nlglNavSel {			/* Registertitel - selected */
	font-weight:bold;
	color:#000000;
	background-color:#F1F1F1;
	font-size:11px;
	padding:2px 3px 2px 3px;
	border-left:1px solid #D9D9D9;	
	border-bottom:1px solid #339900;
	text-align:center;
}

.nlglNavNotAvailable {		/* Registertitel - nicht vorhanden */
	font-weight:normal;
	color:#D9D9D9;
	font-size:11px;
	padding:2px 3px 2px 3px;
	border-left:1px solid #D9D9D9;	
	border-bottom:1px solid #339900;
	text-align:center;
}

.nlglNavHeader {			/* Kapiteltitel  */
	font-size:11px;
	color:#339900;
	font-weight:bold;
	border-bottom:1px solid #D9D9D9;
	margin:0px;
	padding:0px 0px 3px 0px;
	background-repeat:no-repeat;
}

.nlglListHeader {			/* Titel Listelement  */
	font-weight:bold;
	padding:3px 0px 3px 0px;
	margin:0px;
}

.nlglListCompact {
	padding:10px 0px 0px 0px;
}

.nlglListCompactDate {
	padding:10px 0px 0px 0px;
	font-weight:bold;
}


td.nlglNav a:link, td.nlglNavSel a:link, td.nlglListHeader a:link, td.nlglListCompact a:link, td.nlglListCompactDate a:link 				{color:#000; background-color:transparent; text-decoration:none;}
td.nlglNav a:visited, td.nlglNavSel a:visited,  td.nlglListHeader a:visited, td.nlglListCompact a:visited, td.nlglListCompactDate a:visited {color:#000; background-color:transparent; text-decoration:none;}
td.nlglNav a:hover, td.nlglNavSel a:hover, td.nlglListHeader a:hover, td.nlglListCompact a:hover, td.nlglListCompactDate a:hover			{color:#339900; background-color:transparent; text-decoration:none;}
td.nlglNav a:active, td.nlglNavSel a:active, td.nlglListHeader a:active, td.nlglListCompact a:active, td.nlglListCompactDate a:active 		{color:#000; background-color:transparent; text-decoration:none;}

/*--------- Polling ---------*/
div.teaserCont form {			/* Teaser-Formular */
	padding:0px;
	margin:0px 0px 0px 6px;
	border:0px;
}

form p.pTeaserCont span.tMore {	/* Teaser-Formular */
	float:none;
	padding-left:10px;
}

table.polling {					/* Resultate Detailsseite */
	border-collapse:collapse;
}

table.polling td {				/* Resultate Detailsseite */
	margin:0px;
	padding:3px;
	border:1px solid #339900;
}

/* ------- G?stebuch -------- */
.gbEntryListItemFooter{
	border-top:1px solid #D9D9D9;
}
.gbEntryListItemHeader {
	font-size:11px;
	font-weight:bold;
	border-bottom:1px solid #D9D9D9;
	background-color: #D9D9D9;
}

/*--------------------------------------- Design-spezifisch HEBETEC ---------------------------------------*/

/* Top Navigation */
.topNav {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
}

.topNavYellow {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFF99;
}

/* Top Navigation */
a.topNavYellow:link		{color:#FFFF99; background-color:transparent; font-weight:bold; text-decoration:underline;}
a.topNavYellow:visited	{color:#FFFF99; background-color:transparent; font-weight:bold; text-decoration:underline;}
a.topNavYellow:hover		{color:#FFF; background-color:transparent; font-weight:bold; text-decoration:underline;}
a.topNavYellow:active		{color:#FFFF99; background-color:transparent; font-weight:bold; text-decoration:underline;}

/* Sprachwechsel */
#divLanguages {
	position:absolute;
	top:51px;
	left:536px;
	width:246px;
	height:536px;
	background-color:transparent;
	padding:0;
	margin:0;
	z-index:1;
}

div#divPrintview a:link    {color:#666; font-weight:bold;}
div#divPrintview a:visited {color:#666; font-weight:bold;}
div#divPrintview a:hover	{color:#339900; font-weight:bold;}
div#divPrintview a:active	{color:#666; font-weight:bold;} 

/* Design-Detail Admin-Bereich */
.top_adminTeaser { }

/* Class Copyright-Text */
.addresse {
	text-align:left;
	margin:0px;
	padding:18px 4px 4px 15px;
}

/* Homepage mit Sprachwahl */

#divHomeBG {
	position:absolute;
	top:116px;
	left:170px;
	width:818px;
	height:352px;
	background-image:url(/design/images/Hebetec_homeBG.gif);
	background-repeat:no-repeat;
	z-index:101;
}

#home_D {
	position:absolute;
	top:159px;
	left:234px;
	width:105px;
	height:22px;
	z-index:102;
}

#home_F {
	position:absolute;
	top:260px;
	left:234px;
	width:105px;
	height:22px;
	z-index:102;
}

#home_E {
	position:absolute;
	top:361px;
	left:234px;
	width:105px;
	height:22px;
	z-index:102;
}

#homeAdresse {
	position:absolute;
	top:396px;
	left:0px;
	width:144px;
	height:71px;
	z-index:102;
}

#homeImages {
	position:absolute;
	top:116px;
	left:676px;
	width:113px;
	height:346px;
	z-index:103;
}

/* Homepage Sprachwechsel */
a.homeLang:link		{font-size:14px; color:#666; background-color:transparent; font-weight:bold; text-decoration:underline;}
a.homeLang:visited	{font-size:14px; color:#666; background-color:transparent; font-weight:bold; text-decoration:underline;}
a.homeLang:hover	{font-size:14px; color:#339900; background-color:transparent; font-weight:bold; text-decoration:underline;}
a.homeLang:active	{font-size:14px; color:#666; background-color:transparent; font-weight:bold; text-decoration:underline;}



