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

/* Generelle Farben ---------------------------------------------------------------------------- start -*/
	
.error_color
{
	color:red;
	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;
}

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

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

div.contentSpacerBig,div.contentSpacerSmall,div.contentSpacerBigStart
{
	background: transparent url(../../img/contentSpacer.jpg) repeat-x 0px 0px;
}

h2.klapptext, h2.klapptext_open_hover
{
	background: transparent url(../../img/dropText/dropTextHead.jpg) no-repeat 0px 2px;
}
 h2.klapptext_open
{
	background: transparent url(../../img/dropText/dropTextHeadOpen.jpg) no-repeat 0% 0%;
}
h2.klapptext_hover
{
	background: transparent url(../../img/dropText/dropTextHeadHover.jpg) no-repeat 0% 2px;
}

p.heading3
{
	background: transparent url(../../img/ueberschriften/heading3Start.png) no-repeat 0% 0%;
	color:#fff000;
}

p.heading3End
{
	background: transparent url(../../img/ueberschriften/heading3End.png) no-repeat 100% 0%;
}

table.klapptext_open
{
	background: transparent url(../../img/dropText/dropTextBackground.jpg) no-repeat bottom;
	color:black;
}

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

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

.bg_body_color
{	
	background: #c9e5f6 url(../../img/backgroundPattern.jpg) repeat-x 0px 0px;
}

.bg_main_color
{
	background-color:transparent;
}

#area_banner
{
	background: transparent url(../../img/headImages/areaBannerV2.jpg) no-repeat 0% 0%;
}

#area_content_left
{
	/*background: #ffffff url(../../img/areas/bgAreaCntLeft.jpg) no-repeat 0% 0%;*/
}

div.content_orange
{
	background: #ffffff url(../../img/areas/bgAreaCntLeft.jpg) no-repeat 0% 0%;
}
div.content_orange_bottom
{
	background: #ffffff url(../../img/areas/bgAreaCntLeftBottom.jpg) no-repeat 0% 0%;
}

div.content_orange_sub
{
	background: #ffffff url(../../img/areas/bgAreaCntSubNav.jpg) no-repeat 0% 0%;
}


div.functions_bottom
{
	border-top:2px dotted #999999;
}

div.content_grey
{
	background: transparent url(../../img/areas/areaContentGrey.jpg) no-repeat 0% 0%;
}
div.content_grey_bottom
{
	/*background: transparent url(../../img/areas/areaContentGreyBottom.jpg) no-repeat 0% 0%;*/
}

div.content_grey_two_columns
{
	background: transparent url(../../img/areas/areaGreyTwoColumns.jpg) no-repeat 0% 0%;
}
div.content_grey_two_columns_bottom
{
	background: transparent url(../../img/areas/areaGreyTwoColumnsBottom.jpg) no-repeat 0% 0%;
}

div.container_right
{
	background: transparent url(../../img/areas/containerRight.png) no-repeat 0% 0%;
}
div.container_right_bottom
{
	background: transparent url(../../img/areas/containerRightBottom.png) no-repeat 0% 0%;
}

div.container_right_orange
{
	background: transparent url(../../img/areas/OrangeContainerRight.jpg) no-repeat 0% 0%;
}
div.container_right_orange_bottom
{
	background: transparent url(../../img/areas/OrangeContainerRightBottom.jpg) no-repeat 0% 0%;
}

#content_sub_nav
{
	/*background: transparent url(../../img/areas/areaContentSubHead.jpg) no-repeat 0% 0%;*/
}

#area_bottom
{
	background-color:#eef7fc;
}

#image_inner_overlay
{
	background: transparent url(../../img/image_overlay_big.png) no-repeat 0% 0%;
}

#logoSkiAmadeBody
{
	background: transparent url(../../img/logos/logoSkiAmade.png) no-repeat 0% 0%;
}

/* Hintergrund Bilder / Farben --------------------------------------------------------------- ende */