@charset 'utf-8';

/*
* Copyright (c) 2009 innovaphone AG
* corporate style definition
*
* include in all innovaphone projects at first:
* <link rel="stylesheet" type="text/css" href="style_inno.css" />
* <link rel="stylesheet" type="text/css" href="(your_proj).css" />
*
* innovaphone Colors:
* green:       #006666
* lime-green:  #009999 (foreground)
* pale-green : #D9E7E8 (background)
* gray:        #444444 
* yellow:      #ee7f00 (foreground)
* yellow:      #FFFF99 (background)
*/

/* defaults */
body
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	background-color: white;
}

/* headline */
h1 {
	font-size: 14px;
	color: #006666;
	font-weight: bold;
	margin: 10px 0;
}

/* using background color */
h2 {
	font-size: 12px;
	color: #006666;
	background-color:#D9E7E8;
	font-weight: normal;
	margin: 10px 2px;
}

/* third level */
h3 {
	font-size: 12px;
	color: black;
	margin: 10px 0;
}

/* used for introduction */
h4 {
	font-size: 12px;
	color: #006666;
	font-weight: normal;
	margin: 10px 0;
}

/* framed paragraph */
h5 {
	font-size: 11px;
	color: #006666;
    background-color:#FFFF99;
	font-weight: normal;
	margin: 1px;
	border-width:1px;
	border-style:solid;
	border-color:#006666;
	padding:3px;
}

td {
	font-size: 12px;
	margin: 3px;
}

label {
	display: block;
	width:150px;
	text-align:right;
	float:left
}

p,li {
	font-size: 12px;
	margin: 1px;
}

a {
    text-decoration: none;
	color: #006666;
}

a:visited {
	color: #009999;
	text-decoration: none;
}

a:hover {
    text-decoration: none;
	color: #006666;
}

/*
 *	predefined styles for menu navigation
*/

/* Menue at the top line */
.navi_tools {
	font-size: 10px;
    color: #006666;
    text-decoration: none;
}
  
.navi_tools:visited {
	font-size: 10px;
    color:#006666;
	text-decoration: none;
}
	
.navi_tools:hover {
	font-size: 10px;
    color:#ee7f00;
	text-decoration: none;
}

/* main menue */
.navi_main {
	font-size: 14px;
    color: #006666;
    text-decoration: none;
}
  
.navi_main:visited {
	font-size: 14px;
    color:#006666;
	text-decoration: none;
}
	
.navi_main:hover {
	font-size: 14px;
    color:#ee7f00;
	text-decoration: none;
}
/* left menue */
.navi_inact {
	font-size: 12px;
    color: #006666;
    text-decoration: none;
}
  
.navi_inact:visited {
	font-size: 12px;
    color:#006666;
	text-decoration: none;
}
	
.navi_inact:hover {
	font-size: 12px;
    color:#ee7f00;
	text-decoration: none;
}
	
.navi_active {
	font-size: 12px;
    color: #ee7f00;
	text-decoration: none;
}

.navi_active:visited {
	font-size: 12px;
    color: #ee7f00;
	text-decoration: none;
}

.navi_active:hover {
	font-size: 12px;
    color: #ee7f00;
	text-decoration: none;
}

.sub_inact {
	font-size: 11px;
    color: #006666;
    text-decoration: none;
}
  
.sub_inact:visited {
	font-size: 11px;
    color:#006666;
	text-decoration: none;
}
	
.sub_inact:hover {
	font-size: 11px;
    color:#ee7f00;
	text-decoration: none;
}
	
.sub_active {
	font-size: 11px;
    color: #ee7f00;
	text-decoration: none;
}

.sub_active:visited {
	font-size: 11px;
    color: #ee7f00;
	text-decoration: none;
}

.sub_active:hover {
	font-size: 11px;
    color: #ee7f00;
	text-decoration: none;
}

.subsub_inact {
	font-size: 10px;
    color: #006666;
    text-decoration: none;
}
  
.subsub_inact:hover {
	font-size: 10px;
    color:#ee7f00;
	text-decoration: none;
}
	
.subsub_active {
	font-size: 10px;
    color: #ee7f00;
	text-decoration: none;
}

.subsub_active:hover {
	font-size: 10px;
    color: #ee7f00;
	text-decoration: none;
}

.navi_disabled {
    font-size: 12px;
    color: Gray;
    display:inline;
}

.sub_disabled {
    font-size: 11px;
    color: Gray;
    display:inline;
}