/*
 * Global
 */
html {
  background: #fff;
}

html, body {
  color: #333;
  font-family: Verdana,Arial,Helvetica,Clean,Sans-Serif;
}

a, a:active, a:hover, a:link, a:visited {
  color: #333;
  text-decoration: underline;
}

a:hover {
  color: #d60a5c;
}

h1 {
  font-size: 146.5%;
  margin-bottom: .5em;
}

h2 {
  font-size: 131%;
  margin-bottom: .5em;
}

h3 {
  font-size: 123.1%;
  margin-bottom: .5em;
}

h4 {
  font-size: 93%;
  font-weight: bold;
  margin-bottom: .5em;
}

p {
  margin-bottom: .8em;
}

.spinner {
  background: transparent url(../images/spinner.gif) center center no-repeat;
  height: 16px;
  width: 16px;
}

.disabled {
  color: #aaa;
}

.warning {
  color: #c00;
}

.clear {
  clear: both;
}

.indent {
  margin-left: 2em;
}

/*
 * Forms
 */
input[type=text], input[type=password], textarea, select {
  background: #f3efe8;
  border: 1px solid #ccc;
  color: #333;
  font-size: 116%;
  margin: 0;
  padding: .1em;
}

select {
  font-size: 100%;
}

input[type=submit], input[type=button] {
  background: transparent url(../images/info_button.png) center center no-repeat;
  border: none;
  color: #fff;
  font-size: 123.1%;
  height: 40px;
  width: 180px;
}

input[type=submit] {
  color: #c9eb45;
}

input[type=submit]:hover, input[type=button]:hover {
  color: #d60a5c;
}

input.dimmed, textarea.dimmed {
  color: #999;
}

label {
  padding: .1em 0;
}

.formError {
  color: #c00;
  display: inline;
}

.fieldWithErrors {
  display: inline;
}

.fieldWithErrors input, .fieldWithErrors textarea, .fieldWithErrors select {
  border: 2px solid #c00;
  margin: 0;
}

.hint {
  color: #888;
  font-size: 85%;
  font-style: italic;
  line-height: 1.2em;
  margin: .2em 0;
}

.button {
  background: transparent url(../images/info_button.png) center center no-repeat;
  display: block;
  font-size: 123.1%;
  height: 30px;
  padding-top: 10px;
  text-align: center;
  width: 180px;
}

.button a, a.button {
  color: #c9eb45;
  text-decoration: none;
}

/*
 * Recaptcha
 */
#recaptcha_widget_div {
  margin-top: .5em;
}

.recaptcha_had_incorrect_sol #recaptcha_area {
  border: 2px solid #c00;
  margin: 0;
}

/*
 * Fixed width layout
 * (see http://matthewjamestaylor.com/blog/how-to-convert-a-liquid-layout-to-fixed-width)
 */
#header, #title, #body, #footer {
  text-align: center;
}

#header .wrapper, #title .wrapper, #body .wrapper, #footer .wrapper {
  margin: 0 auto;
  text-align: left;
  width: 950px;
}

/*
 * 2-column layout
 * (see http://matthewjamestaylor.com/blog/ultimate-2-column-right-menu-pixels.htm)
 */
body {
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

#header, #title, #body {
  clear: both;
  float: left;
  width: 100%;
}

.colmask {
  clear: both;
  float: left;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.colleft {
  float: left;
  margin-left: -180px;
  position: relative;
  right: 100%;
  width: 200%;
}

.col1wrap {
  float: left;
  left: 50%;
  padding-bottom: 1em;
  position: relative;
  width: 50%;
}

.col1 {
  margin-right: 25px;
  margin-left: 205px;
  margin-top: 25px;
  overflow: hidden;
}

.col2 {
  float: right;
  left: 165px;
  margin-top: 25px;
  position: relative;
  width: 180px;
}

#footer {
  clear: both;
  float: left;
  width: 100%;
}

/*
 * Header
 */
#header {
  background: #333 url(../images/info_header_back.png) left top repeat-x;
  color: #fff;
  height: 122px;
}

#header a, #header a:active, #header a:link, #header a:visited {
  color: #c9eb45;
}

