/*	undo
*******************************************************************************/

:link,:visited { text-decoration:none; }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:10px; font-weight:normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none; padding:0;margin: 0; }
img { margin:0; padding:0; vertical-align:bottom; }
address { font-style:normal }

table {	border:none; padding:0px; margin:0px; border-spacing:0px; font-size:1em;}
tr { border:none; padding:0px; margin:0px; }
td { border:none; padding:0px; margin:0px; vertical-align:top; border-spacing:0px; }

body, div,p,li { background-repeat:no-repeat; }

/*	reset some basic style
*******************************************************************************/
dl			{margin: 0 0 0 0;}
dl dt		{margin: 0 0 0 0;}
dl dd+dt	{margin-top: 0;}
dl dd		{margin: 0 0 0 0;}

ol			{list-style: none;}
ol li		{margin: 0 0 0 0;}
ol li ol	{margin: 0 0 0 0;}
ol li ul	{margin: 0 0 0 0;}

p			{margin-bottom: 0em;}

ul			{list-style: none;}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}
ul li ol	{margin: 0 0 0 0;}

pre			{ }

a:hover { text-decoration:none; }


/*	html
*******************************************************************************/
html {
	min-height: 100%;
	margin-bottom: 1px;
}

/*	body
*******************************************************************************/
body {
	font-family:verdana, arial, helvetica, sans-serif;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: 10px;
}

.clearer {
	display:block;
	clear:both;
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
}

.clear {
	clear:both;
}

.flLeft 	{ float:left; }
.flRight 	{ float:right; }

.warning, 
#main-block .warning { color:#f00; }


/*	website
*******************************************************************************/
#website {
	position: absolute;
	display: block;
	right: 5px;
	width:900px;
	color:#000;
	text-align:left;
}

/*	header
*******************************************************************************/
#header {
	position: relative;
	margin:0;
	padding:0;
	width: 865px;
 	min-height: 155px;
 	height:auto !important;  /* für moderne Browser */
	height:155px;  /*für den IE */
	background-image:url(header_back.gif);
	background-position:bottom right;
	background-repeat: repeat-y
}

#header2 {
	position: relative;
	margin-left: 2px;
	padding:0;
}

.claim {
position: absolute;
top: 160px;
left: 77px;
width: 400px;
}


/*	logo / breadcrumb
*******************************************************************************/
#logo {
	position:absolute;
	top: 45px;
	left: 75px;
}

#logo a {
	display:block;
	height:61px;
	width:404px;
	text-indent:-700em;
	background-image:url(kaiserdisplay_logo.jpg );	
}


/*	content
*******************************************************************************/


#content, #content2 {
	display:block;
	clear:both;
	margin-left: 1px;
}


/* hide from IE/MAC \*/
* html #content, * html #content2 {
	height:1px;
}
/* end hide */


#content {
	padding-bottom: 10px;
	background-image:url(content_left_back.gif);
	background-position: 1px;
	background-repeat: repeat-y;
}

#content2 {
   min-height:236px;
 	background-image:url(content_back.gif);
	background-position: top left;
	background-repeat:no-repeat;
}
* html #content2 { height: 236px; } 

#main {
	float:left;
	width: 700px;
}

#main-block {}

#main-block2 {
	padding-left: 75px;
}


/*	Navigation 
------------------------------------------------------------------------------*/

#header-nav {
text-align: right;
padding-right: 40px;
margin-left: auto;
width: 120px;
}

#header-nav ul.nav1st {
padding-top: 85px;
padding-bottom: 25px;
}


#header-nav ul.nav1st li {
	display:block;
	text-align: right;
	padding:1px 0 1px 0;	

}

#header-nav ul.nav1st li.active {
	
}

#header-nav ul.nav1st li.active a,
#header-nav ul.nav1st li.active a:link {
	color:#969427;
}

#header-nav ul.nav1st a, 
#header-nav ul.nav1st a:link {
	color:#000;
	font-size:1.2em;
	font-weight:bold;

}

#header-nav ul.nav1st a:hover {
	color:#969427;
	text-decoration: underline;
}


#navigation {
	float:right;
	text-align: right;
	margin-right: 75px !important;
	margin-right: 40px;  /*für den IE */
}

#navigation ul.nav2nd li {
	padding:0;
	font-size:1.1em;
	font-weight:normal;
}

#navigation ul.nav2nd a, 
#navigation ul.nav2nd a:link {
	display:block;
	padding:3px 0 3px 0;
	color:#000;
}

#navigation ul.nav2nd a.current, 
#navigation ul.nav2nd a.current:link
 {
	color:#969427;
	font-weight: bold;
}

#navigation ul.nav2nd a:hover {
	color:#969427;
	text-decoration:underline;
}





/*	Headlines
------------------------------------------------------------------------------*/

/* Headline 1 */
#main-block h1 {
	color:#969427;
	font-size:1.7em;
	font-weight:bold;
	line-height:1.8em;
}

#main-block .teaser h1 {
	font-size:1.4em;
}

/* Headline 2 */
#main-block h2 {
	color:#969427;
	font-size: 12px;
	font-weight:bold;
}


