@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:
* see wiki article
*/

/* defaults */

html
{
    width:100%;
    margin:0px;
    padding:0px;
    border:none;
    border-width:0px;
}

body
{
    width:100%;
    margin:0px;
    padding:0px;
    border:none;
    border-width:0px;
    font-family:Arial;
    color: #006666;
    font-size:13px;
    overflow:auto;
}

div 
{
    font-size:13px;
}

table
{
    font-size:13px;
    empty-cells:show;
    margin:0px;
    padding:0px;
}

div, table, tr, td, th, img
{
    border-width:0px;
    text-align:left;
    margin:0px;
    padding:0px;
}

a
{
    /*display:block;*/
    color: #d99904;
    text-decoration:none;
}

a:visited
{
    color: #d99904;
}

/* 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;
}

/* 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;
}

/* style */

/* main menu */
#main
{
    position: absolute;
    left: 10px;
    top: 5px;
    white-space:nowrap;
}

div.main-menu, div.main-menu-active, div.main-menu-disabled
{
    display: inline;
    font-family: Arial;
    font-size: 13;
    font-weight: bold;
    white-space:nowrap;
    margin-right: 15px;
}

div.main-menu-disabled
{
    color: Gray;
}

a.main-menu-active
{
    color: #fcb250;
    text-decoration: none;
}

a.main-menu
{
    color: #006666;
    text-decoration: none;
}

a.main-menu:hover
{
    color: #fcb250;
}

/* login right of main menu */
#login
{
    position: absolute;
    float: right;
    top: 5px;
    right: 10px;
    color: #006666;
    font-family: Arial;
    font-size: 13;
    font-weight: bold;
}

#login a
{
    color: #006666;
}

/* logo and logo area */
#logo-area
{
    position: absolute;
    left: 0px;
    top: 26px;
    height: 69px;
    width: 100%;
    background-color: #eefaf7;
}

#logo
{
    position: absolute;
    left: 10px;
    top: 10px;
}

#logo img
{
  /*  width: 300px;
    height: 43px;*/
}

#login table 
{
    border-collapse: collapse;
}

/* search in logo area */
#search-area
{
    position: absolute;
    float: right;
    top: 10px;
    right: 10px;
}

/* tab menu */

#tab-menu
{
    position: absolute;
    top: 95px;
    width: 100%;
}

table.tab
{
    background-image:url(/images/tab.png);
    background-repeat:repeat-x;
    border-collapse: collapse;
}

tr.tab
{
    vertical-align:bottom;
    background-image:url(/images/separator.png);
    background-position:bottom;
    background-repeat:repeat-x;
    height: 26px;
}

div.tab-left
{
    margin-left:90px;
}

div.tab
{
    height:26px;
    color:White;
    font-weight:bold;
    white-space:nowrap;
}

div.tab-info
{
    margin-right: 10px;
    height: 22px;
    white-space:nowrap;
}

div.tab-active
{
    height:22px;
    background-color:White;
    color:#fcb205;
    font-weight:bold;
    border-left:1px solid #87b2b7;
    border-top:1px solid #87b2b7;
    border-right:1px solid #87b2b7;
    border-top-left-radius: 3px 3px;
    border-top-right-radius: 3px 3px;
    -webkit-border-top-left-radius: 3px 3px;
    -webkit-border-top-right-radius: 3px 3px;
    -moz-border-radius-topleft: 3px 3px;
    -moz-border-radius-topright: 3px 3px;
    white-space:nowrap;
}

div.tab-disabled
{
    color: #d0d0d0;
    height:21px;
    font-weight:bold;
    white-space:nowrap;
}

a.tab
{
    display:block;
    color:White;
    padding-top:5px;
    padding-left:10px;
    padding-right:10px;
}

a.tab-active
{
    display:block;
    color:#fcb205;
    padding-top:2px;
    padding-left:10px;
    padding-right:10px;
}

a:focus.tab-active
{
    outline:none;
}

a:hover.tab
{
    color:#fcb205;
}

/* banner */
#banner
{
    position: relative;
    top: 121px;
    left: 5px;
}

/* left menu */

#left-menu
{
    position: relative;
    top: 127px;
    left: 10px;
    float: left;
}

div.left-menu, div.left-menu-active, div.left-menu-disabled
{
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    white-space:nowrap;
}

div.left-menu-disabled
{
    color: Gray;
    font-weight: normal;
}

a.left-menu
{
    color: #006666;
}

a.left-menu-active
{
    color: #fcb250;
}

/* content */
#content-without-left-menu
{
    position: relative;
    top: 127px;
    left: 10px;
}

#content-with-left-menu
{
    position: relative;
    top: 127px;
    left: 55px;
    margin-left:85px;
    margin-right:55px;
}

fieldset.main, fieldset.main-edit
{
    display:table;
    min-width: 800px;
    margin:0px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding:4px;
    border:solid 1px #87b2b7;
    border-radius: 3px 3px;
    -webkit-border-radius: 3px 3px;
    -moz-border-radius: 3px 3px;
    box-shadow:2px 3px 10px #d0d0d0;
    -webkit-box-shadow:2px 3px 10px #d0d0d0;
    -moz-box-shadow:2px 3px 10px #d0d0d0;
}

fieldset.main
{
    min-height: 80px;
}

fieldset.main-edit
{
    /*background-color: #eefaf7;    */
    border:solid 2px #87b2b7;
}

fieldset.main-edit legend
{
    font-weight: bold;
    margin-bottom: 10px;
    color: #006666;
    font-size:13px;
    padding-left:2px;
    padding-right:2px;
}

/* Fusszeile */
#footer
{
    position: relative;
    margin-left: 10px;
	text-align: left;
	top: 200px;
}

#footer a
{
    color: #006666;   
    font-weight: bold;
}

/* common inputs etc */

input, select
{
    font-size:13px;
    margin:1px;
    padding:2px;
    border:1px solid #b1b1b1;
    color:#006666;
}

input[type="button"],input[type="submit"],input[type="reset"]
{
    min-width: 80px;
    vertical-align: top;
    margin:1px;
    padding: 2px;
    border: solid 1px #b1b1b1;
    -moz-border-radius: 3px 3px;
    -webkit-border-radius: 3px 3px;
    border-radius: 3px 3px;
    background: #ffffff url(/images/client_button_gradient.png) repeat-x scroll bottom;
}

input[type="submit"]
{
    padding-left: 10px;
    padding-right: 10px;
}

input[type="Checkbox"],input[type="Radio"]
{
    border: 0px;
}

select
{
    padding:0px;
}

hr
{
    color: #006666;
}
