@font-face {
    font-family: "Open Sans Condensed";
    font-style: normal;
    font-weight: 700;
    src: local("Open Sans Condensed Bold"), local("OpenSans-CondensedBold"), url("//themes.googleusercontent.com/static/fonts/opensanscondensed/v6/gk5FxslNkTTHtojXrkp-xPUElwBKSJspwatXPrN-vBY.woff") format("woff");
}

/*
(c) 2010-2013 Christian Kohout
    Created by Christian Kohout
    www.getaweb.at

blue 1: #006;
blue 2: #ddf;
orange: #ffcd03;
grey 1: #999;
grey 2: #ddd;
grey 3: #f3f3f3;

themes:
lexikon (blue):         #006    #ddf
forum (violet):         #660054  #ede
arbeitsblaetter (red):  #5c0000  #fdd
videos (green):         #062    #dfd

*/

/* FONTS */

html {
  font-family: Arial, Tahoma, sans-serif;
}

h1, h2, h3, #tbar a, #mainmenu a, #submenu a, .menu a, .t a {
  font-family: 'Open Sans Condensed', Tahoma, Arial, sans-serif;
}

/* COMMON TAGS */

a {
  border: 0px;
  outline: 0px;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.lexikon a { color: #779; }
.videos a { color: #797; }
.worksheets a { color: #977; }

a img {
  outline: 0px;
}

hr {
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
	border: 0px;
	border-bottom: 1px solid #eee;
	margin: 10px 0px;
	padding: 0px;
}

body {
  background: #eee;
  margin: 0px;
  padding: 0px;
}

pre {
  font-family: 'Courier New';
  padding: 10px;
  border: 1px solid #cdc;
  background: #efe;
  font-size: 12px;
}

#wrapper {
  width: 970px;
  background: #fff;
  padding: 0px 10px 10px;
  position: relative;
}

.sep {
  clear: both;
  display: block;
  overflow: hidden;
  height: 0px;
}

.appsFrame {
  border: 0px;
  width: 100%;
  height: 220px;
}

.small {
  font-size: 11px;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* TITLE */

#title {
  margin-top: 70px;
  padding: 15px 250px 5px 10px;
  position: relative;
}

.menu2 #title {
  margin-top: 40px;
}

h1, .entity-score {
  color: #999;
  font-size: 24px;
  line-height: 24px;
  padding: 0px 0px 4px 0px;
  margin: 0px;
  font-weight: normal;
  font-family: 'Open Sans Condensed';
}

.lexikon h1 { color: #779; }
.forum h1 { color: #878; }
.arbeitsblaetter h1 { color: #977; }
.videos h1 { color: #797; }

.summary {
  display: block;
  padding: 2px;
  font-size: 13px;
  line-height: 18px;
  color: #999;
}

/* BREADCRUMB */

#breadcrumb {
  border-bottom: 1px dotted #ccc;
  padding: 0px 12px;
  margin-bottom: 10px;
}

#breadcrumb span {
  display: block;
  padding: 5px 0px 10px;
  font-size: 11px;
  color: #999;
}

#breadcrumb a {
  font-size: 11px;
  color: #999;
  text-decoration: none;
  margin: 0px 3px;
}

#breadcrumb a:hover {
  text-decoration: underline;
}

/* TBAR */

#tbar {
  position: relative;
  height: 32px;
  overflow: hidden;
}

#tbar ul {
  margin: 0px;
  padding: 10px 0px 0px 0px;
  float: right;
}

#tbar li {
  display: inline;
  margin: 0px;
  padding: 0px 0px 0px 2px;
  list-style: none;
}

#tbar li a {
  background: #eee;
  margin: 0px;
  text-decoration: none;
  color: #666;
  font-size: 11px;
  display: inline-block;
  padding: 3px 25px;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-top-left-radius: 6px;
  -moz-border-top-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  -moz-border-top-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
}

#tbar li a:hover {
  background: #ddd;
}

.lexikon #tbar li.lexikon a {
  background: #006;
  border: 1px solid #006;
  border-bottom: 0px;
  color: #fff;
}

.videos #tbar li.videos a {
  background: #062;
  border: 1px solid #062;
  border-bottom: 0px;
  color: #fff;
}

.arbeitsblaetter #tbar li.arbeitsblaetter a {
  background: #5c0000;
  border: 1px solid #5c0000;
  border-bottom: 0px;
  color: #fff;
}

.tools #tbar li.tools a {
  background: #670;
  border: 1px solid #670;
  border-bottom: 0px;
  color: #fff;
}

.forum #tbar li.forum a {
  background: #660054;
  border: 1px solid #660054;
  border-bottom: 0px;
  color: #fff;
}

/* LOGIN */

#login {
  position: absolute;
  top: 5px;
  right: 0px;
  font-size: 12px;
}

#login a {
  display: inline-block;
  padding: 3px 10px;
  color: #fff;
  text-decoration: none;
  margin-left: 5px;
}

.lexikon #login a {
  background: #006;
  border: 1px solid #005;
}

.lexikon #login a:hover {
  background: #005;
}

.forum #login a {
  background: #660054;
  border: 1px solid #505;
}

.forum #login a:hover {
  background: #505;
}

.arbeitsblaetter #login a {
  background: #5c0000;
  border: 1px solid #400000;
}

