/*  HTML5 ✰ Boilerplate  */

/* @group reset */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,  footer, header, hgroup, 
menu, nav, section, summary, time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display:block;
}
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }


body { font:13px/1.231 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

body, select, input, textarea {   color: #505050; }
h1,h2,h3,h4,h5,h6 { font-weight: bold; }
html { overflow-y: scroll; }

a:hover, a:active { outline: none; }
a, a:active, a:visited { color: #bb0000; }
a:hover { color: #dd0000; }

ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }

nav ul, nav li { margin: 0; } 
small { font-size: 85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align: top; } 
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre {  padding: 15px;  white-space: pre;  white-space: pre-wrap;  white-space: pre-line;  word-wrap: break-word; }
textarea { overflow: auto; } 
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px;  -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red;  box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }

/*::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; } */
a:link { -webkit-tap-highlight-color: #FF5E99; } 

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; } 
.visuallyhidden { position: absolute !important; clip: rect(1px 1px 1px 1px);  clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after {  content: "\0020"; display: block; height: 0; visibility: hidden;   } 
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* @end */

 /* Primary Styles
    Author: Manfred Oeding @Oeding Design
 */


body {
  background: url(../images/bg_all.gif) repeat-x #fff left top;
  font-family: 'Droid Sans', arial, frutiger, segoe, tahoma, arial, sans-serif;
  color: #505050;  
  color: #909090;

}

p {
  font-size: 12.8px;
  line-height: 22px;
}

strong, b {
  color: #505050;  
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
}

/* @group page elements */
/* @group headings */
  
  
  h1,h2,h3,h4,h5 {
  font-family: 'Droid Sans', frutiger, segoe, tahoma, arial, sans-serif ;
  }
  
  h1 {
   font-family: 'Droid Sans', arial, sans-serif; 
   font-size: 22px;
   margin-bottom: 24px;
   font-weight: normal;
  }
  
  .leftcontent h1 {
  font-family: 'Droid Sans', frutiger, tahoma, arial, sans-serif;
    font-size: 22px;
    font-weight: normal;
    width: 97%;
    letter-spacing: 0.01em;
    color: #505050;
    padding: 6px 0px 5px 0px;
    border-bottom: 2px dotted #eaeaea;
  }
    
  h2 {
  
  }
  
  .leftcontent h2 {
  font-family: 'Droid Sans', frutiger, tahoma, arial, sans-serif;
    font-size: 22px;
    font-weight: normal;
    width: 97%;
    letter-spacing: 0.01em;
    color: #505050;
    padding: 6px 0px 5px 0px;
    border-bottom: 1px solid #eaeaea;
  }

  #home .leftcontent h2 {
  font-family: 'Droid Sans', frutiger, tahoma, arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    width: auto;
    letter-spacing: 0.01em;
    color: #505050;
    padding: 6px 0px 5px 0px;
    border-bottom: 1px solid #eaeaea;
  }

  
  
  h3{
  
  }
  
  .leftcontent h3 {
      font-size: 18px;
      line-height: 24px;
      font-weight: normal;
      margin-top: 0px;
      margin-bottom: 20px;
      letter-spacing: 0.02em;
      color: #909090;
  }

  h4 {
  
  }
  
  .leftcontent h4 {
      font-size: 18px;
      line-height: 18px;
      font-weight: normal;
      margin-top: 20px;
      margin-bottom: 10px;
      letter-spacing: 0.00em;
      color: #505050;
  }
  
  h5 {
  
  
  }

/* @end */

/* @group links */
  
  a:link, 
  a:visited {
    color: #cc0000;
  
  }
  a:hover {
    color: #dd0000;
  }


/* @end */
/* @end */ /*end page elements*/

/* @group general layout definitions */


#container {
  margin: 0px auto 0px auto;
  width:940px;
  margin: 0px auto 0px auto;
}

.clearer {clear: both;}

/* @group header */
header {
  height: 160px;
  background: transparent;
}

header img.logo {
  float: right;
  padding: 35px 40px 5px 0px;
}

/* @group navigation */
#topcontainer{
  height: 20px;
  width: 940px;
  margin: 0px 0px 0px 0px;  
}

ul#topnavi {
  font-family: 'Droid Sans', frutiger, tahoma, arial, sans-serif;
  font-size:11px;
  text-align: left;
  float:right; 
  margin:0px -101px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: 0px solid #fff;
  
}
ul#topnavi li {
  text-align: left;
  float:left; 
  display:block;
  margin-left:5px;
}

