body {
	margin: 0 20px 0 20px;			
}
#topnav {
	background-image: url(/images/headbg.gif);
	height: 25px;
}
#maintable #navigation {
	vertical-align: top;
	width: 200px;
	height: 100%;
}
#maintable #content {
	vertical-align: top;
	background-color: #EDECE7;
	height: 100%;
  width: 100%;
}
#content h1 {
  font: bold 14px  Arial, Helvatica;
  background: #DEDCD3;
  padding: 5px;
}
#content p {
  padding: 5px;
}
h2 {
  background-color: #fff;
  padding: 5px;
  border-style: solid;
	border-color: #888 #CCC #CCC #888;
	border-width: 1px;
  font: bold 15px Arial, Helvetica;
  color: #444;
}
.priceTable {
	border: 1px solid #444;
	width: 100%;
	background: #fff;
}
.priceTable td {
	padding: 5px;
}
.priceTable th {
	padding: 10px;
	background-color: #005B79;
	color: #FFF;
	font: bold 12px Arial, Helvetica;
	text-align: left;
	padding-left: 5px;
}
#maintable {
	border: 0;
	width: 100%;
	height: 100%;
}
#welcome {
	background-color: #005B79;
	color: #FFF;
}
#salut {
	padding: 10px;
	background-color: #DEDCD3;
	color: #000000;
}
#services {
	margin-top: 2px;
	background-color: #005B79;
	color: #FFF;
}
#welcome :link, #welcome :visited {
	color: #FFF;
}
#welcome :link:hover, #welcome :visited:hover {
	color: #000;
}
#services :link, #services :visited {
	color: #FFF;
}
#welcome ul, #services ul {
	margin: 15px;
	padding: 0px;
}
#welcome ul li, #services ul li {
	margin: 2px 0 4px 0px;
}
#login {
	margin-top: 2px;
	height: 150px;
	background-color: #DEDCD3;
	padding: 10px;
}
#infoline {
	margin-top: 2px;
	height: 70px;
	background-color: #DEDCD3;
	padding: 10px;
}
body, td, div, .inpLogin, .inpButton, select, .txtInput, .inpTextarea {
	font: 12px Arial, Helvetica;
}
a, a:visited {
	color: #000;
}
.inpLogin {
  width: 180px;
  border-style: solid;
	border-color: #888 #CCC #CCC #888;
	border-width: 1px;
}
.inpButton {
	border: 1px solid #888;
	cursor: pointer;
}
#login p {
	text-align: right;
}
#reg {
	margin-top: 2px;
	background-color: #005B79;
	padding: 10px;
	color: #FFF;
}
#condiv {
  padding: 10px;

}
#reg :link, #reg :visited {
	color: #FFF;
}
#logo {
	height: 91px;
	background-image: url(/images/otmtc.gif);
	background-repeat: no-repeat;
	vertical-align: bottom;
}
#language {
	margin-top: 2px;
	background-color: #DEDCD3;
	padding: 10px;
}
#ContentBox {
	margin-top: 10px;
  margin-bottom: 10px;
	border: 1px solid #888;
	background-color: #DEDCD3;
	padding: 10px;
}
#contentbox_bright {
	margin-top: 10px;
  margin-bottom: 10px;
  border-style: solid;
	border-color: #888 #CCC #CCC #888;
	border-width: 1px;
	background-color: #fff;
	padding: 10px;
  line-height: 150%;
}
#contentbox_bright :link, #contentbox_bright :visited {
  color: #444;
}
#ContentBox :link, #ContentBox :visited{
	color: #000;
}
.descCol {
	width: 150px;
}
p {
	margin: 5px;
	margin-left: 0px;
}
.mandatory {
	font-weight: bolder;
	color: #DD0000;
}
form {
	margin: 0;
}
#error {
	border: 2px solid #DD0000;
	background-color: #FFF;
	padding: 10px;
	margin-bottom: 10px;
}
#content fieldset {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
	border: 1px solid #444;
}
#content fieldset legend {
	border: 1px solid #888;
	background: #fff;
	padding: 2px 10px 2px 5px;
	margin-left: -10px;
	font-size: 11px;
}
#content fieldset div {
	padding: 5px;
}
#setTable {
	border: 0;
}
#setTable th {
	color: #000;
	font: bold 12px Arial, Helvetica;
	text-align: left;
}
#setTable td {
	vertical-align: top;

}
#setTable ul, #setTable ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#setTable a {
	display: block;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-left: 10px solid #EDECE7;
	color: #000;

}
#setTable a:hover{
	display: block;
	background: #fff;
	border-left: 10px solid #AAA;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#contentbox dt {
 font-weight: bold;
}
#contentbox dd { 
	width: 100%;
	margin: 0; 
	padding: 0 0 1em
}
.txtInput, .inpTextarea {
	width: 100%;
	border-style: solid;
	border-color: #888 #CCC #CCC #888;
	border-width: 1px;
}
.inpTextarea {
  height: 200px;
  margin-bottom: 10px;
}
textarea.code {
	font: 12px Courier;
	border: 1px solid #444;
	width: 750px;
	height: 200px;
	margin-bottom: 20px; 
}
div#help, td#help {
  line-height: 150%;
	background: #FFFFE0;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 1px solid #888;
	padding: 10px;
}
div#help :link, div#help :visited, td#help :link, td#help :visited{
  color: #000; 
}
.ctrLayoutRadio {
	border: 1px solid #444;
	border-right: 0;
	padding: 5px;
	background-color: #EDECE7;
	vertical-align: middle;
}
.ctrLayoutImage {
	border: 1px solid #444;
	padding: 5px;
	background-color: #EDECE7;
	vertical-align: top;
}
.ctrLayoutSpace {
	width: 5px;
	height: 5px;
}
#contentbox th {
	font: bold 12px Arial, Helvetica;
	text-align: left;
	padding-right: 20px;
}
#srHeader {
	width: 100%;
}
#srHeader th {
	padding: 10px;
	background-color: #005B79;
	color: #FFF;
	font: bold 12px Arial, Helvetica;
	text-align: left;
	padding-left: 5px;
}
#srHeader td {
	padding: 5px;
	border-top: 1px solid #888;
}
#contentboxBL {
	margin-top: 10px;
	border: 1px solid #888;
	background-color: #DEDCD3;
}
.ticketSum {
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #E1DE9B;
  width: 100%;
  margin: 0 0 10px 0;
}
.ticketCell1 {
  border-bottom: 1px dotted #E1DE9B;
  padding: 2px 2px 2px 10px;
  width: 10%;
  font-size: 11px;
}
.ticketCell2 {
  border-bottom: 1px dotted #E1DE9B;
  border-right: 1px solid #E1DE9B;
  width: 40%;
  padding: 2px;
  font-weight: bold;
  font-size: 11px;
}
.ticketCell3 {
  border-bottom: 1px dotted #E1DE9B;
  width: 10%;
  padding: 2px 2px 2px 10px;
  font-size: 11px;
}
.ticketCell4 {
  border-bottom: 1px dotted #E1DE9B;
  padding: 2px;
  width: 40%;
  font-weight: bold;
  font-size: 11px;
}
#help h1 {
  font-size: 14px;
}
.bigselect {
	width: 200px;
}
.keywrdTable {
	width: 100%;
}
.keywrdTable .ltd {
	width: 10%;
	vertical-align: top;
}
.keywrdTable .rtd {
	width: 90%
	vertical-align: top;
}
a.back {
	color: black;
	background-color: #DEDCD3;
	border: 1px solid #666666;
	padding: 2px 10px 3px 10px;
	text-decoration: none
}

