/*COLOR-MANAGEMENT*/


/********************************************************
*                                                       *
*  HORIZONTAL PATH-NAVIGATION ON THE TOP-BAR            *
*                                                       *
*********************************************************/

#breadnavigation, #breadnavigation a {

	background-color: #FF9933;
	color: #FFFFFF; /*FONT-COLOR*/
}


/**********************************************************
***********************************************************
**                                                       **
**  LEFT COLUMN                                          **
**                                                       **
***********************************************************
***********************************************************/

/********************************************************
*                                                       *
*  TEXT FONT                                            *
*                                                       *
*********************************************************/

/*
GENERAL TEXT-FONT */
.left_column {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/********************************************************
*                                                       *
*  SPACE ON THE TOP OF THE MAIN NAVIGATION (LOGO)       *
*                                                       *
*********************************************************/

#pre_mainnavcontainer {

	height: 100px;
	background-color: #FFF9C7;
	border-bottom: 1px solid #A1A1A1;	
}


/********************************************************
*                                                       *
*  MAIN NAVIGATION (FIRST, SECOND, THIRD ...)           *
*                                                       *
*********************************************************/

/*
INACTIVE MAINMENU-ITEMS (FIRST, SECOND, THIRD ... WHEN NOT CLICKED/INACTIVE)*/
#mainnavcontainer a {

	background-color: #FFF9C7;
	color: #000000; /*Font-Color*/
}


/*
ACTIVE MAINMENU-ITEMS (FIRST, SECOND, THIRD ... WHEN CLICKED/ACTIVE)*/
#mainnavcontainer a#current1 {

	background-color: #FFF9C7;
	background-image: url(../../b_banners_and_logo/c_listing_points/listpoint_ursina.gif);
	background-repeat: no-repeat;
	background-position:0px 3px;
 	position:relativ;
	color: #000000; /*Font-Color*/
	font-style: bold;
}
	

/********************************************************
*                                                       *
*  sUBMENU-ITEMS (a1, a1.1, a1.1.1, b1, b2 ...)         *
*                                                       *
*********************************************************/

/*
INACTIVE SUBMENU-ITEMS (a1, a1.1, a1.1.1, b1, b2 ... WHEN NOT CLICKED/INACTIVE)*/
#mainnavcontainer ul ul a {

	background-color: #FFFFFF;
	color: #000000; /*Font-Color*/
}

/*
ACTIVE SUBMENU-ITEMS (a1, a1.1, a1.1.1, b1, b2 ... WHEN CLICKED/ACTIVE)*/
#mainnavcontainer a#current2plus {

	background-color: #FFF9C7;
	color: #996600; /*Font-Color*/
	font-weight: bold;
}


/********************************************************
*                                                       *
*  ON MOUSE OVER EFFECT                                 *
*                                                       *
*********************************************************/

/*
ON MOUSE OVER EFFECT (FOR ALL ITEMS = MAINMENU-ITEMS AND SUBMENU-ITEMS)*/
#mainnavcontainer a:hover {

	background-color: #FFF9C7;
	color: #000000; /*Font-Color*/	
}

/*
ON MOUSE OVER POINT EFFECT (FOR ALL ITEMS = MAINMENU-ITEMS AND SUBMENU-ITEMS)*/
#mainnavcontainer ul a:hover {

	background-image: url(../../b_banners_and_logo/c_listing_points/listpoint_ursina.gif);
	background-repeat: no-repeat;
	background-position:0px 3px;
 	position:relativ;
 }
 

/*
ON MOUSE OVER POINT EFFECT DISAPPEARS (cancelling the listing point for a1, a1.1, a1.1.1, b1, b2 ... WHEN CLICKED/ACTIVE)*/
#mainnavcontainer ul ul a:hover {

	background-image: url(../../b_banners_and_logo/c_listing_points/listpoint_ursina_clear.gif);
	background-repeat: no-repeat;
	background-position:0px 3px;
 	position:relativ;
 }

/********************************************************
*                                                       *
*  SPACE BELOW OF THE MAIN NAVIGATION                   *
*                                                       *
*********************************************************/

#post_mainnavcontainer {
	height: 75px;
	width: 170px;
	background-color: #FFF9C7;
}


/**********************************************************
***********************************************************
**                                                       **
**  CENTER COLUMN                                        **
**                                                       **
***********************************************************
***********************************************************/


/********************************************************
*                                                       *
*  TEXT FONT AND BACKGROUND FOR THE CENTER COLUMN       *
*                                                       *
*********************************************************/
/*
GENERAL TEXT-FONT AND BACKGROUND */
.center_column {
	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #F9F9F9;
}


/********************************************************
*                                                       *
*  SIZE AND COLOR FOR TITLES IN THE CENTER COLUMN       *
*                                                       *
*********************************************************/

/*
TITLES IN THE CENTER COLUMN*/
.center_column h1, .center_column h2 {
	
	height: 30px;
	line-height: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #996600; /*Font-Color*/
}


/********************************************************
*                                                       *
*  COLOR FOR LINKED TEXT IN THE CENTER COLUMN           *
*                                                       *
*********************************************************/

/*
COLOR OF LINKED TEXT IN THE CENTER COLUMN*/
.center_column a {

	color: #C9A685; /*Font-Color*/
}


/**********************************************************
***********************************************************
**                                                       **
**  RIGHT COLUMN                                         **
**                                                       **
***********************************************************
***********************************************************/

