/* Mac 10.2.8 IE 5.2.2 */
/* Safari 1.0.3 */
/* Linux Mozilla 1.4 */
/* Linux Mandrake 9.2 Galeon 1.3.8 = wie Mozilla */

body {
/*	background: White url("http://www.icpdr.org/icpdr/images/bg_lo.jpg") no-repeat fixed top left;*/
	behavior:url("http://www.icpdr.org/icpdr/css/csshover2.htc");
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*font-size: 72.5% /* 62.5%*/;
	color: #424242;
	background-repeat: no-repeat;
	background-position: top left;
/*	background-image: url("http://www.icpdr.org/icpdr/images/bg_lo.jpg");*/
	background-color: White;
	background-attachment: fixed;
margin:0;
padding:0;
}
/* Only for IE 5 + 6 */
* html body {
	/*font-size: 62.5%;*/
	height:100%;
}

/* Left column with menu and metanav */
#fixedbar {
/*	position: absolute;*/
	top: 0px;
	left: 0px;
	width: 370px;
/*height:100%;*/
/*background:yellow;*/
z-index:4;
}
body>#fixedbar { position:fixed; }
body>#frame { margin-left:370px; }
body>#scrollable { position:static; }

/* Middle column with content */
#content, #shortlist, #longlist, #photolist {
	position: absolute;
	top: 40px;
	left: 380px;
	width: 380px; 
}
#longlist { 
	width: 500px;
}
#photolist { 
	width: 520px;
}
#content.home {
	width: auto;
}
/* Right column with links */
#related {
	position : absolute;
	left: 780px;
	top: 215px;
}

#logoicpdr {
	margin-left: 10px;
	margin-top: 30px;
	width: 180px;
}
#metanav {
	margin-top: 5px;
	height: 17px;
	padding-left: 229px; 
	overflow: hidden;
}
/* Only for IE 5 + 6 */
* html #metanav {
	padding-left: 230px; /* 5 icons: 178 */
}
#metanav2 {
	position: absolute;
	top: 57px;
	left: 779px;
	width: 200px;
	height: 17px;
	z-index: 999;
}
#menu {
	margin-left:10px;
	margin-top: 20px;
}
#leftmenu {
/*	position: relative;
	top: 30px;
	left : 10px;
	*/
	margin: 0;
	padding: 0;
	width: 160px;
	float: left;
}
#rightmenu {
/*	position: relative;
	top: 155px;
	left: 200px;
*/	
	width: 160px;
	margin: 0 0 0 190px;
	padding: 0;
}
/* Only for IE 5 + 6 */
* html #rightmenu {
	margin: 0 0 0 185px;
}






/* Links in the text 
a:link {
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	font-weight: bold;
	color: #999999;
	border-bottom: 1px solid #999999;
}
a:active, a:hover {
	color: #424242;
	border-bottom: 1px solid #424242;
}
a:visited {
	color: #999999;
	border-bottom: 0px solid #424242;
}

*/


/* For the class="menulist" element, and all 'ul' tags inside it. */
.menulist, .menulist ul {
  margin: 0;
  padding: 0;
  width: 159px;
  list-style: none;
  border: 1px solid white; /* ? */
  background: #FFFFFF;
	margin-bottom: 20px;
	border-right: 1px solid #99CCE5; /* b2 */
	border-bottom: 0;
}
/* Submenus ('ul' tags) are hidden by default. You may want to hide them with scripting? */
.menulist ul {
  position: absolute;
  top: 1.5em;
  left: 15px;
  display: none;
  border-top: 1px solid #E2E8EB; /* blue-grey */
  border-left: 1px solid #E2E8EB; /* blue-grey */
  border-right: 1px solid #AFBEC4; 
  margin-top: 0px;
}
/* Show current path */
.menulist ul.currentpath, .menulist .currentitem ul {
  display: block;
}
/* All menu items ('li' tags) */
.menulist li {
  position: relative;
  border: 0;
}
/* Links inside the menu */
.menulist a {
	display: block;
	padding: 0px 2px 0px 15px;
	color: #999999;
	text-decoration: none;
	background-image: url("http://www.icpdr.org/icpdr/images/icon_menu_item.gif");
	background-position: 2px 2px; /* left top */
	background-repeat: no-repeat;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.6em;
	text-transform: uppercase;
	border-bottom: 1px solid #99CCE5; /* b2 */
}
/* parent items to visible menus */
.menulist a.highlighted, .menulist li.currentpath a {
	color: #424242;
	background-color: #E5F2F8; /* b3 */ 
	border-bottom: 1px solid #3399CC; /* b1 */
	background-position: 2px -58px;
}
/* "Switchback" to normal*/
.menulist .currentpath .normal a,
.menulist .currentitem .normal a  {
  color: #999999;
  background-color: #ffffff;
  background-position: 2px 2px; /* left top */
  border-bottom: 1px solid #99CCE5; /* b2 */
}
/* the above more elegant, but only Moz
 .menulist .currentpath>a {
	color: #424242;
	background-color: #E5F2F8; 
	border-bottom: 1px solid #3399CC;
	background-position: 2px -58px;
}
*/

/* current menu items */
.menulist .currentitem a {
	color: #424242;
	background-color: #E5F2F8; /* b3 */ 
	border-bottom: 1px solid #3399CC; /* b1 */ 
	background-position: 2px -58px;
}
/* mouseover menu items */
.menulist a:hover, .menulist a.highlighted:hover,
.menulist .currentpath .normal a:hover {
	color: #424242;
	background-color: #E5F2F8; /* b3 */ 
	/*background-color: #99CCE5; /* b2 */
	border-bottom: 1px solid #3399CC; /* b1 */ 
	background-position: 2px -58px !important;
}

/* indicate current menu */
ul.menulist:hover, ul.menulist:hover ul, 
#menu ul.highlighted, #menu ul.highlighted ul {
	border-right: 1px solid #3399CC; /* b1 */
}
/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.menulist a .subind {
 float: right;
}

/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist li {
 float: left;
 height: 1%;
}
* html .menulist a {
 height: 1%;
}
/* End Hack */
 
