body{
  margin:87px 0 0 190px;
  padding:0px;
 }
div#header{
  position:absolute;
  top:0;
  /* width:100%; */
  left:190px;
  height:87px;
 }
 div#left-sidebar{
  position:absolute;
  top:0;
  left:0;
  width:190px;
  height:100%;
  overflow:auto;
  background-color:#000;
 }
 @media screen{
  body>div#header{
   position:fixed;
  }
  body>div#left-sidebar{
   position:fixed;
  }
 
 * html body{
  overflow:hidden;
 }
 * html div#content{
  height:100%;
  overflow:auto;
  background-image:url('img/bg_logo.gif');
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position: center;
 }
 * html div#header{
  width:100%;
 }
 
div#content {
  padding: 5px 10px 5px 10px;
}

body, td, th {font-family: arial; font-size:12px;}
img { border: none; }
th {font-weight:bold; text-align:left;}
td.list {font-family: arial; font-size:12px;}
.list2 {font-family: arial; font-size:11px;}

a:hover {
   text-decoration:none;
   color: red;
}

#navi a, #naviSub a {
   font-family: impact, arial;
   font-weight: normal;
   color: white;
   text-decoration:none;
   letter-spacing: 1px;
   font-size: 22px;
}
#naviSub a {
   font-size: 19px;
}
#navi a:hover, #naviSub a:hover {
   color: red;
}
#navi .sel, #naviSub .sel {
   color: red;
}

#browse a {
   color: black;
   font-size: 22px;
}
#browse a:hover {
   text-decoration:none;
   color: red;
}
#browse {
   font-family: impact, arial;
   letter-spacing: 1px;
   font-weight: normal;
}
#browse .sel {
   color: red;
   font-size: 26px;
}
#browse .sel2 {
   color: red;
}

input, select, textarea {
  font-family:arial;
  font-size:12px;
}
input {
  font-weight:bold;
}

.letter {
  font-family: impact, arial;
  font-size:22px;
  font-weight: normal;
  color: gray;
}
.error {
  color:red;
}
form {display:inline;}

/*--- PDF Katalog ----*/

.cock-up {
	border-bottom:1px dashed #666;
	height:250px;
	width:900px;
	margin-bottom:20px;

}
.cock-up img{
	float:left;
	padding:4px;
	margin-right:10px;
}
.cock-up h2{
	padding-top:10px;
}


.cock-up a:link {
	
}


.cock-up a:hover, a:active, a:focus {

}

.cock-up a:visited {
  color: #909090;
  text-decoration:none; 	
}
