body {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #EAE7E5;
}

a img {
	border: 0px;
}


.fliesstext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bildtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
}

.ueberschrift {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;	
}



#relDiv {
	min-height: 800px;
	max-height: 100%;
	border: 0px solid blue;
}

#header {
	background: url("../images/header_bg.png") repeat-x #acacac;
	width: 991px;
}

.searchhighlight {
	font-weight:bold;
	font-style:normal;
	background-color:#FFFF99;
}

/* BrancheneintragForm Anfang */

#branchenEintragForm {
	padding-left: 5px;
}

.companyDrop {
	width: 302px;
	background-color: #fffcb8;
	border: 1px solid #3f3f3f;
}

.companyDropWhite {
	width: 302px;
	background-color: #fff;
	border: 1px solid #3f3f3f;		
}


.requiredCell {
	border-left: 3px solid #FF3333;
}
.otherCell {
	padding-left: 4px;
}

.anmeldeJaNeinDrop {
	background-color: #fff;
	width: 60px;
}

.anmeldeInput {
	width: 300px;
	background-color: #fffcb8;
	border: 1px solid #3f3f3f;
	padding-left:0;
	padding-right:0;
}

.anmeldeInputWhite {
	width: 300px;
	background-color: #fff;
	border: 1px solid #3f3f3f;
	padding-left:0;
	padding-right:0;	
}

.authInput {
	background-color: #fffcb8;
}

.auth_message {
	position: absolute;
	top: 26px;
	left: 10px;
	border-left:2px solid red;
	padding-left:4px;
	color:#FF3333;
	font-weight:bold;
}

.authInputSmall {
	background-color: #fffcb8;
	font-size: 10px;
	width: 104px;
}

.authInpSumit {
	position: relative;
	top: -1px;
	background-color: #666666;
	color: #FFFFFF;
	width: 36px;
	height: 18px;
	font-size: 10px;
}

.anmeldeSubmit {
	width: 200px;
}

.anmeldeInputPlz {
	width: 40px;
	background-color: #fffcb8;
	border: 1px solid #3f3f3f;
	padding-left:0;
	padding-right:0;	
}

.anmeldeInputOrt {
	width: 254px;
	background-color: #fffcb8;
	border: 1px solid #3f3f3f;
	padding-left:0;
	padding-right:0;	
}

.anmeldeTextArea {
	width: 300px;
	height: 40px;
	background-color: #fffcb8;
	border: 1px solid #3f3f3f;
}

.anmeldeTextAreaWhite {
	width: 300px;
	height: 40px;
	background-color: #fff;
	border: 1px solid #3f3f3f;		
}


/* BrancheneintragForm Ende */


/* navigation anfang */

#priNav {
	background-color: #acacac;
	height: 22px;
	width: 991px;
}

#priNav a {
	line-height: 20px;
	margin-left: 22px;
	text-decoration: none;
	color: #fff;
	font-family: arial, verdana;
	font-size: 12px;
	background: url("../images/nav_dreieck.png") no-repeat 0px -14px;
	padding-left: 10px;
}

#priNav a.selected {
	color:#434343;
	background-position: 0px 0px;	
}

#priNav a:hover {
	color: #333;
	background-position: 0px 0px;
}

#secNav {
	margin-top: 85px;
}

#secNav ul li a.selected {
	color: #000;
	background: url("../images/secnav_einzel_bg_hover.png");	
}	

#secNav ul {
	padding: 0px 0px 0px 4px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	width: 199px;
	background: url("../images/secnav_bg.png") no-repeat #d1d3d2;
}

#secNav ul li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: inline;
}

#secNav ul li a {
	text-decoration: none;
	font-family: arial, verdana;
	font-size: 13px;
	line-height: 22px;
	padding-left: 10px;
	color: #434343;
	display: block;
	height: 24px;
	background: url("../images/secnav_einzel_bg.png");	
}

#secNav ul li a:hover {
	background: url("../images/secnav_einzel_bg_hover.png");	
}


/* navigation ende */

.alphabet {
	background-color: #F6F6F6;
	border: 1px solid #fff;	
	padding: 3px;
	margin-right: 3px;
	color: #E41812;
	font-weight: bold;
}

.alphabetselected {
	background-color: #fffcb8;
	border: 1px solid #E41812;
	width: 20px;
	padding: 2px;
	color: #E41812;
	font-weight: bold;
	font-size: 17px;
}

