a {
	color: #000000;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

body {
	color: #000000;
	font-family: arial, sans-serif, verdana, tahoma;
	font-size: 12px;
	margin: 0 0 0 0;
}

h1 {
	font-size: 14px;
}

.disabled {
	background-color: #D4D0C8;
}

.markiert {
	font-style: italic;
}

.markiert_premium {
	font-style: italic;
	font-weight: bold;
}

.premium {
	font-weight: bold;
}

.message a {
	text-decoration: underline;
}
/*************************************************************
 * Beginn Standard-Dialogelemente
 ************************************************************/

input, select, textarea {
	font-size: 12px;
	background-color: #f0e4e6;
	padding-left:2px;
}

input[readonly], textarea[readonly] {
       background-color: #c0b4b6;
}

input.checkbox {
	background-color: transparent;
	border:0px;
}

input.button {
	background-color: #D9BDB1;
	padding:0 5px;
	color:#00083f;
	font-weight:bold;
	margin:0 2px 0 0;
}

/*************************************************************
 * Ende Standard-Dialogelemente
 ************************************************************/
div#message{
	background-color: #ffffff;
	color: #ff0000;
	font-weight:bold;
	margin-bottom: 8px;
	margin-right: 8px;
	padding: 4px;
}

div#content {
	background-color: #ffffff;
	font-size: 12px;
	margin-left: 4px;
	margin-right: 8px;
	padding: 4px;
}
table#tblLayout td#pageContent div#content {
	margin-left: 0px;
}
div.detailsContent,
div#detailsContent {
	background-color: #ffffff;
	border: 1px solid black;
	font-size: 12px;
	margin: 8px 8px 8px 8px;
	padding: 4px;
}
div.detailsContent img,
div#detailsContent img {
	float: left;
	margin: 0 4px 4px 0;
}
div#detailsTop {
	background-color: #ffffff;
	border: 1px solid black;
	margin: 8px 8px 4px 8px;
	text-align: center;
}
div#detailsTop h1 {
	font-size: 14px;
}

/* Verwendung fuer die einzelnen Tabs der EintragSuche */
div#suche {
	background-color: #faf6f6;
	padding: 4px;
	width:auto;
}

div#top {
	background-color: #ffffff;
	border: 0;
	height: 80px;
	margin: 8px 8px 0px 3px;
	text-align: center;
	background-image:url(images/gastrodb/bgTop.gif);
}
div#top td#topcenter {
	text-align: center;
}

div#menu #menuform {
	margin: 0px 0px 0px 0px;
}

/* TableView */
a.tableheader   {
	color: #FFFFFF;
	cursor: pointer;
	text-decoration: none;
}

a.tablenavigation, a.tableview {
	color: #000000;
	cursor: pointer;
	text-decoration: none;
}

a.tablenavigation:hover, a.tableview:hover {
	color: #ff0000;
	text-decoration: underline;
}

div.tableview {
	margin: 0px;
	padding: 4px;
	background-color: #faf6f6;
}

table.tablenavigation {
	border: 0px;
	border-collapse: collapse;
	font-size: 12px;
}

/* border: 1px solid #000000; */
table.tableview {
	border: none;
	border-collapse: collapse;
	width: 100%;
}

table.tableview tr {
	margin: 0px;
	padding: 0px;
}

tr.even_row table.contextMenu {
	border-color: #ffffff;
}

tr.odd_row table.contextMenu {
 	border-color: #faf6f6;
}

table.contextMenu {
    border-width: 1px; 
    border-style: solid; 
    margin: 0px; 
    padding: 0px; 
    width: 100%;
}

tr[premium="true"] {
        border: 1px solid #000000;
	margin: 0px;
	padding: 0px;
}

/*border-left: 1px solid #000000;*/
table.tableview td {
	border-left: none;
	margin: 0px;
	padding: 4px;
}

/* border-XXX: 1px solid #000000; */
table.tableview th {
	border-bottom: none;
	border-left: 1px solid #900C25;
	padding: 4px;
	text-align: left;
}

td.even_data {
}

