/*****************************************************/
/******** Copyright by CompuTech Informatik AG *******/
/*****************************************************/

/* basic elements */
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2B354B;
}
a:link {
	text-decoration: none;
	color: #ff7200;
}
a:visited {
	text-decoration: none;
	color: #ff7200;
}
a:hover {
	text-decoration: underline;
	color: #ff7200;
}
a:active {
	text-decoration: none;
	color: #ff7200;
}
a:focus {
	text-decoration: none;
	color: #ff7200;
}

/* custom elements */
#td_hauptmenu {
	height: 33px;
	padding-left: 18px;
	background-color: #EEEEEE;
	font-size: 14px;
	vertical-align: middle;
	color: #2B354B;
}
#td_klein_header {
	font-size: 10px;
	padding-right: 43px;
}
.cursor_pointer {
	cursor: pointer;
}
#img_hauptbild {
	filter: alpha(opacity=0);
	opacity: 0;
}

/*********** top menu style *************/

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
#menu ul li {
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
#menu ul li a {
	display: inline-block;
	padding: 0px 15px 0px 15px;
	text-decoration: none;
	color: #2B354B;
	line-height: 33px;
	font-size: 11px;
}
	
/*1st sub level menu*/
#menu ul li ul {
	position: absolute;
	left: -7;
	display: block;
	visibility: hidden;
	padding: 4px 0px 8px 0px;
	background-image: url(../img/submenu_bottom.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	filter: alpha(opacity=91);
	opacity: .91;
}

/*Sub level menu list items (undo style from Top level List Items)*/
#menu ul li ul li {
	display: list-item;
	float: none;
	filter: alpha(opacity=75);
}

/*All subsequent sub menu levels offset after 1st level sub menu */
#menu ul li ul li ul {
	display: none;
}

/* Sub level menu links style */
#menu ul li ul li a {
	display: block;
	width: 177px; /*width of sub menu levels*/
	text-decoration: none;
	padding: 5px 0px 6px 0px;
	line-height: normal;
	font-size: 11px;
	text-indent: 44px;
	color: #2B354B;
	background-image: url(../img/list_elem.gif);
	background-position: 20px 8px;
	background-repeat: no-repeat;
	white-space: nowrap;
}

#menu ul li ul li a:hover {
	background-color: white;
	font-weight: bold;
	color: #2B354B;
	background-image: url(../img/list_elem_over.gif);
	background-position: 20px 8px;
	background-repeat: no-repeat;
}

/*Background image for top level menu list links */
#menu .mainfoldericon {
	/*background: url(../img/arrow-down.gif) no-repeat center right;*/
}

/*Background image for subsequent level menu list links */
#menu .subfoldericon {
	/*background: url(../img/arrow-right.gif) no-repeat center right;*/
}
