/* line 17, ../../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: 300;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 7, ../../../../sass/screen.scss */
body {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

/* line 14, ../../../../sass/screen.scss */
strong {
  font-weight: 700;
}

/* line 18, ../../../../sass/screen.scss */
a, a:visited, a:active, a:hover {
  color: #707f7c;
  text-decoration: none;
}

/* line 23, ../../../../sass/screen.scss */
.menu a:hover {
  color: #333f42;
  text-decoration: none;
}

/* line 28, ../../../../sass/screen.scss */
h1 {
  font-weight: 600;
  font-size: 22px;
  text-transform: uppercase;
  margin: 5px 0px 22px 0px;
}

/* line 35, ../../../../sass/screen.scss */
#header {
  height: 164px;
  background-color: #ffffff;
  background-image: url("../images/header-shadow.gif");
  background-repeat: repeat-x;
  background-position: bottom;
}
/* line 42, ../../../../sass/screen.scss */
#header .wrapper {
  height: 164px;
}

/* line 47, ../../../../sass/screen.scss */
.logo {
  height: 164px;
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  background-position: 100px 27px;
}

/* line 55, ../../../../sass/screen.scss */
.menu {
  line-height: 13px;
  font-size: 13px;
  text-transform: uppercase !important;
}
/* line 60, ../../../../sass/screen.scss */
.menu a, .menu a:hover, .menu a:visited, .menu a:active {
  font-family: Nexa-Light;
}
/* line 63, ../../../../sass/screen.scss */
.menu .active a {
  font-family: Nexa-Bold !important;
  color: #333f42;
}

/* line 69, ../../../../sass/screen.scss */
#bereich-menu {
  width: 300px;
  position: absolute;
  margin: 52px 0px 0px 240px;
}

/* line 75, ../../../../sass/screen.scss */
#video-editing-menu {
  width: 550px;
  height: 17px;
  position: absolute;
  margin: 52px 0px 0px 500px;
}
/* line 80, ../../../../sass/screen.scss */
#video-editing-menu li {
  margin-left: 10px;
  float: right;
}

/* line 86, ../../../../sass/screen.scss */
#film-production-network-menu {
  width: 550px;
  height: 17px;
  position: absolute;
  margin: 72px 0px 0px 500px;
}
/* line 91, ../../../../sass/screen.scss */
#film-production-network-menu li {
  margin-left: 10px;
  float: right;
}

/* line 97, ../../../../sass/screen.scss */
#kunden-menu {
  width: 400px;
  height: 17px;
  position: absolute;
  margin: 27px 0px 0px 650px;
}
/* line 102, ../../../../sass/screen.scss */
#kunden-menu li {
  margin-left: 10px;
  float: right;
}

/* line 108, ../../../../sass/screen.scss */
.wrapper {
  width: 1200px;
  margin: 0 auto;
  min-height: 500px;
}

/* line 114, ../../../../sass/screen.scss */
#footer {
  width: 1200px;
  margin: 0 auto;
  padding-top: 6px;
  margin-top: 40px;
  margin-bottom: 10px;
}

/* line 123, ../../../../sass/screen.scss */
#content .wrapper {
  width: 900px;
  margin: 40px auto;
  /*padding: 40px $content-margin $content-margin 40px;*/
}
/* line 128, ../../../../sass/screen.scss */
#content #footer {
  width: 900px;
  border-top: 1px solid #bcd3cf;
}

/* line 134, ../../../../sass/screen.scss */
.space {
  margin-bottom: 25px;
}

/* line 138, ../../../../sass/screen.scss */
.video-editing {
  background-color: #343f43;
  color: #ffffff;
}

/* line 144, ../../../../sass/screen.scss */
.film-production-network {
  background-color: #ffffff;
  color: #4D5755;
}

.video-editing .work-content {
  color: #899996;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.film-production-network .work-content {
  color: #4D5755;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.film-production-network h1 {
  color: #4D5755 !important;
}

.film-production-network strong {
  color: #4D5755;
}

.video-editing .work-content strong {
  color: #ffffff;
}

/* line 149, ../../../../sass/screen.scss */
.work-content {
  margin-bottom: 30px;
}
/* line 152, ../../../../sass/screen.scss */
.work-content td {
  vertical-align: top;
}
/* line 156, ../../../../sass/screen.scss */
.work-content .work-meta {
  padding-left: 20px;
  width: 33%;
  font-size: 14px;
  line-height: 20px;
}
/* line 162, ../../../../sass/screen.scss */
.work-content .work-meta strong {
  font-weight: 800;
}
/* line 166, ../../../../sass/screen.scss */
.work-content .work-meta p {
  margin-bottom: 16px;
}