/* Menu title */
ul.menulist li.title,  ul li.title {
	border-bottom: 1px solid #99CCE5; /* b2 */
	padding: 3px 2px 2px 3px;
/*	line-height: 100%;*/
/*	width: 162px; /* why????*/
	line-height: 1.1em;
	font-size: 0.9em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	background: #ffffff;
	color: #3399CC; /* b1 */ 
	text-transform: none;
	z-index: 0;
}
ul.menulist li.title img	{
	position:relative; 
	float: right;
	height: 13px;
	margin-top: -3px;
}
ul.menulist:hover li.title, ul.menulist.highlighted li.title {
	border-bottom: 1px solid #3399CC; /* b1 */ /* unterline title on hover */
}




.metanav img {
	padding: 0px;
	border: 0;
	margin: 0;
	visibility:hidden;
}
.metanav a {
	display: block;
	float: left;
	overflow: hidden;
	margin: 0px 10px 0px 0px;
	padding: 0;
	border: 0;
	width: 25px;
	height: 17px;
	background-position: 0px 0px; /* left top */
	background-repeat: no-repeat;
}
/* Only for IE 5 + 6 */
* html .metanav a {
	margin: 0px 9px 0px 0px;
}
.metanav a:hover {
	background-position: 0px -17px; /* left top */
}
#metanavhelp {
	background-image: url("http://www.icpdr.org/icpdr/images/icon_meta_help.gif");
}
#metanavcontact {
	background-image: url("http://www.icpdr.org/icpdr/images/icon_meta_contact.gif");
}
#metanavlogin {
	background-image: url("http://www.icpdr.org/icpdr/images/icon_meta_login.gif");
}
#metanavsitemap {
	background-image: url("http://www.icpdr.org/icpdr/images/icon_meta_sitemap.gif");
}
#metanavfontsmall {
	background-image: url("http://www.icpdr.org/icpdr/images/icon_meta_fontsmall.gif");
}
#metanavfontlarge {
	background-image: url("http://www.icpdr.org/icpdr/images/icon_meta_fontlarge.gif");
}
#metanavrecommend {
	background-image: url("http://www.icpdr.org/icpdr/images/icon_meta_recommend.gif");
}


#search {
 width: 160px;
 margin-left: 190px;
}
#search form {
	margin: 0px;
}
#search .keyword {
	border: 1px solid #99CCE5; /* b2 */
	width: 124px;
	height: 1.2em;
	color: #424242;
	font-size: 1.2em;
	margin-left: 2px;
	padding: 0px;
	float: left;
}
#search .submit {
	float: right;
	background-image: url("http://www.icpdr.org/icpdr/images/icon_meta_search.gif");
	background-color: transparent;
	border: 1px none white;
	width: 24px;
	height: 16px;
	margin-top: 1px;
	padding: 0px;
	background-position: 0px 0px; /* left top */
	background-repeat: no-repeat;
}
#search input:focus {
  border-color: #3399CC;
}
#search .submit:hover, #search .highlighted {
	background-position: 0px -17px; /* left top */
}
.nocss { 
	display: none; 
}

/* header with title and subtitle */
#header {
	margin-left: 10px;
	margin-bottom: 10px;
	border-right: 1px solid #E5F2F8; /* b3 */ 
	border-bottom: 1px solid #E5F2F8; /* b3 */ 
	padding: 2px 4px 2px 4px;
	width: 362px; /* 380 -10 -1 -4 -4  */
	background-color: #ffffff;
	min-height: 30px;
}
/* Home page */
#content.home h1 {
	display: block;
	margin: 0;
	font-size: 0.9em;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #3399CC; /* b1 */ 
	font-family: Arial, Helvetica, sans-serif;
}
#content.home h2 {
	display: block;
	margin: 0;
	font-size: 1.2em;
	line-height: 1.4em;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #3399CC; /* b1 */ 
}
#content.news h1, #content.news h2, #content.news h3, #content.news h4 {
	color: #3399CC; /* b1 */ 
}
/* title */
#content h1, #shortlist h1, #longlist h1, #photolist h1 {
	display: inline;
	margin: 0;
	padding-right: 0.3em;
	font-size: 1.2em;
	line-height: 1.4em;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #339933; /* g1 */
	background-color: #ffffff;
}
/* subtitle */
#content h2, #shortlist h2, #longlist h2, #photolist h2 {
	margin: 0;
	display: inline;
	font-size: 0.9em;
	line-height: 1.6em;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #339933; /* g1 */
	background-color: #ffffff;
}
.path {
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.2em;
	color: #9F9F9F;
	margin-bottom: 2px;
}
.path a {
	color: #9F9F9F;
	text-decoration: none;
}
/* Intro text with image */
#teaser {
	margin-left: 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #E5F2E5; /* g3 */
	background-color: #ffffff;
/*	padding: 1px 10px 0px 4px;
	width: 326px;*/
	padding: 1px 10px 0px 5px;
	width: 336px;
	min-height: 99px;
	height: auto;
	font-size: 1em;
/*	line-height: 1.2em; */
	text-align: justify;
  font-weight: bold;
}
/* Nur fuer IE 5 + 6 */
* html #teaser {
	height: 99px;
}
#content.home #teaser {
	padding: 0;
	margin: 0;
	width: 500px;
	min-height: 100px;
	border: 0;
}
/* Nur fuer IE 5 + 6 */
* html #content.home #teaser {
	height: 98px;
}
#imprfoto1, #imprfoto2 {
	margin: 0;
	float: left;
	padding-left: 0;
	padding-right: 10px;
}
#imprfoto3 {
	margin: 0;
	float: left;
	padding-left: 0;
	padding-right: 0px;
	border: 0;
}
#teaser p:first-letter {
	font-weight: bold;
}
#teaserimage {
	position: absolute;
	left: 350px;
	margin-top: -1px;
	background: #efefef;
	width: 160px;
	height: 100px;
	overflow: hidden;
	border-bottom: 1px solid #E5F2E5; /* g3 */
	text-align: center;
}
#teaser p {
	padding: 0;
	margin: 0;
	font-size: 1em;
}
#welcome {
	margin-left: 10px;
	margin-top: 10px; /*IE5*/
	border-right: 1px solid #E5F2F8; /* b3 */ 
	border-bottom: 1px solid #E5F2F8; /* b3 */ 
	padding: 0px 0px 0px 4px;
	width: 366px; /* 380 - 10 - 1 - 4 */
	min-height: 103px;
	background-color: #ffffff;
