﻿@charset "utf-8";
/* IF-SME CSS für Monitorausgabe */

/* Wichtige Farben
Grau 		= #EEEEEE
Blau 		= #070809
Dunkelblau 	= #000066
*/

/* Sektionsweite Formatierungen */
#website {
	margin: 10px auto;
	width: 95%;	
}

#header {
		width: 100%;
		height: 90px;
	}
		#header img {
			float: left;
		}
		#header h1 {
			display: none;
		}

#language {
	width: 970px;
	background: #EEEEEE;
	padding: 0.05em 0;
}
	#language div {
		float: left;
		padding: 0.3em 1em 0 1em;
		font-size: 0.6em;
		font-weight: bold;
		color: #708090;
	}

/* ----------------------------------------------------------------------*/
/*#navigation {
	width: 100%;
	background: #506070;	
	color: #FFFFFF;
	font-size: 0.75em;
	float: left;
}
	#navigation ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	#navigation ul li {
		margin: 0;
		padding: 0;
		color: black;
		text-decoration: none;
		float: left;
	}
	#navigation ul li a {
		text-decoration: none;
		display: block;
		color: #FFFFFF;
		padding: 0.5em 1em;	
		border-right: 1px solid #FFFFFF;
		font-weight: bold;
	}
	#navigation ul li a:hover {
		padding: 0.5em 1em;
		background: #708090;;				
		display: block;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: none;
		border-right: 1px solid #FFFFFF;
	}
        #zoin{}
		#navigation ul li ul {
			display: none;
			width:200px;
		}
		#navigation ul li:hover ul {
			width:200px;
			visibility: visible;
			display: block;
			position: absolute;
			z-index: 1;
			padding: 0;
			margin: 0;
		}
		#navigation ul li ul li a {
			width:200px;
			text-decoration: none;
			display: block;
			padding: 0.5em 1em;	
			font-weight: bold;
			background: #708090;	
			color: #FFFFFF;
		}
		#navigation ul li ul li a:hover {
			width:200px;
			text-decoration: none;
			display: block;
			padding: 0.5em 1em;	
			font-weight: bold;
			background: #708090;	
			color: #FFFFFF;
		}
                #zoin{}
		#navigation ul li a.last {
			border-right: 1px solid #506070;				
		}
		#navigation ul li a.active {
			background: #708090;				
		}
		#navigation ul li a.active:hover {
			background: #708090;				
}*/
/* ---------------------------------------------------------------- */
		
#navigation {
	clear: left;
	height: 30px;
	padding: 0px;
	position: relative;
	text-align: left;
	z-index: 1;
	
	width: 970px;
	background: url('../img/bg_navigation2.gif') repeat-x #4E85BC;
	color: #FFFFFF;
	font-size: 0.75em;
	float: left; 
}
	#navigation ul {
		margin: 0;
		padding: 0;
	}
	#navigation ul li {
		float: left;
		display: block;
		padding: 0.5em 1em;	
		border-right: 1px solid #FFFFFF;
		position: relative;
		z-index: 5;
	}
		#navigation ul li a {
			height: 20px;
			color: #FFFFFF;
			text-decoration: none;
			font-weight: bold;
		}
		#navigation ul li div, 
		#navigation ul li ul, 
		#navigation ul li ul li {
			width:300px;
		}
/*width für submenu!!!  width: 225px; */

#navigation ul li div {
	position: absolute;
	left: 0px;
	top: 30px;
	margin: 0;
	display: none;
}

#navigation ul li ul {
	background: #263E56;
	padding: 0;
	margin: 0;
	display: table;
}

#navigation ul li ul li {
	display: block;
	float: left;
	padding: 0;
	border-right: none;
	border-bottom: none;
	height: 30px;
}

#navigation ul li ul li a {
	display: block;
	padding: 0.5em 1em;	
	margin: 0;
	text-transform: none;
	font-weight: normal;
}

#navigation ul li ul li:hover {
	background: none transparent;
}
#navigation ul li ul li a:hover {
	text-decoration: underline;
}

#navigation ul li:hover div, #navigation ul li.over div {
	display: block;
}

