body { background: #e2e2e2; padding: 5px 5px 0px 5px; /*top right bottom left*/
}



/* TABLES */

table {
 margin: 0px auto;
 			/* IE ignores spacing property */
			/* so color is the same as in td */
 border-width: 0px;
 border-color: #000000;
 border-style: solid;
 border-padding: 0px;
 border-spacing: 0px;	/* does not work with IE */
			/* -> html code: "cellspacing=0" */
 border-collapse: separate;
}tr { vertical-align: top;
 text-align: center;
}td {
 margin: 0px;
 border-width: 0px;
 border-color: #cccccc;
 border-style: solid;
 border-padding: 0px;
 border-spacing: 0px;	/* does not work with IE */
			/* -> html code: "cellspacing=0" */
 border-collapse: separate;
 vertical-align: top;
 text-align: center;
}
#canvas {		/* site placed on background */
 margin:  0px auto;	/* some IE versions ignore this */
			/* -> html code: "align=center" */
 width: 960px;
 height: auto;		/* depends on height set in #right */
			/* so the bottom bar height will be correct */
 background: #ffffff; vertical-align: middle;
}#bar {			/* graphic element at bottom of site */ width: 100%;
 height: 6px;		/* IE shows bar too tall: height = padding + spacerimage(=1px) */
 padding-top: 5px;
 padding-left: 0px;
 padding-right: 0px;
 padding-bottom: 0px;
}
#frame {		/* table content above the bar graphic element */
 margin: 4px;
 padding: 0px;
}#left {			/* left column of frame table */
 width: 180px;		/* note: px(width)  + px(margin) + px(padding) = px(sum) */
 padding: 15px 7px 0px 0px;
}
#content {		/* middle column of frame table */
 width: 575px;		/* note: px(width)  + px(margin) + px(padding) = px(sum) [960-205-180=575] */
 padding: 10px 0px 0px 0px;
}
#contentleft {
 width: 360px;		/* takes place in impressum */
 padding-left: 0px;
 padding-right: 20px;
}
#right {		/* right column of frame table */
 width: 180px;
 height: 575px;		/* this is specified here not in #content to get the correct height in #bar */
 padding-left: 10px;
}
#headroom {
 padding: 10px 0px 0px 0px;
}
hr {
 border-width: 1px;
 border-color: #999999;
 border-style: solid;
}



/* IMAGES */

img {
 border-width: 0px;
 padding: 0px;
 vertical-align: middle;
}#portrait1 {
 border-color: #b8d048;
 border-style: solid;
 border-width: 2px;
 margin: 0px 5px 0px 0px;
 padding: 0px;
 width: 120px;
 height: 180px;
}
#portrait2 {
 border-color: #b8d048;
 border-style: solid;
 border-width: 1px;
 margin: 10px 20px 5px 2px;
 padding: 0px;
 width: 100px;
 height: 150px;
}



/* NAVIGATION */

#logo {
 vertical-align: middle;
 width: 180px;
 padding-right: 5px;
}
#navroom {
 margin: 0px 14px 0px 0px; /* space between items */
}
#nav { width: 760px;
 padding-left: 4px;
 vertical-align: middle;
 text-align: center;
}a.nav0 { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight: normal; line-height: normal; text-decoration: none; color: #909090;}
a.nav1 { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight: normal; line-height: normal; text-decoration: underline; color: #b8d048;}
a.nav1:hover { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight: normal; line-height: normal; text-decoration: underline; color: #b8d048;}



/* FOOTER */

#footroom {
 margin: 0px 20px 0px 0px; /* space between items */
}
#foot { vertical-align: middle;
 text-align: center;
}a.foot0 { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; line-height: normal; text-decoration: none; color: #909090;}
a.foot1 { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; line-height: normal; text-decoration: underline; color: #b8d048;}
a.foot1:hover { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; line-height: normal; text-decoration: underline; color: #b8d048;}



/* LANGUAGE SELECTION */

#nat { /* display: none; */
 vertical-align: middle;
 text-align: left;}
#de { /* display: none; */
 padding-right: 20px;}
#en { /* display: none; */
 padding-right: 20px;}
#fr { display: none;
 padding-right: 20px;}
#es { display: none;
 padding-right: 20px;}
#jp { display: none;
 padding-right: 20px;}
a.nat0 { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size: 18px; font-style: normal; font-weight: normal; line-height: normal; text-decoration: none; color: #909090;}
a.nat1 { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size: 18px; font-style: normal; font-weight: normal; line-height: normal; text-decoration: underline; color: #cccccc;}
a.nat1:hover { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size: 18px; font-style: normal; font-weight: normal; line-height: normal; text-decoration: underline; color: #b8d048;}
a.ink { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; line-height: normal; text-decoration: none; color: #cccccc;}a.ink:hover { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; line-height: normal; text-decoration: none; color: #b8d048;}a.ink:active { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; line-height: normal; text-decoration: underline; color: #b8d048;}



/* CONTENT */

a { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; line-height: normal; text-decoration: none; color: #909090;}a:hover { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; line-height: normal; text-decoration: none; color: #b8d048;}a:active { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; line-height: normal; text-decoration: underline; color: #b8d048;}

p { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal; line-height: 1.4em; text-align: justify; margin: 0.8em 0em 0.2em 0.1em;
 color: #444444;}
.und { font-family: Helvetica, Arial, sans-serif;}

h1 { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size: 24px; font-style: normal; font-weight: bold; line-height: normal; color: #444444;
 text-transform: uppercase;
 margin: 0em 0em 0.2em 0em;
 }
/*
h1:after {
  content: ":";
}*/
h2 { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; font-weight: bold; line-height: normal; color: #444444; text-transform: uppercase;
 margin: 1.2em 0em 0.6em 0em;
}
h2:after {
  content: ".";
}h3 { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; font-weight: bold; line-height: 1.3em; color: #444444; margin: 0em 0em 0.3em 0em;
}
h4 { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight: bold; line-height: normal; color: #444444; margin: 0em 0em 0.3em 0em;
}
h5 { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight: normal; line-height: 1.3em; margin: 0em 0em 0.3em 0em;
 color: #444444;}



/* OTHERS */

#comment { display: none;
 line-height: 20px;
}