#header a:hover {
  color: #d60a5c;
}

#header .logo {
  float: left;
  height: 59px;
  margin-left: 10px;
  margin-top: 20px;
}

#header .locales {
  text-align: right;
}

#header .topnavigation {
  float: right;
  margin-right: 10px;
  margin-top: 18px;
  overflow: hidden;
}

#header .topnavigation .locales {
  float: right;
  margin-top: 1px;
}

#header .topnavigation ul {
  float: right;
  margin-right: 5px;
}

#header .topnavigation ul li {
  float: left;
  margin-right: 5px;
}

#header .badge {
  display: inline;
  left: 460px;
  position: relative;
  top: 88px;
  z-index: 10;
}

#header .navigation {
  clear: left;
  color: #333;
  float: left;
  font-size: 116%;
  margin-top: 6px;
  width: 425px;
}

#header .navigation li {
  float: left;
}

#header .navigation li a {
  background: #e5decf url(../images/info_nav.png) left top no-repeat;
  color: #333;
  display: block;
  height: 27px;
  margin-left: 5px;
  padding-top: 10px;
  text-align: center;
  text-decoration: none;
  width: 100px;
}

#header .navigation li.selected a {
  background: #a1bb36 url(../images/info_nav_selected.png) left top no-repeat;
}

#header .navigation li a:hover {
  color: #d60a5c;
}

/*
 * Title
 */
#title {
  background: #a1bb36;
}

#title .wrapper {
  height: 45px;
  padding-top: 15px;
}

#title h1 {
  font-size: 182%;
  margin-left: 30px;
}

/*
 * Content
 */
#body {
  background: #fff url(../images/info_content_back.png) left top repeat-x;
  min-height: 130px;
}

#body .colmask {
  background: #a1bb36;
}

#body .colleft {
  background: #fff url(../images/info_content_back.png) left top repeat-x;
}

#content {
  line-height: 1.4em;
  font-size: 108%;
  min-height: 400px;
  overflow: hidden;
}

#content h4 {
  clear: both;
}

#content img {
  margin: 7px 0;
}

#content img.numbericon {
  margin: 0;
  vertical-align: bottom;
}

#content .leftalign {
  float: left;
}

#content .leftalign img {
  margin-right: 15px;
}

#content .rightalign {
  float: right;
}

#content .rightalign img {
  margin-left: 15px;
}

/*
 * Sidebar
 */
#sidebar {
  line-height: 1.3em;
  overflow: hidden;
}

#sidebar h3 {
  margin-left: 30px;
}

#sidebar p {
  margin: 0 5px 2em 30px;
}

#sidebar ul {
  margin-bottom: 60px;
}

#sidebar li {
  margin-bottom: 1.5em;
  position: relative;
}

#sidebar li a {
  background: transparent url(../images/info_folder.png) left top no-repeat;
  display: block;
  height: 17px;
  margin-left: 34px;
  padding: 6px 10px;
  text-decoration: none;
  width: 124px;
}

#sidebar li.selected a {
  background: transparent url(../images/info_folder_selected.png) left top no-repeat;
  margin-left: 3px;
  padding-left: 40px;
}

/*
 * Flash
 */
#flash {
  font-weight: bold;
  margin-bottom: 15px;
  overflow: hidden;
  padding: .5em .7em;
}

#flash .message {
  display: inline;
}

#flash.error {
  background: #eaa;
}

#flash.warning {
  background: #fda;
}

#flash.notice {
  background: #aea;
}

/*
 * Footer
 */
#footer {
  font-size: 77%;
  line-height: 1.3em;
  padding: 2em 0;
}

#footer ul {
  margin-top: .5em;
}

#footer ul li {
  display: inline;
  margin-right: .3em;
}

/*
 * Error page
 */
.pages.error #title {
  background: #eef3db url(../images/info_title_back.png) left top repeat-x;
  border-bottom: 1px solid #b2b4b4;
}

.pages.error #title .wrapper {
  height: 372px;
  text-align: center;
}

.pages.error #title h1 {
  color: #d60a5c;
  margin: 3em 0 0 0;
}