#navigation ul li:hover, 
#navigation ul li.over,
#navigation ul li.active:hover {
	background: url('../img/bg_navigation_hover2.gif') repeat-x #4E85BC;
}
#navigation ul li.active {
	background: #4C80B4;
}
#navigation ul li.last {
	border-right: #708090;
}


		
/*#navigation {
	width: 100%;
	background: #506070;	
	color: #FFFFFF;
	font-size: 0.75em;
	float: left;
}
	#navigation .hide {
		display: none;
	}
	#navigation li {
		display: inline;
	}
		#navigation li a {
			padding: 0.3em 1em;			
			display: block;
			font-weight: bold;
			float: left;
			color: #FFFFFF;
			text-decoration: none;
			border-right: 1px solid #FFFFFF;				
		}
		#navigation li a:hover {
			padding: 0.3em 1em;
			background: #708090;				
			display: block;
			font-weight: bold;
			float: left;
			color: #FFFFFF;
			text-decoration: none;
			border-right: 1px solid #FFFFFF;			
		}
		#navigation li a.last {
			border-right: 1px solid #506070;				
		}
		#navigation li a.last:hover {
			border-right: 1px solid #506070;				
		}
		#navigation li a.active {
			background: #708090;				
		}
		#navigation li a.active:hover {
			background: #708090;				
		}



#subnavigation {
	width: 100%;
	background: #708090;	
	color: #FFFFFF;
	font-size: 0.75em;
	float: left;
}
#subnavigation ul {
	margin-left: 24%;	
}
	#subnavigation .hide {
		display: none;
	}
	#subnavigation li {
		display: inline;
	}
		#subnavigation li a {
			padding: 0.3em 1em;			
			display: block;
			font-weight: bold;
			float: left;
			color: #FFFFFF;
			text-decoration: none;							
		}
		#subnavigation li a:hover {
			padding: 0.3em 1em;
			background: #708090;				
			display: block;
			font-weight: bold;
			float: left;
			color: #FFFFFF;
			text-decoration: none;			
		}
		#subnavigation li a.last {
			border-right: 1px solid #708090;				
		}
		#subnavigation li a.last:hover {
			border-right: 1px solid #708090;				
		}*/

/*
 #subnavigation {
	width: 100%;
	height: 30px;
	font-size: 0.75em;	
	clear: both;
	background: #708090;
}

	#subnavigation .hide {
		display: none;
	}
	#subnavigation li {
		display: inline;		
	}
		#subnavigation li a {
			padding: 0.3em 1em;			
			display: block;
			font-weight: bold;
			float: left;
			color: #FFFFFF;
			text-decoration: none;							
		}
		#subnavigation li a:hover {
			padding: 0.3em 1em;				
			display: block;
			font-weight: bold;
			float: left;
			color: #FFFFFF;
			text-decoration: none;				
		}
*/
#leftmenu {
	width: 25%;
	float: left;
	margin-top: 20px;
}
	#leftmenu .box {
		width: 75%;
		margin-bottom: 10px;
		padding: 0.5em;
		border: 1px solid #708090;
		font-size: 0.75em;
		font-weight: bold;
		color: #708090;
		background: #FFFFFF;
	}
	#leftmenu fieldset, #leftmenu legend {		
		margin: 0;
		padding: 0;
		border: none;
	}
	#leftmenu label.check {
		margin-top: 4px;
		display: block;
		width: auto;
	}
	#leftmenu input {
		height: 20px;
		font-size: 1.2em;
		font-weight: normal;
	}
	#leftmenu input.field {
		width: 98%;
		margin-bottom: 5px;
	}
	#leftmenu input.smallfield {
		width: 70%;
		margin-right: 5px;
		float: left;
	}
	#leftmenu input.button {
		width: 23px;
		height: 23px;
	}
	#leftmenu input.logout {
		padding: 0;
		background: none;
		border: none;
		font-weight: bold;	
		font-size: 1.0em;
		font-weight: bold;
		color: #708090;
		cursor: pointer;
	}
	#leftmenu input.check {
		margin: 2px 5px 0 0;
		float: left; 
		border: none;
	}
	#leftmenu ul {
		list-style-type: square;
		color: #708090;
		margin: 0 40px 10px 20px;
		font-size: 0.75em;
		font-weight: bold;
	}
	#leftmenu ul li a {
		color: #000066;
	}
	
#path {
	width: 80%;
	padding: 1em 0;
	font-size: 0.6em;
	color: #000000;
	float: left;
	margin-top: 10px;
	margin-bottom: 15px;
}
#extras {
	padding: 1em 0;
	font-size: 0.6em;
	color: #000000;	
	margin-bottom: 15px;
	margin-top: 10px;
	text-align: right;
}
	#extras img {
		margin-left: 5px;
	}