.arbeitsblaetter #login a:hover {
  background: #400000;
}

.videos #login a {
  background: #062;
  border: 1px solid #051;
}

.videos #login a:hover {
  background: #051;
}

/* HEADER */

#fix-to-top {
    position: absolute;
    width:970px;
    top: 32px;
    z-index: 2;
}

#fix-to-top.fixed {
    position: fixed;
    top: 0px;
}

#header {
  position: relative;
  height: 42px;
  border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
}

.lexikon #header { background: #006; }
.forum #header { background: #505; }
.arbeitsblaetter #header { background: #600; }
.tools #header { background: #670; }
.videos #header { background: #062; }

#header a.logo {
  position: absolute;
  left: 12px;
  top: -24px;
  height: 20px;
  width: 184px;
  text-indent: -9999px;
}

.lexikon #header a.logo {
  background: url(../img/sprites-1.4.png) no-repeat 0px 0px;
}

.forum #header a.logo {
  background: url(../img/sprites-1.4.png) no-repeat 0px -20px;
}

.arbeitsblaetter #header a.logo {
  background: url(../img/sprites-1.4.png) no-repeat 0px -40px;
}

.videos #header a.logo {
  background: url(../img/sprites-1.4.png) no-repeat 0px -60px;
}

.tools #header a.logo {
  background: url(../img/sprites-1.4.png) no-repeat 0px -80px;
}

#header a img {
  border: 0px;
}

/* MAINMENU */

#mainmenu {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 30px;
  overflow: hidden;
}

.menu2 #mainmenu {
  overflow: visible;
  height: auto;
}

#mainmenu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#mainmenu li {
  display: inline;
}

.menu2 #mainmenu li {
  display: block;
  float: left;
  position: relative;
}

#mainmenu li a {
  color: #ddd;
  text-decoration: none;
  font-size: 16px;
  display: block;
  float: left;
  padding: 5px 16px 7px 14px;
  border-top-left-radius: 6px;
  -moz-border-top-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  -moz-border-top-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
}

#mainmenu li:first-child  a {
  border-top-left-radius: 0px;
  -moz-border-top-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
}

#mainmenu li a:hover {
  color: #fff;
}

#mainmenu li.s a,
#mainmenu li.s a:hover {
  color: #fff;
}


.lexikon #mainmenu li.s a,
.lexikon #mainmenu li.s a:hover{ background: #779; }

.forum #mainmenu li.s a,
.forum #mainmenu li.s a:hover{ background: #878; }

.arbeitsblaetter #mainmenu li.s a,
.arbeitsblaetter #mainmenu li.s a:hover{ background: #977; }

.tools #mainmenu li.s a,
.tools #mainmenu li.s a:hover { background: #790; }

.menu2-tools #mainmenu li:hover a,
.menu2-tools #mainmenu li.hover a,
.menu2-tools #mainmenu li a:hover {
    color: #fff;
    background: #790;
}

.videos #mainmenu li.s a,
.videos #mainmenu li.s a:hover{ background: #797; }

/* menu2 - dropdown */

.menu2 #mainmenu li ul {
  position: absolute;
  left: -999em;
  right: auto;
  top: 35px;
  border-top: 0px;
  display: block;
  width: 600px;
  border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  min-height: 250px;
}

.menu2-tools #mainmenu li ul {
  background: #790;
}

.menu2 #mainmenu li:hover ul,
.menu2 #mainmenu li.hover ul  {
  left: -1px;
}

.menu2 #mainmenu li li {
  display: block;
  clear: both;
  padding: 7px 14px;
  position: static;
}

.menu2 #mainmenu li li:first-child { padding-top: 14px; }
.menu2 #mainmenu li li:last-child { padding-bottom: 14px; }

.menu2 #mainmenu li li a {
  width: 200px;
}

.menu2 #mainmenu li li.hover a,
.menu2 #mainmenu li li:hover a,
.menu2 #mainmenu li li a:hover,
.menu2 #mainmenu li li a.hover {
  border-top-right-radius: 0px;
  -moz-border-top-right-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
}

.menu2-tools #mainmenu li li.hover a,
.menu2-tools #mainmenu li li:hover a,
.menu2-tools #mainmenu li li a:hover,
.menu2-tools #mainmenu li li a.hover {
  background: #fff;
  color: #670;
}

.menu2 #mainmenu li.hover li ul,
.menu2 #mainmenu li:hover li ul {
  display: none;
  position: absolute;
  left: 244px !important;
  top: 14px;
  width: 342px;
  bottom: 14px;
  background: #fff;
  overflow: hidden;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  min-height: auto;
}

.menu2 #mainmenu li li:hover ul,
.menu2 #mainmenu li li.hover ul {
  display: block;
}

.menu2 #mainmenu li li li {
  background: none !important;
  padding: 7px 7px 7px 14px;
}

.menu2 #mainmenu li li li:first-child { padding-top: 7px; }
.menu2 #mainmenu li li li:last-child { padding-bottom: 0px; }

.menu2 #mainmenu li li li a,
.menu2 #mainmenu li li li a:hover,
.menu2 #mainmenu li li li a.hover {
  width: auto;
  color: #999 !important;
  background: #fff !important;
  position: relative;
  padding-left: 60px;
}
.menu2 #mainmenu li.hover li li a:hover,
.menu2 #mainmenu li.hover li li a.hover,
.menu2 #mainmenu li:hover li li a:hover,
.menu2 #mainmenu li:hover li li a.hover {
  color: #777 !important;
}

