/******************************************
* Screen-CSS                              *
* Programmierung Cybersols.de Peter Wiesa *
*                                         *
* Farben:                                 *
* schwarz #000000                         *
* grau #CCCCCC                            *
* Schriftgrau #CCCCCC                     *
* Schriftweiss #CCCCCC                    *
* gelb #FFCC00                            *
******************************************/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(bg_body.gif);
	background-color: #CCCCCC;
	background-repeat: repeat-y;
}

body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	margin: 0;
	padding: 0;
}
.adresslinks {
	float:left;
	width: 50px;
}
.adressrechts {
	float:left;
}

.wrap {
	width: 899px;
	overflow: inherit;
}

#kopf1 {
	height: 43px;/*	background-color: #000066;	*/
}
#kopf2 {
	height: 36px;
	background-color: #000000;
}
#kopf3 {
	height: 8px;
	background-color: #FFCC00;	
}
.kopfmenubox {
	padding-top: 3px;
	font-size: 10px;
}
.kopfmenu {
	width: auto;
	float: right;
	padding-top: 12px;
}
.kopfmenusig {
	width: auto;
	float: right;
}

.kopfmenulink {
	color: #000000;
	text-decoration: none;
}
.kopfmenutrenner {
	width: 20px;
	text-align: center;
	float: right;
	padding-top: 12px;
}
#kopf3 {
	height: 8px;
	background-color: #FFCC00;	
}
.signetbox {
	width: 260px;
	height: 62px;
	padding-left: 12px;
	background-image: url(mlp-signet.gif);
	background-repeat: no-repeat;
	background-position: 12px 20px;
}

/* Seitenmenü  */
.menue {
	width: 280px;
	float: left;
	background-color: #FFFFFF;
}
.menuezz {
	width: 265px;
	height: 28px;
	padding-left: 12px;
	font-weight: bold;
	line-height: 24px;
}
.menuetab {
	width: 265px;
	padding-left: 12px;
}
a.menu {
	display:block;
	width: 265px;
	background-color: #FFCC00;
	height: auto;
	padding-left: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #C2AD5C;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #FFFFFF;
	line-height: 14px;
	text-decoration: none;
}

a.menu:link    { 
color:#000000; 
background-color:#FFCC00; 
}
a.menu:hover   {
	color:#FFFFFF;
	background-color:#000000;
}
.inputmenu {
	width: 169px;
	height: 22px;
	border:none;
	background-image: url(bg_input.gif);
}

/* +++++++++++++++++++++++++++ */

.content {
	width: 600px;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 1.1em;
}
.contenttext {
	padding-left: 10px;
	padding-right: 30px;
}

.trennspalte {
	width: 10px;
	float: left;
}

.clear {
	clear: both;
}
.firmenadresse {
	width: 540px;
	background-color: #CCCCCC;
	float: left;
	padding: 10px;
}
.personenadresse {
	width: 540px;
	background-color: #FFFFFF;
	float: left;
	padding: 10px;
	padding-bottom: 0px;
}

.FONTschwarz {
	color: #000000;
}
.FONTgrau {
	color: #333333;
}
.FONTrot {
	color: #FF0000;
}
.FONT16 {
	font-size: 18px;
	text-align: right;
	color: #999999;

}
.FONT10 {
	font-size: 10px;
}
.FONT11 {
	font-size: 11px;
}
.links {
	float: left;
}
.rechts {
	float: right;
}
.suchbutton
{
}
.abstandkopf1
{
	height: 50px;
}
#box_personen,
#box_firmen,
#box_orte
{
  width : 275px;
  height : 150px;
  overflow : auto ;
  border : 1px solid #C5C5C5;
  background : #F8F8F8;
  position : absolute;
  border-top : none;
  text-align : left;
  display : none;
}
.boxzeile
{
	width : 250px;
	cursor : pointer;
	border-bottom-color: #CCCCCC;
	border-bottom-style: dotted;
	font-size: 12px;
	border-bottom-width: 1px;
}