.navitem a {
	padding: 2px;
  padding-left: 10px;
  text-decoration: none;
  display: block;
  color: #FFF;
	background: #005B79;
}

.navitem a:hover {
	padding: 2px;
  padding-left: 10px;
  text-decoration: none;
  display: block;
  color: #000;
	background: #DEDCD3;
}
.navitem_current a {
	padding: 2px;
  padding-left: 10px;
  text-decoration: none;
  display: block;
  color: #FFF;
	background: #005B79 right url(/images/marker.gif) no-repeat;
}
.navitem_current a:hover {
	padding: 2px;
  padding-left: 10px;
  text-decoration: none;
  display: block;
  color: #000;
	background: #DEDCD3 right url(/images/marker.gif) no-repeat;
}
.navitem {
  border-bottom: 1px solid #DEDCD3;
}

.navitem_current {
  border-bottom: 1px solid #DEDCD3;
}

.navitem img {
  border: 0;
}

a.nav:hover{
   color: #000000;
   text-decoration: none;
}
a.nav{
   color: #FFF;
   text-decoration: none;
}
.subnav {
   width: 245px;
   background-color: #DEDCD3;
   border: 1px solid #DAE0E7;
   cursor: pointer;
   left: 218px;
   position:absolute; 
   visibility:hidden;
   margin-top: -20px;
}
.overview {

  margin-top: -10px;
}
.overview th {
  text-align: left;
}
#startbox{
   border: 1px solid #DEDCD3;
   background-color: #ffffff;
}
#teaser{
   width:260px;
}
#teaser_head{
   width:260px;
   height:25px;
    background: url(/images/teaser/teaser_head.gif) no-repeat;
}
#teaser_moni{
   width:260px;
   height:105px;
    background: url(/images/teaser/teaser_moni.gif) no-repeat;
}
#teaser_kword{
   width:260px;
   height:105px;
    background: url(/images/teaser/teaser_kword.gif) no-repeat;
}
#teaser_stat{
   width:260px;
   height:105px;
    background: url(/images/teaser/teaser_stat.gif) no-repeat;
}
#teaser_body{
   width:260px;
   padding: 15px;
   background: url(/images/teaser/teaser_body.gif);
}
#teaser_foot{
   width:260px;
   height:34px;
   background: url(/images/teaser/teaser_foot.gif) no-repeat;
}
a.tour{
   text-decoration:none;
}
#iv_head{
  border-top: 1px solid #cccccc; 
  border-bottom: 1px solid #cccccc; 
}
#iv_created{
   background-color: #ffffff;
   border-bottom: 1px solid #cccccc; 
}
#iv_open{
   background-color: #FFFF00;
   border-bottom: 1px solid #cccccc; 
}
#iv_reminder1{
   background-color: #FFCC00;
   border-bottom: 1px solid #cccccc; 
}
#iv_reminder2{
   background-color: #FF6600;
   border-bottom: 1px solid #cccccc; 
}
#iv_reminder3{
   background-color: #ff0000;
   border-bottom: 1px solid #cccccc; 
}
#iv_closed{
   background-color: #33FF00;
   border-bottom: 1px solid #cccccc; 
}
#iv_closed_np{
   background-color: #ff0000;
   border-bottom: 1px solid #cccccc; 
}
.featurebox1 {
  background: url(/images/bg1.jpg) repeat-x;
  margin-bottom: 1px;
}
.featurebox2 {
  background: url(/images/bg2.jpg) repeat-x;
  margin-bottom: 1px;
}
.featurebox3 {
  background: url(/images/bg3.jpg) repeat-x;
  margin-bottom: 1px;
}
.featurebox1 td,.featurebox2 td,.featurebox3 td {
  color: #fff;
  vertical-align: top;
}
.space {
  padding: 10px;
  line-height: 150%;
}
.space a, .space a:visited {
  color: #fff;
  font-weight: bold;
}
.space p {
  margin-left: 7px;
}
#trustedshops_teaser {
	padding-top: 25px;
	background: url(/images/tshops.jpg) no-repeat;
	padding-left: 120px;
	margin-bottom: 20px;
	height: 100px;
	font-size: 20px;
	font-weight: bold;
}
#trustedshops_teaser p {
	font-size: 12px;
	font-weight: normal;
}
