@media print {
 #content {
  width: 460px;
  font-size: 12px;

  }

#content p {
	font-size: 75%;
	line-height: 1.8em;
	padding-left: 0em;
	margin-left: 0px;
	color: black;
	width: 460px;
}

#right-header {
position: absolute;
top: 30px; left: 200px;
width: 400px;
font-size: 10px;
}

 #header, #top-menu, #left-menu, #generic-menu, #print-menu, #left-header    {
	        display: none;
  }
}

@media screen {



body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, sans-serif;
	background-color: #205b98;
	color: black;
	text-align: center;
	background-image: url(body-bg.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}
p {
	margin: 0 10px 5px 0;
}
#wrapper {
	text-align: left;
	width: 760px;
/*	background-color: #ffe834;*/
	margin-right: auto;
	margin-left: auto;
	padding: 0;
/*	border-left: 2px solid #800080;
	border-right: 2px solid #800080;
	border-bottom: 2px solid #800080;*/
}

#header {
	width: 760px;height: 100px;
	background-color: #3da639;
	padding: 0; margin:0;
	background-image: url(header.gif);
	background-repeat: no-repeat;
	background-position: 50% 0;
}
	#left-header {
		float: left;
		width: 130px;
                clear:both;
                margin:0;padding: 4px;
	}

#left-header {
margin-top: 1px;
width: 22px;
}

#right-header {
width: 400px;
float: right;
font-size: 10px;
display: none;
}
#content {
	width: 760px;
	clear:both;
	float: right;
	padding: 0;
        min-height:500px;
	background-color: #ffe834;
background-image: url(ib-bg.gif);
color: black;
}
* html body #content {
  height: 500px;
}
#content table {
	margin-left: 140px;
width: 400px;
}



#content table p, li {
	font-size: 75%;
	line-height: 1.8em;
/*	padding-left: 2em;*/
	margin-left: 0px;
	color: black;
}

#content ul li, #content ol li {
margin: 0 0 0 12em;
padding: 0;
}
.tx-iframeflexform-pi1 {
margin: 0 0 0 130px;
padding: 0;
}
li {
/*margin-left: 12em;*/
}
#content p {
	font-size: 75%;
	line-height: 1.8em;
	padding-left: 2em;
	margin-left: 140px;
	color: black;
}

#content h1, #content h2, #content h3 {
	font-size: 85%;
	padding-left: 1em;
	margin-left: 140px;
}
#content table ul li {
margin: 0;
padding: 0;
margin-left: -10px;
}

#content table tr td {
width: 100px;
vertical-align: top;
}
#top-menu {
width: 760px; height: 22px;
background:#205b98 url("bg.gif") repeat-x bottom;
font-size:14px;
line-height:normal;
  margin:0;
  padding:0;
  list-style:none;
  }
#top-menu li {
  float:left;
background-image: url(button-no.gif);
background-repeat: no-repeat;
  margin:0;
  padding:0 0 0 1px;
  list-style:none;
 height: 22px; width: 80px;
  }

#top-menu a {
  float:left;
  display:block;
  padding:5px 15px 5px 6px;
  text-decoration:none;
  font: bold 12px  Tahoma, Verdana, sans-serif;
  line-height: 12px;
  color:#fff;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#top-menu a {float:none;}
/* End IE5-Mac hack */
#top-menu a:hover {
  color:#fff;
  }
#top-menu .menu-top-act {
  background-image:url(button-act.gif);
  }
#top-menu .menu-top-act a {
/*  background-image:url("right.gif");*/
  color:#fff;
  padding-bottom:5px;
  }

#above-left-menu {
position: absolute;
top:124px; left:50%;
margin:0; margin-left:-414px; padding:0;
width:180px;
overflow:hidden;
z-index:100;
}
#left-menu {
position: absolute;
top:214px; left:50%;
margin:0; margin-left:-380px; padding:0;
width:130px;
overflow:hidden;
z-index:100;
}

#left-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#left-menu li.leftmenu1no {
	width: 130px;
	border-bottom: 1px solid #ffe834;
	margin: 0;
	padding: 0;
	font-size: 70%; font-weight: bold;
	vertical-align: bottom; /* Removes unwanted margin in IE */
line-height:1em;
}
#left-menu li.leftmenu1act {
	width: 130px;
	border-bottom: 1px solid #ffe834;
	margin: 0;
	padding: 0;
	font-size: 70%; font-weight: bold;
	vertical-align: bottom; /* Removes unwanted margin in IE */
line-height:1em;
}
#left-menu li.leftmenu1no a:link, #left-menu li.leftmenu1no a:visited {
	display: block;
	padding: 5px 10px 5px 0.5em;
	border-left: 6px solid #60C659;
	border-right: 1px solid #60C659;
	background-color: #60C659;
	color: #fff;
	text-decoration: none;
line-height:1em;
}
#left-menu li.leftmenu1no a:hover {
	display: block;
	padding: 5px 10px 5px 0.5em;
	border-left: 6px solid #60C659;
	border-right: 1px solid #60C659;
	background-color: #60C659;
	color: #fff;
	text-decoration: none;