/*	Paragraphs / Lists
------------------------------------------------------------------------------*/
#main-block p,
#main-block ul,
#main-block ol {
	margin-bottom:1.2em;
	font-size:1.2em;
	line-height:1.6em;
}
#main-block ul li ul,
#main-block ul li ol,
#main-block ol li ol,
#main-block ol li ul {
	font-size:1em;
}

#main-block ul {
	margin-left:14px;
	list-style-type:square;
}

#main-block ol {
	list-style-type:decimal-leading-zero;
}


/*	Hyperlinks
------------------------------------------------------------------------------*/
#main-block a, #main-block a:link {
	color:#969427;
	text-decoration:none;
}

#main-block a:hover {
	color:#969427;
	text-decoration:underline;	
}



/*	Images
------------------------------------------------------------------------------*/
#main-block div.image {
	margin-bottom:0;
}
#main-block div.image p {
	margin:0;
	font-size:0.9em;
}
#main-block div.flLeft {
	margin-right:14px;
}
#main-block div.flRight {
	margin-left:14px;
}


/*	footer
------------------------------------------------------------------------------*/
.footer {
	position: absolute;
	display:block;
	width:900px;
	margin-left: 1px;
	background-image:url(footer_back.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-bottom: 50px;
	
}
.footer2 {
padding-left: 75px;
padding-top: 13px;
}
.footer p {
	margin:0;
	font-family:arial,sans-serif; 
	font-size: 9px;
}

.footer p, 
.footer p a,
.footer p a:link {
	font-family:arial,sans-serif; 
	font-size: 9px;
	color:#a8a8a8;
}
.footer p a:hover {
	text-decoration:underline;
}

.footer .col-left {
	float:left;
	background-color: #fff;	
	padding-left: 5px;
	padding-right: 5px;
}
.footer .col-right {
	float:right;
	margin-right: 75px !important; 
	margin-right: 38px; 
	padding-left: 5px;
	padding-right: 5px;
	background-color: #fff;
}


/*	login form
------------------------------------------------------------------------------*/
.login {
	margin:1.2em 0 1.2em 0;
	width:170px;
	background-color:#f7f7f7;
	font-size:1.2em;
	line-height:1.4em;
}

.login2 {
	padding:5px 0 5px 14px;
}

.login label {
	display:block;
	clear:both;
	margin-top:5px;
	color:#606060;
}

.login input {
	float:left;
	margin:5px 0;
	width:130px;
	border:1px solid #606060;
	background-color:#fff;
}


.login input.submit { 
	border:none;
	background:none;
	color:#606060;
	text-decoration:underline;
	cursor:pointer;
}


/* form-module
*******************************************************************************/
#form-module * {
	padding:0px;
	margin:0px;
}

#form-module {
	margin:0px;
	padding:0px;
	width:520px;
	color:#666;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:1.2em;
}

#form-module fieldset {
	border:0px solid #fff;
}

#form-module legend {
	display:none;
}


#form-module p {
	margin:0;
	padding:5px;
	font-size:1em;
	font-weight:bold;
}

#form-module .element {
	display:block;
	clear:both;

}

#form-module label {
	display:block;
	float:left;
	padding-top:5px;
	width:130px;
	border-right:2px solid #fff;
}

#form-module label.checkbox {
	width:372px;
	border-left:2px solid #fff;
	border-right:none;
}

#form-module input, 
#form-module select, 
#form-module textarea {
   	display:block;
	float:left;
	margin:5px;
	width:295px;
	border:1px solid #333;
}

#form-module input.text {
	height:20px;
}

#form-module input.checkbox {
	display:block;
	width:120px;
	padding:0;
	border:none;
}

#form-module input.submit { 
	display:block;
	margin:5px 5px 5px 137px;
	padding:2px 5px;
	border:1px solid #333;
	background-color:#fff;
	color:#666;
	font-family:verdana, arial, helvetica, sans-serif;
	text-align:center;
	cursor:pointer;
}

#form-module input.submit:hover { 
	background-color:#f7f7f7;
	color:#000;
}

#form-module label.textarea, 
#form-module textarea.textarea {
	display:block;
	height:96px;
}

#form-module-thanks {
	display:block;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	
}


/* download
*******************************************************************************/
#main-block .download-hdl p, 
#main-block .download-file p, 
#main-block .download-desc p {
	margin:0;
}
#main-block .download-hdl p {
	padding:5px 7px;
	background-color:#393;
	font-weight:bold;
	color:#fff;
}

#main-block .download-file {
	padding:1.2em 7px;
	border-left:2px solid #393;
	border-right:2px solid #393;
}

#main-block .download-desc {
	margin-bottom:1.2em;
	padding:1.2em 7px;
	background-color:#e5ffe5;
	border-left:2px solid #393;
	border-right:2px solid #393;
	border-bottom:2px solid #393;
}

#main-block .download-without-desc {
	margin-bottom:1.2em;
	border-top:2px solid #393;
}    



/* Zwei Spalten */

.zweispalter {
  width: 607px; 
}