ul#topnavi li a,
ul#topnavi li a:link,
ul#topnavi li a:active,
ul#topnavi li a:visited {
  text-decoration:none;
  color: #ccc;
}



.fb {
	background: url(../images/social_sprite.png) no-repeat -25px -2px;
	height: 20px;
	width: 20px;
	display: block;
	opacity: 0.5;
	padding: 0px 2px 0px 2px;
	border-left: 1px solid #eaeaea;
}

.yt {
	background: url(../images/social_sprite.png) no-repeat -50px -1px;
	height: 20px;
	width: 20px;
	display: block;
	opacity: 0.5;
	padding: 0px 2px 0px 2px;
	border-left: 1px solid #eaeaea;
}

.tw {
	background: url(../images/social_sprite.png) no-repeat 0px -2px;
	height: 20px;
	width: 20px;
	display: block;
	opacity: 0.5;
	padding: 0px 2px 0px 2px;
	border-left: 1px solid #eaeaea;
}

ul#topnavi li a.fb:hover {
	background-position-y: -26px;
	opacity: 1;	
}

ul#topnavi li a.yt:hover {
	background-position-y: -24px;
	opacity: 1;	
}

ul#topnavi li a.tw:hover {
	background-position-y: -26px;
	opacity: 1;	
}


/* @group language */
/* language*/
ul#language {
  font-size: 10px;
  letter-spacing: 0.1em;
  float: left;
  display:inline;
  margin:0px 0px 0px 0px;
  width: 200px;
  padding: 0px 10px 0px 0px;
  color: #909090;
  border-left: 1px solid #eaeaea;
}

ul#language li {
  text-align: left;
  float:left; 
  display:block;
  height: 17px;
  line-height: 17px;
  margin-right:0px;
  padding-top: 2px;
  padding-left:0px;
  padding-right:10px;
  border-right: 1px solid #eaeaea;
}

ul#language li a.nohref,
ul#language li a:link,
ul#language li a:visited {
   text-decoration:none;
   padding-left:30px;
   display: block;
}

ul#language li a:hover {
  color:  #909090;
}

ul#language li.de_active, 
ul#language li.en_active {
  background-color: #fff !important;
  border-bottom: 1px solid #fff;
}

/*
ul#language li.de_active {
  
}

ul#language li.en_active {
  
}
*/

ul#language li.de_inactive,
ul#language li.en_inactive {
  border-bottom: 1px solid #eaeaea;
  background-color: transparent !important;
}

ul#language li.en a.nohref,
ul#language li.en a:link,
ul#language li.en a:visited {
  background: url(../images/flags.gif) no-repeat 10px -34px;
   color: #909090;
}

ul#language li.en a:hover {
  background: url(../images/flags.gif) no-repeat 10px -53px;  
  color: #505050;
}

ul#language li.de a.nohref,
ul#language li.de a:link,
ul#language li.de a:visited {
  background: url(../images/flags.gif) no-repeat 10px 4px;  
  color: #909090;
}

ul#language li.de a:hover {
  background: url(../images/flags.gif) no-repeat 10px -15px;  
  color: #505050;
}

ul#language li.de_active a.nohref,
ul#language li.de_active a:link,
ul#language li.de_active a:visited {
   background: url(../images/flags.gif) no-repeat 10px 4px;
   text-decoration:none;
   color: #505050;
}

ul#language li.en_active a.nohref,
ul#language li.en_active a:link,
ul#language li.en_active a:visited {
  background: url(../images/flags.gif) no-repeat 10px -34px;
  text-decoration:none;
  color: #505050;
}

ul#language li.de_inactive a.nohref,
ul#language li.de_inactive a:link,
ul#language li.de_inactive a:visited {
  background: url(../images/flags.gif) no-repeat 10px -91px;
  text-decoration:none;
  color: #aaa;
    border-bottom: 1px solid #eaeaea;
}

ul#language li.en_inactive a.nohref,
ul#language li.en_inactive a:link,
ul#language li.en_inactive a:visited {
  background: url(../images/flags.gif) no-repeat 10px -72px;
  text-decoration:none;
  color: #aaa;
  border-bottom: 1px solid #eaeaea;
}

/* @end */