.menu2 #mainmenu li li li img {
  position: absolute;
  left: 0px;
  top: 7px;
}

.menu2 #mainmenu li li li a .title {
  display: block;
}

.menu2 #mainmenu li li li a .description {
  display: block;
  font-family: Arial, Tahoma, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

/* submenu */

#submenu {
  height: 30px;
  border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
}

.lexikon #submenu { background: #779; }
.forum #submenu { background: #878; }
.arbeitsblaetter #submenu { background: #977; } 
.tools #submenu { background: #997; } 
.videos #submenu { background: #797; }

#submenu ul {
  padding: 0px 0px 0px 6px;
  margin: 0px;
  list-style: none;
}

#submenu li {
  display: inline;
  float: left;
}

#submenu li a {
  display: block;
  font-size: 13px;
  line-height: 13px;
  padding: 8px;
  color: #ddd;
  text-decoration: none;
}

#submenu li a:hover {
  text-decoration: underline;
}

#submenu li.s a { color: #fff; text-decoration: underline; }

/* CONTENT */

#content-frame {
  padding: 0px 0px 10px 0px;
}

#content {
  float: left;
  width: 660px;
}

#content.col1 {
  float: none;
  width: auto;
}

#content h2 {
  font-size: 24px;
  color: #666;
  font-weight: normal;
  padding: 0px 0px 10px 0px;
  margin: 0px;
}

#content p,
#content li,
#content td,
#content th,
#content dd,
#content dt {
  font-size: 14px;
  line-height: 150%;
}

#content .formel,
#content .formel2,
#content .formel3 {
  display: block;
  padding: 20px;
  margin: 10px 0px 30px 0px;
  border: 3px solid #ccc;
  background: #f3f3f3;
  color: #666;
  clear: both;

  border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;

  border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
}

#content .formel p,
#content .formel2 p,
#content .formel3 p {
  font-family: Georgia, Garamond, "Times New Roman", Serif;
  font-style: italic;
  font-size: 16px;
  padding: 0px 0px 5px 0px;
  margin: 0px;
}

#content .formel3 {
  border: 3px solid #dd3;
  background: #ffc;
  color: #663;
}

#content .formel img,
#content .formel2 img,
#content .formel3 img,
#content .mit-formel img {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: middle;
}

#mehrwertsteuerrechner label,
#prozentrechner label {
	display: block;
}

#mehrwertsteuerrechner select,
#mehrwertsteuerrechner input,
#prozentrechner select,
#prozentrechner input {
	margin-bottom: 10px;
}

#mehrwertsteuerrechner a,
#prozentrechner a {
	background: #630;
	color: #fff;
	text-decoration: none;
	padding: 3px 10px;
	margin-bottom: 10px;
	display: inline-block;
}

#prResult {
	border: 1px dotted #630;
	padding: 10px;
	text-align: center;
}

/* TEASER */

.teaser {
  margin-bottom: 20px;
}

.t {
  position: relative;
  padding: 5px 10px 5px 5px;
  overflow: hidden;
  cursor: pointer;

  border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;

  border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
}

.lexikon .t {
  box-shadow: 0px 3px 3px #eee;
  padding: 10px 10px 10px 0px;
  min-height: 70px;
}

.lexikon #right .t {
  min-height: 0px;
}

.t a, .t a:hover {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  text-decoration: none;
  font-family: 'Open Sans Condensed';
  padding-left: 2px;
}