.pages.error #title h2 {
  margin: 1em 0 0 0;
}

.pages.error #body {
  background: #e8e8e8;
  border-bottom: 1px solid #b2b4b4;
  border-top: 1px solid #fff;
  min-height: 80px;
}

/*
 * Pages
 */
.pages .german_only {
  font-weight: bold;
  margin-bottom: 2em;
  margin-top: 1em;
}

.pages #content table {
  width: 100%;
}

.pages #content table th {
  padding: 5px;
  vertical-align: top;
}

.pages #content table td {
  padding: 5px;
  padding-bottom: 0;
  vertical-align: top;
}

.pages #content table img {
  margin: 0;
}

.pages #content table th {
  border-bottom: 2px solid #a1bb36;
}

.pages #content table th.date, .pages #content table td.date {
  width: 6.5em;
}

.pages #content table th.format, .pages #content table td.format {
  text-align: center;
  width: 5em;
}

.pages #content table th.source, .pages #content table td.source {
  width: 10em;
}

.pages #content table th.language, .pages #content table td.language {
  text-align: center;
  width: 5em;
}

.pages.press_downloads #content table td {
  padding: 5px;
  padding-top: 20px;
}

.pages.press_downloads #content table td.image {
  background: #f6f6f6;
  font-size: 85%;
  padding: 20px;
  text-align: center;
}

/*
 * Welcome page
 */
.pages.welcome #title {
  background: #e8e8e8 url(../images/info_title_back.png) left top repeat-x;
}

.pages.welcome #title .wrapper {
  height: 454px;
  padding-top: 15px;
}

.pages.welcome #title .screenshot {
  float: right;
  margin-right: 17px;
  margin-top: 30px;
}

.pages.welcome #title .tagcloud {
  height: 282px;
  line-height: 1.5;
  margin-left: 32px;
  margin-top: 30px;
  text-align: justify;
  width: 410px;
}

.pages.welcome #title .tagcloud .tag1,
.pages.welcome #title .tagcloud .tag2,
.pages.welcome #title .tagcloud .tag3,
.pages.welcome #title .tagcloud .tag4,
.pages.welcome #title .tagcloud .tag5 {
  display: inline;
  font-weight: normal;
  margin: 0 5px 0 0;
  padding: 0;
}

.pages.welcome #title .tagcloud .tag1 { font-size: 310%; }
.pages.welcome #title .tagcloud .tag2 { font-size: 220%; }
.pages.welcome #title .tagcloud .tag3 { font-size: 170%; }
.pages.welcome #title .tagcloud .tag4 { font-size: 120%; }
.pages.welcome #title .tagcloud .tag5 { font-size: 100%; }

.pages.welcome #title ul {
  clear: both;
  margin-top: 81px;
}

.pages.welcome #title ul li {
  float: left;
  margin: 0 68px;
}

.pages.welcome #title ul li a:hover {
  color: #d60a5c;
}

.pages.welcome .ui-dialog {
  background: #000;
  border: none;
}

.pages.welcome #body {
  background: #ffffff;
  min-height: 0;
}

.pages.welcome #body .colmask,
.pages.welcome #body .colleft,
.pages.welcome #body .col1wrap,
.pages.welcome #body .col1,
.pages.welcome #body .col2 {
  background: transparent;
  left: auto;
  margin: 0;
  padding: 0;
  right: auto;
  width: 100%;
}

.pages.welcome #content {
  min-height: 0;
}

.pages.welcome #content h1 {
  font-size: 250%;
  margin-top: 40px;
  text-align: center;
}

.pages.welcome #content h2 {
  font-size: 153.9%;
  text-align: center;
}

.pages.welcome #content .side {
  float: right;
  margin-top: 25px;
  width: 234px;
}

.pages.welcome #content .side .top {
  background: transparent url(../images/info_welcome_side_top.png) left bottom no-repeat;
  height: 50px;
}

.pages.welcome #content .side .wrapper {
  background: transparent url(../images/info_welcome_side_back.png) left top repeat-y;
  min-height: 380px;
}

