@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;
	background: url("../img/ifsme_text.gif") no-repeat 130px -2px;
}
	#header img {
		float: left;
	}
	#header h1 {
		display: none;
	}

#language {
	display: none;
}
	#language div {
		display: none;
	}

#navigation {
	display: none;
}
	#navigation .hide {
		display: none;
	}
	#navigation li {
			display: none;
	}
		#navigation li a {
				display: none;				
		}
		#navigation li a:hover {
				display: none;		
		}
		#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 {
		display: none;
}
#subnavigation ul {
	margin-left: 25%;	
}
	#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 {
		display: none;
}
	#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: 100%;
	padding: 1em 0;
	font-size: 0.6em;
	color: #000000;
	float: left;
	margin-top: 10px;
	margin-bottom: 15px;
}
#extras {
		display: none;
}
	#extras img {
		margin-left: 5px;
	}

#content {
	width: 100%;
	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 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.check, #contact_details label.check {
			display: block; 
			margin-right: 1em;
			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 input, #contact_details 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: #FFFFFF;
		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"); */
		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: 10%;
		}
		#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 {
			width: 100%;
			height: auto;
			background: #708090;
			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: auto;
			background: #708090;
			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 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 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 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;			
		}
		#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;			
		}
		#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 #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 #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;			
			}
			#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;
}

#nojs {
	border: 1px solid #FFE400;
	margin-bottom: 20px;
	background: #FFFFFF;
}
	#nojs p {
		margin: 0.5em;
		font-weight: bold;
	}
#footer {
	margin: 30px 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;
		}
#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;
		}
/* $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 */
position:absolute;
top: 0;
background-color: #EEEEEE;
color: #000066;
width: auto; /*Default width of hint.*/ 
padding: 3px;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border: 1px solid #708090;
visibility: hidden;
}

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