/* CSS by Thomas Karolzyk */
/* thomas@karolzyk.com */
/*

    COLORS
    868f3f green
    ad2b25 red
    392d68 purple
    333300 dark green
    ede3f2 light purple/pink
    6D63A5 mid purple

*/
/*---------------------- GENERAL ----------------------*/
body {
	font-size: 0.75em;
	margin: 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	
}
a {
	color: #392d68;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
a img, img a {
	border: 0
}
* {
	line-height: 130%;
	margin: 0;
	padding: 0;
}
p {
  padding: 0 0 0.7em 0;
}
hr {
	margin: 1em 0;
}
/*---------------------- COPY ----------------------*/
#div_absolute {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #f00;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 5em;
	width: 5em;
}
#div_relative {
	position: relative;
	background-color: #f00;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 5em;
	width: 5em;
}
/* END copy */
/*---------------------- LAYOUT ----------------------*/


#backdrop {
    position:absolute;
    top:0;
    left:0;
    width:100%;
	background: #fff url(../img/bg.jpg) repeat-x;
	background-position: bottom;
    height: 8.5em;
    z-index:0;
    border-bottom: 1px solid #868f3f;
}




#main {
	position: relative;
	padding: 0 0 0 0;
	margin: 0 4.5em 2em 4.5em;
    z-index:1;
}
#top_holder {
	position: relative;
    margin: 0 0 0.8em 0;
    min-width: 74em;
}
#main_content{
	position: relative;
	margin: 0.75em 0;
	padding:0;
    min-width: 74em;
}
#logo {
	position: relative;
	margin-left: .2em; 
}
#footer {
	position: relative;
	padding: 0.7em 0 0 0; 
    clear:both;
    min-width: 74em;
}
#top_left {
	position: relative;
	height: 8.6em;
	width:38.5em;
}
#top_right {
    position: absolute;
    top:0;
    right:0;
    padding: 2.2em 0 0 0;
    width:38em;
    top:0;
	text-align: right;
}
#top_formelements {
	position: relative;
	text-align: right;
	margin: 1.4em 0 0 0;
}
#top_formelements table td {
    vertical-align: middle;
}
.box_purple,
.box_purple_small,
.box_purple_large
 {
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    background-color: #ede3f2;
    padding: 0;
    clear:both;    
	overflow:hidden;
}

.box_purple_small { min-width: 30em; }
.box_purple_large { min-width: 77em; }

.box_purple_separator  { margin: 0.4em 0; }

.box_purple_inner {
    position:relative;
    margin:1em 1.3em;
    padding: 0 0 0 0;
    clear:both; 
    color:#333; 
	overflow:hidden;
}

/* EDIT */

.iframe_holder {
    position: relative; 
    margin: .7em 0 1.4em 0; 
    border:1px solid #ccc;
    overflow:hidden;
}

.iframe_holder2 {
    position: relative;
    margin: 0 0 0.5em 0; 
    border:0;
    padding:0 0 0 0;
    overflow:hidden;
    clear:both;
}


.div_holder {
    position:relative; 
    margin: 0 0 0.5em 0; 
    border:0;
    overflow:auto;
    min-height:4em;
    max-height:8em;
    clear:both;
    
}

.div_holder2 {
    position:relative; 
    margin: 0 0 0.5em 0; 
    border:0;
    padding:0 0 0 0;
    clear:both;
    
}
/* END EDIT */

.box_inner_white {
    margin: .7em 0; 
    border:1px solid #ccc;
    background-color:#fff;
    /* jquery bug? */
}

.i6_inner_white {
	margin:0.5em;
}


.warning {
  font-size: 1em;
  color:#9B3637;
  border-bottom: 2px solid #9B3637;
  font-weight:bold;
  margin: 0 .25em 1.4em .25em;
  padding: 0.35em 0 0.45em 0;
}
.box_icons_absolute {
  text-align: right;
  position:absolute;
  top: 0em;
  right: 0em;
}
.box_icons {
  text-align: right;
}

