/* CSS Document */

html { height: 100% }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	color: #000;
}
	
/*a:link, a:visited, a:active { color: #000099;  }*/
a:link, a:visited, a:active { color: #2929b1;  }

		
td {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	color: #000;
}

h2 {
  color: #333333;
  font-family: "Lucida Grande",arial,sans-serif;
  font-size: 14px;
  margin: 20px 0pt 5px 0px;
  padding: 0pt;
}

strong	{
		color:#548DB8;
}

strong2	{
		color:#000066;
}

.style3 {font-size: x-small}

table.table_price {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: dotted dotted dotted dotted;
	border-color: white white white white;
	border-collapse: collapse;
	background-color: white;
}
table.table_price td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: inset inset inset inset;
	/*border-color: gray gray gray gray;*/
	border-color: #CCCCCC;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
		
#baseDiv {
	position: relative;
	width: 875px;
	margin-left: auto;
	margin-right: auto;
}

#logoDiv { 
  float: left;  
	padding-top: 3px; 
}



#utilDiv {
	/*height: 23px;*/
	text-align: right;
	margin: 0px;
	padding: 10px 10px 0 0;
}

#padding1Div { 
 height: 33px;  
	text-align: right; 
	clear: right; 
}

#globalNavDiv {
	height: 28px;
	text-align: center;
	clear: right;
	position: absolute;
	left: 200px;
	top: 60px;
}
#globalNavDiv .tab_selected {
	float: left;
	width: 118px;
	border:0px #333 solid;
	height: 28px;
	background-image: url(../pics/tab_selected.jpg);
	background-repeat: no-repeat;
}
#globalNavDiv .tab_unselected {
	float: left;
	width: 118px;
	border:0px #333 solid;
	height: 28px;
	background:   url(../pics/tab_unselected.jpg) no-repeat;
}
#globalNavDiv .tab_unselected:hover {
	float: left;
	width: 118px;
	border:0px #333 solid;
	height: 28px;
	background:   url(../pics/tab_unselected_hover.jpg) no-repeat;
}

#globalNavDiv .tab_padding {
	float: left;
	width: 10px;
	border:0px #333 solid;
	height: 28px;
}
#globalNavDiv ul{
	margin:0;
	padding:0;
	list-style:none;
	background:   url(../pics/tab_selected.jpg) no-repeat;
	padding-top: 5px;
}

#globalNavTxtDiv, #globalNavTxtDiv:link, #globalNavTxtDiv:visited {
  cursor:hand;
	padding-top: 5px;
	height: 24px;
	font-size: 13px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
 text-decoration:none
}

#subNavTxtDiv {
	height: 22px;
	float: left;
	padding-top: 7px;
 padding-left: 30px;
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#subsubNavTxtDiv {
	height: 22px;
	float: left;
	padding-top: 7px;
 padding-left: 30px;
	font-size: 12px;
/*	color: #548DB8;*/
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}


#globalNavDiv li{
	float: left;
	width: 118px;
	border:0px #333 solid;
	height: 28px;
	display:inline;
	margin:0 10px 0 0;
	padding:0;
}

#subNavDiv {
	height: 30px;
	width: 875px;
	background:   url(../pics/subnavbar_2.jpg) no-repeat;
	margin-bottom: 0px;
}

#subsubNavDiv {
	height: 30px;
	width: 875px;
	background:   url(../pics/subsubnavbar_1.jpg) no-repeat;
	margin-bottom: 0px;
}

#lowDiv {
	text-align: center;
}

.globalNavTab {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.globalNavTab {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.globalNavTab:link {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.globalNavTab:visited {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.subNavTab {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}



#bodyDiv {
  padding: 20px 5px 0px 5px;
  width: 100%;
}

#alertMessageDiv {
	color: #FF0000;
	width: 100%;
	text-align: center;
	padding: 10px 0 10px 0;
}

#mainBodyDiv {
	width: 620px;
	float: left;
}

#rightBodyDiv {
  border-left: 1px solid #999;
  padding: 10px;
  float: left;
  width: 230px;
}