/* @group Main Navigation */
/*main navi*/

ul#mainnavi {
  font-family: 'Droid Sans', frutiger, tahoma, arial, sans-serif; 
  position: relative;
  top:  60px;
  font-size:14px;
  letter-spacing: 0.05em;
  font-weight: normal;
  text-align: left;
  display:block;
  float:left;
  clear:left;
  /*border-top: 1px solid #fff; #ececec;*/
  margin-left: 0px;
  }
ul#mainnavi li {
  float:left; 
  display:inline;
  padding: 0px 20px 0px 0px;
  padding: 0px;
  line-height:35px;
  height:20px;
  }
ul#mainnavi li a:link,
ul#mainnavi li a:visited {
  float:left; 
  display:inline;
  color:#505050;
  display:block;
  height: 20px;
  line-height:20px;
  padding: 1px 7px 0px 7px;
  margin-left:15px;
  text-transform:uppercase;
  text-decoration:none;
  border-top: 2px solid #fff;
}

ul#mainnavi li.active a:link,
ul#mainnavi li.active a:visited {
  color: #505050;
  background: #f4f4f4;
  padding: 1px 7px 0px 7px;
  margin-left:15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-shadow: 1px 1px 1px #ccc;

  /*border: 1px solid #eaeaea;*/
}


ul#mainnavi li a:hover {
  color: #303030;
  text-shadow: 1px 1px 1px #ccc;
}

/* @end */

/* @group Subnavigation */
ul#subnavi {
  font-family: 'Droid Sans', frutiger, tahoma, arial, sans-serif;
  color:#909090;
  position: relative;
  top:  65px;
  font-size:12px;
  letter-spacing: 0.05em;
  clear: left;
  text-align: left;
  display:block;
  float:left;
  background: #fff;
  margin-left: 2px;
  padding-left: 0px;
  /*width:940px;
  border-top: 1px solid #eaeaea; */
}
ul#subnavi li {
  float:left; 
  display:inline;
  padding: 3px 6px 2px 20px;
  line-height:35px;
  height:20px;
  /*border-right: 1px solid #eaeaea;*/
}
ul#subnavi li a:link,
ul#subnavi li a:visited {
  float:left; 
  display:inline;
  color:#999;
  display:block;
  height: 20px;
  line-height:20px;
  text-transform:uppercase;
  text-decoration:none;
}
ul#subnavi li.active a:link,
ul#subnavi li.active a:visited {
  color: #444;
}

ul#subnavi li a:hover {
  color: #555;
}

/* @end */

/* @end */



/* @end */

/* @group main content */

#main {

}


#keyvisual_container {
  position: relative;
}

#keyvisual {
  width: 940px;
  height: 200px;
  border: 1px solid #eaeaea;
  position:relative;
}

#home #keyvisual {
  width:940px;
  height: 340px;
  border: 0px;
}

#pm #keyvisual {
  height: 25px;
  border : 0px;
  border-top: 1px solid #eaeaea;
}

div#keyvisual img.main_visual {
  z-index: 20;
  position:absolute;
  left: 0px;
    top: 0px;
}

#home div#keyvisual img.main_visual {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}


div#teaserbox {
  float: right;
  width: 280px;
  height: 200px;
  margin-top: 0px;
  z-index: 100;
  position: relative;
  background: #333;
  background-color: rgba(51,51,51,0.85);
  /*background: url(../images/bg_keycontent.jpg) repeat left top;*/
}

#congen div#teaserbox {
	float: left;
	background-color: rgba(51,51,51,0.85);
}


#home div#teaserbox {
  float: left;
  width: 285px;
  height: 340px;
  background: url(../images/bg_teaserhome.png) repeat left top;
}




#pm div#teaserbox {
  float: left;
  width: 285px;
  height: 20px;
  background: none;
}


div#teaserbox_content {
  float: right;
  padding-left: 20px;
  padding-right: 15px;
  width: 245px;
  height: 176px;
  margin-top: 24px;
  color: #fff;
  z-index: 150;
}

#home div#teaserbox_content {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 260px;
  height: 316px;
  margin-top: 24px;
  color: #fff;
}


div#teaserbox_content h1 {
  margin-top: 50px;
  font-size: 24px;
  font-weight: normal !important;
  text-shadow: none;
  line-height: 24px;
  color:#9bab17;
  margin-bottom: 10px;
  padding-left: 0px;
  position: relative;
  z-index: 200;
}

