div#right_col_content {
	width: 638px;
}

textarea {
	border-color: #c0842e;
}

div.content_block{
	background-color: #f9f2ea;
}

div.terminkalender_header {
	background-color: #f9f2ea;
	background-image: url(../images/branchenkompass/terminkalender_kaninchen.png);
}

/* Verschiedene farbige Hauptnavis */
a#terminkalender_main_nav_kaninchen {
	background-image: url(../images/branchenkompass/kaninchen_hell.png);
	padding: 2px 0px 4px 0px;
	margin-left: 2px;
	position: absolute;
	top: 0px;
	right: 229px;
	width: 218px;
	display: block;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}

a#terminkalender_main_nav_kaninchen:link, a#terminkalender_main_nav_kaninchen:visited {
	color: #c0842e;
}

a#terminkalender_main_nav_kaninchen:hover, a#terminkalender_main_nav_kaninchen.active {
	background-image: url(../images/branchenkompass/kaninchen_button.png);
	color: #fff;
}

a#terminkalender_main_nav_hk {
	background-image: url(../images/branchenkompass/kaninchen_hell.png);
	padding: 2px 0px 4px 0px;
	margin-left: 2px;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 218px;
	display: block;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}

a#terminkalender_main_nav_hk:link, a#terminkalender_main_nav_hk:visited {
	color: #c0842e;
}
a#terminkalender_main_nav_hk:hover, a#terminkalender_main_nav_hk.active{
	background-image: url(../images/branchenkompass/kaninchen_button.png);
	color: #fff;
}

a.terminkalender_untere_nav_element, a.terminkalender_untere_subnav_element {
	background-image: url(../images/branchenkompass/kaninchen_hell.png);
	color: #666;
}

a.terminkalender_untere_nav_element:hover, a.terminkalender_untere_nav_element_active:link, a.terminkalender_untere_nav_element_active:visited,
a.terminkalender_untere_subnav_element:hover, a.terminkalender_untere_subnav_element_active:link, a.terminkalender_untere_subnav_element_active:visited {
	background-image: url(../images/branchenkompass/kaninchen_button.png);
	color: #fff;
}

/* endof Verschiedene farbige Hauptnavis */


div#eintrag_neu {
	position: absolute;
	right: 5px;
	bottom: 5px;
	font-weight: bold;
}

div#eintrag_neu a{
    color: #c0842e; 
}



/* Input Felder */
input {
	border: 1px solid #c0842e;
}
input.submit_button {
	border: 1px solid #c0842e;
	background-image: url(../images/branchenkompass/kaninchen_hell.png);
}
input.submit_button:hover {
	background-image: url(../images/branchenkompass/kaninchen_button.png);
}
select {
	border: 1px solid #c0842e;
}

div#branchenbuchSuche {
	background-color: #f9f2ea;
	border-top: 1px solid #fff;
}

table#terminkalender_details {
	border: 1px solid #c0842e;
}

table#terminkalender_details th {
	background-image: url(../images/branchenkompass/kaninchen_button.png);
	color: #fff;
}

table#terminkalender_details tr.veranstaltung td {
	/*background-color: #f9f2ea;*/
	/*border-top: 1px solid #c0842e;*/
	border-bottom: 1px solid #c0842e;
}

tr.suche td{
	background-color: #f9f2ea;  
}

tr.colored {
	background-color: #f9f2ea;
}