#help_absolute {
    position:absolute; 
    top:0.6em; 
    right:0;
}

.box_collapse {
	position: absolute;
	top:0em;
	right:0;
	text-align: right;
}

#watchlist_added {
	position: absolute;
	right: 21.2em;
	top:0.5em;
	color:#868f3f;
}




/*---------------------- FONT FORMATTING ----------------------*/
.elevenpxpurple {
	font-size: 0.9em;
	color: #554a95;
}
.boldpurple,
tr td.boldpurple,
tr th.boldpurple {
	color: #6D63A5;
	font-weight: bold;
}
.elevenpx {
	font-size: 1.1em;
}
.welcome {
	color: #ad2b25;
}
.green {
   color:#868f3f; 
}
a.linkgreyunderline {
    text-decoration:underline; 
    color:#333;
}
a.linkgreyunderline:hover {
    text-decoration:none; 
    color:#554a95;
}
a.link14 {
    text-decoration:underline; 
    color:#333;
    font-size:1.15em;
}
a.link14:hover {
    text-decoration:none; 
    color:#554a95;
}
a.linkred {
    color:#ad2b25;
}
a.linkred:hover {
    text-decoration:underline;
}
.pager a {
  text-decoration:underline; 
  color:#333;
}
.pager a:hover {
  text-decoration:none;
}
a.linkboldblackunderline {
    color:#000;
    font-weight:bold;
    text-decoration: underline;
}
a.linkboldblackunderline:hover {
    text-decoration: none;
}
a.linkblackunderline {
    color:#000;
    text-decoration: underline;
}
a.linkblackunderline:hover {
    text-decoration: none;
}
a.linkboldpurple {
    color:#392d68;
    font-weight:bold;
}
a.linkboldgrey {
    color:#333;
    font-weight:bold;
}
.smallgrey {
	color: #999;
	font-size:0.8em;
}
/*---------------------- HELPER ---------------------*/
.separator_top {
    color:#868f3f;
    margin: 0 .2em;
}
.separator_1pxgrey {
    margin: 0.5em 0;
    padding:0;
    border-top: 1px solid #ccc;
}
.separator_folders {
    margin: 0.7em 0.6em;
    padding:0;
    border-top: 1px solid #ccc;
}
.search_separator {
    margin: 0.5em 0;
    height: 0.2em;
    background: transparent url(../img/search_separator.gif) repeat-x
}
.clear {
    clear:both;
    height:0; 
    font-size:0;
    line-height: 0:
}

.alphabet a { 
  margin: 0;
}

.plusminus,
.minusplus,
img.plusminus,
img.minusplus {
     width:1.666em;
     height:1.666em;
}

.news {
    display:none; 
    margin:1em 0;
}

.drugmaster {
    position:absolute;
    top:-0.1em;
    right:0em;
    padding: 0 0 0 0;
}
.box_indented {
	margin: 1em 1.2em;
}
	
/*---------------------- FORMS ----------------------*/
input, textarea, select {
	font-size: 1em;
	margin: 0;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}
/*
input[type="text"]{
    border: 1px solid #999;
}
*/


/*---------------------- LISTS ----------------------*/

.box_purple_inner ul {
    margin: 0 1.2em;
}

/*---------------------- HEADER ----------------------*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	font-size: 1.7em;
	display: inline;
	color: #333366;
	font-weight: bold;
}
h2 {
	font-size: 1.2em;
	color: #333;
}
h3 {
	font-size: 1em;
	color: #333;
	margin: 0.25em 0;
	font-weight: bold;
}
h4 {
	font-size: 1em;
	color: #392d68;
	font-weight:bold;
	margin: 0.75em 0;
}
h5 {
	font-size: 1em;
	color: #392d68;
	font-weight:bold;
	margin: 0;
}
h6 {
	font-size: 1em;
	color: #392d68;
	font-weight:bold;
	margin: 2em 0 1em 0;
	border-bottom: 1px solid #ccc;
}
/*---------------------- NAVIGATION ------------------*/
#navigation_user {
    position: relative;
}
#navigation_user a {
	color: #333;
}
#navigation_user a.active {
	font-weight: bold;
	color: #454573;
	text-decoration: underline;
}
#navigation_user a.active:hover {
	text-decoration: none;
}
/*---------------------- TABLES --------------------*/