#home div#teaserbox_content h1 {
  margin-top: 50px;
  font-size: 25px;
  font-weight: normal !important;
  line-height: 30px;
  /* color:#89c600; */
  color:#9bab17;
  margin-bottom: 15px;
  padding-left: 0px;
  position: relative;
  z-index: 200;
  text-shadow: 1px 1px 1px #000;
}

div#teaserbox_content p {
  font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 22px;
  position: relative;
  z-index: 200;
}


#home div#teaserbox_content p {
  font-size: 14px;
  line-height: 20px;
}

#home div#teaserbox_content a:link,
#home div#teaserbox_content a:visited {
  text-decoration: none;
  /*color:#89c600;*/
  color:#9bab17;
  background-color:#000;
  padding: 0px 2px 0px 2px;
  margin: 2px 0px 0px 0px;
}

#home div#teaserbox_content a:hover {
  text-decoration: none;
  color:#fff;
  background-color:#000;
}


#main_content {
  width: 940px;
  min-height: 300px;
  background: #fefefe;
}

.leftcontent {
  width:  639px;
  padding:  40px 0px 25px 20px;
  float: left;
}

.rightcontent {
  width:  236px;
  padding:  40px 25px 0px 20px;
  float: left;
}

/* Layout definitions for HOME*/
#referenzen .leftcontent,
#pm .leftcontent,
#home .leftcontent {
  width:  940px;
  padding:  20px 0px 20px 0px;
  float: left;
}
#referenzen .rightcontent,
#pm .rightcontent,
#home .rightcontent {
  display: none;
}



/* @end */

/* @group content elemente */

.startbox {
  width: 220px;
  border-top:  10px solid #eaeaea;
  border-bottom:  10px solid #eaeaea;
  margin-right: 20px;
  float: left;
  height: 365px;
  min-height: 350px;
}

.sidebox {
  width: 220px;
  border-top:  10px solid #eaeaea;
  border-bottom:  10px solid #eaeaea;
  margin-left: 20px;
  float: left;
}

.startbox_content {
  width: 180px;
  padding: 10px 15px 20px 15px;
}

.sidebox_content {
  width: 220px;
  padding: 10px 0px 20px 0px;
}

#home .startbox h2 {
  font-family: 'Droid Sans', frutiger, tahoma, arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #505050;
    padding: 6px 15px 5px 15px;
    border-bottom: 1px solid #eaeaea;
    margin-top: 0px;
}

.sidebox_content h1, 
.sidebox_content h2,
.sidebox_content h3,
.sidebox_content h4,
.sidebox_content h5    {
  font-family: 'Droid Sans', frutiger, tahoma, arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #505050;
    padding: 0px 0px 5px 0px;
    border-bottom: 1px solid #eaeaea;
    margin-top: 0px;
    margin-bottom:  10px;
    margin-left: 0px;
    width: 220px;
}

.sidebox_content ul {
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 10px 15px;
}

.sidebox_content ul li {
	margin: 0px 0px 5px 0px;
	list-style: square;
	line-height: 18px;

}

#congen .sidebox_content p.bodytext {
	display: block;
	margin-top: 20px;
	padding: 5px;
	border: 1px solid #efefef;
	border-radius: 5px;
	
}

.sidebox_content a.external-link-new-window {
	text-align: right;
}


.startbox h3 {
  font-family: 'Droid Sans', frutiger, tahoma, arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    letter-spacing: 0.00em;
    margin-bottom: 0px;
    /*text-transform: uppercase;*/
    color: #505050;
     margin-top: 0px;
}
.sidebox_content p,
.startbox p {
  font-family: 'Droid Sans',  'Calibri', frutiger, tahoma, arial, sans-serif;
    font-size: 12.5px;
    line-height: 18px;
    color: #909090;
}

.startbox img {
  border-bottom: 1px solid #eaeaea;  
}

.sidebox p a:link,
.sidebox p a:visited,
.startbox p a:link,
.startbox p a:visited {
  text-decoration: none;
}

.sidebox p a:hover,
.startbox p a:hover {
  text-decoration: underline;
}


#home .csc-frame-frame1 .startbox {
  margin-right: 0px;
}


.content50left {
  width: 295px;
  margin-right: 40px;
  float: left;
}

.content50right {
  width: 295px;
  float: left;
}