clear: both;
}
/* Only for IE 5 + 6 */
* html #welcome {
	height: 100px;
}
#welcome h3 {
	color: #3399CC;  /* b1 */
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 1px 0px 0.3em 0px;
	padding: 0;
}
#welcome p {
	margin: 0px 0px 0 0;
	padding: 0;
	font-size: 1em;
/*	line-height: 1.4em;*/
	text-align: justify;
}
#welcome p:first-letter {
	font-weight: bold;
}
#welcome .caption {
	background-color: #E5F2F8; /* b3 */ 
}

/* homepage shortcuts */
#shortcuts {
	clear: both;
	margin-top: 10px;
	padding: 0px 10px 0px 10px;
	width: 371px;
}
#shortcuts div.shortcut {
	margin:  0 0 10px 0;
}
#shortcuts h4 {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}
#shortcuts p {
	margin: 1em 0 0 0;
	padding: 0;
	font-size: 1em;
	text-align : justify;
}
#shortcuts p:first-letter {
	font-weight: bold;
}
.headline .shortcut {
	border-right: 1px solid #99CC99; /* g2 */
	border-bottom: 1px solid #99CC99; /* g2 */
	padding: 2px 4px 2px 4px;
	width: 171px;
	background-color: #ffffff;
}
#shortcuts .headline h4 {
	color: #339933; /* g1 */
}
.newsline .shortcut {
	border-right: 1px solid #99CCE5; /* b2 */
	border-bottom: 1px solid #99CCE5; /* b2 */
	padding: 2px 4px 2px 4px;
	width: 171px;
	background-color: #ffffff;
}
.floatleft {
	float: left;
	clear: left;
}
.floatright {
	float: right;
	clear: right;
}
#shortcuts .newsline h4 {
	color: #3399CC; /* b1 */ 
}
#shortcuts .shortcut .more a {
 display: block; /*IE5*/
 padding-left: 15px;
 color: #999999;
 text-decoration: none;
	background-position: 2px 2px; /* left top */
	background-repeat: no-repeat;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.9em;
	border-bottom: 0 !important;
}
#shortcuts .headline .more a {
	background-image: url("http://www.icpdr.org/icpdr/images/icon_cont_page.gif");
}
#shortcuts .newsline .more a {
	background-image: url("http://www.icpdr.org/icpdr/images/icon_default_page.gif");
}
#shortcuts .headline:hover .shortcut, #shortcuts .headline .highlighted {
	background-color: #E5F2E5; /* g3 */
	border-right: 1px solid #339933; /* g1 */
	border-bottom: 1px solid #339933; /* g1 */
	background-position: 2px -158px;
	cursor: pointer;
}
#shortcuts .newsline:hover .shortcut, #shortcuts .newsline .highlighted {
	background-color: #E5F2F8; /* b3 */ 
	border-right: 1px solid #3399CC; /* b1 */ 
	border-bottom: 1px solid #3399CC; /* b1 */ 
	background-position: 2px -158px;
	cursor: pointer;
}
#shortcuts div:hover h4, #shortcuts div.highlighted h4 {
	text-decoration: underline;
}
#shortcuts div:hover .more a, #shortcuts div.highlighted .more a {
	color: #424242;
	background-position: 2px -158px;
}

/* short text */
#shorttext {
	margin-left: 10px;
	border-right: 1px solid #E5F2E5; /* g3 */
	border-bottom: 1px solid #E5F2E5; /* g3 */
	padding: 2px 4px 2px 4px;
/*	width: 361px;  380 - 10 - 1 - 4 - 4 */
	min-height: 23em;
	background-color: #ffffff;
	/*padding: 3px 2px 2px 15px;
	background: #ffffff;
	*/
	clear : both;
}
#shorttext h3 {
	margin: 0;
	padding-bottom: 0.5em;
	font-size: 1.1em;
	line-height: 1.4em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #339933; /* g1 */
	background-color: #ffffff;
}
#shorttext h4 {
	margin: 0;
	padding-bottom: 0;
	font-size: 1em;
	line-height: 1.4em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #339933; /* g1 */
}
#shorttext p {
	margin: 0;
	padding-top: 0;
	padding-bottom: 0.8em;
	color: #232221;
	text-align: justify;
	font-size: 0.9em;
	line-height: 1.4em;
}
/*Links in the text */
#shorttext a:link, 
#shortcuts .shortcut a:link,
#folderdescription a:link {
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	font-weight: bold;
	color: #999999;
	border-bottom: 1px solid #999999;
}
#shorttext a:hover, #shorttext a:active,
#shortcuts a:hover, #shortcuts a:active,
#folderdescription a:hover, #folderdescription a:active {
	color: #424242;
	border-bottom: 1px solid #424242;
}
#shorttext a:visited,
#shortcuts a:visited,
#folderdescription a:visited {
	color: #999999;
	border-bottom: 0px solid #424242;
}