td.even_data td {
	border: none;
}

td.odd_data {
}

td.odd_data td {
	border: none;
}

th.even_header {
	color: #FFFFFF;
	background-color: #900C25;
}

th.odd_header {
	color: #FFFFFF;
	background-color: #900C25;
}

tr.even_row {
 	background-color: #ffffff;
}

tr.odd_row {
 	background-color: #faf6f6;
}

.remark {
	font-size: smaller;
	font-weight: bold;
}

table#searchTable .searchFirstColumn {
	width: 1%;
	font-weight: bold;
}

div#menu button {
	background-color: #D9BDB1;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	width: 124px;
	margin: 0px 0px 0px 0px;
}

div#menu button.active {
	background-color: #900C25;
	color: #ffffff;
}

div#menu button img { 
	margin: 0px;
	border: 0px;
}

table#tblLayout {
	width:100%;
	padding:0;
	margin:0;
}

table#tblLayout td#pageTop, table#tblLayout td#pageLeft, table#tblLayout td#pageContent {
	text-align: left;
	vertical-align: top;
	margin:0;
	padding:0;
}

table#tblLayout td#pageLeft {
	width:1%;
}

table#tblLayout td#pageContent {
	width:99%;
}

/*************************************************************
 * Beginn Karteireiter-Komponente
 ************************************************************/
div.pane {
	border-style: solid;
	border-color: #91A6B7;
	border-width: 0px 1px 1px 1px;
	height: auto;
}
div.paneWizard {
	border: none;
}

div#tabbedPaneHeader {
	padding-top:2px;
        font-size:12px;
}
			
div#tabbedPaneHeader ul {
	padding: 0 0 0 5px;
	margin: 0;
	border-bottom: 1px solid #91A6B7;
}

div#tabbedPaneHeader li {
	list-style: none;
	margin: 0;
	display: inline;
}

div#tabbedPaneHeader li a{
	padding: 0px 0.5em;
	padding-top:0px;
	border: 1px solid #91A6B7;
	border-bottom: none;
	background: #D1B0A4;
	text-decoration: none;
	color: #00083f;
}

div#tabbedPaneHeader li a:link, 
div#tabbedPaneHeader li a:visited,
div#tabbedPaneHeader li a:focus, 
div#tabbedPaneHeader li a:hover,
div#tabbedPaneHeader li a:active{
	color: #00083f;
}

/* Mouse-Over Effekt fuer Karteireiter */
div#tabbedPaneHeader li a:hover{
	background: #900C25;
	color: #dddddd;
}

div#tabbedPaneHeader li.tabCell_active a {
	background: #faf6f6;
	border-bottom: 1px solid #faf6f6;
	font-weight: bold;
	padding-top:2px;
}

/*************************************************************
 * Ende Karteireiter-Komponente
 ************************************************************/

/*************************************************************
 * Beginn Template
 ************************************************************/

td.template_col_label {
	font-weight: bold;
}

.template_content {
	background-color: #faf6f6;
	width: 100%;
}

/*************************************************************
 * Ende Template
 ************************************************************/

/*************************************************************
 * Beginn Online-Hilfe
 ************************************************************/

img.helper {
	margin-right: 3px;
	cursor: help;
}

div#JEVENT_DESCRIPTION {
	border:1px solid black;
	margin: 0px 0px 0px 0px;
	padding: 4px;
	width: auto;
	position:absolute;
	z-index:30;
	display: none;
	font-size: 10px;
	background-color:#f0e4e6;
}

div#JEVENT_DESCRIPTION td#JEVENT_DESCRIPTION_label {
	font-size: 11px;
}

div#JEVENT_DESCRIPTION table.outer {
	max-width: 400px;
	border:1px solid #900C25;
}

div#JEVENT_DESCRIPTION .border_bottom{
	border-bottom:1px solid #900C25;
}

div#JEVENT_DESCRIPTION .border_bottom_right{
	border-bottom:1px solid #900C25;
	border-right:1px solid #900C25;
}

