/*
 * TTD StyleSheet
 */

body,td {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:   10pt;
}

a {
	text-decoration: underline;
}

div.pageTitle{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size:   10pt;
	font-weight: bold;
	line-height: 10pt;
	color: #040E70;
}

a.imgTop {
	border: 1px solid #ffffff;
}
a.imgTop:hover {
	border: 1px solid #A7ABCD;
}

/*
 * Menu visibility
 */
tr.menuHidden {
	visibility: hidden;
	overflow:   hidden;
	overflow-x: visible;
	display:none;
}

tr.menuVisible {
	visibility:  visible;
	overflow:    visible;
	overflow-x:  visible;
	display:     block;
}

/*
 * Menu-title style
 */
a.menuTitle, a.menuTitle:visited, a.menuTitle:active {
	font-family:      Tahoma, Arial, Helvetica;
	font-size:        13px;
	font-weight:      bold;
	text-decoration:  none;
	color:            #040E70;
}

/*
 * Menu-items style
 */
a.menuItem, a.menuItem:visited, a.menuItem:active {
	font-size:       11px;
	text-decoration: none;
	color:           #D7DFDF;
}

a.menuItem:hover {
	text-decoration: underline;
}

/*
 * Produktmenu
 */
div.produktMenuInv {
	visibility: hidden;
	overflow:   hidden;
	overflow-x: visible;
	display:    none;
	z-index:    2;
	position:   absolute;
}

div.produktMenuVis {
	visibility:  visible;
	overflow:    visible;
	overflow-x:  visible;
	display:     block;
	position:    absolute;
	z-index:     2;
}


/* iframe */
h1 {
	font-size:			14px;
	font-weight:		bold;
	color:				#040E70;
	font-family: Arial, Helvetica, Sans-Serif;
}

}

/*
 * Input
 */
input, input.vak, select.vak, textarea {
	border: 1px solid #004595;
}