/* line 173, ../../../../sass/screen.scss */
.login-description, .login-fields {
  font-size: 22px;
  font-weight: 300;
  line-height: 36px;
}
/* line 177, ../../../../sass/screen.scss */
.login-description p, .login-fields p {
  margin-bottom: 15px;
}
/* line 180, ../../../../sass/screen.scss */
.login-description strong, .login-fields strong {
  font-weight: 600;
}

.film-production-network .light {
  color: #4D5755 !important;
}

/* line 186, ../../../../sass/screen.scss */
.light {
  color: #899996;
  font-size: 22px;
  font-weight: 300;
  line-height: 36px;
}
/* line 191, ../../../../sass/screen.scss */
.light p {
  margin-bottom: 15px;
}
/* line 194, ../../../../sass/screen.scss */
.light strong {
  font-weight: 600;
  color: #ffffff;
}

/* line 200, ../../../../sass/screen.scss */
.works {
  margin-left: -30px;
  width: 930px;
}
/* line 203, ../../../../sass/screen.scss */
.works .work-item {
  float: left;
  margin: 0px 0px 30px 30px;
  width: 280px;
  height: 170px;
}
/* line 209, ../../../../sass/screen.scss */
.works .work-meta {
  background-color: #000000;
  color: #ffffff;
  opacity: 0.7;
  position: relative;
  padding: 6px;
  top: 50px;
  height: 38px;
  line-height: 18px;
  font-size: 12px;
  visibility: hidden;
}
/* line 221, ../../../../sass/screen.scss */
.works img {
  width: 280px;
  height: 170px;
}

/* line 227, ../../../../sass/screen.scss */
.clear {
  clear: both;
}

/* line 231, ../../../../sass/screen.scss */
.login-description, .login {
  padding-bottom: 25px;
}

/* line 235, ../../../../sass/screen.scss */
label {
  font-size: 12px;
}

/* line 240, ../../../../sass/screen.scss */
.login-fields input {
  width: 130px;
  display: inline-block;
}
/* line 244, ../../../../sass/screen.scss */
.login-fields label {
  width: 150px;
  display: inline-block;
}

/* line 250, ../../../../sass/screen.scss */
.login, .login + div {
  width: 300px;
  margin: 0 auto;
}

/* line 255, ../../../../sass/screen.scss */
.logo1 {
  position: absolute;
  margin: 23px 0 0 237px;
  width: 245px;
  height: 30px;
  opacity: 0.7;
}

/* line 263, ../../../../sass/screen.scss */
.logo2 {
  position: absolute;
  margin: 23px 0 0 95px;
  width: 133px;
  height: 117px;
  opacity: 0.7;
}

/* line 271, ../../../../sass/screen.scss */
.odd {
  background-color: #a0afac;
}

/* line 276, ../../../../sass/screen.scss */
.userfiles p {
  font-size: 12px;
  margin-top: 25px;
}

/* line 282, ../../../../sass/screen.scss */
.userfiles h2 {
  margin-top: 25px;
}

/* line 286, ../../../../sass/screen.scss */
.userfiles > table {
  width: 100%;
  font-size: 12px;
  margin-top: 25px;
}
/* line 290, ../../../../sass/screen.scss */
.userfiles > table td {
  padding-left: 3px;
  padding-right: 3px;
  border-right: 2px solid #ffffff;
}
/* line 294, ../../../../sass/screen.scss */
.userfiles > table th {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  background-color: #707f7c;
  padding-left: 3px;
  padding-right: 3px;
  border-right: 2px solid #ffffff;
}
/* line 302, ../../../../sass/screen.scss */
.userfiles > table a:hover {
  color: #707f7c;
  text-decoration: underline;
}

/* line 308, ../../../../sass/screen.scss */
.toggle {
  background-color: #899996;
  color: #ffffff;
  font-weight: bold;
  padding: 10px;
  margin-top: 10px;
  cursor: pointer;
}
/* line 316, ../../../../sass/screen.scss */
.toggle > div {
  padding-top: 8px;
  display: none;
  font-weight: normal;
}

/* line 323, ../../../../sass/screen.scss */
.toggle:hover {
  background-color: #6f7e7b;
}

.work-description {
  width: 640px !important;
}

.img-fulltext-left {
  display: block;
}

#footer {
  display: block;
}