.glossary {
	border-bottom : 1px dotted #CD3D3D; /* red */
	cursor: help;
}
/* Glossary Popup */
.tip {
	width: 160px;
	border-right: 1px solid #C84142; /* red */
	border-bottom : 1px solid #C84142; /* red */
	padding: 4px;
	background-color: #E5F2F8; /* b3 */ 
	color: #232221;
	font-size: 0.9em; /* 0.8em;*/
	text-align: justify;
}
.tip .title {
	color: #C84142; /* red */
	font-style : italic;
	padding-bottom : 1em;
}
/* Lists in the text */
#shorttext ul {
	list-style : disc outside none;
	margin-top: 0;
	margin-left: 1em;
	padding-left: 1em;
}
#shorttext ol {
	list-style : decimal outside none;
	margin-top: 0;
	margin-left: 1.3em;
	padding-left: 1.3em;
}
#shorttext li {
	font-size: 0.9em;
	line-height: 1.4em;
}
#shorttext li a {
	background-image: none;
}
#shorttext li li {
	font-size: 1em;
}
sup, sub {
	font-size: 0.8em;
}
/* Tables in the text */
table {
	border-collapse: collapse;
	width: 361px;
	margin-bottom: 0.8em;
}
td, th {
	padding: 0px 4px 1px 4px;
	border: 1px solid white;
	font-size: 0.9em;
	line-height: 1.4em;
	vertical-align: top;
}
td.even {
	background-color: #E5F2E5; /* g3 */
}
td.odd {
	background-color: #FFFFFF;
}
p td, p th, td p, th p {
	font-size: 1em !important;
}
thead tr td, th, td.header, tr.header {
	font-weight: bold;
	text-align: left;
	background-color: #99CC99; /* g2 */
}
/* Forms */
#content form  {
	width: 361px;
	margin-top: 0em;
	margin-bottom: 0.8em;
	padding: 0;
}
fieldset {
	position: relative;
	margin: 0.5em 0 0 0;
	border: 0;
	padding: 0 0 0.5em 0;
	background-color : #E5F2E5; /* g3 */
}
/* Only for IE 5 + 6 */
* html fieldset {
	margin: 1.5em 0 0 0;
}
/*html>body fieldset {padding-top: 1em;} */
form table {
	margin: 0;
	padding: 0;
	width: 361px;
}
legend {
	position: relative;
	top: -0.5em;
	background-color: #E5F2E5; /* g3 */
	padding: 1px 3px 4px 3px;
	font-size: 0.9em;
}
/* Only for IE 5 + 6 */
* html legend {
	margin-left: -0.8em;
}
form td {
	padding: 2px 4px 2px 4px;
	border: 0;
	margin: 0px;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 1.8em;
}
select {
	font-size: 1em;
}
option {
	font-size: 1em;
}
input {
	font-size: 1em;
	margin: 0px 5px 0px 0px;
	padding: 1px;
}
input, button, textarea {
	border: 1px solid #99CC99; /* g2 */
}
input.textbox {
/*	min-width : 200px;*/
}
textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 352px;
	height: 50px;
	margin: 2px 2px 2px 2px;
	padding: 1px;
}
button {
	color: #9F9F9F;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-transform : uppercase;
	margin-top: 1em;
	padding: 1px;
	padding-left: 15px;
	background: #ffffff;
	background-repeat: no-repeat;
	background-position: 2px 2px;
}
button.submit {
	float : right;
	width: 62px; /* Opera: 42px */
	background-position: 2px 2px;
	background-image: url("http://www.icpdr.org/icpdr/images/icon_cont_page.gif");
}
button.cancel {
	width: 62px;
	background-position: 2px 2px;
	background-image: url("http://www.icpdr.org/icpdr/images/icon_cont_cancel.gif");
}
input.highlighted, select.highlighted, textarea.highlighted,
input:focus, select:focus, textarea:focus {
	border-color : #339933; /* g1 */
}
button:hover, button:focus, button.highlighted {
	border-color : #339933; /* g1 */
	background-color: #E5F2E5; /* g3 */
	color: #424242;
	background-position: 2px -158px;
}
/* Images, Infobox */
.image {
	margin: 0;
	padding: 0;
	display: block;
}
.caption {
	background-color: #E5F2E5; /* g3 */
	margin: 0px;
	padding: 2px;
	font-size: 0.9em;
	line-height: 1.2em;
}
.imageright {
	float: right;
	margin: 0px 0px 0px 10px;
	text-align: center;
	background-image: url("http://www.icpdr.org/icpdr/images/bg_image.gif");
	background-repeat: repeat;
}
.imageright .caption {
	text-align : right;
}
.imageleft {
	float: left;
	margin: 4px 10px 2px 0px;
	text-align: center;
	background-image: url("http://www.icpdr.org/icpdr/images/bg_image.gif");
	background-repeat: repeat;
	min-width: 160px;
}
.imageleft .caption {
	text-align : left;
}
#shorttext .imageleft a, #shorttext .imageleft a img, 
#shorttext .imageright a, #shorttext .imageright a img {
	border: 0;
}

#shorttext h5, .infoboxleft {
	float: left;
	width: 152px; /* 160 - 2*4 */
	min-height: 96px;
	margin-right: 10px;
	margin-top: 0;
	margin-bottom: 0;
	border: 1px solid #E5F2E5; /* g3 */
	padding: 4px;
	background-color: #E5F2E5; /* g3 */
	font-weight: normal;
	font-size: 1em;
}
#shorttext h6, .infoboxright {
	float: right;
	width: 152px; /* 160 - 2*4 */
	min-height: 96px;
	margin-left: 10px;
	margin-top: 0;
	margin-bottom: 0;
	border: 1px solid #E5F2E5; /* g3 */
	padding: 4px;
	background-color: #E5F2E5; /* g3 */
	font-weight: normal;
	font-size: 1em;
}
#shorttext .infoboxfull {
	width: 352px; /* 160 - 2*4 */
	min-height: 96px;
	margin-left: 0px;
	margin-top: 0;
	margin-bottom: 0;
	border: 1px solid #E5F2E5; /* g3 */
	padding: 4px;
	background-color: #E5F2E5; /* g3 */
	font-weight: normal;
	font-size: 1em;
}

/* Item title */
#items h5 {
	display: inline;
	margin: 0;
	padding-right: 0.5em;
	font-size: 1em;
	line-height: 1.5em;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #339933; /* g1 */
}
#items h6 {
	display: inline;
	font-size: 0.9em; /* 0.8em;*/
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #339933; /* g1 */
	margin: 0;
}
/* items */
#content .group, #shortlist .group {
	margin-top: 10px;
	margin-left: 10px;
}
.item, .subitem {
	padding: 0;
	cursor: pointer;
	background-color: #ffffff;
/*	width: 365px; /*380 - 10 - 2 - 2*/
}
/*.page .item, .publication .item, .media .item, .text .item, .subitem,
.icpdr-page .item, .icpdr-publication .item, .icpdr-mediafile .item, .icpdr-textfile .item, .icpdr-database*/
.item, .subitem {
	border-right: 1px solid #99CC99; /* g2 */
	border-bottom: 1px solid #99CC99; /* g2 */
}
.news .item, .record .item {
	border-right: 1px solid #99CCE5; /* b2 */
	border-bottom: 1px solid #99CCE5; /* b2 */
}
.item .info { /*, .subitem*/
	padding: 1px 2px 1px 2px;
}
.subitem {
	margin-left: 20px;
     min-height: 15px;
/*	margin-top: 1px;*/
/*	width: 345px;*/
}