.lexikon .t a { color: #779; }
.arbeitsblaetter .t a { color: #977; }
.tools .t a { color: #997; }
.videos .t a { color: #797; }
.t-hover a { color: #fff !important; }

.t a:hover {
  color: #fff;
}

.t a h3 {
  margin: 0px;
  padding: 0px;
  color: #999;
  font-size: 28px;
  line-height: 28px;
  font-weight: normal;
}

.t a:hover h3 {
  text-decoration: underline;
}

.t ul.subpages {
  background: #eee;
}

.arbeitsblaetter .t ul.subpages {
  background: #977;
}

.tools .t ul.subpages {
  background: #997;
}

.videos .t ul.subpages {
  background: #797;
}

.t ul.subpages {
  display: block;
  list-style: none;
  margin: 10px 0px;
  padding: 3px 3px 3px 15px;
  border-top: 1px solid #ccc;
  border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
}

#content .t ul.subpages li {
  display: inline-block;
  padding-right: 5px;
  font-size: 12px;
}

#content .t-hover ul.subpages {
  background: #88a;
}

#content .t ul.subpages li a,
#content .t-hover ul.subpages li a {
  font-size: 13px;
}

#content .t-hover ul.subpages li a {
  color: #ccc !important;
}

#content .t-hover ul.subpages li a:hover,
.t-hover a {
  color: #fff !important;
}

.lexikon .t-hover {
  background: #779;
  color: #fff;
}

.arbeitsblaetter .t-hover {
  background: #977;
  color: #fff;
}

.tools .t-hover {
  background: #997;
  color: #fff;
}

.videos .t-hover {
  background: #797;
  color: #fff;
}


.t p {
  padding: 0px 0px 0px 3px;
  margin: 0px;
  font-size: 13px;
  line-height: 135%;
}

.t .l {
  position: absolute;
  width: 30px;
  left: 11px;
  top: 8px;
}

.lexikon .t .l {
  width: 60px;
  left: 10px;
  top: 10px;
}

.t .l a {
  position: relative;
  border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
}

.t .l a img {
  position: absolute;
  top: 10px;
  left: 10px;
  border-top-left-radius: 6px;
  -moz-border-top-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-bottom-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
}

.t .r {
  padding: 0px 0px 0px 50px;
}

.lexikon .t .r {
  padding: 0px 0px 0px 85px;
}

.t .i {
  width: 28px;
  height: 30px;
}

.lexikon .t .i {
  width: 65px;
  height: 70px;
}

.related .t {
  min-height: auto;
  padding: 5px;
  border-bottom: 0px;

  border-top-left-radius: 6px;
  -moz-border-top-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-bottom-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;

  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.related .t .l {
  top: 4px;
  left: 4px;
  width: 30px;
}

.related .t .r {
  padding: 5px 0px 8px 34px;
}

.related .t .r a {
    font-size: 13px;
    line-height: 15px;
}

.related .t span.time {
    margin: 0px 3px 0px 0px;
    display: inline-block;
    float: right;
    font-size: 11px;
    color: #fff;
}

/* RIGHT */

#right {
  float: right;
  width: 300px;
}

/* Layer 1 */
.menu {
  list-style: none;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}

.menu li {
  display: block;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  width: 300px;

  background: #eee;
  border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
}

.menu li a {
  display: block;
  font-size: 16px;
  padding: 10px 15px;
  color: #777;
  text-decoration: none;

  border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
}

.menu li a:hover,
.menu li.s a { color: #fff; }

.lexikon .menu li a:hover,
.lexikon .menu li.s { background: #779; } 

.forum .menu li a:hover,
.forum .menu li.s { background: #878; } 

.arbeitsblaetter .menu li a:hover,
.arbeitsblaetter .menu li.s { background: #977; } 

.videos .menu li a:hover,
.videos .menu li.s { background: #797; } 

.menu li.s a {
  color: #fff;
}

/* Layer 2 */
.menu li.s ul {
  padding: 0px 0px 15px 25px;
}

.menu li.s li {
  background: none;
  border: 0px;
  width: auto;
}

.menu li.s li a {
  background: none;
  color: #ddd;
  padding: 0px;
  margin: 0px 30px 0px 0px;
  line-height: 24px;
  font-size: 16px;
}

.menu li.s li a:hover {
  text-decoration: underline;
}

.menu li.s li.s a {
  color: #fff;
}

/* Layer n */

.menu li.s li.s ul {
  padding: 5px 0px 10px 20px;
}

.menu li.s li.s li a {
  color: #ddd;
  font-size: 13px;
  line-height: 20px;
  padding-right: 30px;
}

.menu li.s li.s li.s a {
  color: #fff;
}

.menu li.s li.s li.s ul {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.menu li.s li.s li.s li a {
  color: #ddd;
}

.menu li.s li.s li.s li.s a {
  color: #fff;
}

/* FOOTER */

#footer {
  min-height: 100px;
  padding: 20px;
  color: #fff;
  font-size: 11px;
  line-height: 150%;
  margin: 0px 0px 0px;
  border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
}

#footer a {
  color: #fff;
}

.lexikon #footer { background: #779; }
.arbeitsblaetter #footer { background: #977; } 
.forum #footer { background: #878; }
.videos #footer { background: #797; }

.f {
  color: #fff;
  width: 280px;
  min-height: 250px;
  padding: 20px;
  float: left;
}

.f h3 {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}

.fs {
  width: 280px;
  background: url(../img/sprites-h.png) 0px -488px no-repeat;
}

/* ADS */

#a1 {
  width: 468px;
  height: 15px;
  overflow: hidden;
  font-size: 10px;
}

#a2, #a2a, #a2b, #a2c, #a2e {
  font-size: 10px;
  margin-bottom: 10px;
}

#a2 {
  margin-bottom: 20px;
}

#a2c {
  margin-top: 20px;
}

#a2 {
  margin-top: 20px;
  clear: both;
}

#a2a {
  margin-top: 10px;
  margin-left: 0px;
}

#a3, #a4 {
  width: 300px;
  height: 250px;
  overflow: hidden;
  font-size: 10px;
  margin-bottom: 20px;
}

#a5 {
  text-align: center;
  padding-bottom: 30px;
}

.a-list {
  padding: 10px 0px;
}

.a-list-center {
    width: 468px;
    margin: 0px auto;
}

.a-list-video,
.a-list-worksheet {
    padding: 20px 30px;
    margin: 20px 0px;
    text-align: center;
    display: block;
}