.service{
	font-size: 0.75em;	
}
#content {
	width: 74%;
	float: left;
	color: #000066;
}
	#content p {
		margin-bottom: 10px;
		font-size: 0.75em;
	}	
		#content p.warning {
			padding: 10px;
			padding-bottom: 25px;
			display: block;
			border: 1px solid #FF0000;
			margin-top: 27px;
			font-weight: normal;
			/* background: url("../img/bg_input_error.gif"); */
			background: #FFFFFF;
		}
			#content p.warning a {
				display: block; 
				float: left;
				margin-top: 10px;
				margin-right: 10px;	
				padding: 3px 6px 3px 3px;
				text-decoration: none;
				font-weight: bold;
				/* background: #FFFFFF url("../img/bg_table_blue.gif"); */
				background: #FFFFFF;
				border: 1px solid #708090;
			}
			#content p.warning img {
				vertical-align: text-top;
				margin-top: -1px;
			}
	#content ul {
		margin-bottom: 10px;
		margin-left: 20px;
		font-size: 0.75em;
		list-style-type: square;
	}
		#content ul ul {
			font-size: 1em !Important;
		}
	#content fieldset, #contact_details fieldset {
		border: 1px solid #708090;
		padding: 1em;
		margin-top: 25px;
		margin-bottom: 5px;
		/* background: url("../img/bg_table_white.gif"); */
		background: #FFFFFF;
	}
	#content legend, #contact_details legtend {
		padding: 0 10px;
		font-size: 0.85em;
		font-weight: bold;
	}
	#content label, #contact_details label {
		display: inline;
		float: left;
		margin-top: 17px;
		width: 35%;
		height: 15px;
	}
		#content label.text, #contact_details label.text {
			font-size: 0.75em;
			font-weight: bold;
			border-bottom: 1px dashed #708090;
		}
		#content label.text_l, #contact_details text_l {
			width: 60%;
			font-size: 0.75em;
			font-weight: bold;
			border-bottom: 1px dashed #708090;
		}
		#content label.clear_l {
			width: 60%;
			font-size: 0.75em;
			font-weight: bold;
			border-bottom: none;
		}
		#content label.check, #contact_details label.check {
			display: block; 
			margin-right: 0.8em;
			width: auto;
			height: 15px;
			float: left;
			font-size: 0.75em;
			font-weight: bold;
			color: #000066;
		}
		#content label.inline, #contact_details label.inline {
			display: inline; 
			width: auto;
			height: 15px;
			float: left;
			font-weight: bold;
			color: #000066;
			border-bottom: 1px dashed #708090;
		}
		#content fieldset img.help {
			float: right;
			margin-top: 10px;
			cursor: help;
		}
	#content textarea, #contact_details textarea {
		width: 55%;		
		display: inline;
		margin-top: 10px;
		padding: 1px 0 1px 5px;
		font-size: 1.0em;
		font-weight: normal;		
		border: 1px solid #708090;
		background: none;
	}
		#content textarea.big_area, #contact_details textarea.big_area {
			width: 90%;
		}
	#content input, #contact_details input, #editor input{
		display: inline;
		margin-top: 10px;
		padding: 1px 0 1px 5px;
		height: 20px;
		font-size: 1.0em;
		font-weight: normal;		
		border: 1px solid #708090;
		border-top: none;
		background: none;
	}
	#content .noimg {
		width: 100px;
		height: 75px;
		border: 1px solid #708090;
		color: #708090;
		font-size: 0.75em;
		font-weight: bold;
		/* background: url("../img/bg_table_blue.gif"); */
		background: #EEEEEE;
		float: left;
		margin-right: 10px;
	}
	#content .yesimg {
		width: 100px;
		height: 75px;
		border: 1px solid #708090;
		color: #708090;
		font-size: 0.75em;
		font-weight: bold;
		/* background: url("../img/bg_table_blue.gif"); */
		background: #EEEEEE;
		float: left;
		margin-right: 10px;
		text-align: center;
	}
		#content input:focus, #contact_details input:focus {
			/* background: url("../img/bg_input_error.gif"); */
			background: #FFFFFF;
		}
		#content input.hide, #contact_details input.hide {
			display: none;
		}
		#content input.field, #contact_details input.field {
			width: 55%;
		}
		#content input.field_m, #contact_details input.field_m {
			width: 40%;
		}
		#content input.field_s, #contact_details input.field_s {
			width: 20%;
		}
		#content input.field_xs, #contact_details input.field_xs {
			width: 27%;
		}
		#content input.field_pre, #contact_details input.field_pre {
			width: 10%;
		}
	
		#content input.field_nr, #contact_details input.field_nr {
			width: 27%;
		}
		#content input.field_up, #contact_details input.field_up {
			width: 55%;
			padding: 0 !important;
			font-size:  0.75em !important;
		}
		#content input.check, #contact_details input.check {
			margin: 17px 10px 0 0;
			float: left; 
			border: none;
		}
		#content input.visible, #contact_details input.visible {
			margin: 10px 0 0 0;
			float: right; 
			border: none;
		}
		#content input.submit_l, #contact_details input.submit_l, #editor input.submit_l {
			width: 100%;
			height: 30px;
			background: url('../img/bg_navigation.gif') repeat-x #4E85BC;
			font-size: 1.5em;
			font-weight: bold;
			color: #FFFFFF;
			cursor: pointer;
		}
		#content input.submit_cur {
			width: 100%;
			height: 30px;
			background: url('../img/bg_navigation.gif') repeat-x #4E85BC;
			font-size: 1.5em;
			font-weight: bold;
			color: #FFFFFF;
			cursor: pointer;
		}
		#content input.submit, #contact_details input.submit {
			margin: -25px 0 0 30%;
			width: auto;
			height: 30px;
			background: url('../img/bg_navigation.gif') repeat-x #4E85BC;
			font-size: 1em;
			font-weight: bold;
			color: #FFFFFF;
			cursor: pointer;
		}
		#content input.submit_add, #contact_details input.submit_add {
			border: none;
			cursor: pointer;
			float: right;
			width: auto;
			height: auto;
			padding-right: 4%;
		}
		
	#content span.info, #contact_details span.info {
		width: 55%;		
		display: block;
		padding: 5px 0 5px 5px;
		margin-left: 35%;
		font-size: 0.6em;
		font-weight: bold;
		border: 1px solid  #708090;
		color: #708090;
		border-top: none; 
		min-height: 23px;
	}
	#content span.info_right, #contact_details span.info_right {
		width: auto;
		display: block;
		margin-right: 5px;
		float: right;
		font-size: 0.6em;
		font-weight: bold;
		color: #708090;		
	}
		#content span.info_right img, #contact_details span.info_right img {
			margin: 2px 0 0 5px;
		}
	#content span.error, #contact_details span.error {
		width: 55%;
		display: block;
		padding: 5px 0 5px 5px;
		margin-left: 35%;
		font-size: 0.6em;
		font-weight: bold;
		border: 1px solid  #FF0000;
		color: #FF0000;
		border-top: none;		
	}
	#content span.imgprev, #contact_details span.imgprev {
		width: 54%;		
		display: block;
		padding: 5px;
		margin-left: 35%;
		font-size: 0.6em;
		font-weight: bold;
		text-align: center;
		border: 1px solid  #708090;
		color: #708090;
		border-top: none; 
		min-height: 23px;
	}
	#content select, #contact_details select {
		display: inline;
		float: left;
		margin-top: 11px;
		padding: 1px 0 1px 5px;
		height: 20px;
		font-size: 1.0em;
		font-weight: normal;		
		border: 1px solid #708090;
	}
		#content select.popdown, #contact_details select.popdown {
			width: 56%;
		}
		#content select.popdown_m, #contact_details select.popdown_m {
			width: 26%;
		}
		#content select.popdown_s, #contact_details select.popdown_s {
			width: 15%;
		}
		#content select.popdown_left, #contact_details select.popdown_left {
			width: 27%;
			float: left;
		}
		#content select.popdown_right, #contact_details select.popdown_right {
			width: 27%;
			margin-left: 2%;
		}
		#content select.multiple, #contact_details select.multiple {
			width: 56%;
			height: auto;
		}
		#content select.multiple_m, #contact_details select.multiple {
			width: 70%;
			height: auto;
			float: center;			
		}
	#content table.subscription {
		margin: 0;
		padding: 0;
		border: 0;
		width: 100%;
		font-size: 0.75em;
		font-size: 0.75em;
		font-weight: bold;
		color: #000066;
		margin-bottom: 15px;
	}
		#content table.subscription img {
			float: left;
			margin-right: 5px;
		}
		#content table.subscription label.table {
			width: 100%;
			display: block;
			margin-top: 17px;
			height: 15px;
			border-bottom: none;
		}
		#content table.subscription label.table_check {
			display: block;
			margin-top: 20px;
		}
		#content table.subscription input.table_check {
			margin: 20px 0.5em 0 0;
			float: left;
			border: none;		
		}
	#content table.branches {
		width: 100%;
	}	
	#content table.branches td.label {
		margin-top: 17px;
		width: 35%;
		height: 15px;
		font-size: 0.75em;
		font-weight: bold;
		border-bottom: 1px dashed #708090;
	}
	#content table.branches a.link {
			text-decoration: none;			
		}
	#content table.branches td.label2 {
		margin-top: 17px;
		width: 35%;
		height: 15px;
		font-size: 0.75em;
	}
	#content table.branches td.row1 {
		width: 60%;
		font-size: 0.75em;
	}
	#content table.branches td.row2 {
		width: 5%;
	}
	#content table.contacts {
		margin: 33px 0 15px 0;
		border: 1px solid #708090;
		width: 100%;
		font-size: 0.75em;
		font-size: 0.75em;
		color: #000066;	
		/* background: url("../img/bg_table_white.gif"); */
		background: #FFFFFF;
	}
		#content table.contacts th{
			text-align: left;
			font-size: 1.2em;
			padding: 2px 2px 5px 2px;
		}
		#content table.contacts td{
			padding: 2px;
		}
		#content table.contacts tr.line1{
			margin: 0;
			padding: 0;			
			border: none;
			/* background: url("../img/bg_table_grey.gif");	 */	
			background: #FFFFFF;
		}
		#content table.contacts tr.line2{
			margin: 0;
			padding: 0;
			border: none;	
			background: #EEEEEE;		
		}
		#content table.contacts td.row1 {
			width: 60%;
		}
		#content table.contacts td.row2 {
			width: 37%;
		}
		#content table.contacts td.border {
			width: 2%;
			border-right: 1px solid #708090;
		}
		#content table.contacts .cursor {
			cursor: help;
		}
	#content table.yellowpages {
		margin: 15px 0 0 0;
		border: 1px solid #FFE400;
		width: 100%;
		font-size: 0.75em;
		color: #000066;	
		/* background: url("../img/bg_table_white.gif"); */
		background: #FFFFFF;
		cursor: default;	
	}
	#content table.yellowpages span.info_right {
		width: auto;
		display: block;
		float: right;
		font-size: 0.6em;
		font-weight: bold;
		color: #708090;		
	}
	#content table.yellowpages input.check {
			margin: 0 !important;
		}
		#content table.yellowpages th{
			text-align: left;
			font-size: 1.2em;
			padding: 2px 2px 5px 2px;
		}
		#content table.yellowpages td{
			padding: 2px;
		}
		#content table.yellowpages tr.line1{
			margin: 0;
			padding: 0;			
			border: none;
			/* background: url("../img/bg_table_yellow.gif"); */
			background: #FFFFFF;			
		}
		#content table.yellowpages tr.line2{
			margin: 0;
			padding: 0;
			border: none;	
			background: #FFFFCC;		
		}
		#content table.yellowpages tr.member{
			font-weight: bold;		
		}
		#content table.yellowpages td.row1 {
			width: 30%;
		}
		#content table.yellowpages td.row2 {
			width: 20%;
		}
		#content table.yellowpages td.border {
			width: 2%;
			border-right: 1px solid #FFE400;
		}
		#content table.yellowpages .cursor {
			cursor: help;
		}
		a.prev {
			display: inline;
			float: left;
			text-decoration: none;
			padding: 3px 0.5em;
			margin-left: 15%;	
			border: 1px solid #FFE400;
			border-top: none;
			text-decoration: none;
			/* background: url("../img/bg_table_white.gif"); */
			background: #FFFFFF;
			font: bold 0.7em Verdana, sans-serif;
			margin-bottom: 30px;
		}
		a.next {
			display: inline;
			float: right;
			text-decoration: none;
			padding: 3px 0.5em;
			margin-right: 15%;	
			border: 1px solid #FFE400;
			border-top: none;
			text-decoration: none;
			/* background: url("../img/bg_table_white.gif"); */
			background: #FFFFFF;
			font: bold 0.7em Verdana, sans-serif;
			margin-bottom: 30px;
		}		
	#content a.formlink {
		color: #708090;	
	}
	#content a.formlink:hover {
		color: #506070;	
	}
	#content #newsletter {
		margin-bottom: 10px;
		width: 100%;
		border: 1px solid #708090;		
		/* background: url("../img/bg_table_white.gif"); */
		background: #FFFFFF;
	}
		#content #newsletter h2 {
			margin: 10px 10px 0 10px;
		}
		#content #newsletter p {
			margin: 0 10px 10px 10px;
		}
	#content #free {
		width: 100%;
		border: 1px solid #708090;
		margin-bottom: 10px;
		/* background: url("../img/bg_table_white.gif"); */
		background: #FFFFFF;
	}
		#content #free h2 {
			margin: 10px 10px 0 10px;
		}
		#content #free p {
			margin: 0 10px 10px 10px;
		}
	#content #bronze {
		width: 100%;
		border: 1px solid #708090;
		margin-bottom: 10px;
		/* background: url("../img/bg_table_white.gif"); */
		background: #FFFFFF;
	}
		#content #bronze h2 {
			margin: 10px 10px 0 10px;
		}
		#content #bronze p {
			margin: 0 10px 10px 10px;
		}
		#content #bronze ul ul {
			font-size: 1em;
		}
		
	#content #silver {
		width: 100%;
		border: 1px solid #708090;
		margin-bottom: 10px;
		/* background: url("../img/bg_table_white.gif"); */
		background: #FFFFFF;
	}
		#content #silver h2 {
			margin: 10px 10px 0 10px;
		}
		#content #silver p {
			margin: 0 10px 10px 10px;
		}
		#content #silver ul ul {
			font-size: 1em;
		}
		
				
	#content #silver {
	/*
		width: 100%;
		border: 1px solid #708090;
		margin-bottom: 10px;
		/* background: url("../img/bg_table_white.gif"); */
	/*	background: #FFFFFF;
		*/
	}
	#content #gold {
		width: 100%;
		border: 1px solid #708090;
		margin-bottom: 10px;
		/* background: url("../img/bg_table_white.gif"); */
		background: #FFFFFF;
	}
	#content #platin {
		width: 100%;
		border: 1px solid #708090;
		margin-bottom: 10px;
		/* background: url("../img/bg_table_white.gif"); */
		background: #FFFFFF;
	}
	
	#content #pres_details {
		width: 100%;
		border: 1px solid #FFE400;
		/* background: url("../img/bg_table_white.gif"); */
		background: #FFFFFF;
	}
		#content #pres_details h2 {
			margin: 10px;
		}
		#content #pres_details #pres_left {
			float: left;
			width: 30%;
			margin: 10px;
		}
			#content #pres_details .details {
				font-size: 0.75em;
			}
				#content #pres_details .details td {
					padding-bottom: 5px;
				}
		#content #pres_details #pres_right {		
			width: 60%;
			float: left;
			margin: 10px;
		}
	
	#content #firm_details {
		width: 100%;
		border: 1px solid #FFE400;
		/* background: url("../img/bg_table_white.gif"); */
		background: #FFFFFF;
	}
		#content #firm_details h2 {
			margin: 10px;
		}
		#content #firm_details #left {
			float: left;
			width: 45%;
			margin: 10px;
		}
			#content #firm_details .details {
				font-size: 0.75em;
			}
				#content #firm_details .details td {
					padding-bottom: 5px;
				}
		#content #firm_details #right {		
			width: 45%;
			float: left;
			margin: 10px;
		}
			#content #firm_details .contacts {
				margin: 0;
				border: 1px solid #FFE400;
				border-top: none;
				width: 100%;
				font-size: 0.75em;
				font-size: 0.75em;
				color: #000066;	
				/* background: url("../img/bg_table_white.gif"); */
				background: #FFFFFF;
				cursor: default;
			}
			#content #firm_details .contacts tr.line1{
				margin: 0;
				padding: 0;			
				border: none;
				/* background: url("../img/bg_table_yellow.gif"); */
				background: #FFFFFF;			
			}
			#content #firm_details .contacts tr.line2{
				margin: 0;
				padding: 0;
				border: none;	
				background: #FFFFCC;		
			}
			#content #firm_details .contacts td.border {
				width: 2%;
				border-right: 1px solid #FFE400;
			}
			#content #firm_details .show {
				margin: 10px 0 0 0;
				padding: 3px 0;
				color: #000066;
				width: 100%;
				display: block;
				border-bottom: 1px solid #FFE400;
				font-size: 0.75em;
				font-weight: bold;
				text-decoration: none;
			}