/* Links inside the item */
.item a, .subitem a {
 padding-left: 15px;
 display: block; /*IE5*/
 color: #999999;
 text-decoration: none;
	background-position: 2px 2px; /* left top */
	background-image: url("http://www.icpdr.org/icpdr/images/icon_cont_page.gif");
	background-repeat: no-repeat;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.9em;
	line-height: 1.6em;
}
*html .item a, *html .subitem a {
	padding-bottom: 0.1em;
}

.subitem a {
	font-size: 0.9em; /* 0.8em;*/
}
.page a, .icpdr-page a, .icpdr-database a, .icpdr-folder a, .icpdr-static a, .icpdr-event a {
	background-position: 2px 2px; 
	background-image: url("http://www.icpdr.org/icpdr/images/icon_cont_page.gif");
	background-repeat: no-repeat;
}
.text a, .icpdr-textfile a, .publication a, .icpdr-publication a {
	background-position: 2px 2px; /* left top */
	background-image: url("http://www.icpdr.org/icpdr/images/icon_cont_text.gif");
	background-repeat: no-repeat;
}
.media a, .icpdr-mediafile a {
	background-position: 2px 2px; /* left top */
	background-image: url("http://www.icpdr.org/icpdr/images/icon_cont_media.gif");
	background-repeat: no-repeat;
}
.icpdr-news a, .record a {
	background-position: 2px 2px; /* left top */
	background-image: url("http://www.icpdr.org/icpdr/images/icon_default_page.gif");
	background-repeat: no-repeat;
}
/* News: Textfile */
.news .icpdr-textfile a {
	background-position: 2px 2px; /* left top */
	background-image: url("http://www.icpdr.org/icpdr/images/icon_news_text.gif");
	background-repeat: no-repeat;
}
/* News: Link */
.news .icpdr-link a {
	background-position: 2px 2px; /* left top */
	background-image: url("http://www.icpdr.org/icpdr/images/icon_news_link.gif");
	background-repeat: no-repeat;
}
.icpdr-dwarticle a {
	background-image: url("http://www.icpdr.org/icpdr/images/icon_cont_dw.gif");
	background-position: 2px 2px; /* left top */
	background-repeat: no-repeat;
}
/*
.subitem a {
	background-position: 0px 0px; 
	background-image: url("http://www.icpdr.org/icpdr/images/icon_cont_subitem.gif");
	background-repeat: no-repeat;
}*/
.left {
/*	float: left;
	width: 45%;*/
	
}
.right{
	display: block;
	float: right;
	margin-top: -1.4em;
	margin-right: 0.1em;
}
/* Lit items  */
.item a:hover, .subitem a:hover {
	color: #424242;
	background-position: 2px -158px;
}
.item:hover, .subitem:hover, .group div.highlighted {
	background-color: #E5F2E5; /* g3 */
	border-right: 1px solid #339933; /* g1 */
	border-bottom: 1px solid #339933; /* g1 */
}
.news .item:hover, .record .item:hover,
#items .news .highlighted, #items .record .highlighted {
	background-color: #E5F2F8; /* b3 */ 
	border-right: 1px solid #3399CC; /* b1 */ 
	border-bottom: 1px solid #3399CC; /* b1 */ 
}
#disclaimertext {
	display: none;
	margin: 10px 0px 0px 10px;
	border-right: 1px solid #E5F2F8; /* b3 */ 
	border-bottom: 1px solid #E5F2F8; /* b3 */ 
	padding: 2px 4px 2px 4px;
	width: 361px; /* 380 - 10 - 1 - 4 - 4 */
	background-color: #ffffff;
clear: both;
}
#disclaimertext h3 {
	margin: 0;
	color: #3399CC; /* b1 */ 
	font-size: 1em;
}
#disclaimertext p {
	padding-top: 0.3em;
	padding-bottom: 0;
	font-size: 0.9em;
	text-align: justify;
}
#footer {
	margin: 20px 0px 3em 10px;
	border-right: 1px solid #99CCE5; /* b2 */
	border-bottom: 1px solid #99CCE5; /* b2 */
	padding: 1px 2px 0px 2px;
	width: 366px; /* 380 - 10 - 1 - 2 - 2 */
	background-color: #ffffff;
	font-size: 0.9em; /* 0.8em;*/
	height: 1.4em;

clear: both;
}
#disclaimer {
	float: left;
	width: 100px;
}
#printfooter {
	display:none;
}
#disclaimer a {
	padding-left: 15px;
	display: block; /*IE5*/
	background-position: 2px 2px; /* left top */
	background-repeat: no-repeat;
	background-image: url("http://www.icpdr.org/icpdr/images/icon_foot_disclaimer.gif");
	border: 0;
}
#lastedit{
	float: left;
	width: 160px;
	text-align: center;
	white-space: nowrap;
}
#gototop {
	float: right;
	width: 100px;
	text-align: right;
}
#footer a {
 color: #999999;
 text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
#gototop a {
	width: 40px;
	padding-right: 15px;
	background-position: 25px 2px; /* left top */
	background-repeat: no-repeat;
	background-image: url("http://www.icpdr.org/icpdr/images/icon_foot_top.gif");
	border: 0;
}
/* Lit footer  */
#footer:hover, #footer.highlighted  {
	background-color: #E5F2F8; /* b3 */ 
	border-right: 1px solid #3399CC; /* b1 */ 
	border-bottom: 1px solid #3399CC; /* b1 */ 
}
#disclaimer a:hover {
	color: #424242;
	background-position: 2px -58px;
}
#gototop a:hover {
	color: #424242;
	background-position: 25px -58px;
}