.zweispalter_1 {
  width: 300px;
}

.zweispalter_2 {
  width: 300px;
  margin-left: 7px;
}

.zweispalter_1, 
.zweispalter_2 {
  float: left;
}

.clboth {  
 clear: both;
 display: block;
 line-height: 0;
 font-size: 0;
 }
 

.highslide {
	cursor: url(../js/highslide/graphics/zoomin.cur), pointer;
   outline: none;
   padding-right: 10px;
}

.highslide:hover  {

}

.highslide-image {
}

.highslide-image-blur {
 }

.highslide-caption {
    display: none;
    border: 2px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
	font-family: verdana, sans-serif;
	font-size: 10px;
}

.highslide-caption a, .highslide-caption a:link {
	color:#bebbaa;
}

.highslide-caption a:visited {
	color:#bebbaa;
}

.highslide-caption a:hover {
	color:#000;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
   text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
   background-color: black;
   padding-left: 22px;
   background-image: url(../js/highslide/graphics/loader.gif);
   background-repeat: no-repeat;
   background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	 font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}    



/* form-exhibitor
*******************************************************************************/
#form-exhibitor * {
	padding:0px;
	margin:0px;
}

#form-exhibitor {
	margin:0px;
	padding:0px;
	background-color:#fff;
	color:#000;

}

#form-exhibitor fieldset {
	margin: 10px 0px 00px 0px;
	padding: 15px 10px;
	border: 1px solid #9C9B2E;
}

#form-exhibitor legend {
	color:#969427;
	font-size: 12px;
	font-weight:bold;
	padding: 5px 10px;
	border: 1px solid #9C9B2E;
	margin: 0px 0px 10px 0px;
}


#form-exhibitor p {
	margin:0;
	padding-bottom:1em;
	font-size: 12px;
	font-weight:bold;
}

#form-exhibitor h2 {
	padding:1em 0 1em 0;
}

#form-exhibitor .element {
	display:block;
	clear:both;
	background-color:#fff;
	border-top:2px solid #fff;
}

#form-exhibitor label {
	display:block;
	float:left;
	width:230px;
	padding-left: 20px;
	font-size:12px;	
}

#form-exhibitor input, 
#form-exhibitor select, 
#form-exhibitor textarea {
	float:left;
	margin:2px;
	font-size:12px;
	width:300px;
	border:1px solid #9C9B2E;
}

#form-exhibitor input:focus, #form-exhibitor input:hover,
#form-exhibitor select:focus, #form-exhibitor select:hover, 
#form-exhibitor textarea:focus, #form-exhibitor textarea:focus {
	background-color: #EFEEEE;
 	border:  1px solid #000;

}

#form-exhibitor input.text {
	font-size: 12px;
}

#form-exhibitor input.textshort {

}

#form-exhibitor input.textshortdisabled {
	display:none;
	float:none;
	width:50px;
	border:none;
}


#form-exhibitor label.checkbox {


}

#form-exhibitor label.checkboxinner {


}

#form-exhibitor input.checkbox {
width: 20px;
background-color: f00;
}

#form-exhibitor input.checkboxinner {
}


#form-exhibitor img {
display: block;
	height: 30px;
	position: relative;
	left: 247px;
	margin: 5px;
	border: 1px solid #000;
}


#form-exhibitor .textformh2 {
	display: block;
	position: relative;
	left: 252px;
	width: 300px;
	font-weight: normal;
}


#form-exhibitor input.submit { 
	margin:5px 5px 30px 252px;
	padding:2px 5px;
	width:130px;
	background-color:#f7f7f7;
	color:#000;
	font-size:12px;
	text-align:center;
	cursor:pointer;
}

#form-exhibitor input.submit:hover { 
	background-color:#9C9B2E;
	color:#fff;
}

#form-exhibitor label.textarea, 
#form-exhibitor textarea.textarea {
	display: block;
	height: 100px;
	font-size: 12px;
	float: left;
}

#form-exhibitor-thanks {
	display:block;
	color:#666;
	font-size:12px;
}

.el_left {
	display:block;
	float:left;
	padding:0px;
	width:50%;
	border-bottom:1px solid black;
}

.el_right {
	display:block;
	width:50%;
	float:right;
	border-bottom:1px solid black;	
}

.el_left_place {
	padding-top:30pt;
	margin-top:30pt;
	padding-bottom:10pt;
	height:30pt;
	width:50%;
	border-bottom:1px solid black;
}

.el_right_stamp {
	padding-top:30pt;
	margin-top:30pt;
	height:30pt;
	width:50%;
	border-bottom:1px solid black;
}

.justforprint h2 {
	font-size:9pt;
	padding-top:20pt;
	orphans:5;
}

div.onearticle  {
	font-size:6pt; 
	line-height:130%;
	padding:1em 0;
} 

.noprintpage { display:none; }

.formfliesstext {
	font-size: 12px;
}

.onearticle ul {
	list-style-image: none;
	list-style-position: inside;
}

.onearticle li {
	list-style-image: none;
	list-style-position: inside;	
}

.justprintnewpage {
	page-break-before:always;
}