.content50left .csc-default,
.content50right .csc-default {
  margin-bottom: 20px;

}


/* @end */


/* @group footer */

footer {
    font-family: 'Droid Sans', frutiger, tahoma, arial, sans-serif;
    letter-spacing: 0.05em;
  height: 85px;
  background: #fff;
  border-top: 2px dotted #eaeaea;
  padding: 20px 0px 0px 0px;
  clear: both;
}


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

.footer_address {
  margin:  0px 0px 0px 20px;
  float: left;
  color:#888;
  line-height: 16px;
}

.footer_address_L {
  float:left;
  width:  170px;
  font-size: 12px;
  color: #505050;
  padding-top: 5px;
}

.footer_address_R {
  float:right;
  width:  210px;
  font-size: 11px;
  margin-left: 40px;
  padding-top: 5px;
}


.footer_navi {
  float:right;
  margin-right: 15px;
  padding-top: 5px;
}

#footernavi {
  font-family: 'Droid Sans', frutiger, tahoma, arial, sans-serif;
  letter-spacing: 0.05em;
  font-size:11px;
  text-align: left;
  text-transform: uppercase;
  float:right; 
  display:block;
  clear:both;
  padding-right: 0px;
  padding-left:  0px;
  background: url(../images/lock.gif) no-repeat 10px 0;
}

#footernavi li { 
  float:left; 
  display:inline;
  margin-left: 25px;
  }

#footernavi li a:link,
#footernavi li a:visited{
   text-decoration:none;
   color: #909090;
   padding-left: 2px;
   padding-right: 2px;
   }


#footernavi li .active a:link,
#footernavi li .active a:visited {
   text-decoration: none;
   color: #505050;
   }

#footernavi li a:hover {
  text-decoration: none;
  color: #505050;
  }

/* Projektmanagement Definitionen */

/*fixing problem of nonclicking buttons*/
#pm div#teaserbox_content {
  display:none;
  z-index: 0;
}

#pm .kett_singleview {
    border: 1px solid #ccc;
}

#pm .kett_singleview_toolbar {
  border: 1px solid #ccc;

}

#pm .kett_singleview_toolbar {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #ccc;  
}

#pm .kett_listview_toolbar {
  /*background: #dadada url(../images/css_gradient1.gif) top left repeat-x;*/
  background: #efefef none;
  border: 1px solid #ccc;
}

#pm .tx-ketroubletickets-pi1-browsebox {
   background: #efefef none;
   border:1px dotted #ccc;
}

#pm .tx-ketroubletickets-pi1-searchbox-sword {
  background: #fefefe;
}

#pm .kett_toolbar_filter select {
    background: none repeat scroll 0 0 #fefefe;
}

#pm .kett_listview_row {
    border: 1px solid #ccc;
    
   }
   
#pm .kett_listviewshort {
 border: 1px solid #ccc;
}

#pm .kett_listviewshort tr.kett_listview_row {
    background: none repeat scroll 0 0 #fcfcfc; /*#E6EFEF;*/
}

#pm .kett_listviewshort tr.kett_listview_row td {
    padding-top: 2px;
    border-top: 1px dotted #ccc;
}

#pm .kett_listview_row_user table td {
    border-right: 1px dotted #ccc;
}

#pm .kett_listview_row_body {
    background: none repeat scroll 0 0 #fcfcfc;
    height: 69px;
    margin: 0 0 1px;
}

#pm .current_row_is_not_own_task .kett_listview_row_body {
    background: none repeat scroll 0 0 #fcfcfc;
}

#pm .kett_listview_row_box {
    background: none repeat scroll 0 0 #fcfcfc;
    /*border: 1px solid #C1D1D1;*/
    border: 0px;
    border-left: 1px dotted #ccc;
    padding-left: 5px;
    float: right;
    height: 61px;
    margin: 4px 4px 0 0;
    overflow-y: auto;
    width: 165px;
}

#pm .kett_lvrow_user_inner {
  background: none #fcfcfc;
}

#pm .current_row_is_own_task .kett_listview_row_user .kett_lvrow_user_head, 
#pm .current_row_is_own_task .kett_listview_row_user .kett_lvrow_user_head_last {
    background: none repeat scroll 0 0 #f3f3f3 !important;
    border-top: 1px dotted #ccc;
}