#related ul {
 margin-top: 0;
 margin-left: 0;
 margin-bottom: 10px;
 padding: 0;
 width: 160px;
 list-style: none;
}
#relateditems {
	border-right: 1px solid #99CC99; /* g2 */
}
#relatedlinks {
	border-right: 1px solid #99CCE5; /* b2 */
}
/* All menu items ('li' tags) */
#related li {
 position: relative;
 border: 0;
}
/* Links inside the menu */
#related a {
 display: block;
 padding: 0px 2px 1px 15px;
 color: #999999;
 background-color: #FFFFFF;
 text-decoration: none;
	font-size: 0.9em; /* 0.8em;*/
	font-weight: bold;
	line-height: 1.6em;
	text-transform: uppercase;
}

#relatedlinks a {
	background-image: url("http://www.icpdr.org/icpdr/images/icon_rel_link.gif");
	background-position: 2px 2px; /* left top */
	background-repeat: no-repeat;
 border-bottom: 1px solid #99CCE5; /* b2 */
}
/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html #related li {
 float: left;
 height: 1%;
}
* html #related a {
 height: 1%;
}
/* End Hack */

#related .title {
	float: none;
	font-size: 0.9em;
}
#relateditems li.title {
	border-bottom: 1px solid #99CC99; /* g2 */
	background: #FFFFFF;
	color: #339933; /* g1 */
}
#relatedlinks li.title {
	background: #FFFFFF;
	color: #3399CC; /* b1 */ 
	border-bottom: 1px solid #99CCE5; /* b2 */
}
#relateditems a {
 /* icons from content items */
 border-bottom: 1px solid #99CC99; /* g2 */
}

/* Lit items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
#relateditems a:hover {
	color: #424242;
	background-color: #E5F2E5; /* g3 */
	border-bottom: 1px solid #339933; /* g1 */
	background-position: 2px -158px;
}
#relateditems:hover, #relateditems.highlighted {
	border-right: 1px solid #339933; /* g1 */
}
#relateditems:hover li.title, #relateditems.highlighted li.title {
	border-bottom: 1px solid #339933; /* g1 */
}
#relatedlinks a:hover {
	color: #424242;
	background-color: #E5F2F8; /* b3 */
/*	background-color: #99CCE5; /* b2 */
	border-bottom: 1px solid #3399CC; /* b1 */ 
	background-position: 2px -58px;
}
#relatedlinks:hover, #relatedlinks.highlighted {
	border-right: 1px solid #3399CC; /* b1 */ 
}
#relatedlinks:hover li.title, #relatedlinks.highlighted li.title {
	border-bottom: 1px solid #3399CC; /* b1 */ 
}
.printlink {
	display: none;
}

.contentpopup, .linkpopup {
	width: 160px;
	padding: 4px;
	color: #1B1B1B;
}
.contentpopup {
	border-right: 1px solid #339933; /* g1 */
	border-bottom : 1px solid #339933; /* g1 */
	background-color : #E5F2E5; /* g3 */
}
.linkpopup {
	border-right: 1px solid #3399CC; /* b1 */ 
	border-bottom : 1px solid #3399CC; /* b1 */ 
	background-color : #E5F2F8; /* b3 */
}
.contentpopup .title, .linkpopup .title {
	font-weight: bold;
	text-transform : uppercase;
}


/* header with title and subtitle */
#listheader {
	margin-left: 10px;
	margin-bottom: 10px;
	border-right: 1px solid #E5F2E5; /* g3 */
	border-bottom: 1px solid #E5F2E5; /* g3 */
	padding: 2px 4px 2px 4px;
	width: 362px; /* 380 -10 -1 -4 -4  */
	background-color: #ffffff;
	min-height: 30px;
}
#listheader h1, #listheader h2 {
	color: #3399CC; /* b1 */ 
}
#listdescription, #folderdescription {
	margin-left: 0px;
	margin-bottom: 10px;
	border-right: 1px solid #E5F2E5; /* g3 */
	border-bottom: 1px solid #E5F2E5; /* g3 */
	padding: 2px 4px 2px 4px;
	width: 362px; /* 380 -10 -1 -4 -4  */
	background-color: #ffffff;
}
#listdescription p, , #folderdescription p {
	margin: 0 0 0.5em 0;
	font-size: 1em;
/*	line-height: 1.4em;*/
	text-align: justify;
}
#listdescription p:first-letter, #folderdescription p:first-letter {
	font-weight: bold;
}
#listdescription a, #showdetails a:link, #hidedetails a:link {
  display: block; 
  padding-left: 15px;
  color: #999999;
  text-decoration: none;
	background-position: 2px 2px; /* left top */
	background-repeat: no-repeat;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.9em;
	border-bottom: none;
}
#listdescription a {
	background-image: url("http://www.icpdr.org/icpdr/images/icon_default_page.gif");
}
#showdetails a, #hidedetails a {
	background-image: url("http://www.icpdr.org/icpdr/images/icon_cont_page.gif");
}
#listdescription a:hover, #showdetails a:hover, #hidedetails a:hover {
	color: #424242;
	background-position: 2px -158px;
}
#hidedetails {
	display: none;
}
#hidedetails a {
/*	background-image: url("http://www.icpdr.org/icpdr/images/icon_cont_subitem.gif");*/
}

#longlist .group {
	margin-left: 10px;
}
#longlist .group, #shortlist .detail {
	margin-top: 10px;
	margin-bottom: 10px;
}

#longlist .subitem {
	margin-left: 20px;
}
#shortlist .subitem, #shortlist .description,  #shortlist .date, #shortlist .image,
#content .description,  #content .date, #content .image,
#longlist .subitem .description, #longlist .subitem .date, #longlist .subitem .image {
	display: none !important; 
}
#items .detail .subitem, #items .detail .description, #items .detail .date, #items .detail .image {
	display: block !important;
}
#longlist .group, .detail {
	width: 500px;
}
#longlist .noimage {
	width: 340px;
}

#longlist .item .info, #items .detail .info {
	width: 323px; /* 329 */
	padding: 3px 5px 2px 5px;
	border: 0;
	min-height: 95px;