.search_highlight {
	display: inline;
	background-color: #FFFF00;
}
#content div.button_l {
}
#content div.button_r {
}
	#content div.button_l a,#content div.button_r a {
		display: block;
		color: #000000;
		font-size: 0.6em;
		font-weight: bold;
		padding: 0.5em;
		margin-bottom: 10px;
		text-decoration: none;
		border: 1px solid #708090;
		width: 35%;
	}

#nojs {
	border: 1px solid #FFE400;
	margin-bottom: 20px;
	background: #FFFFFF;
}
	#nojs p {
		margin: 0.5em;
		font-weight: bold;
	}
#footer {
	margin: 30px 0 150px 0;	
	padding-top: 10px;
	width: 100%;
	clear: both;
	border-top: 1px solid #708090;
	text-align: right;
	font-size: 0.6em;
}
#contact_details{
	width: 100%;
	height: 100%;
	background: #FFFFFF !important;	
}
	#contact_details div {
		height: 100%;
		margin: 20px;
		padding: 30px;
		border: 1px solid #FFE400;
	}
		#contact_details div h1 {
			font-size: 1.4em;
			color: #000066;
			margin-bottom: 0;
			font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
			font-weight: normal;
			letter-spacing: 0.15em;
		}
		#contact_details div h2 {
			font-size: 1em;
			color: #000066;
			margin-bottom: 0;
			font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
			font-weight: bold;
			letter-spacing: 0.15em;
		}
		#contact_details div p {
			font-size: 0.75em;
			margin-top: 20px;
		}