table td {
    vertical-align:top;
}

table th {
	text-align:left;
}

td.boldright {
	text-align: right;
	font-weight: bold;
	padding: 0 0.7em 0 0;
}

table.alignMiddle td,
tr.alignMiddle td {
    vertical-align:middle;
}


table.iconTable {
	margin: .9em 0 0 0;
}

table.iconTable td {
    vertical-align:middle;
    padding: 0;
}

table.normalPadding td {
    padding: 0.1em 0.4em 0.1em 0;
}


/* result table */
table.resultTable {
	margin: .3em 0;
    border-right: 1px solid #999999;
    border-top: 1px solid #999999;
}
table.resultTable th {
    background-color: #ede3f2;
    text-align: left;
	padding: .2em .5em;
    font-weight:bold;
    vertical-align:top;
	border-bottom: 1px solid #999999;
}

table.resultTable td {
	padding: .2em .5em;
    vertical-align:top;
	border-bottom: 1px solid #999999;
}

table.resultTable td.tdCheck,
table.resultTable th.tdCheck {
    border-left: 1px solid #999999; 
    text-align:center; 
    width:1.5em;
    
}

/* material table */
table.materialTable {
	margin: .3em 0;
    border-right: 1px solid #999999;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
}
table.materialTable th {
    background-color: #ede3f2;
    text-align: left;
	padding: .2em .5em;
    font-weight:bold;
    vertical-align:top;
	border-bottom: 1px solid #999999;
}

table.materialTable td {
	padding: .2em .5em;
    vertical-align:top;
	
}



/* profile table */
table.profileTable {
	margin: 0;
}
table.profileTable th {
    text-align: left;
    padding: .2em .5em;
    font-weight:bold;
    vertical-align:top;
    border-right: 1px solid #999999;
}

table.profileTable td {
    padding: .2em .5em;
    vertical-align:top;
    border-right: 1px solid #999999;
    border-top: 1px solid #999999;
}
table.profileTable td.tdTitle {
    font-weight: bold;
    width:9em;
}

/* profile table */
table.profileTableNoBorder {
	margin: 0;
}
table.profileTableNoBorder th {
    text-align: left;
    padding: .3em .5em;
    font-weight:bold;
    vertical-align:top;
}
table.profileTableNoBorder td {
    padding: 0.5em .5em;
    vertical-align:top;
}



/* news table */
table.newsTable {
	margin: 0;
}
table.newsTable th {
    text-align: left;
    padding: .2em .5em;
    font-weight:bold;
    vertical-align:top;
    border-right: 1px solid #ccc;
    background-color: #F4EFF5;
    color:#453A71;
    
}

table.newsTable td {
    padding: .55em .5em;
    vertical-align:top;
    border-bottom: 1px solid #ccc;
}

/* news table */
table.formBox td {
	padding: .1em .5em .1em 0;
    vertical-align: middle;
}

table.formBox td.description {
	padding: .1em 1em .1em 0;
    width:14em;
    line-height: 100%;
}
table.formBox th {
	padding: .25em 1em .1em 0;
    text-align: left;
}



table.results td.description {
	text-align: left;
	width:20%;
	
	
	
}
table.results td.overlib {
	text-align: left;
	width:18%;
}



table.results th {
    background-color: #ede3f2;
    text-align: left;
    font-weight:bold;
    vertical-align:top;
	border-bottom: 1px solid #999999;
}


table.results th.description {
	text-align: left;
	width:16%;
}
table.results th.overlib {
	text-align: left;
	width:12%;
}



/* develoment status inisde table*/
table.statusList tr td {
    padding: .1em 1.7em .1em 0;
    width: 9em;
}
table.statusList tr td.twocol {
    width:19.8em;
}