line-height:1em;
}
#left-menu li.leftmenu1act a:link, #left-menu li.leftmenu1act a:visited {
	display: block;
	padding: 5px 12px 5px 0.5em;
	border-left: 6px solid #3da639;
	border-right: 1px solid #3da639;
	background-color: #3da639;
	color: #fff;
	text-decoration: none;
	background-image: url(actarrow.gif);
	background-repeat: no-repeat;
	background-position: 97% 50%;
line-height:1em;

}

#left-menu li.leftmenu2no {
	width: 130px;
	border-bottom: 1px solid #ffe834;
	margin: 0;
	padding: 0;
	font-size: 70%; font-weight: bold;
	vertical-align: bottom; /* Removes unwanted margin in IE */
line-height:1em;
}
#left-menu li.leftmenu2act {
	width: 130px;
	border-bottom: 1px solid #ffe834;
	margin: 0;
	padding: 0;
	font-size: 70%; font-weight: bold;
	vertical-align: bottom; /* Removes unwanted margin in IE */
line-height:1em;
}
#left-menu li.leftmenu2no a:link, #left-menu li.leftmenu2no a:visited {
	display: block;
	padding: 5px 10px 5px 0.5em;
	border-left: 10px solid #ffe834;
	border-right: 1px solid #60C659;
	background-color: #60C659;
	color: #fff;
	text-decoration: none;

line-height:1em;

}

#left-menu li.leftmenu2act a:link, #left-menu li.leftmenu2act a:visited {
	display: block;
	padding: 5px 12px 5px 0.5em;
	border-left: 10px solid #ffe834;
	border-right: 1px solid #3da639;
	background-color: #3da639;
	color: #fff;
	text-decoration: none;
	background-image: url(actarrow-2.gif);
	background-repeat: no-repeat;
	background-position: 97% 50%;
line-height:1em;
}

#generic-menu {
position: absolute;
top:590px; left:50%;
margin:0; margin-left:-370px; padding:0;
width:63px;
z-index:100;
}
#print-menu {
position: absolute;
top:84px; left:50%;
margin:0; margin-left:-416px; padding:0;
z-index:1000;
}
.contenttable .tr-even, .contenttable .tr-odd {
margin: 0;
padding: 0;
}
.contenttable .tr-even p, .contenttable .tr-odd p {
margin: 0;
padding: 0;
}


#content .tx-veguestbook-pi1 {
margin: 0 0 0 140px;
}

#content .tx-veguestbook-pi1 table {
margin: 0;
}
.tx-veguestbook-pi1 table {
 font-size: 90%;
}
    .tx-guestbook-list-header { background-color: #539521; color: #FFFFFF; font-weight:bold; }
    .tx-guestbook-list-row { background-color: #FFFFFF; }
    .tx-guestbook-list-rowleft { background-color: #EEEEEE; }
    .tx-guestbook-list-entrycomment-title {font-weight: bold; }
    .tx-guestbook-list-entrycomment { font-style: italic; }
    .tx-guestbook-list-small { font-size: 9px; color: #666666; }
    .tx-veguestbook-pi1-browsebox TD { font-size: 9px; color: #666666; }
    .tx-veguestbook-pi1-browsebox-strong, .tx-ttnews-browsebox-SCell { font-weight: bold; }
    .tx-veguestbook-pi1-browsebox-SCell { background-color: #EEEEEE; }
    .tx-guestbook-latest-header { background-color: #539521; color: #FFFFFF; font-weight:bold; }
    .tx-guestbook-latest-row { background-color: #FFFFFF; }
    .tx-guestbook-latest-small { font-size: 9px; color: #666666; }
    .tx-guestbook-form-inputfield-med { border-style: solid; border-width: 1pt; border-color:#539521; color:#333333; width:100; height:20; }
    .tx-guestbook-form-inputfield-big { border-style: solid; border-width: 1pt; border-color:#539521; color:#333333; width:150; height:20; }
    .tx-guestbook-form-textarea { border-style: solid; border-width: 1pt; border-color:#539521; color:#333333; width:250; }
    .tx-guestbook-form-obligationfield { color: #CC0000; }
    .tx-guestbook-form-error { color: #CC0000; }



}

#content p.csc-sitemap-level1 {
margin-left: 150px;
font-size: 80%;
font-weight: bold;
}
#content p.csc-sitemap-level1 a {
color: black;
}
#content p.csc-sitemap-level2 {
margin-left: 170px;
font-weight: bold;
}
#content p.csc-sitemap-level2 a {
color: black;
}
#content p.csc-sitemap-level3 {
background-color: #3da639;
margin-left: 190px;
}
#content p.csc-sitemap-level3 a {
text-decoration: none;
color: white;
}
#content p.csc-sitemap-level4 {
margin-left: 210px;
font-size: 68%;
}
 #content p.csc-sitemap-level4 a {
color: black;
text-decoration: none;
}