/*	height: 95px;  ??? */
}
#longlist .subitem .info {
/*	width: 336px;  329 */
}
#longlist .noimage .info, #items .noimage .detail .info {
	min-height: 1.4em;
}
/* Nur fuer IE 5 + 6 .info */
* html #longlist .item, * html #items .detail {
	height: 100px;
}
* html #longlist .noimage .info, * html #items .noimage .detail .info {
	height: 1em;
}

#longlist .info p:first-letter, .detail .info p:first-letter {
	font-weight: bold;
}
#longlist .item a.title, #longlist h5, #longlist h6,
.detail a.title, .detail h5, .detail h6 {
	color: #339933; /* g1 */
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 1.1em;
	padding-left: 0px;
/*	background-position: 0px 0px; /* left top */
	background-image: none;
}
#longlist .news a.title, .news .detail a.title {
	color: #3399CC; /* b1 */
}
.info p {
	text-align: justify;
	font-size: 0.9em;
	color: #7A7978;
	margin-top: 0.5em;
	margin-bottom: 0.2em;
	font-size: 0.9em;
/*	line-height: 1.4em;*/
	text-align: justify;
}
.item .date {
	float: right;
	font-size: 0.9em;
	color: #7A7978;
}

#longlist .image, #items .detail .image {
	background-color: #efefef;
	background-image: url("http://www.icpdr.org/icpdr/images/bg_image.gif");
	background-repeat: repeat;
	float: right;
	height: 100px;
	overflow: hidden;
	text-align: center;
	width: 160px;
}
#photolist .item {
	margin-left: 0;
	width: 160px;
	float: left;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#photolist a.title {
	color: #339933; /* g1 */
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1em;	
	padding-left: 0px;
	background-position: 0px 0px; /* left top */
	background-image: none;
}
#photolist .image {
	background-color: #efefef;
	width: 160px;
	height: 100px;
	text-align: center;
	background-image: url("http://www.icpdr.org/icpdr/images/bg_image.gif");
	background-repeat: repeat;
}
#photolist .caption {
	height: 1.1em;
	overflow: hidden;
}

/* Page Navigation */
#paging {
	margin: 10px 0px 0px 0px;
	width: 368px;
	border-right: 1px solid #99CC99; /* g2 */
	border-bottom: 1px solid #99CC99; /* g2 */
	background-color: #ffffff;
	line-height: 1.2em;
	font-size: 0.9em;
	padding: 0px;
     min-height: 2.1em;
}
#pagenum {
	padding: 5px 2px 2px 5px;
	float: left;
}
#pageselect {
	padding: 0px 5px 0px 0px;
	float: right;
	width: auto;
}
#pageselect button {
	border: 1px solid white;
	background-color: #ffffff;
	cursor: pointer;
	width: 10em; /* only IE */
     font-size: 1em;
	color: #999999;
	font-weight: bold;
	text-transform: uppercase;
	background-position: 2px 2px; /* left top */
	background-repeat: no-repeat;
	background-image: url("http://www.icpdr.org/icpdr/images/icon_default_page.gif");
	padding: 1px 0px 0px 7px;
     margin: 0;
}
#pageselect select {
	border: 1px solid white;
}
#pageselect img {
	padding: 2px 5px 2px 5px;
}
#pageselect a {
	margin: 0;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
/*	line-height: 1.6em;*/
	text-transform: uppercase;
	padding: 5px 3px 2px 15px;
	display: block;
	float: left;
	background-position: 2px 5px; /* left top */
	background-repeat: no-repeat;
	background-image: url("http://www.icpdr.org/icpdr/images/icon_default_page.gif");
}
#pageselect button:hover, #pageselect button:focus, #pageselect button.highlighted, 
#pageselect a:hover {
	color: #424242;
	background-position: 2px -158px;
}

/* Addresses */
#shortlist .address, #items .address, #shortlist .clearer {
	display: none;
}
#longlist .address, #items .detail .address, #items .detail .clearer {
	display: block;
}
#longlist .flag, #items .detail .flag {
	display: none;
}
#shortlist .flag {
	float: right;
	padding: 3px 5px 2px 5px;
}
#shortlist .name {
/* float: left;*/
 padding-right: 1em;
}
#longlist .name, #items .detail .name {
	float: none;
	padding-right: 0;
}
#longlist .name a, #items .detail .name a {
	color: #3399CC; /* b1 */ 
	font-size: 1em;
	padding-left: 0;
	background-image: none;
}
.name a {
 text-transform: none;
}
.info .name {
}
#shortlist .info .title {
/*	float: left;*/
	color: #999999;
	padding-top: 1px;
	padding-left: 14px;
}
#longlist .item .info .title, #items .detail .title {
	padding-bottom: 0.2em;
	color: #424242;
}
#longlist .title,
#items .detail .title {
}
.info table.address {
	float: left;
	border-collapse : collapse;
	width: 161px;
	margin-bottom: 0;
	border: 0px solid red;
}
.clearer {
	clear: both;
	display: block;
	line-height: 0; 
	height: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.info td, .info th {
	padding: 0px 2px 2px 4px;
	border: none; /*1px solid black; */
	font-size: 0.9em;
	vertical-align: top;
}
.info th {
	font-weight : bold;
	text-align : center;
	background-color: transparent;
	padding: 0px 0px 2px 0px;
}
.info th img {
	padding-top: 2px;
}
.info .email {
	text-decoration: underline;
	text-transform: none;
	font-size: 1em;	
	padding-left: 0px;
	background-position: 0px 0px; /* left top */
	background-image: none;
}
.title:hover {
	color: #424242;
	background-position: 0px -56px;
}

/* Highlight Search result */
.highlight {
	font-weight: bold;
}

.sitemap .section {
	list-style: none;
	color: #3399CC; /* b1 */ 
	margin-top: 1em;
	margin-left: -2em;
	padding: 3px 2px 2px 0px;
}
.sitemap .section img	{
	position:relative; 
	float: right;
	height: 13px;
	margin-right: 5px;
}

.adminicons a, #related .adminicons a {
	padding: 0;
	background-image: none;
	display: inline;	
}
#debug {
	display: none;
	left: 10px;
	position: absolute;
	top: 420px;
	white-space: pre;
	color: red;
}
/*
div {
	border: 1px dotted blue;
}
*/