.pages.welcome #content .side .bottom {
  background: transparent url(../images/info_welcome_side_bottom.png) left top no-repeat;
  height: 50px;
}

.pages.welcome #content ul {
  margin-top: 10px;
  width: 950px;
}

.pages.welcome #content ul li {
  float: left;
  font-size: 85%;
  margin-right: 3px;
  margin-top: 20px;
  padding: 0 0 0 60px;
  white-space: nowrap;
  width: 280px;
}

.pages.welcome #content ul li h4 {
  font-size: 123.1%;
  margin-top: 20px;
}

.pages.welcome #content ul li.workplatform {
  background: transparent url(../images/info_welcome_workplatform.png) left top no-repeat;
}

.pages.welcome #content ul li.taggingconcept {
  background: transparent url(../images/info_welcome_taggingconcept.png) left top no-repeat;
}

.pages.welcome #content ul li.flexibility {
  background: transparent url(../images/info_welcome_flexibility.png) left top no-repeat;
}

.pages.welcome #content ul li.organize {
  background: transparent url(../images/info_welcome_organize.png) left top no-repeat;
}

.pages.welcome #content ul li.collaboration {
  background: transparent url(../images/info_welcome_collaboration.png) left top no-repeat;
}

.pages.welcome #content ul li.webbased {
  background: transparent url(../images/info_welcome_webbased.png) left top no-repeat;
}

.pages.welcome #content .side img {
  margin: 0;
  vertical-align: middle;
}

.pages.welcome #content .side ul {
  margin-top: 0;
}

.pages.welcome #content .side ul li {
  float: none;
  margin: 0;
  padding: 0;
}

.pages.welcome #content .side ul li.check {
  background: transparent url(../images/info_welcome_checkmark.png) left top no-repeat;
  font-size: 77%;
  margin: 0 3px 20px 5px;
  padding-left: 25px;
}

.pages.welcome #content .side ul li.last {
  margin-bottom: 0;
}

.pages.welcome #content .side ul li h4 {
  font-size: 108%;
  margin-top: 0;
  padding-top: 12px;
}

.pages.welcome #content .side ul li ul li {
  color: #d60a5c;
  font-size: 100%;
  line-height: 1.5em;
  list-style-type: disc;
  margin-top: 5px;
  white-space: normal;
  width: 180px;
}

.pages.welcome #footer {
  margin-top: 50px;
}

/*
 * Support page
 */
.pages.support #content ul li {
  float: left;
  margin-top: 15px;
  padding-left: 60px;
  width: 290px;
}

.pages.support #content ul li h3 {
  padding-top: 12px;
}

.pages.support #content ul li .subtitle {
  color: #a1bb36;
  font-size: 61%;
  vertical-align: super;
}

.pages.support #content ul li .premiumlink {
  color: #d60a5c;
  font-size: 85%;
}

.pages.support #content ul li.keepintouch a {
  color: #a1bb36;
  font-size: 85%;
}

.pages.support #content ul li.community {
  background: transparent url(../images/info_support_community.png) left top no-repeat;
}

.pages.support #content ul li.suggestions {
  background: transparent url(../images/info_support_suggestions.png) left top no-repeat;
}

.pages.support #content ul li.faq {
  background: transparent url(../images/info_support_faq.png) left top no-repeat;
}

.pages.support #content ul li.tutorials {
  background: transparent url(../images/info_support_tutorials.png) left top no-repeat;
}

.pages.support #content ul li.premium {
  background: transparent url(../images/info_support_premium.png) left top no-repeat;
}

.pages.support #content ul li.keepintouch {
  background: transparent url(../images/info_support_keepintouch.png) left top no-repeat;
}

/*
 * Login
 */
.sessions #body .credentials, .sessions .remember, .sessions .buttons {
  margin-top: 1.5em;
}

.sessions #body form {
  border: 2px solid #a1bb36;
  margin: 2em 3em 2em 0;
  padding: .5em 3em 1.5em 3em;
}

.sessions #body form li {
  clear: both;
}

.sessions #body form .credentials label {
  float: left;
  line-height: 2.5em;
  width: 12em;
}

