@CHARSET "UTF-8";

* {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #53689D;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
    line-height: 1.3em;
    border-width: 0px;
}

body {
	background-image: url('../img/bg.png');
    background-repeat: repeat-x;
}

a:LINK, a:VISITED {
	text-decoration: none;
}

a:HOVER {
	text-decoration: underline;
}

label {
    margin-left: 6px;	
}

li {
    list-style-type: none;	
}

#container {
    width: 100%;
    height: 100%;
}

#disclaimer {
	position: absolute;
	display: block;
    width: 800px;
    padding: 30px;
    background-color: white;
    border-radius: 8px 8px 8px 8px;
}

#disclaimer h1 {
    font-size: 18px;
    margin-bottom: 28px;	
}

#disclaimer p {
	line-height: 1.3em;
	margin-bottom: 6px;
}

#disclaimer ol {
	margin-top: 6px;
	margin-bottom: 6px;
}

#disclaimer li {
    line-height: 1.3em;
    list-style-type: decimal;
    margin-left: 18px;
}

#disclaimer a {
    text-decoration: underline;	
}

#disclaimer img {
    margin-right: 4px;
}

#disclaimer-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.7;
}

#acceptButton {
    background-color: #53689D;
    border-radius: 5px 5px 5px 5px;
    border-style: none;
    cursor: pointer;
    font-size: 11px;
    padding: 3px;
    color: white;
    margin-top: 8px;
}

#header {
    height: 94px;	
}

#top-links {
	margin-left: 50px;
	margin-top: 16px;
}

#top-links li {
	display: inline;
	list-style-type: none;
	padding-right: 24px
}

#top-links li a {
	font-size: 11px;
}

#therapeutikaHeader {
	position: absolute;
    top: 72px;
    left: 50px;
    font-size: 31px;
    font-weight: bold;
}

#header>img {
	position: absolute;
    top: 16px;
    right: 24px;
}

#header #login {
	position: absolute;
    top: 86px;
    right: 29px;
    text-align: right;
    z-index: 4;
}

#left {
    width: 330px;	
}

#search {
	width: 280px;
	background-color: #c4ccde;
	padding-left: 50px;
	padding-top: 22px;
	padding-bottom: 20px;
	border-radius: 0px 8px 0px 0px;
}

#search>h2 {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 12px;
	vertical-align: bottom;
}

#search>h2>span {
	position: relative;
    bottom: 0;
    top: 8px;
    left: 10px;
}

#search input#query {
    border-radius: 5px 5px 5px 5px;
    border-style: none;
    padding: 3px;
    width: 180px;
}

#search input#query.readonly {
    background-color: #e6eaf1;
}

#search input#searchButton {
    border-radius: 5px 5px 5px 5px;
    border-style: none;
    font-size: 11px;
    padding: 3px;
    background-color: #eceff4;
    cursor: pointer;
}

#search #search-ext-info {
    margin-top: 20px;
    margin-bottom: 0px;
    cursor: pointer;
}

#search #search-ext-right {
    cursor: pointer;
    float: left;
    margin-right: 4px;
}


#search #search-ext-info>div {
    margin-top: 5px;
    margin-right: 42px;
}

#search-extended {
    display: none;
    position: absolute;
    top: 110px;
    left: 332px;
    width: 820px;
    background-color: #c4ccde;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 22px;
    padding-bottom: 20px;
    border-radius: 8px 8px 8px 8px;
}

#search-extended>h2 {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 12px;
    border-bottom: 1px solid #9fafc9;
}

#search-extended h3 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 10px;
}

#search-extended div {
    font-weight: normal;
    border-right: 1px solid white;
}

#search-extended #categories, #search-extended #effects, #search-extended #search-fields {
	float: left;
	width: 28%;
}

#search-extended #categories, #search-extended #search-fields {
    margin-right: 24px;
    padding-right: 24px;
    height: 522px;
}

#search-extended  #effects {
    padding-right: 32px;
    border-right: none;
}