.a-list-video { background: #260; }
.a-list-worksheet { background: #5C0000; }

/* ICONS */

.i {
  display: block;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  width: 60px;
  height: 60px;
  overflow: hidden;
  text-indent: -9999px;
  background: #fff url(../img/sprites-1.4.png) no-repeat;
  cursor: pointer;
}

.i-tiny {
  width: 30px !important;
  height: 30px !important;
}

.i-item {
  background-position: -60px -120px;
}

.i-item:hover {
  background-position: 0px -120px;
}


.i-thumb-up {
  background-position: -180px -180px;
}

.i-thumb-up:hover {
  background-position: -120px -180px;
}


.i-thumb-down {
  background-position: -60px -180px;
}

.i-thumb-down:hover {
  background-position: 0px -180px;
}


.i-comment {
  background-position: -240px -60px;
}

.i-comment:hover {
  background-position: -180px -60px;
}


.i-forum {
  background-position: -360px -60px;
}

.i-forum:hover {
  background-position: -240px -60px;
}


.i-contact {
  background-position: -665px -180px;
}

.i-contact:hover {
  background-position: -440px -180px;
}


.i-upload {
  background-position: -180px -120px;
}

.i-upload:hover {
  background-position: -120px -120px;
}


.i-facebook {
  background-position: -300px -180px;
}

.i-facebook:hover {
  background-position: -240px -180px;
}


.i-video {
  background-position: -300px -120px;
}

.i-video:hover {
  background-position: -240px -120px;
}


.i-work {
  background-position: -665px -60px;
}

.i-work:hover {
  background-position: -440px -60px;
}

.i-tiny-upload {
  background-position: -210px -30px;
}

.i-tiny-upload:hover {
  background-position: -180px -30px;
}

.i-tiny-video {
  background-position: -270px -30px;
}

.i-tiny-video:hover {
  background-position: -240px -30px;
}

.i-tiny-item {
  background-position: -330px -30px;
}

.i-tiny-item:hover {
  background-position: -300px -30px;
}

/* TABELLE */

#content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}

#content table th,
#content table td {
  padding: 5px 3px;
  vertical-align: top;
}

#content table th {
  text-align: left;
  background: #f3f3f3;
}

#content table td {
  border-top: 1px dotted #ddd;
}

/* MATHEBaR */

#mb {
  clear: both;
  padding: 20px 2px 0px 0px;
}

#mb ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: block;
  height: 100px;
}

#mb li {
  display: block;
  width: 75px;
  height: 85px;
  float: left;
  margin-right: 15px;
  font-size: 11px;
  color: #666;
  text-align: center;
  position: relative;

  box-shadow: 0px 0px 5px #e0e0e0;
  -moz-box-shadow: 0px 0px 5px #e0e0e0;
  -webkit-box-shadow: 0px 0px 5px #e0e0e0;

  border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;

  border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
}

#mb li:hover,
#mb li.hover {
  box-shadow: 0px 0px 5px #ccc;
  -moz-box-shadow: 0px 0px 5px #ccc;
  -webkit-box-shadow: 0px 0px 5px #ccc;
}

#mb li a {
  margin-left: 11px;
}


/* NEWS */

.news-latest2 {
  11px;
}

.news-latest2 h3 {
  font-size: 11px;
  font-weight: bold;
  color: #666;
}

.news-latest2 a,
.news-latest2 p {
  font-size: 12px;
}

.news-list-browse {
  padding-top: 10px;
}

.news-list-browse p {
  padding: 0px;
  margin: 0px;
  display: inline;
}

.tx-ttnews-browsebox, .browseBoxWrap {
  background: none;
  border: 0px;
  padding: 5px;
  margin: 5px;
}

.tx-ttnews-browsebox-strong {
  font-weight: bold;
}

.tx-ttnews-browsebox-SCell {
  background: none;
  border: 0px;
}

.news-list-browse td a {
  display: block;
  padding: 5px 10px;
  border: 1px solid #999;
  text-decoration: none;
  color: #666;
}

.news-list-browse td a:hover {
  border: 1px solid #600;
  color: #600;
}

.news-list-browse td.tx-ttnews-browsebox-SCell a {
  background: #fee;
  border: 1px solid #600;
  color: #600;
}

/* FELOGIN */

.tx-felogin-pi1 fieldset {
  border: 0px;
  padding: 30px 200px;
}

.tx-felogin-pi1 fieldset div {
  clear: both;
  padding: 10px;
}

.tx-felogin-pi1 fieldset label {
  display: block;
  width: 180px;
  float: left;
}

.tx-felogin-pi1 #user,
.tx-felogin-pi1 #pass {
  display: block;
  width: 250px;
  float: left;
  border: 1px solid #ccc;
  padding: 3px;
}

.tx-felogin-pi1 .login_button {
  padding-left: 200px;
}

.tx-felogin-pi1 .login_button input {
  background: #660054;
  border: 1px solid #505;
  color: #fff;
  cursor: pointer;
  padding: 5px 10px;
}

.tx-felogin-pi1 .login_button input:hover {
  background: #505;
}

/* COMMENT */

.comment_form {
  clear: both;
  background: #c8b06a;
  padding: 15px;
  display: none;
  margin: 0px;

  border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;

  border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
}

.comment_form h3 {
  color: #fff;
  margin: 0px;
  padding: 0px;
  font-size: 15px;
}