/********************************************************
*                                                       *
*  TEXT FONT AND BACKGROUND FOR THE RIGHT COLUMN       *
*                                                       *
*********************************************************/

/*
GENERAL TEXT-FONT AND BACKGROUND */
.right_column {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFF9C7;	
}

	
/********************************************************
*                                                       *
*  SIZE AND COLOR FOR TITLES IN THE RIGHT COLUMN        *
*                                                       *
*********************************************************/

/*
TITLES IN THE RIGHT COLUMN*/
.right_column h1, .right_column h2 {
	
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #FF9933; /*Font-Color*/
}


/********************************************************
*                                                       *
*  COLOR FOR LINKED TEXT IN THE RIGHT COLUMN           *
*                                                       *
*********************************************************/

/*
COLOR OF LINKED TEXT IN THE RIGHT COLUMN*/
.right_column a {

	color: #C9A685; /*Font-Color*/
}


/********************************************************
*                                                       *
*  SPACE ON THE TOP OF THE RIGHT COLUMN                 *
*                                                       *
*********************************************************/

#pre_rightcolumn {
	height: 5px;
	width: 170px;
	background-color: #FFF9C7;
}


/**********************************************************
***********************************************************
**                                                       **
**  FOOTER ON THE VERY BOTTOM OF THE SITE (ADRESS)       **
**                                                       **
***********************************************************
*********************************************************/

#footer, #footer a
{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FF9933;
	color: #FFFFFF; /*Font-Color*/
}





































/********************************************************
*********************************************************
*********************************************************
****                                                 ****
**   DONT CHANGE THE ENTRIES BELOW THIS MESSAGE !!!    **
****                                                 ****
*********************************************************
*********************************************************
*********************************************************/


* html ul, li, td img, h1, p {
margin: 0px:
padding: 0px;
vertical-align:bottom;
}

td img {
margin: 0px:
padding: 0px;
vertical-align:bottom;
}

.left_column {
	margin: 0;
	padding: 0;
}


#breadnavigation, #breadnavigation a {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 5px;
	text-decoration: none;
	height: 20px;
	line-height: 20px;
}


.right_column {
	padding-left: 2px;
	padding-bottom: 20px;
	font-size: 10px;
}

.right_column h1 {
	font-weight: bold;
	margin: 0;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}


.right_column h5 {
	font-weight: normal;
	margin: 0;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10px;
}

.right_column a{
	text-decoration: none;
}
.right_column a:hover{
	text-decoration: underline;
}

.center_column {
	font-size: 12px;
	line-height: 15px;
	margin: 0;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.center_column h1, .right_column h1 {
	font-weight: bold;
	margin: 0;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.center_column h5 {
	font-weight: normal;
	margin: 0;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10px;
}


.center_column p{
	margin: 0;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 10px;

}

.center_column a{
	text-decoration: none;
}
.center_column a:hover{
	text-decoration: underline;
}


#mainnavcontainer {
	width: 170px;
}

#mainnavcontainer a
{
	display: block;
	padding-right: 10px;
	padding-left: 20px;	
	padding-top: 6px;
	padding-bottom: 6px;
	margin: 0;
	border-bottom: 1px solid #A1A1A1;
}

#mainnavcontainer a#current2plus {
	font-weight: bold;
}


#mainnavcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	
}

/* Items level 2 */

#mainnavcontainer ul ul a {
    display: block;
    padding-left: 20px;
    font-weight: normal;
}

#mainnavcontainer ul ul ul a {
    display: block;
    padding-left: 30px;
    font-weight: normal;
}

#mainnavcontainer ul ul ul ul a {
    display: block;
    padding-left: 40px;
    font-weight: normal;    
}

#mainnavcontainer ul ul ul ul ul a {
    display: block;
    padding-left: 50px;
    font-weight: normal;
}

#mainnavcontainer ul ul ul ul ul ul a {
    display: block;
    padding-left: 60px;
    font-weight: normal;
}

#mainnavcontainer ul ul ul ul ul ul ul a {
    display: block;
    padding-left: 70px;
    font-weight: normal;
}

#mainnavcontainer ul ul ul ul ul ul ul ul a {
    display: block;
    padding-left: 80px;
    font-weight: normal;
}

#mainnavcontainer ul ul ul ul ul ul ul ul ul a {
    display: block;
    padding-left: 90px;
    font-weight: normal;
}

#mainnavcontainer ul ul ul ul ul ul ul ul ul ul a {
    display: block;
    padding-left: 100px;
    font-weight: normal; 
}


html>body #mainnavcontainer a {
	width: 170px;
}

#mainnavcontainer a:link, #mainnavcontainer a:visited
{
	text-decoration: none;
}

#footer
{
	font-size: 10px;
	padding-left: 5px;
	height: 20px;
	line-height: 20px;
}

.csc-header, .csc-header-n2 {
	padding-top: 10;
	margin: 0;
	line-height: 0px;
}

.csc-textpic-image {
	padding-top: 10;
	margin: 0;
	line-height: 0px;
}

.csc-uploads-fileName, .csc-uploads-fileSize {
	font-size: 10px;
}

.center_column li {
	margin-left: 0px !important; 
	margin-left: 35px; /* nur für den IE */
}

.adv-form-label-req {
	font-weight: bold;
}