#pm .current_row_is_not_own_task .kett_listview_row_user .kett_lvrow_user_head, 
#pm .current_row_is_not_own_task .kett_listview_row_user .kett_lvrow_user_head_last {
    background: none repeat scroll 0 0 #f3f3f3 !important;
    border-top: 1px dotted #ccc;
}

#pm .kett_listview_row_foot {
  background: none #f3f3f3;
  border-top: 1px solid #ccc;
}

#pm .kett_listview_row_user .kett_lvrow_user_con .kett_lvrow_user_inner {
    font-size: 12px;
    height: 26px;
    overflow-y:hidden;
    padding: 4px 4px 4px 6px;
    /*border-right: 1px solid #ccc;*/
    border-top: 1px dotted #ccc;
}


#referenzen #keyvisual {
  display: none;
}

#referenzen .leftcontent h1 {
   width: 98.5%;
}
    

/*Styles Referenzgallerien*/
    
/* body#congen #keyvisual,*/
body#ref2 #keyvisual {
  display: none;
}
body#referenzen .leftcontent,
body#ref2 .leftcontent {
  float: left;
  padding: 40px 0 25px 20px;
  width: 890px;
}

body#ref2 h1 {
  width: 100%;
}



/* @end */

/* @end */ /* general layout */



/*
@media all and (orientation:portrait) { 
  
}

@media all and (orientation:landscape) { 
  
}

*/
/*@media screen and (max-device-width: 480px) {
   
   html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } 
}*/


/*
  Referenzen setup: 
  Added by Ricardo Gomez-Abal 
*/
/* BEGIN */


h2.tx_amcsrefs_title{
  border-top-color: #EAEAEA;
  border-top-style: solid;
  border-top-width: 0px;
  padding-top: 30px;

}
    
#tx_amcsrefs_results p{
  padding-top: 16px;  
  padding-bottom: 20px;
}

#tx_amcsrefs_table {
  border-collapse: collapse; 
}

#tx_amcsrefs_table td{
  margin: 0px;
  padding: 18px 10px;
  border-bottom-color: #EAEAEA;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

#tx_amcsrefs_table td p{
  padding-top: 1px;
  margin-bottom: 10px;
  line-height: 16px;
}

#tx_amcsrefs_table th{
  padding-right: 10px;
  padding-left: 10px;
  text-decoration:underline;
}

.num_col{
  text-align: center;
}

.txt_col{
  text-align: left;
}  

#submitDemand { 
  width: 60px;
  height: 18px;
  border: none ;
  background-color: white;
  background-image:url(../images/button_bg_submit.png); background-repeat:no-repeat; background-position:center center;
}

/*
  Referenzen setup: 
  Added by Ricardo Gomez-Abal 
*/
/* END */
 
/* Gallery styling */
/*.tx-yag-breadcrumbcomtainer,*/
.tx-yag-item-meta {
 	display: none;
}

.tx-yag-breadcrumbcomtainer {
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #efefef;
    margin: 3px 0 7px;
    padding: 5px 0;
    width: 940px;
}

.tx-yag-navigator {
    margin: 15px 0 5px;
    width: 900px;
}

.tx-yag-thumb-innerframe img, .tx-yag-image img {
    background-color: #fff;
    border: 0px solid #fff;
    border-radius: 3px 3px 3px 3px;
    margin: 0px;
    padding: 0px;
}

.tx-yag-thumb-outerframe,
.tx-yag-item-thumb-outerframe {
	padding: 5px;
    height: 290px!important;
    width:295px !important;
   	background: #fff;
	overflow:hidden;
	text-align: center;	
}
.tx-yag-thumb-outerframe {
	padding: 0px;

}


.tx-yag-thumb-innerframe  {
	padding: 5px 5px 0px 0px;
	margin-right: 7px;
	overflow:hidden;	
	text-align: center;
	background: #fff;
}

.tx-yag-thumb-innerframe div {
	width: 300px;
	height: 225px;
	overflow: hidden;
	border-top: 1px solid #efefef;
}
.tx-yag-thumb-caption {
    border-top: 1px solid #fff;
    padding-top: 10px;
    color: #808080;
    font-size: 12px;
}
.tx-yag-thumb-innerframe div img { 
	margin-top: -15px;
	margin-left: -45px;
}

/* Flash Player Video */
.tx-flvplayer-pi1 {
	text-align: left;
}

/* gallery styling end */

@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }  
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}