.alphabetNavigator {
	padding: 5px;
}

.alphabetNavigator a{
	text-decoration:none;
}

.alphabet:hover{
	border: 1px solid #E41812;
}

#searchBox {
	position: absolute;
	left: 780px;
	top: 155px;
	width: 210px;
	font-family: arial, verdana;
}

#searchBox .searchInputField {
	border: 1px solid #666666;
	width: 150px;
	height: 13px;
	float:left;
}

#searchBox a.search-button {
	background:none repeat scroll 0 0 #666666;
	border-color:#FFFFFF #333333 #333333 #FFFFFF;
	border-style:solid;
	border-width:1px;
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	float:left;
	font-size:12px;
	line-height:15px;
	padding:0 5px;
	text-align:center;
	margin-left:2px;
}
	
#searchBox a.search-button:hover {	
	background:none repeat scroll 0 0 #990000;	
}	
	
#linksLayout {
	position: absolute;
	width: 205px;
	min-height: 800px;	
	height: auto !important;
	background-color: #d1d3d2;
	background: url("../images/left_bg.png") no-repeat;
	border-top: 1px solid #ddd;	
}

#mitteLayout {
	background-color: #fff;
	position: absolute;
	border-left: 205px solid #d1d3d2;
	border-right: 189px solid #d1d3d2;
	width: 597px;
	min-height: 100%;
}

#rechtsLayout {
	position: absolute;
	margin: 0 0 0 802px;
	width: 189px;
	height: auto !important;
	border-top: 1px solid #ddd;	
	min-height: 800px;
	background: url("../images/left_bg.png") no-repeat top left;	
}


#bannerTop {
	width: 587px;
	height: 76px;
	margin: 5px 5px 5px 5px;
	background: url("../images/banner_top_bg.png") no-repeat;

}

/* Company Details Anfang */

#companydetails {
	font-family: arial, verdana;
	font-size: 12px;
	padding: 10px;
}

#companydetails a{
	color:#000;
}

#companyDetailData {
	margin-top: 20px;
	background-color: #f2f2f2;
	color: #434343;
	padding: 5px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #b0b0b0;
	border-right: 1px solid #b0b0b0;	
}

#companyDetailData .companyDetailsTxt {

}

#schaufensterContent {
	margin-top: 20px;
}

/* Company Details Ende */

/* RegionNav Anfang */

#regionNav {
	background-color: #f2f2f2;
	margin: 5px 5px 5px 5px;
	padding: 2px 5px 2px 5px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #b0b0b0;
	border-right: 1px solid #b0b0b0;	
}

#regionNav select {
	border:1px solid #ccc;
}

/* Branchenindex Anfang */

#branchenIndex {
	background-color: #f2f2f2;
	font-family: arial, verdana;
	font-size: 14px;
	color: #434343;
	margin: 5px 5px 5px 5px;
	padding: 5px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #b0b0b0;
	border-right: 1px solid #b0b0b0;
}

#branchenIndex a {
	text-decoration: none;
	font-family: arial, verdana;
	color: #434343;
}

#branchenIndex a:hover {
	text-decoration: underline;
}

#branchenIndexBreadCrumb {
	margin-bottom: 20px;
}

#branchenIndexOverview table tr {
	height: 20px;
}

/* Branchenindex Ende */

#mapOverview {
	margin: 30px 20px 20px 20px;
}

#loginBox {
	background-color: #f2f2f2;
	width: 175px;
	height: 160px;
	margin: 4px 5px 5px 7px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #b0b0b0;
	border-right: 1px solid #b0b0b0;
}

#loginForm {
	font-family: arial, verdana;
	font-size: 11px;
	padding: 5px 5px 5px 15px;
	color: #434343;
}

#loginForm .loginFormInput {
	border: 1px solid #a1a1a1;
	width: 140px;
}

#loginForm a.login-button {
	background:none repeat scroll 0 0 #666666;
	border-color:#FFFFFF #333333 #333333 #FFFFFF;
	border-style:solid;
	border-width:1px;
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	float:left;
	font-size:12px;
	line-height:15px;
	padding:0 5px;
	text-align:center;
	margin-left:0px;
}
	
#loginForm a.login-button:hover {	
	background:none repeat scroll 0 0 #990000;	
}	

#loginForm .lineSpace {
	height: 8px;
}

#loginForm .loginHeadline {
	font-weight: bold;
	font-size: 12px;
}