.comment_form fieldset {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

.comment_form label {
  display: inline-block;
  width: 141px;
  padding: 5px 10px;
  text-align: right;
  color: #fff;
  font-size: 12px; 
  vertical-align: top;
}

.comment_form p {
  margin: 0px;
}

.comment_form #id_email,
.comment_form #id_name,
.comment_form textarea {
  width: 250px;
  font-size: 14px;
}

.comment_form textarea {
  height: 50px;
}

.comment_form input,
.comment_form textarea {
  margin-bottom: 10px;

  border: 1px solid #999;
  padding: 5px 10px;
  background: #fff;

  border-top-left-radius: 6px;
  -moz-border-top-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;

  border-bottom-right-radius: 6px;
  -moz-border-bottom-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
}

.comment_form input.submit-post {
    background: #660;
    color: #fff;
    border: 0px;
}

.comment_form .submit {
  margin-left: 165px;
}

.tx-comments-required-error {
  margin: 5px 0px 10px 140px !important;
  display: block;
  font-size: 12px;
  width: 250px;
  padding: 5px 10px !important;
}

#comments {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
}

#comments dt.comment_info {
  margin: 2px 0px 0px 0px;
  clear: both;
  float: left;
  width: 180px;
}

#comments dt.comment_info .i {
  float: left;
  margin: -5px 0px 0px 0px;
}

#comments dt.comment_info span {
  display: block;
  margin: 13px 0px 0px 0px;
  float: left;
  font-size: 12px;
  line-height: 14px;
  color: #999;
}

.comment_text {
  float: right;
  width: 420px;
  margin: 0px 10px 10px 0px;
  padding: 15px 20px 20px;
  font-size: 12px;
  line-height: 14px;
  background: #eee;
  color: #444;

  border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;

  border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
}

.comment_text p {
  margin: 0px;
  padding: 0px;
}

.tx-comments-form-top-message {
  background: #ff0;
  border: 2px solid #aa0;
}











/* jquery.fancybox-1.3.4.css */
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 *
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 *
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1104;
  display: none;
}

#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url('../img/fancybox/fancybox.png');
}

#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  display: none;
}

#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none;
}

#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 1101;
  outline: none;
  display: none;
}

#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}

#fancybox-content {
  width: 0;
  height: 0;
  padding: 0;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1102;
  border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1101;
}

#fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: transparent url('../img/fancybox/fancybox.png') -40px 0px;
  cursor: pointer;
  z-index: 1103;
  display: none;
}

#fancybox-error {
  color: #444;
  font: normal 12px/20px Arial;
  padding: 14px;
  margin: 0;
}

#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
}

#fancybox-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

#fancybox-left, #fancybox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  background: transparent url('../img/fancybox/blank.gif');
  z-index: 1102;
  display: none;
}

#fancybox-left {
  left: 0px;
}

#fancybox-right {
  right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1102;
  display: block;
}

#fancybox-left-ico {
  background-image: url('../img/fancybox/fancybox.png');
  background-position: -40px -30px;
}

#fancybox-right-ico {
  background-image: url('../img/fancybox/fancybox.png');
  background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
  visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
  left: 20px;
}

#fancybox-right:hover span {
  left: auto;
  right: 20px;
}

.fancybox-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  width: 20px;
  height: 20px;
  z-index: 1001;
}

#fancybox-bg-n {
  top: -20px;
  left: 0;
  width: 100%;
  background-image: url('../img/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
  top: -20px;
  right: -20px;
  background-image: url('../img/fancybox/fancybox.png');
  background-position: -40px -162px;
}

#fancybox-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  background-image: url('../img/fancybox/fancybox-y.png');
  background-position: -20px 0px;
}

#fancybox-bg-se {
  bottom: -20px;
  right: -20px;
  background-image: url('../img/fancybox/fancybox.png');
  background-position: -40px -182px;
}

#fancybox-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  background-image: url('../img/fancybox/fancybox-x.png');
  background-position: 0px -20px;
}

#fancybox-bg-sw {
  bottom: -20px;
  left: -20px;
  background-image: url('../img/fancybox/fancybox.png');
  background-position: -40px -142px;
}

#fancybox-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
  background-image: url('../img/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
  top: -20px;
  left: -20px;
  background-image: url('../img/fancybox/fancybox.png');
  background-position: -40px -122px;
}

#fancybox-title {
  font-family: Helvetica;
  font-size: 12px;
  z-index: 1102;
}

.fancybox-title-inside {
  padding-bottom: 10px;
  text-align: center;
  color: #333;
  background: #fff;
  position: relative;
}

.fancybox-title-outside {
  padding-top: 10px;
  color: #fff;
}

.fancybox-title-over {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF;
  text-align: left;
}

#fancybox-title-over {
  padding: 10px;
  background-image: url('../img/fancybox/fancy_title_over.png');
  display: block;
}

.fancybox-title-float {
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 32px;
}

#fancybox-title-float-wrap {
  border: none;
  border-collapse: collapse;
  width: auto;
}

#fancybox-title-float-wrap td {
  border: none;
  white-space: nowrap;
}

#fancybox-title-float-left {
  padding: 0 0 0 15px;
  background: url('../img/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
  color: #FFF;
  line-height: 29px;
  font-weight: bold;
  padding: 0 0 3px 0;
  background: url('../img/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
  padding: 0 0 0 15px;
  background: url('../img/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* ML CALC PLUGIN */

.ml-calc-table {
	width: 100%;
}

a.ml-unit-refresh-button {
	display: inline-block;
	padding: 3px 15px;
	text-decoration: none;
	background: #666;
	color: #fff;
	margin: 10px 0px;
}

a.ml-unit-refresh-button:hover {
	background: #444;
}

.ml-result-box {
	border-bottom: 1px solid #666;
}

#mb .entity-score {
    padding-top: 14px;
    min-height: 30px;
}

#mb li.entity-rating {
    float: right;
    padding-top: 0px;
    text-align: center;
    margin-right: 0px;
    width: 80px;
}

#mb li.entity-rating h1 {
    padding: 0px !important;
}