table.topTable {

}

table.topTable td{
    vertical-align:middle;
    white-space:pre;
    padding: 0 1em 0 0;
}

table.dataTextTable {
    margin: 0 3em 0 0;
}

table.dataTextTable td{
    padding: 0em 0.6em 0.15em 0;
}

table.dataTextTable td.description {
    width:12.3em; 
    text-align:right
}

td.middle {
    vertical-align: middle;
}

/*
td.overflowTD {
    overflow:hidden;
}
div.overflowInTable {
    width:11em;
    overflow:hidden; 
    white-space:nowrap;
    border-bottom: 1px dotted #ccc;
}
div.nowrapInTable {
    white-space:nowrap
}
*/


/*---------------------- TABS ----------------------*/
/* TOP */
#tabs {
    /*
    position:relative;
    margin: .8em 0 2em 0;
    */
    position: absolute;
    left:0;
    bottom:0;
    z-index:7;
}

div.tab-n, div.tab-hi, div.tab-off {
	background: #200e42 url(../img/bg_tab1.gif) repeat-x;
	text-align: center;
	width: 9em;
	height: 1.9em;
	color: #fff;
	text-decoration: none;
	padding: .4em 0 0 0;
	margin: 0;
	overflow: hidden;
	border-top: 1px solid #392d68;
	border-left: 1px solid #392d68;
	border-right: 1px solid #392d68;
	float:left;
	margin: 0 .35em 0 0;
	z-index:12;
	position:relative;
}
div.tab-n a, div.tab-hi a {
    display:block;
    width:100%;
    font-size: 1.175em;
	color: #fff;
	text-decoration: none;
}
div.tab-hi {
	background-image: none;
	background-color: #fff;
	border-top: 1px solid #868f3f;
	border-left: 1px solid #868f3f;
	border-right: 1px solid #868f3f;
}
div.tab-n:hover a,
div.tab-n a:hover {
    color:#fff;
    text-decoration: underline;
}
div.tab-hi a{
    color:#330;
    text-decoration:underline;
}
div.tab-off {
	background: transparent url(../../image/kalkulation/tab-off.gif) no-repeat;
}



/*
#tabs table td {
    vertical-align:middle;
}
td.tab-n, td.tab-hi, td.tab-off {
	background: #200e42 url(../img/bg_tab1.gif) repeat-x;
	text-align: center;
	width: 9em;
	height: 2.3em;
	color: #fff;
	text-decoration: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	border-top: 1px solid #392d68;
	border-left: 1px solid #392d68;
	border-right: 1px solid #392d68;
}
td.tab-n a, td.tab-hi a {
    display:block;
    width:100%;
    font-size: 1.175em;
	color: #fff;
	text-decoration: none;
}
td.tab-hi {
	background-image: none;
	background-color: #fff;
	border-top: 1px solid #868f3f;
	border-left: 1px solid #868f3f;
	border-right: 1px solid #868f3f;
}
td.tab-n:hover a,
td.tab-n a:hover {
    color:#fff;
    text-decoration: underline;
}
td.tab-hi a{
    color:#330;
    text-decoration:underline;
}
td.tab-off {
	background: transparent url(../../image/kalkulation/tab-off.gif) no-repeat;
}
*/

/* CONTENT */

.tabs_content {
    position: relative;
	top:.08em;
    left:0;
    margin: .8em 0 0 0;
}

.tabs_content_inner {
    position:relative;
    left:0;
    padding: 1em 0 0.5em 0.9em;
    border-bottom: 1px  solid #999;
    background-color: #e3d7e8;
}


.tabs_content table td {
    vertical-align:middle;
}

td.tab_content-n,
td.tab_content-hi {
	background-color: #fff;
	text-align: center;
	width: 7em;
	height: 2.3em;
	color: #333;
	text-decoration: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}