#companiesListHome {
	font-family: arial, verdana;
	font-size: 12px;
	margin-left: 10px;
}

#companiesListHome a {
	color: #000;
}


/* ################################### tooltip - css ############################################### */

#tooltip {
z-index:9;
position: absolute;
top: 20px;
left: 10px;
}

.fstooltips {

border: 1px solid #d6d6ce;
width: 180px;
z-index:9;

}

.tipheader {
padding-left: 8px;
background-color: #d6d6ce;
color: #000;
/* color: #6d6d69; */
FONT-WEIGHT: bold;
FONT-SIZE: 8pt;
FONT-FAMILY: arial;
z-index:9;
}

.tipcontent {
padding-left: 8px;
background-color: #EEE;
color: #0000A0;
FONT-WEIGHT: normal;
FONT-SIZE: 8pt;
FONT-FAMILY: arial;
z-index:9;
}

/* ################################### / tooltip - css ############################################### */


/* tabs Anfang */


.panel {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #b0b0b0;
	border-right: 1px solid #b0b0b0;
	background-color: #f2f2f2;
	-moz-border-radius:#F9F9F9;	
	padding: 5px 10px 10px 10px;
	margin: 0;
	clear: both;
	padding: 10px;
	padding-top: 15px;	
}

ul.tabs {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.tabs li {
	float: left;
	background: url("../images/miniweb/tab_bg.gif") no-repeat left top;
	line-height: 18px;
	text-align: center;
	padding: 0 0 0 10px;
	margin: 0 2px -1px 0;
	position: relative;
}

ul.tabs li.similar {
	background: url("../images/miniweb/tab_bg_similar.gif") no-repeat left top;	
}

ul.tabs li.dark {
	background: url("../images/miniweb/tab_bg_dark.gif") no-repeat left top;	
}

ul.tabs li.tabs-selected {
	background: url("../images/miniweb/tab_sel_bg.gif") no-repeat left top;
	margin-right: 2px;
}

ul.tabs li.tabs-selected-dark {
	background: url("../images/miniweb/tab_sel_bg_dark.gif") no-repeat left top;
	margin-right: 2px;
}

ul.tabs span {
	float: left;
	display: block;
	background: url("../images/miniweb/tab_end.gif") no-repeat right top;
	padding: 0px 10px 0 0;
}

ul.tabs span.similar {
	background: url("../images/miniweb/tab_end_similar.gif") no-repeat right top;
}

ul.tabs .dark span {
	background: url("../images/miniweb/tab_end_dark.gif") no-repeat right top;
}

ul.tabs .tabs-selected span {
	background: url("../images/miniweb/tab_sel_end.gif") no-repeat right top;
}

ul.tabs .tabs-selected-dark span {
	background: url("../images/miniweb/tab_sel_end_dark.gif") no-repeat right top;
}

ul.tabs a {
	text-decoration: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

ul.tabs a:link, .tabs a:visited, .tabs a:hover {
	color: black;
}

.tabs a:hover {
	text-decoration: none;
	cursor: pointer;
}

.tabs .tabs-selected a, .tabs .tabs-selected a:link, .tabs .tabs-selected a:visited {
	text-decoration: none;
}

.tabs li.tabs-disabled * {
	color: #999;
}


.panel_wrapper div.panel {
	display: none;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #b0b0b0;
	border-right: 1px solid #b0b0b0;
	background-color: #fff;
	-moz-border-radius:#F9F9F9;	
	padding: 5px 10px 10px 10px;
	margin: 0;
	clear: both;	
}

.panel_wrapper div.current {
	display: block;
	overflow: visible; /* Should be auto but that breaks Safari */
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #b0b0b0;
	border-right: 1px solid #b0b0b0;
	background-color: #fff;
	-moz-border-radius:#F9F9F9;	
	padding: 5px 10px 10px 10px;
	margin: 0;
	clear: both;	
}

.panel_wrapper {
	clear: both;
} 

/* tabs Ende */


/* Content Anfang */

#content {
	margin: 5px 5px 5px 5px;
	font-family: arial, verdana;
	font-size: 14px;
	color: #434343;	
}

#content a {
	color: #434343;	
}

#content a:hover {
	color: #000;	
}

.contentHeader {
	background-color: #f2f2f2;
	font-weight: bold;
	padding: 5px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #b0b0b0;
	border-right: 1px solid #b0b0b0;
}

.contentBody {
	padding:10px 0px 5px 5px;
}

/* Content Ende */
