@charset "UTF-8";
@media print
{
  html {
  	height:100%; 
  	max-height:100%; 
  	padding:0; 
  	margin:0; 
  	border:0; 
  	background:#fff;
  	font: 76% arial, helvetica, sans-serif;
  	overflow: hidden; 
  }
  
  body {
  	height:100%; 
  	max-height:100%; 
  	overflow:auto; 
  	padding:0; 
  	margin:0; 
  	border:0;
  	color: black;
  }
  
  #head {
  	position:absolute; 
  	left: 0; 
  	top: 0; 
  	width:100%; 
  }
  
  #head a {
  	text-decoration:none;
  }
  
  #content {
  	display:block; 
  	overflow:hidden; 
  	position:absolute; 
  	top: 30mm; 
  	bottom: 4em; 
  	width: 100%; 
  	left: 0; 
  	background: #ffffff;
  	line-height: 2.5ex;
  }
  
  #foot {
  	position:absolute; 
  	right: 0; 
  	bottom: 4em; 
  	background: #ffffff; 
  }
  
  #logo_print {
  	position: absolute;
  	right: 0;
  	top: 0;
  }
  
  #logotext {
  	position: absolute;
  	left: 0; 
  	top: 0; 
  	width: 100%;
  	padding: 0;
  	font-size:12px;
  	font-family: arial, helvetica, sans-serif;
  	line-height: 2ex;
  	color: black;
  	text-decoration:none;
  }
  
  #logotext h3 {
  	font-size:14px;
  	font-weight: bold;
  	font-family: arial, helvetica, sans-serif;
  	color: black;
  }
  
  #content a {
  	border-right:none;
  	border-top-style: none;
  	border-bottom-style: none;
  	border-left-style: none;
  	text-decoration: none;
  	color: black;
  }
  
  #content p a:link:after,
  #content p a:visited:after {
    content: " ("attr(href)")";
  	font-weight: bold;
    font-size: 90%;
  }
  
  #content p a[href^="/"]:after {
    content: "(http://www.tandemmedia.de" attr(href)")"; 
  }
  
  #content li {
  	list-style: disc;
  	list-style-position: inside;
  	text-indent: 20pt;
  }
  
  #copyright {
  	font-size:10px; 
  	font-family: arial, helvetica, sans-serif;
  	border: #ececec solid;
  	border-width: 1px 0 0 0;
  	text-align: right;
  }
  
  #logo, 
  .hauptnav, 
  #subnav, 
  #suchfeld,
  .banner {
    display: none;
  }
  
  div #content .csc-textpic-imagerow dl {
  	padding: 0 0 20px 0;
  }
  
  #content h1 {
  	border: 1px solid #ccc;
  	border-width: 1px 0;
  	padding: 6px 4px 6px 4px;
  }
  
  p {
  	margin: 2px 0;
  }
  
  strong {
  	font-weight: bold;
  }
  
  #right h1, #right h2 {
  	color: #e6b800;
  }
  
  .celsubmenu {
  	margin: 0 0 0 40px;
  }
  
  .mailformwarning {
  	color: red;
  }
  
  .mailformrequired {
  	font-weight: bold;
  }
  
  /* ********************************* Formulare  ******************************* */
  
  #hauptnav li form {
  	display: Inline;
  	padding: 0;
  	margin: 0;
  }
  
  #hauptnav li form input {
  	display: Inline;
  	padding: 0;
  	margin: 0;
  }
  
  form .form_line{
  	margin:0;
  	padding: 5px 0 5px 0;
  }
  
  form .form_line label {
  	float:        left;
  	width:        200px;
  	margin-right: .3em;
  	margin-left: 0;
  	margin-bottom:5px;
  }
  
  /* Kontaktformular */
  
  .csc-form-labelcell {
  	width: 30%;
  }
  
  .csc-form-fieldcell {
  	width: 70%;
  }
  
  
  H1 {                 
  	margin: 16px 0 10px 0;
  	border: 1px solid #ccc;
  	border-width: 1px 0;
  	padding: 6px 4px 6px 4px;
  	font-size:18px; 
  	color: #2c447c;
  	font-weight: normal;
  }
  
  H2 {                 
  	border: none;
  	margin: 16px 0 10px 0;
  	padding: 6px 0px 6px 0px;
  	font-size:16px; 
  	color: #2c447c;
  	font-weight: normal;
  }
  
  H3 {                 
  	margin: 16px 0 10px 0;
  	padding: 6px 0px 6px 0px;
  	font-size:14px; 
  	color: #FDA03F;
  	font-weight: bold;
  }
  
  H4 {                 
  	margin: 10px 0 10px 0;
  	padding: 6px 4px 6px 0px;
  	font-size:12px; 
  	color:#FDA03F;
  	font-weight: bold;
  }
  
  H5, H6 {                 
  	margin: 10px 0 10px 0;
  	padding: 6px 4px 6px 0px;
  	font-size:12px; 
  	color:#FDA03F;
  }
}