img.help {
	cursor: help;	
}
#sitemap {
	margin-bottom: 10px;
	margin-left: 0;
	font-size: 1em;
	list-style-type: none !important;
}
#sitemap li {
	margin-bottom: 10px;
	padding-left: 20px;
	background: url(../img/icon_sitemap_bullet.gif) no-repeat 0 .2em;	
}
	#sitemap ul {
		margin-bottom: 10px;
		margin-left: 20px;
		font-size: 1em;
		list-style-type: none !important;	
	}
#country_info {
	font-size: 1em;
}
	#country_info ul{
		margin-bottom: 0 !important;
	}
		#country_info ul ul{
			font-size: 1em;
			margin-bottom: 0 !important;
		}
		
ul.info {
	list-style-type: none  !important;
	margin-left: 0 !important;
}
	ul.info img {
		vertical-align: middle;
	}

table.branchsearch {
	width: 100%;	
	border-spacing: 0;
	border-top: 1px solid #708090;
	border-left: 1px solid #708090;
	border-right: 1px solid #708090;
	margin-top: 15px;
	margin-bottom: 0;
}
	table.branchsearch th{
		text-align: left;
		font-size: 0.75em;
		font-weight: bold;
		border-bottom: 1px solid #708090;
		background: #EEEEEE;
		padding: 0.5em;
		cursor: pointer;
	}
	table.branchsearch tr td {
		font-size: 0.75em;
		border-bottom: 1px solid #708090;
		width: 99%;
		padding: 0.3em;
		vertical-align: bottom;
	}
	table.branchsearch tr td.checkbox {
		width: 1% !important;
		font-size: 0.75em;
		border-bottom: 1px solid #708090;
		border-right: 1px dashed #708090;
		text-align: center;
	}
	table.branchsearch tr td.line1 {
		background: #FFFFFF;
	}
	table.branchsearch tr td.line2 {
		background: #EEEEEE;
	}
	#content input.submit_branch{
		border: none;
		cursor: pointer;
		width: auto;
		height: auto;
		font-size: 0.75em;
		padding: 0.3em;
		font-weight: bold;
		margin-left: 1%;
		background: #EEEEEE;
		border-bottom: 1px solid #708090;
		border-left: 1px solid #708090;
		border-right: 1px solid #708090;
		margin-top: 0;
	}
	