#mb li.entity-rating span {
    display: block;
    font-size: 10px;
}

.align-right {
    float: right;
    padding: 0px 0px 5px 10px;
}
.align-left {
    float: left;
    padding: 0px 10px 5px 0px;
}

/* ADVANCED PICTURES */

.right_inline {
    float: right;
    display: inline;
    margin-left: 10px;
}

.left_inline {
    clear: both;
    float: left;
    display: inline;
    margin-right: 10px;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.img {
    clear: both;
}

.img div {
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: top;
}

.right_inline div,
.right div {
    margin-left: 10px;
}

.left_inline div:first-child,
.right_inline div:first-child {
    margin-left: 0px;
}


.left_inline div,
.left div {
    margin-right: 10px;
}

.img .caption {
    font-size: 11px;
    color: #666;
    padding: 1px 10px;
    display: block;
    text-align: center;
}

.csvtable-wraper .caption {
	margin: -20px 0px 20px 0px;
	font-size: 12px;
}

#content img {
	margin-bottom: 5px;
}

#contactform label {
	display: inline-block;
	width: 150px;
	color: #999;
}

#contactform-submit {
	margin: 0px 0px 0px 150px;
}

.error_msg {
	display: block;
	background: #900;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 2px 40px 0px 160px;
	padding: 3px 5px;
}


/* .teaser-item-2012 */

.teaser-item-2012 {
    padding: 10px 0px 10px 60px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
}

.teaser-item-2012 .i {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 45px;
    border-bottom-right-radius: 20px;
    -moz-border-bottom-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
}

#right .teaser-item-2012 .i {
    top: -10px;
}

.teaser-item-2012 h4 {
    margin: 0px;
    font-family: 'Open Sans Condensed';
    display: inline-block;
    float: right;
}

.teaser-item-2012 h3 {
    margin: 0px;
    font-family: 'Open Sans Condensed';
}

.teaser-item-2012 h3 a {
    font-size: 16px;
    color: #444;
    text-decoration: none;
    font-family: 'Open Sans Condensed';
}

.teaser-item-2012 p {
    margin: 0px;
    color: #666;
}

.teaser-item-2012.hover h3 a,
.teaser-item-2012.hover p {
    color: #fff;
}

.videos .teaser-item-2012.hover {
    background: #797;
    border-color: #797;
}

.worksheet-detail {
    position: relative;
}

.worksheet-download {
  padding: 0px 0px 20px 0px;
}

.video-box {
  padding: 10px;
  background: #797;

  border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
}

.video-frame {
  overflow: hidden;
  border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
}

.video-description {
  padding: 10px 0px 0px 0px;
}

.video-description .left {
  width: 336px;
  float: left;
}

.video-description .right {
  width: 314px;
  float: right;
  text-align: left;
}

.video-description .right h3 {
  margin-top: 0px;
}

.video-related-pages {
  clear: both;
  padding-top: 10px;
}

.worksheet-detail #mb,
.video-detail #mb {
    clear: both;
    padding-top: 20px;
}

.worksheet-detail a.back,
.video-detail a.back {
    position: absolute;
    top: 0px;
    right: 0px;
    text-decoration: none;
    background: #977;
    color: #fff;
    display: inline-block;
    padding: 5px 15px;

    border-top-left-radius: 6px;
    -moz-border-top-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;

    border-bottom-right-radius: 6px;
    -moz-border-bottom-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
}

.video-detail a.back {
    background: #797;
    position: static;
    float: right;
}

