
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Body
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
 
body.print {
	background-color:#fff; 
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Search Form
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
.searchForm table {
	width:100%;
}
.searchForm input {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
}
.searchForm input.searchInput {
	width:80%;
}
.searchHeader {
	text-align:right;
	border-top: 1px solid #CCC;
	background-color: #EEE;
	font-size:70%;
}
.searchResult {
	margin-bottom:20px;
}
.searchResult span.title {
	display:block;
	font-weight:bold;
	color:#2200D5;
}
.searchResult span.title a {
	color:#2200D5;
}
.searchResult span.title a:visited {
	color:#91198B;
}
.searchResult span.description {
	display:block;
}
.searchResult span.linkpath {
	display:block;
	font-size:smaller;
	line-height:1.3em;
} 
.searchResult span.linkpath a {
	color:#008000;
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSLinkContainer
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSLinkContainer
	{
	background-color: #eee;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSFile / ZMSLinkElement
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSFile, div.ZMSLinkElement 
	{ 
	background-color: #F8F8F8;
	margin: 4px;
	}

div.ZMSFile.none, div.ZMSLinkElement.none 
	{
	background-color: transparent;
	border: 2px dashed #eee;
	}

div.ZMSFile.floatleft, div.ZMSLinkElement.floatleft 
	{ 
	float:left;
	width:50%
	}

div.ZMSFile.floatright, div.ZMSLinkElement.floatright 
	{ 
	float:right;
	width:50%
	}

div.ZMSFile div.title, div.ZMSLinkElement div.title 
	{
	font-size:x-small;
	white-space:nowrap;
	}

div.ZMSFile div.title a:link, div.ZMSFile div.title a:visited, 
div.ZMSLinkElement div.title a:link, div.ZMSLinkElement div.title a:visited 
	{
	font-weight:bold;
	font-size:x-small;
	text-decoration:none;
	color:black;
	}

div.ZMSFile div.text, div.ZMSLinkElement div.text 
	{
	font-size:xx-small;
	}

div.ZMSFile div.description, div.ZMSLinkElement div.description 
	{
	font-size:x-small;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSGraphic
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

a.fancybox img {
	padding:1px 1px 21px 1px;
	background:#fff url(/misc_/zms/zoom.gif) bottom right no-repeat;
}

div.ZMSGraphic {
	background-color: #F8F8F8;
	margin: 4px;
}

div.ZMSGraphic.left {
	text-align:left;
}

div.ZMSGraphic.right {
	text-align:right;
}

div.ZMSGraphic.center {
	text-align:center;
}

div.ZMSGraphic.floatleft {
	float:left;
	margin-right:10px;
}

div.ZMSGraphic.floatright {
	float:right;
	margin-left:10px;
}

div.ZMSGraphic.center {
	text-align:center;
}

div.graphic.alignleft {
	float:left;
	text-align:right;
}

div.graphic.alignright {
	float:right;
	text-align:right;
}

div.ZMSGraphic div.text {
	padding: 4px;
}

/*-- ## FF Patch ## --*/
div.ZMSGraphic.right div.graphic {
	width:100% !important; 
}
div.ZMSGraphic.right div.graphic img {
	display:inline !important;
}

a.zoom img.zoom {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/zoom.gif);
}

a.download img.download {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/download.gif);
}

a.superzoom img.superzoom {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/superzoom.gif);
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSTables
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

table.ZMSTable th {
	background-color:#DDEFFC; 
}

table.ZMSTable td {
	background-color:#EEEEEE; 
}

body.print table.ZMSTable th, 
body.print table.ZMSTable td {
	background-color:transparent; 
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSTeaser
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div#teaser
	{
	width:150px;
	font-size:x-small;
	}

div.ZMSTeaserContainer
	{
	padding:1px;
	margin-bottom:10px;
	}

div.ZMSTeaserElement
	{
	}

div.ZMSTeaserElement img.title
	{
	border: none;
	}

div.ZMSTeaserElement div.title a:link,
div.ZMSTeaserElement div.title a:visited,
div.ZMSTeaserElement div.title
	{
	font-weight:bold;
	text-decoration:none;
	color:black;
	padding: 2px;
	display: block;
	}

div.ZMSTeaserElement div.text a:link,
div.ZMSTeaserElement div.text a:visited,
div.ZMSTeaserElement div.text
	{
	}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(common/lightbox2.03a/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(common/lightbox2.03a/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(common/lightbox2.03a/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */form fieldset{

	background-color:#eee;

	border:1px solid #ccc;

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:12px;

	margin:20px 0px 20px 0px;

	width:350px;

	position:relative;

	display:block;

	padding: 0px 10px 10px 10px;

}



form fieldset legend{
	color:#666;
	font-weight:bold;
	font-size:100%;
	padding:10px 5px;

}



label{

	font-size:80%;

	display:block;

	float:left;

	width:100px;

	text-align:right;

	margin:6px 5px 0px 0px;

}



textarea {

width:250px;

border:1px solid #666;

margin:0px;

padding:0px;

}



#alert {

margin:5px;

padding:3px;

border:1px solid #666;

background:#FF7375;

display:none;

font-size:9px;

}/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- ASV specObj Guestbook
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

.asvGuestbookform {
	width:418px;
	margin:2.0em 0 0 0;
	padding:10px 10px 0 10px;
	border:solid 1px rgb(200,200,200);
	background-color:rgb(240,240,240);
	}

.asvGuestbookform fieldset {
	padding:20px 0 0 0 !important /*Non-IE6*/;
	padding:0 /*IE6*/;
	margin:0 0 20px 0;
	border:solid 1px rgb(220,220,220);
	}

.asvGuestbookform fieldset legend {
	margin:0 0 0 5px !important /*Non-IE*/;
	margin:0 0 20px 5px /*IE6*/;
	padding:0 2px 0 2px;
	color:rgb(80,80,80);
	font-weight:bold;
	font-size:130%;
	}

.asvGuestbookform label.left {
	float:left;
	width:100px;
	margin:0 0 0 10px;
	padding:2px;
	font-size:110%;
	}

.asvGuestbookform input.field {
	width:275px;
	padding:2px;
	border:solid 1px rgb(200,200,200);
	font-family:verdana,arial,sans-serif;
	font-size:110%;
	}

.asvGuestbookform textarea {
	width:275px;
	padding:2px;
	border:solid 1px rgb(200,200,200);
	font-family:verdana,arial,sans-serif;
	font-size:110%;
	}

.asvGuestbookform input.button {
	float:left;
	width:9.0em;
	margin-left:116px;
	margin-bottom:10px;
	padding:1px !important /*Non-IE6*/;
	padding:0 /*IE6*/;
	background:rgb(230,230,230);
	border:solid 1px rgb(150,150,150);
	text-align:center;
	font-family:verdana,arial,sans-serif;
	color:rgb(150,150,150);
	font-size:110%;
	}

.asvGuestbookform input.button:hover {
	cursor: pointer;
	border:solid 1px rgb(80,80,80);
	background:rgb(220,220,220);
	color:rgb(80,80,80);
	}

.asvGuestbookPostings {
	width:418px;
	margin:2.0em 0 0 0;
	padding:10px 10px 0 10px;
	border:solid 1px rgb(200,200,200);
	background-color:rgb(240,240,240);
	}
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] Misc
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSObject.new, div.ZMSObject.modified {
  border: 2px dashed blue;
  background-color: #F0F0FF;
} 
div.ZMSObject.deleted {
  border: 2px dashed red;
  background-color: #FFF0F0;
  color: red;
  text-decoration: line-through;
} 

span.unicode { 
  font-family:"Lucida Sans Unicode", "Arial Unicode MS", Arial, Helvetica, sans-serif;
}

span.highlight { 
  background-color: yellow;
  color: black;
  font-weight: bold;
}

/***************/
/* Colorscheme */
/***************/
.neutralColorBlack { background-color:#111; }
.neutralColorStrong0 { background-color:#999; }
.neutralColorMedium0 { background-color:#ccc; } 
.neutralColorLight0 { background-color:#eee; } 
.neutralColorWhite { background-color:#fff; }
.neutralColorTrans { background-color:#00FF00; } 

.primColorStrong0 { background-color:#028566; }
.primColorMedium0 { background-color:#bde0e0; } 
.primColorLight0 { background-color:#dbeeee; } 

.secndColorStrong0 { background-color:#760a1c; }
.secndColorMedium0 { background-color:#913b49; } 
.secndColorLight0 { background-color:#e4ced2; }

.teaserColor { background-color:#abda00; } 




/****************/
/* Navigation */
/***************/

.navMicro, .navMacroPub, .navMacroDoc {
font-family: Verdana,Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
text-decoration: none;
}

.navChannel {
font-family: Verdana,Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
text-decoration: none;
margin-left: 4px;
margin-right: 4px;
}

.navMacroPub  { 
line-height: 10px;
color : #003366;
text-decoration: None;
}

.navMacroPubIcon  { 
line-height: 10px;
}

.navMacroDoc  {  
line-height: 16px;
color : #16A548;
text-decoration: None;
font-size: 10px;
}

.navMacroDocIcon { 
line-height: 10px;
}

/***************/
/* Links */
/***************/

a:link  {
color:#760a1c;
text-decoration : none;

}

a:visited  {
color:#913b49;
text-decoration : none;
}

a:hover, a:active {
color:#760a1c;
text-decoration : underline;
}

a.navChannel:link, a.navChannel:visited {
font-family: Verdana,Geneva, Arial, Helvetica, sans-serif;
font-size: 15px;
text-decoration : none;
}

a.navChannel:hover, a.navChannel:active {
text-decoration : underline;
}

a.navMacroPub:link, a.navMacroDoc:link, 
a.navMacroPub:visited, a.navMacroDoc:visited, 
a.navMicro:link, a.navMicro:visited {
font-family: Verdana,Geneva, Arial, Helvetica, sans-serif;

color : #000;
text-decoration : none;
}


/*********************/
/* Textbody-Elements */
/*********************/

 /* neutralColor_medium */
h1, h2,  h3, h4, .heading1, .heading2, .heading3, .heading4 {
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.standardtext, body, form, p, ol, ul, li, em, sup, sub, table, tr, th, td {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color : #323232;
font-size: 11px;
}


h1.title {
color: #760a1c;
font-weight: bold;
font-size: 18px;
line-height: 24px;
margin-top:18px; }

h1,.heading1{
color: #913b49;
border-left: 4px solid #028566;
padding-left: 10px;
font-weight: bold;
font-size: 17px;
line-height: 16px;
margin-top:16px; }

h2,.heading2 {
color: #913b49;
font-weight: bold;
font-size: 14px;
line-height: 18px}

h3,.heading3 {
color: #913b49;
font-weight: bold;
font-size: 13px;
line-height: 16px;
margin-bottom: 0px}

h4,.heading4 {
color: #913b49;
font-weight: bold;
font-size: 12px;
line-height: 14px }

h5,.heading5 {
color: #6A7599;
font-weight: normal;
font-size: 12px;
line-height: 14px }

p {
font-size: 11px;
line-height: 15px }

ol {
font-size: 11px;
line-height: 15px;
list-style-type: square }

ul {
font-size: 11px;
line-height: 15px;
list-style-type: square }

.small {
font-size: 9px;}

.caption  {
font-style: italic }

p.description {
font-size:12px;
font-weight:bold; }


P.emphasis {
background-color:#DBE4D4;
margin-left: 20px;
margin-right: 30px;
line-height: 16px;
}

.Adresse {
font-size: 10px }

.Referenz {
font-size: 10px }

em {
font-weight: bold;
font-style: normal }

sup, sub {
font-size: 10px }

/**********************/
/* Teaser */
/**********************/

div.ZMSTeaserElement div.title a:link, div.ZMSTeaserElement div.title a:visited{
    font-family : Verdana,Geneva,Arial,Helevetica,sans-serif;
    color : #ffffff;
    font-size : 10px;

}
div.ZMSTeaserElement div.title a:hover{

    color : #8a8c8e;
    font-size : 10px;

}



div.ZMSTeaserContainer  { 
margin:7px;
width:170px
}

div.ZMSTeaserElement div.title { 
margin:0;
padding:4px;
color:#eee;
}

div.ZMSTeaserElement div.text { 
margin:0;
padding:4px;
}


/**********************/
/* Functions */
/**********************/

.Copyright,.functionSearch {
font-family: Verdana,Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
}

.functionSearch {
color : #FFFFFF;
}

div#Search a:link, div#Search a:visited {
font-family: Verdana,Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
color : #445;
text-decoration : none;}

div#Search a:hover, div#Search a:active  {
text-decoration : underline;
}

a.Copyright:link, a.Copyright:visited {
color : #003366;
text-decoration : none;
}



/*************************/
/* Management Interface  */
/*************************/

.cmsTxtColorStrong0 { color: #000066; } /* primColorStrong0 */
.cmsTxtColorStrong1 { color: #666666; } /* neutralColorStrong0 */
.cmsBgColorStrong0 { background-color: #000066; } /* primColorStrong0 */
.cmsBgColorStrong1 { background-color: #CCCCCC; } /* neutralColorLight0 */
.cmsBgColorMedium0 { background-color: #E8F2F9; } /* primColorLight0 */
.cmsBgColorLight0 { background-color: #FFFFFF; } /* neutralColorWhite */

.ftTH { background-color:#cccccc; }
.ftTD { background-color:#efefef; }

u {
text-decoration: underline;
}


body {
width:100%;
font-size: 11px;
line-height: 16px;
text-align:center;
background-color:#fff;
margin:auto;

}
body.zmi {
text-align:left;

}


#Logo {
width:1020px;
height:98px;
border:1px solid #666;
border-bottom:0;
margin:auto;
margin-top:20px;
background-image: url(http://www.pett-jandi.de/common/css/common/ban.jpg);
}

#Logo  img {
width:700px;
height:98px;
border:0px solid #666;
float:left;
}

#Body{
width:1020px;
border:3px solid #666;
border-top:0;
margin:auto;

}

#Content {
border-bottom:0px solid #5db19d;
text-align:left;
margin:0;
float:left; 
width:510px;
padding:20px;
margin-bottom:100px;

}


div#Search {
height:25px;
float:left;
border:0px solid #abda00;
margin-top:75px;
margin-right:45px;
}

#raw {
margin-top:1px;
height:12px
}


div.Inlineteaser {
width:300px;
background-repeat:no-repeat;
margin:10px;
padding-left:100px;
height:50px;
}

div.Inlineteaser p {
margin:2px 0px;
}

div.Inlineteaser a {
text-decoration: none;
font-weight:bold;
font-size:13px;
display:block;
color:#666;
margin:0px;
border-left:2px solid #5db19d;
padding-left:10px;
}


div.Inlineteaser a:hover, div#pageelement_right li a:hover {
text-decoration: underline;
color:#760a1c;
}


div#Macronavigation {
width:280px;
margin-bottom:100px;
float:left;
text-align:left;
}


#Macronavi, #Macronavi ul {
margin:0;
padding:0;
line-height:13px;
list-style-type:none
}

#Macronavi li {
font-weight:bold;
font-size:12px;
display:block;
color:#444;
margin:0;
padding:5px 0px ;
}

#Macronavi li a {
text-decoration: none;
display:block;
color:#444;
padding:0px 5px;
margin-left:30px;
border-left:3px solid #5db19d;
}

#Macronavi li li.current, #Macronavi li a:hover {
background-color:#bde0e0;
}

#Macronavi li li.current a {
color:#760a1c;
font-weight:bold;
}

#Macronavi li li.active a  {
font-weight:bold;
}
#Macronavi li li.inactive a {
font-weight:normal;
}

#Macronavi li li a{
text-decoration: none;
font-weight:normal;
margin-left:40px;
border:0;
}

div#teaser {
float:left;
border:0px solid #5db19d;
}

div#Contentwrap { 
position:absolute; 
top:20px;
left:0%; 
right:0%; 
width:1020px;
border:1px solid #666;
border-top:0;
margin:auto;
padding-top:97px;
background-color:#abda0e; 
background:url(http://www.pett-jandi.de/common/css/common/mainbgn.gif) repeat-y;
}

div#pageelement_right { 
float:left;
text-align:left;
}

div#pageelement_right ul { 
margin:10px 0px 200px 0px ;
padding:0;
list-style-type:none;
}

div#pageelement_right li a{ 
text-decoration: none;
font-size:11px;
display:block;
color:#444;
margin-top:12px;
border-left:2px solid #5db19d;
padding-left:5px;
}

table.mitarbeiter td, table.mitarbeiter th { 
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
vertical-align:top;
padding:3px;
text-align:left
}
table.mitarbeiter td p { 
margin:0;
}

table.mitarbeiter  { 
border-left:1px solid #ccc;
border-top:1px solid #ccc;
width:500px;
}

table.mitarbeiter img { 
margin-bottom:1px;
clear:both;
}

table.mitarbeiter ul { 
padding:0px 15px;
}


ul.inlinelink li a { 
font-weight:bold;
}
div.ZMSGraphic { 
background-color:transparent; 
}