div#JEVENT_DESCRIPTION .border_bottom_left{
	border-bottom:1px solid #900C25;
	border-left:1px solid #900C25;
}

div#JEVENT_DESCRIPTION div {
	width:400px;
	overflow: auto;
}
/*************************************************************
 * Ende Online-Hilfe
 ************************************************************/

/*************************************************************
 * Beginn Kategoriekomponente
 ************************************************************/

/* Schrift Kategorien */
.cat_headline {
	font-size:12px;
	font-weight:bold;
	position:relative;
	left:-4px;
	height:30px;
	color:#DDDDDD;
}

/* Schrift Subkategorien */
.smaller {
	font-size:11px;
	height:14px;
	}

div#corner_right_bottom {
	margin-top:auto;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:0px;
}

#categories div.modul{
	height:auto;
	float:left;
	text-align:left;
	display:block;
	margin-right:1em;
}
#categories div.modul div.text{
	padding-top:6px;
	width:440px;
	height:110px;
	border:0px;
}
#categories div.modul div.text div.cat_headline{
	margin:0px 5px 0px 0px;
	padding:3px 0px 0px 10px;
}
#categories div.modul div.text div.cat_headline img {
	vertical-align:top;
	margin-right:3px;
}

/*************************************************************
 * Ende Kategoriekomponente
 ************************************************************/

/*************************************************************
 * Beginn Gebietskomponente (inkl. Ergebnis Ortssuche)
 ************************************************************/

div#gebiet_komponente img {
	float:left;
	margin-right:2px;
}

div#gebiet_komponente select, div#gebiet_komponente input {
	font-size:11px;
}

body.gebietResultSet {
	background-color: #91a6b7;
}

div#gebietResultSet {
	margin: 5px;
	background: none;
}

div#gebietResultSet a {
	color:#000000;
	margin: 0 3px;
	text-decoration: none;
}

div#gebietResultSet a:hover {
	border-top: 1px solid #7E7E7E;
	border-bottom: 1px solid #7E7E7E;
	font-style:italic;
}

div#gebietResultSet li {
	margin: 2px 0;
	padding: 1px;
}

div#gebietResultSet h2 {
	color: #00083f;
	font-size: 16px;
}
/*************************************************************
 * Ende Gebietskomponente (inkl. Ergebnis Ortssuche)
 ************************************************************/

/*************************************************************
 * Beginn Banner- und Menu- Bereich
 ************************************************************/
div#banner {
	background-image: url(images/gastrodb/leaveLeftBanner.gif);
	background-repeat: no-repeat;
	
	border: 0px solid black;
	float: left;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	padding-top:126px;
	width: 143px;
	overflow: hidden;
}

div#menu {
	border: 1px solid #91A6B7;
	background-color: #faf6f6;
	float: left;
	font-size: 12px;
	margin-top: 21px;
	margin-left: 4px;
	padding: 4px;
	width: 160px;
	overflow: hidden;
}

div#banner ul, div#menu ul{
	margin: 0px;
	padding-left: 0px;
}

div#banner li  {
	padding-bottom: 0px;
	list-style: none;
	margin: 0px 0px 0px 0px;
}

div#menu li {
	margin: 0px 0px 4px 0px;
}

div#menu forms, div#menu input {
	margin: 0px 0px 0px 0px;
}

html>body div#banner {
	margin-left: 8px;
}
html>body div#menu {
	margin-left: 8px;
}
div#banner td, div#menu td {
	padding: 4px;
	text-align: center;
}
div#banner img {
	border-left: 1px solid black;
	border-right: 1px solid black;
	width: 120px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

a.bannerUrl{
	color:#dddddd;
	text-decoration:none;
	font-size:10px;
	margin-left:3px;
}

div.bannerUrl{
	margin:0px;
	margin-top:-3px;
	padding:0px;
	background-image:url(images/gastrodb/slopeBottom.gif);
	background-repeat: no-repeat;
	background-position: left;
	height:13px;
	overflow: hidden;
}

/*************************************************************
 * Ende Banner- und Menu- Bereich
 ************************************************************/