#lowDiv {
	width: 875px;
	clear: left;
	color: #666666;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
}

#sessionTitleDiv {
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #999;
}
.sessionItemDiv {
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #ccc;
}
#sessionItemShortDiv {
}
#sessionItemDetailsDiv {
	font-size: 10px;
	padding: 0 0 0 20px;
}
.sessionItemDetailsDiv {
	font-size: 10px;
	padding: 0 0 0 20px;
}


.img-shadow {
  /*float:left;
  background: url(../pics/trans-shadow.png) no-repeat bottom right;*/ /* Most major browsers other than IE supports transparent shadow. Newer release of IE should be able to support that. */
}

.img-shadow img {
  display: block; /* IE won't do well without this */
  position: relative; /* Make the shadow's position relative to its image */
  padding: 3px; /* This creates a border around the image */
  background-color: #fff; /* Background color of the border created by the padding */
  border: 1px solid #cecece; /* A 1 pixel greyish border is applied to the white border created by the padding */
  /*margin: -6px 6px 6px -6px;*/ /* Offset the image by certain pixels to reveal the shadow, as the shadows are 6 pixels wide, offset it by that amount to get a perfect shadow */
}

/*-------------------------------------------------
=Forms
-------------------------------------------------*/

#basic_form {
  font-family: verdana, sans-serif;
}

#basic_form p.blockintro {
  color: #666666;
  font-size: 12px;
  line-height: 1.3em;
  margin: 0pt;
}

#basic_form dl {
}

#basic_form dt {
  clear: left;
  float: left;
  margin: 4px 8px 0pt 0pt;
  padding: 0pt;
  position: relative;
  text-align: right;
  white-space: nowrap;
  width: 80px;
}

#basic_form dd {
  font-size: 10px;
  margin: 0pt 0pt 5px 0px;
}

#basic_form div.block {
  background: #EAF0F5 none repeat scroll 0%;
  border-top: 1px solid #5D91C3;
  border-bottom: 1px solid #5D91C3;
  color: #333333;
  font-size: 11px;
  font-weight: normal;
  margin: 3px 0pt 25px;
  padding: 5px 10px 5px 10px;
}

#basic_form div.action, div.action {
  border-top: 2px solid #000000;
  font-size: 12px;
  margin-bottom: 10px;
  padding-top: 8px;
  text-align: right;
}

/*-------------------------------------------------
=Page Header
-------------------------------------------------*/

div.page_header {
  background: #D34E4E;
  border-bottom: 1px solid #D34E4E ;
  margin: 0px 0 0px 0;
  padding: 7px 30px 7px 24px;
}

div.page_header h1 {
	padding: 0;
  margin: 0;
	font-size: 14px;
	color: #FFD0D0;
}

div.page_header h1 span {
	font-size: 12px;
	color: #666;
	font-weight: normal;
}

div.sheet div.page_header h1 {
  font-size: 20px;
}

div.page_header p {
  margin: 5px 0 0 0;
}

/*-------------------------------------------------
=Page Layout
-------------------------------------------------*/

.col {
  /*border: 1px dotted #5D91C3;*/
	padding: 0;
	text-align: left;
  position: relative;
}

.innercol {
  border: 1px dotted #D34E4E;
  margin: -1px 0 0px 0;
  padding: 5px 15px 20px 15px;
}







a.infobulle em {
    display:none;
}
a.infobulle:hover {
    border: 0;
    position: relative;
    z-index: 500;
    text-decoration:none;
}
a.infobulle:hover em {
    font-style: normal;
    display: block;
    position: absolute;
    top: 20px;
    left: -10px;
    padding: 1px;
    color: #000;
    border: 1px solid #bbb;
    background: #ffc;
    width:auto;
}