.sessions #body form .credentials input {
  width: 12em;
}

.sessions #body input {
  margin: .4em 0;
}

.sessions .notice {
  margin: .4em 0;
}

.sessions .notice a {
  color: #d60a5c;
}

/*
 * Signup
 */
.signup #body label {
  display: block;
  font-size: 116%;
  margin: 1em 0 .2em 0;
}

.signup #body input {
  margin: .4em 0;
}

.signup #body .formError {
  display: block;
}

.signup #body .credentials input {
  font-size: 167%;
  width: 20em;
}

.signup #body .buttons {
  margin-top: 1em;
}

.signup #body .newsletter, .signup #body .agreement {
  margin: 1em 0;
  padding: 1.5em 1em;
  font-size: 85%;
}

.signup #body .agreement {
  background: #f3efe8;
  border: 2px solid #333;
}

.signup #body .newsletter label, .signup #body .agreement label {
  margin: 0;
}

.signup #body .newsletter input, .signup #body .agreement input {
  float: left;
  margin: .5em 1em 0 0;
}

.signup #body .troubleshooting {
  font-size: 93%;
  margin-top: 40px;
}

.signup #body .troubleshooting ul li {
  list-style: disc outside;
  margin-left: 1.5em;
  margin-bottom: .2em;
}

/*
 * Feedback
 */
.feedback #body form .sender li {
  clear: both;
  margin-top: 1em;
}

.feedback #body form .sender label {
  float: left;
  width: 12em;
}

.feedback #body form .message {
  margin-top: 2em;
}

.feedback #body form .message textarea {
  margin-top: .2em;
  width: 43em;
}

.feedback #body form .message .hint,
.feedback #body form .notice {
  width: 59em;
}

.feedback #body form .notice {
  color: #d60a5c;
  font-size: 85%;
  line-height: 1.2em;
  margin: .2em 0;
}

.feedback #body form .buttons {
  margin-top: 2em;
}

/*
 * Pricing
 */
.pricing #body ul.plans {
  margin-left: 50px;
  margin-top: 50px;
}

.pricing #body ul.plans li.plan {
  background: url(../images/info_pricing_back1.en.png) left top no-repeat;
  float: left;
  height: 572px;
  margin: 0 10px;
  width: 228px;
}

.pricing #body ul.plans li.plan.premium {
  background: url(../images/info_pricing_back2.en.png) left top no-repeat;
  padding: 0 118px 0 14px;
  width: 243px;
}

html[lang=de] .pricing #body ul.plans li.plan { background-image: url(../images/info_pricing_back1.de.png) }
html[lang=de] .pricing #body ul.plans li.plan.premium { background-image: url(../images/info_pricing_back2.de.png) }

.pricing #body .plan h3 {
  color: #fff;
  font-size: 161.6%;
  height: 29px;
  margin-top: 11px;
  text-align: center;
}

.pricing #body .plan h4 {
  font-size: 161.6%;
  height: 23px;
  margin-top: 32px;
  text-align: center;
}

.pricing #body .plan ul.features {
  height: 180px;
  margin-left: 45px;
  margin-top: 115px;
}

.pricing #body .plan ul.features li {
  font-size: 85%;
  font-weight: bold;
  height: 27px;
}

.pricing #body .plan .details {
  font-size: 85%;
  font-weight: bold;
  margin-top: 30px;
  text-align: center;
}

.pricing #body .plan ul.variants {
  margin-left: 30px;
  margin-top: 12px;
}

.pricing #body .plan ul.variants li {
  height: 29px;
}

.pricing #body .plan ul.variants label {
  display: inline;
  font-size: 85%;
  margin-left: 10px;
}

.pricing #body .plan .actions {
  margin-top: 33px;
  text-align: center;
}

.pricing #body .plan.premium .actions {
  margin-top: 0;
}

.pricing #body .plan.premium .actions input[type=submit] {
  background: transparent url(../images/info_button3.png) center center no-repeat;
  height: 46px;
  width: 208px;
}

.pricing #body .paypal {
  clear: both;
  margin-right: 120px;
  padding-top: 30px;
  text-align: center;
}
