@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:      #FF9900 (foreground)
* yellow:      #FFFF99 (background)
*/

/* defaults */
body
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	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;
	margin: 10px 0;
}

/* 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;
	text-align: justify;
}

/* 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;
	text-align: justify;
}

td {
	font-size: 12px;
	margin: 3px;
}

label {
	display: block;
	width:150px;
	text-align:left;
	float:left
}

p,li {
	font-size: 12px;
	margin: 1px;
	text-align: justify;
}

a {
    text-decoration: none;
	font-weight: bold;
	color: #006666;
}

a:visited {
	color: #009999;
	text-decoration: none;
}

a:hover {
    text-decoration: none;
	color: #006666;
}

/*
 *	predefined styles for menu navigation
*/

.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:#FF9900;
	text-decoration: none;
}
	
.navi_active {
	font-size: 12px;
    color: #FF9900;
	text-decoration: none;
}

.navi_active:visited {
	font-size: 12px;
    color: #FF9900;
	text-decoration: none;
}

.navi_active:hover {
	font-size: 12px;
    color: #FF9900;
	text-decoration: none;
}

.sub_inact {
	font-size: 11px;
	font-weight: normal;
    color: #006666;
    text-decoration: none;
}
  
.sub_inact:visited {
	font-size: 11px;
	font-weight: normal;
    color:#006666;
	text-decoration: none;
}
	
.sub_inact:hover {
	font-size: 11px;
	font-weight: normal;
    color:#FF9900;
	text-decoration: none;
}
	
.sub_active {
	font-size: 11px;
	font-weight: normal;
    color: #FF9900;
	text-decoration: none;
}

.sub_active:visited {
	font-size: 11px;
	font-weight: normal;
    color: #FF9900;
	text-decoration: none;
}

.sub_active:hover {
	font-size: 11px;
	font-weight: normal;
    color: #FF9900;
	text-decoration: none;
}

.subsub_inact {
	font-size: 9px;
    color: #006666;
    text-decoration: none;
}
  
.subsub_inact:hover {
	font-size: 9px;
    color:#FF9900;
	text-decoration: none;
}
	
.subsub_active {
	font-size: 9px;
    color: #FF9900;
	text-decoration: none;
}

.subsub_active:hover {
	font-size: 9px;
    color: #FF9900;
	text-decoration: none;
}

div.news-single-author p.bodytext {
	text-align: right;
}