#languages {
    width: 280px;
    padding-left: 50px;
    padding-top: 22px;
    padding-bottom: 5px;
    
    /* For WebKit (Safari, Google Chrome etc) */
    background: -webkit-gradient(linear, left top, left bottom, from(#d7dde9), to(#ffffff));
    /* For Mozilla/Gecko (Firefox etc) */
    background: -moz-linear-gradient(top, #d7dde9, #ffffff);
    /* For Internet Explorer 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#d7dde9', endColorstr='#ffffff', gradientType='0');
}

#languages>h2, #search-ext-info>h2 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 12px;
    cursor: pointer;
}

#languages label {
    display: inline-block;
    width: 120px;
}

#languages #toggle-lang-down, #languages #toggle-lang-right {
    float: left;
    margin-right: 4px;
    cursor: pointer;	
}

#languages #toggle-lang-down {
    display: none;	
}

#languages #lang-selector {
    display: none;	
}

#tabs {
    margin-left: 40px;	
}

.ui-tabs .ui-tabs-nav li a {
    padding: 0.4em 0.6em;
}

.ui-tabs .ui-tabs-panel {
    margin-left: 3px;
}

.ui-state-default a {
    font-size: 18px;
    font-weight: bold;
}

#search-results {
	width: 240px;
}

#search-results > div, #watchlist > div {
	margin-top: 3px;
	margin-bottom: 3px;
}

#search-results > p , #watchlist > p {
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 11px;
}

#search-results .delimiter , #watchlist .delimiter {
    margin-bottom: 10px;
}

#search-results-excel, #watchlist-excel, #search-results-addAll, #watchlist-removeAll {
    cursor: pointer;
    float: left;
    margin-right: 4px;  
}

#search-results-addAll, #watchlist-removeAll {
    width: 12px;  
}

#search-results .hauptname, #watchlist .hauptname {
    font-weight: normal;
    color: #53689D;
}

#search-results .name, #watchlist .name {
    font-weight: normal;
    color: #a0abc6;
}

.search-result-entry {
	width: 220px;
}

.search-result-watchlist {
    
}

#search-results .active, #watchlist .active {
    font-weight: bold;
    color: #002D7B;
}


#watchlist {
	
}

#watchlist-logo {
    vertical-align: baseline;
    margin-right: 6px;	
}

#login {
	
}

#content {
    position: absolute;
    top: 105px;
    left: 332px;
    padding: 30px;
    padding-right: 20px;
}

#content * {
    color: #002D7B;	
}

#content h1 {
	font-size: 18px;
	margin-bottom: 12px;
}

#therapeutika-header {
	
}

#left-therapeutika-header {
	
}

#right-therapeutika-header {
    float: right;
    display: block;
    width: 252px;
    text-align: left;
    margin-left: 20px;
}

#right-therapeutika-header .thera_image_group img {
    margin-left: 8px;
    margin-bottom: 6px;
    vertical-align:text-top;
    border-style: none;
}

#right-therapeutika-header .thera_image img {
    width: 232px;
    border-style: none;
    margin-left: 8px;
    margin-bottom: 8px;
}

#title {
    margin-bottom: 32px;
}

#title li {
    display: inline;
    list-style-type: none;
    padding-right: 24px;
}

#title li, #title span {
	font-size: 14px;
}

#title li.main, #title li.standard {
    font-weight: bold;
}

#left-therapeutika-header h1 {
    font-weight: bold;
    margin-bottom: 8px;
}

#left-therapeutika-header h1 {
    font-weight: bold;
    margin-bottom: 8px;
}
	

#left-therapeutika-header h1, #left-therapeutika-header h1 span {
    font-size: 18px;
}

#content .label {
	font-weight: bold;
	padding-right: 5px;
}

#content #props, #content p {
    margin-bottom: 14px;
    color: #002D7B;
}

#content #props li {
    line-height: 1.3em;
}

#content #description h2 {
    font-weight: bold;
    line-height: 20px;
}

#content .effect-description {
    display: none;
    background-color: #eceff4;
    border-radius: 8px 8px 8px 8px;
    padding: 12px;
    font-size: 11px;
    margin-bottom: 10px;
}

#content .thera_image_home img {
    margin-right: 8px;
    margin-bottom: 6px;	
    height: 75px;
}


#therapeutika-content {
    clear: both;
}

#therapeutika-content h2 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 32px;
    margin-bottom: 8px;
}

#therapeutika-content h3 {
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 8px;
    cursor: pointer; 
}

.mainEffect {
	text-decoration: none;
}

#therapeutika-content td {
    padding-right: 12px; 
}

.tdName {
    width: 220px;
}

.tdTeil, .tdGeschmack, .tdTemperatur,.tdForm {
	
}

.tdDosierung {
    width: 50px;
}

.tdWirkung {
}

.tdBeschreibung {
}

.tdBemerkung {
}

.delimiter {
    border-top: 1px solid #bfc7da;
    width: 240px;
    margin-top: 10px;
}

#fancybox-title-inside {
    background-color: #3a3a3a;
    color: white;
    padding-top: 6px;
    padding-bottom: 6px;
}


#loginShow:HOVER, #logout:HOVER  {
    text-decoration: none;	
}

#loginShow img, #logout img {
    margin-top: 2px;
    margin-right: 4px;
    margin-left: 10px;
    border-style: none;
}

#loginForm {
    display: none;
    padding: 12px;
    background-color: #C4CCDE;
    border-radius: 8px 8px 8px 8px;
    text-align: left;
    margin-top: 8px;
}

#loginForm input {
    border-radius: 5px 5px 5px 5px;
    border-style: none;
    background-color: white;
    padding: 3px;
    width: 100px;
}

#loginForm input#loginButton {
	background-color: #ECEFF4;
    border-radius: 5px 5px 5px 5px;
    border-style: none;
    cursor: pointer;
    font-size: 11px;
    width: 106px;
    padding: 3px;
}

#loginForm label {
    display: inline-block;
    width: 80px;
    line-height: 24px;
}

#loginForm > div {
	width: 100%;
	text-align: right;
}

#loginForm div.error {
    width: 100%;
    text-align: left;
    font-size: 11px;
    color: red;
    margin-bottom: 10px;
    margin-top: 3px;
    margin-left: 3px;
}

.highlight {
	background-color: #d0ed8b;
}
