<link href="./master.css" rel="stylesheet" type="text/css">

// Globale Einstellungen ////////////////////

body {
	margin: 0;
}

table {
	padding: 0;
	border: 0;
}

input {
	color: #000000;
	background-color: #cccccc;
	border: 1px solid #000000;
}

textarea {
	color: #000000;
	background-color: #cccccc;
	border: 1px solid #000000;
}

// Branchenbuch speichern ////////////////////

table.bb_save_success {
	width: 100%;
	background-color: #FFFF00;
}

table.bb_save_error_tec {
	width: 100%;
	background-color: #FF0000;
}

table.bb_save_error_form {
	width: 100%;
	background-color: #FF0000;
}

// Branchenbuch Übersichtsseite ////////////////////

table.bb_uebersicht {
	width: 100%;
}

td.bb_uebersicht_firmenname {
	font-size: medium;
	font-weight: bold;
}

img.bb_uebersicht_branchenbild {
	width: 120px;
	height: 80px;
}

td.bb_uebersicht_strplzort {
}

td.bb_uebersicht_fonfax {
}

td.bb_uebersicht_pagemail {
}

td.bb_uebersicht_beschreibung {
	font-style: italic;
}


// Branchenbuch Suchmaske ////////////////////

table.bb_suche_form {
}

td.bb_suche_stichwort {
}

td.bb_suche_branche {
}


// Gästebuch ////////////////////

table.gb_kopfzeile {
}


// Downloads ////////////////////

tr.dl_downloadbox {
	width: 50px;
	background-color: #FFFFFF;
}
