@import url(./navigations/nav_colors.css);
@import url(./navigations/buttons_colors.css);

/* Generelle Farben ---------------------------------------------------------------------------- start -*/
	
.error_color
{
	color:red !important;
	background-color:white;
	border: 1px dotted red;
}
.error_border
{
	border:1px solid red !important;
}

table.mainTable
{
	border: 1px dotted white;
}

tr.tableHead
{
	background-color:#fc9200;
	color:white;
}

h1,h2,h3,h4,h5
{
	color:black;
}

.text
{
	color:black;
}

a.footer_link
{
	color:white;		
	background-color:#99b3ce;
}
a.footer_link span.footer_link_date
{
	color:black;
}
a.footer_link:hover,
div.footer_row a.footer_link_active
{
	color:#b41d1c;	
	background-color:#f9cf45;	
}

/* Generelle Farben ---------------------------------------------------------------------------- ende -*/

/* Elemente --------------------------------------------------------------------------------------------- start */

h1.contentTitle,h1.contentTitleParkinfo
{
	color:#b41d1c;	
}

h2.klapptext
{
	background: #99b3ce url(../../img/dropText/dropTextHead.jpg) no-repeat 4px 4px;
	color:white;
}
h2.klapptext_hover
{
	color:#b41d1c;	
	background:  #f9cf45 url(../../img/buttons/arrowRedButton.gif) no-repeat 9px 7px;
}
h2.klapptext_open
{	
	color:white;
	background:  #99b3ce url(../../img/dropText/dropTextHeadHover.jpg) no-repeat 4px 4px;
}
h2.klapptext_open_hover
{ 
	color:#b41d1c;		
	background:  #f9cf45 url(../../img/dropText/dropTextHeadOpen.jpg) no-repeat 4px 4px;
}

table.klapptext_open
{	
	color:black;
	background:none;
	/*background: transparent url(../../img/areas/content_background.png) repeat 0% 0%;*/	
}

#area_language a
{
	color:white;
	font-weight:bold;	
	text-decoration:none;
}
#area_language a:hover,
a.lang_button_active
{
	background-color:#f9cf45;
	color:#b41c1d !important;
}

/* Elemente --------------------------------------------------------------------------------------------- ende */

/* Hintergrund Bilder / Farben --------------------------------------------------------------- start */

#main_page_background
{
	background: #4d6382 url(/files/images/6553/46730_background_default.jpg) no-repeat center bottom;
	z-index:2;	
}
#area_banner
{
	background: transparent url(../../img/areas/altabadia_logo.png) no-repeat top right;
}
#main_page
{
	background: transparent url(../../img/areas/kv_background.png) no-repeat 0px 0px;
}
#kv_top_left
{
	background: transparent url(../../img/areas/kv_top_left.png) no-repeat 0px 0px;
}
#kv_top_center
{
	background: transparent url(../../img/areas/kv_center_left.png) no-repeat 0px 0px;
}

div.container_right h2,
.head_color
{
	background-color:#b41d1c;
	color:white;
}

div.home_container,
div.container_right,
.text_backround,
div.two_columns_left_inner div.container_small,
#footer_content
{
	background: transparent url(../../img/areas/content_background.png) repeat 0% 0%;	
}

#area_flash_panorama,
div.content_white_background
{
	background-color:white;
}

#upload_tab_nav
{
	background-color:#99b3ce;
}
	
/* Hintergrund Bilder / Farben --------------------------------------------------------------- ende */