table#steps {
	width: 100%;
	border-bottom: 1px solid #708090;	
	border-spacing: 0;
	margin: 0;
	padding: 0;
	border-spacing: 0;
}
	table#steps tr td {
		font-size: 0.6em;
		text-align: right;
		vertical-align: bottom;
		width: 20%;
		height: 50px;
		border-left: 1px solid #708090;
		margin: 0;
		padding: 0;
		border-spacing: 0;
	}
	table#steps tr td.step1 {
		background: url('../img/step1.gif') left bottom no-repeat;
	}
	table#steps tr td.step2 {
		background: url('../img/step2.gif') left bottom no-repeat;
	}
	table#steps tr td.step3 {
		background: url('../img/step3.gif') left bottom no-repeat;
	}
	table#steps tr td.step4 {
		background: url('../img/step4.gif') left bottom no-repeat;
	}
	table#steps tr td.step5 {
		background: url('../img/step5.gif') left bottom no-repeat;
	}
	table#steps tr td.step1_current {
		background: url('../img/step1_current.gif') left bottom no-repeat;
	}
	table#steps tr td.step2_current {
		background: url('../img/step2_current.gif') left bottom no-repeat;
	}
	table#steps tr td.step3_current {
		background: url('../img/step3_current.gif') left bottom no-repeat;
	}
	table#steps tr td.step4_current {
		background: url('../img/step4_current.gif') left bottom no-repeat;
	}
	table#steps tr td.step5_current {
		background: url('../img/step5_current.gif') left bottom no-repeat;
	}
	table#steps tr td span {
		display: block;
		margin: 2px 10px;
	}
	
	