#dwtext {
	padding: 15px 2px 2px 2px;
	min-height: 23em;
	background-color: #ffffff;
}
/*
.dw_imprint {
  color: #626262;
  padding: 0 5px 0 5px;
}
.dw_imprint a {
  color: #626262;
}
*/
#dwnav {
	position : absolute;
	left: 765px;
	top: 85px;
}
#dwnav ul {
 margin-top: 0;
 margin-left: 0;
 margin-bottom: 10px;
 padding: 0;
 width: 200px;
 list-style: none;
}
#dwnav li {
 border: 0;
 padding: 0 0 10px 0;
}
#dwnav li.current {
 padding: 0px 2px 10px 15px;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.3em;
}
/* Links inside the menu */
#dwnav a {
 display: block;
 padding: 0px 2px 1px 15px;
 color: #A0A346;
 text-decoration: none;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.3em;
}

#dwnav a {
	background-image: url("http://www.icpdr.org/icpdr/images/icon_cont_dw.gif");
	background-position: 2px 0px; /* left top */
	background-repeat: no-repeat;
	font-weight: normal;
}
#dwnav .dwdownload a {
	background-position: 2px 2px; /* left top */
	background-image: url("http://www.icpdr.org/icpdr/images/icon_dwdownload.gif");
	font-weight: bold;
}
#dwnav .dwcontact a {
	background-position: 2px 2px; /* left top */
	background-image: url("http://www.icpdr.org/icpdr/images/icon_dwcontact.gif");
	font-weight: bold;
}
/* Lit items*/
#dwnav a:hover {
  color : #000000;
	background-position: 2px -160px;
}
#dwnav .dwdownload a:hover, #dwnav .dwcontact a:hover {
	background-position: 2px -58px;
}
#dwnav a.visited {
  color : #A7A6A5;
}

/* Styles for Danube Watch */

#dw_bg {
	background-color: #FFFFFF;
/*	width: 369px; */
	padding-right: 10px;
	margin: 0px;
} 

#dw_bg h1 {
  display: block;
	font-size: 1.3em;
	color: #82862C;
	margin-top: 15px;
	margin-bottom: 0px;
	font-weight: bold;
}

#dw_bg a {
	font-size: 1em;
	color: #000000;
}

#dw_header {
	text-align: right;
}

#dw_content img {
	border: 1px solid #000000;
	margin-right: 10px;
	float: left;
}

#dw_page img {
	border: 1px solid #000000;
}

.dw_subheadline {
	margin-top: 0px;
	color: #82862C;
}

.dw_imgtag {
	margin-top: 0px;
	margin-bottom: 20px;
	color: #999999;
	font-size: 0.9em;
}

.dw_author {
	font-style: italic;
	margin-top: 40px;
}

.dw_focus {
	font-weight: bold;
}

.dw_map {
	text-align: left;
}

#dw_imginsert {
	width: 160px;
	padding-right: 10px;
	padding-bottom: 5px;
	float: left;
	color: #999999;
	font-size: 0.9em;
}


#dw_article {
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 20px;
}

#dw_article a {
	color: #82862C;
}

#dw_insert {
	background-color: #ECE9B3;
	margin-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-top: 1px;
}

#dw_insert h2 {
	margin-top: 10px;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0px;
	color: #000000;
	background-color: transparent;
	text-transform:uppercase;

}

#dw_insert hr {
	height:1px;
	color:#FFFFFF;
	border: none;
	margin-bottom: 0px;
}

#dw_insert p {
	margin-top: 0px;
	margin-bottom: 10px;
}

#dw_insert table {
	margin-top: 10px;
	width: 347px;
	border: solid 1px #FFFFFF;
}

#dw_insert td {
	border: solid 1px #FFFFFF;
	padding: 3px;
	vertical-align: top;
	background-color: transparent;
}

#dw_insert table.noborder {
	margin-top: 10px;
	width: 347px;
	border:0;
	cell-padding: 3px;
}

#dw_insert table.noborder td {
	border:0;
	padding: 3px;
	vertical-align: top;
}


#dw_insert ul {
	margin:10px;
	padding:10px;
	list-style-type:disc;	
}

#dw_insert ol {
	margin:10px;
	padding:10px;
}

#dw_insert li {
	margin:0px;
	padding:0px;
	margin-bottom:5px;
}

#dw_insert_black {
	margin-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-top: 1px;
	border:1px solid #000;
}

#dw_insert_black h2 {
	margin-top: 10px;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform:uppercase;
}

#dw_insert_black p {
	margin-top: 0px;
	margin-bottom: 10px;	
}


#dw_noborder table {
	border: solid 1px #ECE9B3;
	width: 347px;
}

#dw_noborder td {
	border: solid 1px #ECE9B3;
}





#dw_masthead {
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	font-size: 0.9em;
	color: #999999;
	width: 369px;
}

#dw_news {
	margin-top: 0px;
}

#dw_news h2 {
	font-size: 1em;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
	text-transform:uppercase;
}

#dw_news p {
	margin-top: 0px;
	margin-bottom: 10px;
}

#dw_news img {
	border: 1px solid #000000;
	margin-right: 10px;
	float: left;
}

#dw_events {
	background-color: #D4D8E0;
	margin-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-top: 1px;
}

#dw_events p {
	margin-top: 0px;
	margin-bottom: 10px;
}

#dw_events h2 {
	font-size: 1em;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
	text-transform:uppercase;
}

#dw_events h3 {
	font-size: 1em;
	margin-bottom: 0px;
	margin-top: 20px;
	color: #798398;
	font-weight: bold;
  text-transform:uppercase;
}

#dw_events table {
	width: 347px;
}
#dw_events td {
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 3px;
	padding-right: 3px;
	vertical-align: top;
	border: 0;
  text-transform:uppercase;
}

.dw_shedule {
	background-color: #E9EBEF;
	font-style: italic;
  text-transform:uppercase;
}

#dw_subevent {
	margin-top: 20px;
	padding: 10px;
	background-color: #FFFFFF;
}

#dw_subevent img {
	border: 1px solid #000000;
	margin-right: 10px;
	float: left;
}