.worksheet-detail a.back:hover { background: #600; }
.video-detail a.back:hover { background: #062; }

.worksheet-detail h2 {
    clear: both;
}

.worksheet-detail dl {
    padding: 0px;
    margin: 10px 0px 30px 0px;
}

.worksheet-detail dt {
    text-align: left;
    display: block;
    font-weight: bold;
    margin: 0px;
}

.worksheet-detail dd {
    display: blocK;
    margin: 0px 0px 10px 0px;
}

.pagination {
	padding: 10px 0px 20px 0px;
}

.pagination span,
.pagination a {
	display: inline-block;
	padding: 5px 10px;
	text-decoration: none;
	opacity: 0.8;
}

.pagination span:hover,
.pagination a:hover {
	opacity: 1;
}

.arbeitsblaetter .pagination span {
	color: #5c0000;
	background: #fff;
}

.arbeitsblaetter .pagination a {
	color: #fff;
	background: #5c0000;
}

.videos .pagination span {
	color: #062;
	background: #fff;
}

.videos .pagination a {
	color: #fff;
	background: #062;
}

/* RELATED CONTENT */

.related {
    background: #fff;
    border: #eee;
    margin-bottom: 20px;
    overflow: hidden;

    box-shadow: 0px 0px 5px #ddd;
    -moz-box-shadow: 0px 0px 5px #ddd;
    -webkit-box-shadow: 0px 0px 5px #ddd;

    border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;

    border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
}

.related-content {
    padding: 10px;
}

.related .teaser-item-2012 {
    padding-top: 5px;
}

.related .teaser-item-2012:last-child {
    border-bottom: 0px;
    margin-bottom: 5px;
    padding-bottom: 0px;
}

.related h2 {
    margin: 0px;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    background: #779;
}

#related_videos h2,
#related_videos .t-hover { background: #797; }

#related_worksheets h2,
#related_worksheets .t-hover { background: #977; }

.related h3 a {
    font-size: 13px;
    line-height: 135%;
}

.related h4 {
    font-size: 11px;
    line-height: 135%;
    color: #999;
}

.related p {
    font-size: 14px;
    line-height: 135%;
}


.span {
    float: left;
}

.span6 {
    width: 50%;
}

.span6 {
    width: 50%;
}

.graph {
    background: #cfc;
    height: 250px;
}

.field {
    position: relative;
    display: block;
    padding: 10px;
    margin: 10px 10px 0px 0px;
}

.field-selected {
    opacity: 0.5;
}

.field i.result {
    display: none;
    color: #fff;
    font-size: 60px;
    position: absolute;
    top: 20px;
    right: 10px;
    font-weight: bold;
}

.field input { display: block; }
.field span.result { display: none; }

.field-selected input { display: none; }
.field-selected span.result { display: block; }

.field i.result {
    cursor: pointer;
}

.field-selected i.result {
    display: block;
}

.grundwert-field {
    background: #99f;
}

.prozentwert-field {
    background: #ccc;
}

.prozentanteil-field {
    background: #f99;
}

.span p {
    margin-top: 0px;
}

#lb {
    display: block;
    position: relative;
    width: 728px;
    height: 90px;
    margin: 0px 0px 0px 262px; /* 970 - 728 - 2 * 10 */
}

#ss {
    display: block;
    position: absolute;
    top: 122px;
    left: 1000px;
}

#bb {
    margin: 0px 0px 0px 10px;
}

#b {
    margin: 0px 0px 10px 103px;
}

.clear {
    clear: both;
}

#azubiworld {
  position: absolute;
  top: 20px;
  right: 0px;
}

#tool-params {
  padding: 0px 0px 0px 10px;
}

#tool label {
    font-size: 12px;
}

#tool hr {
    margin: 0px !important;
}

.alert h4 {
  padding: 10px 0px 2px 0px;
  margin: 0px;
}

/* search box */

#search {
  position: relative;
  padding: 10px;
  margin: 0px 0px 10px 0px;
  z-index: 3;

  border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;

  border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
}

#search-to-top {
  z-index: 4;
}

#search form {
  margin: 0px !important;
}

#search h4 {
  margin: 0px;
  padding: 0px;
  color: #fff;
}

#search.shrinked {
  float: right;
  width: 70px;
}

#search .search-field {
  position: relative;
  background: #fff;
  box-shadow: 1px 1px 3px #999 inset;
  height: 30px;
  width: 280px;

  border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;

  border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
}

#search.shrinked .search-field {
  width: 70px;
}

#search input.search-term {
  position: relative;
  background: none;
  border: 0;
  float: left;
  font-size: 14px;
  height: 30px;
  line-height: 20px;
  padding: 0 0px 0 8px;
  width: 204px;
}

#search.shrinked input.search-term {
  width: 28px;
}

#search input.search-button {
  position: relative;
  background: url(../img/sprites-1.4.png) no-repeat -362px -32px;
  background-color: #779;
  border: 0;
  cursor: pointer;
  float: right;
  height: 28px;
  margin: 1px 1px 0px 0px;
  width: 29px;
  overflow: hidden;
  text-indent: -999px;

  border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
}

#search a.search-loader {
  width: 16px;
  height: 16px;
  background: url(../img/ajax-loader.gif) no-repeat;
  position: absolute;
  top: 7px;
  right: 36px;
  overflow: hidden;
  text-indent: -999em;
  z-index: 2;
}

#search a.search-close {
  width: 16px;
  height: 16px;
  background: url(../img/sprites-1.4.png) no-repeat -396px -38px;
  position: absolute;
  top: 7px;
  right: 36px;
  overflow: hidden;
  text-indent: -999em;
  z-index: 3;
  opacity: 0.9;
}

#search a.search-close:hover {
  opacity: 1;
}

#search .hover {
  background: #fed;
}

.lexikon #search .hover input.search-button,
.lexikon #search { background-color: #006; }

.arbeitsblaetter #search .hover input.search-button,
.arbeitsblaetter #search { background-color: #5c0000; }

.videos #search .hover input.search-button,
.videos #search { background-color: #062; }

.tools #search .hover input.search-button,
.tools #search { background-color: #670; }

.arbeitsblaetter #search input.search-button {
  background: url(../img/sprites-1.4.png) no-repeat -362px -32px #977;
}

.videos #search input.search-button {
  background: url(../img/sprites-1.4.png) no-repeat -362px -32px #797;
}

.tools #search input.search-button {
  background: url(../img/sprites-1.4.png) no-repeat -362px -32px #790;
}

.topic_proposal #id_proposal {
    width: 500px;
    height: 150px;
}

.topic_proposal .email {
  display: none;
}

.topic_proposal #id_notify_me {
  margin: -2px 4px 0px 3px;
}

.a_inline_right {
  float: right;
  margin: 0px 0px 10px 10px;
}

.a_inline_left {
  float: left;
  margin: 0px 10px 10px 0px;
}
