html, body
{
	margin: 0px;
	padding: 0px;
}

body
{
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	line-height: 14px;
	color: #000;
	border: none;
	background: url(../images/bg_body.gif);
	background-color: #fff;
}

#debug 
{
	display: none; 
	white-space: pre; 
}

/* ul, ol, dl { position: relative;  } */

h1
{
	font-size: 14px;
	font-weight: bold;
	color: #e41129;
}

h2
{
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

h2.dcms_contact_label
{
	font-size: 14px;
	font-weight: bold;
	color: #e41129;
	padding-bottom: 20px;
}

h3
{
	font-size: 10px;
	font-weight: bold;
	color: #000;
}

th
{
	font-size: 11px;
	color: #000;
	font-weight: normal;
	background: url(../images/bg_td_head.gif);
}

td
{
	font-size: 11px;
	color: #000;
}

td.grey
{
	background-color: #d3d6d8;
}

td.lightgrey
{
	background-color: #e5e7e8;
}

td.darkgrey
{
	background-color: #c2c5c9;
}

td.red
{
	background-color: #fbd9c9;
}

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

a:hover
{
	color: #000;
}

/* MENÜ */

#main_menu
{
	margin-left: 30px;
	margin-top: 61px;
	height: 35px;
	border: 0px solid #099;
}

#main_menu a
{
	color: #fff;
	font-weight: normal;
}

#main_menu a:hover
{
	color: #fff;
	background-color: #002459;
}

.main_menu_entry
{
	float: left;
}

ul#endomicroscopy_mainMenu
{
	list-style: none;
	border: 0px solid #fff;
	margin: 0;
	padding: 0;
}

ul#endomicroscopy_mainMenu .endomicroscopy_mainMenuEntry
{
	float: left;
	border: 0px solid #fff;
	height: 35px;
	font-size: 10px;
}

ul#endomicroscopy_mainMenu .endomicroscopy_mainMenuEntry a
{
	display: block;
	padding: 18px 24px 3px 24px;
	color: #fff;
	letter-spacing: 1px;
	border: 0px solid #009;
	text-transform: uppercase;
	font-size: 10px;
}

ul#endomicroscopy_mainMenu .endomicroscopy_mainMenuEntry a:hover
{
	color: #fff;
}

ul#endomicroscopy_mainMenu .endomicroscopy_mainMenuEntry a.endomicroscopy_active
{
	font-weight: normal;
	border: 0px solid #900;
	color: #fff;
	background-color: #002459;
}

/* CONTENT SECTION */

#endomicroscopy_mainContent
{
	margin-top: 0px;
	clear: left;
	float: left;
	padding-top: 90px;
	padding-left: 55px;
	border: 0px solid #880;
	width: 1000px;
	background: url(../images/2ndinternationalmeeting.gif) no-repeat;
}

#endomicroscopy_leftContent
{
	clear: left;
	float: left;
	border: 0px solid #800;
	padding-bottom: 20px;
	z-index: 10;
	width:600px;
}

#endomicroscopy_rightContent
{
	float: left;
	border: 0px solid #008;
	margin-left: 40px;
	padding-top: 120px;
	padding-bottom: 20px;
	z-index: 10;
	width:280px;
	height: 100px;
	background: url(../images/logo.gif) no-repeat;
}

#endomicroscopy_bottom
{
	float: left;
	left: 0px;
	border: 0px solid #090;
	width: 100%;
	height: 209px;
	background: url(../images/bg_bottom.gif);
}

#endomicroscopy_leftContent ul,
#endomicroscopy_rightContent ul,
#endomicroscopy_bottom ul
{
	list-style:url(../images/bulletred.png);
	padding-left: 16px;
}

.dcms_contentPair label
{
	display: block;
	width: 200px;
}

fieldset
{
	border: 0;
}

input, textarea
{
	padding-left: 0px;
	background-color: #e5e7e8;
	border: 1px solid #c2c5c9;
}

.dcms_info_error
{
	color: #e41129;
	padding-bottom: 20px;
}

.dcms_contact_submit
{
	margin-top: 20px;
}

input.dcms_btn_send
{
	background: #e5e7e8;
	color: #000;
	border-width: 1px;
}

input.dcms_btn_send:hover
{
	background: #e41129;
	color: #fff;
	border-width: 1px;
}

.DCMS_warning
{
	color: red;
}