#content table.forum {
		margin: 0;
		border: 1px solid #708090;
		width: 100%;
		font-size: 0.75em;
		color: #000066;	
		/* background: url("../img/bg_table_white.gif"); */
		background: #FFFFFF;
		cursor: default;	
	}
	#content table.forum span.info_right {
		width: auto;
		display: block;
		float: right;
		font-size: 0.6em;
		font-weight: bold;
		color: #708090;		
	}
		#content table.forum th{
			text-align: left;
			font-size: 1.2em;
			padding: 2px 2px 5px 2px;
		}
		#content table.forum td{
			padding: 2px;
		}
		#content table.forum tr.line1{
			margin: 0;
			padding: 0;			
			border: none;
			/* background: url("../img/bg_table_yellow.gif"); */
			background: #FFFFFF;			
		}
		#content table.forum tr.line2{
			margin: 0;
			padding: 0;
			border: none;	
			background: #EEEEEE;		
		}
		#content table.forum th.row1 {
			width: 70%;
		}
		#content table.forum th.row2 {
			width: 20%;
		}
		#content table.forum td.border {
			border-top: 1px solid #708090;
		}
		#content table.forum td.contribution {
			padding: 5px 5% 15px 5%;
		}
		a.topic_add {
			display: inline;
			float: left;
			text-decoration: none;
			padding: 3px 0.5em;
			margin-left: 15%;	
			border: 1px solid #708090;
			border-bottom: none;
			text-decoration: none;
			/* background: url("../img/bg_table_white.gif"); */
			background: #FFFFFF;
			font: bold 0.7em Verdana, sans-serif;
			margin-top: 30px;
		}
		a.topic_search {
			display: inline;
			float: right;
			text-decoration: none;
			padding: 3px 0.5em;
			margin-right: 15%;	
			border: 1px solid #708090;
			border-bottom: none;
			text-decoration: none;
			/* background: url("../img/bg_table_white.gif"); */
			background: #FFFFFF;
			font: bold 0.7em Verdana, sans-serif;
			margin-top: 30px;
		}
		a.forum_prev {
			display: inline;
			float: left;
			text-decoration: none;
			padding: 3px 0.5em;
			margin-left: 15%;	
			border: 1px solid #708090;
			border-top: none;
			text-decoration: none;
			/* background: url("../img/bg_table_white.gif"); */
			background: #FFFFFF;
			font: bold 0.7em Verdana, sans-serif;
			margin-bottom: 30px;
		}
		a.forum_next {
			display: inline;
			float: right;
			text-decoration: none;
			padding: 3px 0.5em;
			margin-right: 15%;	
			border: 1px solid #708090;
			border-top: none;
			text-decoration: none;
			/* background: url("../img/bg_table_white.gif"); */
			background: #FFFFFF;
			font: bold 0.7em Verdana, sans-serif;
			margin-bottom: 30px;
		}
	