td.tab_content-n a, td.tab_content-hi a {
    display:block;
    width:100%;
    font-size: 1em;
	color: #333;
	text-decoration: none;
}
td.tab_content-hi {
	background-image: none;
	background-color: #EDE3F2;
	border-top: 1px solid #868f3f;
	border-left: 1px solid #868f3f;
	border-right: 1px solid #868f3f;
}
td.tab_content-n:hover a,
td.tab_content-n a:hover {
    text-decoration: underline;
}
td.tab_content-hi a{
    color:#330;
    text-decoration:underline;
}
td.tab_content-off {
	background: transparent url(../../image/kalkulation/tab-off.gif) no-repeat;
}


/* CONTENT */



div.tabs_box {
	float:left;
	margin: 0 .45em 0 0;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    background: #fff url(../img/bg_tab2.gif) repeat-x;
    background-position: bottom;
	padding: .25em 1.3em;
	text-align: center;
	z-index:11;
} 

div.tabs_box_selected,
div.tabs_box_selected_darker {
	float:left;
	margin: 0 .45em 0 0;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #ede3f2;
    background-color: #ede3f2;
	padding: .25em 1.3em;
	text-align: center;
	z-index:11;
}

div.tabs_box_selected_darker {
    background-color: #e3d7e8;
    border-bottom: 1px solid #e3d7e8;
}

div.tabs_box_selected a {
    color: #392d68;
    text-decoration: underline;
}

/*** inner tabs ***/

div.tabs_box_inner {
	float:left;
	margin: 0 .25em;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    background: #fff url(../img/bg_tab2.gif) repeat-x;
    background-position: bottom;
	padding: .25em 0.8em;
	text-align: center;
} 
div.tabs_box_inner_selected {
	float:left;
	margin: 0 .25em;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    border-bottom: 1px solid #ede3f2;
    background-color: #ede3f2;
	padding: .25em 0.8em;
	text-align: center;
}
div.tabs_box_inner_selected a {
    color: #392d68;
    text-decoration: underline;
    font-size:0.9em;
}
div.tabs_box_inner a {
    font-size:0.9em;
}


.indented {
	text-indent: -1em;
	padding: 0 0.5em;
	margin: .1em 0;
}

.noWrap {
    white-space: nowrap;
}


.white {
    color:#fff;
}




#popup_margins {
	margin: 1.2em 0.6em;
}

h1.h1block {
	display: block;
	padding: 0 0 0.5em 0;
}



.submit_bottom_right {
	position:absolute; 
	right:0; 
	bottom:0;
}

div.box_form_add {

}

.box_inner_white_relatve {
	position: relative;
}




/*********** ADD 29.05.08 *************/


.selectDarker {
	position:relative;
	padding:1em 0 0.5em 1.4em;
	background-color:#E3D7E8;
	left:0;
}

.radiosDarker {
	position:relative;
	padding: 0 0 0 1.1em;
	margin:0;
	background-color:#E3D7E8;
	left:0;
}

.smallerFont {
	font-size: 0.8em;
}

.resetRight {
	text-align: right;
	margin:-.5em 0 0.2em 0;
}

.inner_margin {
	margin: 0.5em 1.3em;
}

.news_published {
	position:absolute;
	top:2em;
	left:1.35em;
	font-size:0.9em;
}

.onepxborder {
	border-top: 1px solid #ddd;
	font-size: 1em;
}

/*********** ADD 02.06 *************/

.radioTabs {
	margin: 0.7em 0 0 0;
}

table.radioTabs td {
	white-space: nowrap;
}













/*********** TEST *************/






/*
div.tabs_box_holder {
	border-bottom: 1px solid #999;
} 


div.tabs_content {
	position:relative;
	z-index:7;
	top:.075em;
} 
div.tabs_content ul li {
    display:inline;
    border: 1px solid #999;
    padding: 0 1em;
    margin-right: .4em;
} 
div.tabs_content ul li.selected {
    background-color: #ede3f2;
    border-bottom-color:#ede3f2;
} 

div.tabs_content ul li a {
    padding: .4em 0;
} 
*/