#tabnav {
	width: 100%;
	font-size: 0.75em;
	float: left;
	border-bottom: 1px solid #708090;
	padding: 0 !important;
	margin: 0 !important;
}
	#tabnav li {
		display: inline;
	}
		#tabnav li a {
			padding: 0.3em 1em;			
			display: block;
			font-weight: bold;
			float: left;
			color: #000066;
			text-decoration: none;
			border:	 1px solid #708090;
			border-bottom: none;	
			margin-left: 5px;		
		}
		#tabnav li a:hover {
			padding: 0.3em 1em;				
			display: block;
			font-weight: bold;
			float: left;
			color: #000066;
			text-decoration: none;		
			border-bottom: #FFFFFF;
		}
.tab_show {
	display: block;
}
.tab_hide {
	display: none;
}
/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */
/*.tabberlive .tabbertabhide {
	display:none;
}

.tabber {
}
.tabberlive {
}

ul.tabbernav {
 margin: 0 !important;
 padding: 3px 0;
 border-bottom: 1px solid #708090;
 font: bold 0.85em Verdana, sans-serif;
}

ul.tabbernav li {
	list-style: none;
	margin: 0;
	display: inline;
}

ul.tabbernav li a {
	display: inline;
	padding: 0.1em 1em 0 1em;
	text-decoration: none;
	padding: 3px 0.5em;
	margin-left: 3px;	
	border: 1px solid #708090;
	border-bottom: none;
	text-decoration: none;
	 background: url("../img/bg_table_grey.gif"); 
}

ul.tabbernav li a:link { 
	color: #000066;
}
ul.tabbernav li a:visited { 
	color: #000066; 
}
ul.tabbernav li a:hover {
	color: #000066;
	border-color: #708090;
	text-decoration: none;
}

ul.tabbernav li.tabberactive a {
	border-bottom: 1px solid #FFFFFF;
	 background: url("../img/bg_table_white.gif"); 
}

ul.tabbernav li.tabberactive a:hover {
	border-bottom: 1px solid #FFFFFF;
}
.tabberlive .tabbertab {
}

.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}*/


/* Tooltip */
.hintbox{ /*CSS for pop up hint box */
width: 100%; /*Default width of hint.*/
display: block;
clear: both;

}
#hintbox2 {
	background-color: #EEEEEE;
	color: #000066;
	width: auto; /*Default width of hint.*/ 
	padding: 3px;
	font:normal 0.7em Verdana;
	line-height:18px;
	border: 1px solid #708090;
	position: absolute;
	top: 0;
	z-index: 100;
	visibility: hidden;
}
	.hintbox span {
		margin-right: 15px;
		margin-top: 5px;
		background-color: #EEEEEE;
		color: #000066;
		width: auto; /*Default width of hint.*/ 
		padding: 3px;
		font:normal 0.7em Verdana;
		line-height:18px;
		border: 1px solid #708090;
		float: right;
	}
	.hintbox hr {
		border-top: 1px dashed #708090;
		margin: 2px;
		height: 1px;
		
	}
	.hintbox ul {
		font-size: 1em !important;
	}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}
