/* CSS Document */

  html {
    padding: 0;
  }
  body {
	margin: 0;
	padding: 0;
	background-image: url(papier.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #FBFBFB;
	background-attachment: scroll;
  }
  body, p a {
	font: normal 14px Arial, Helvetica, sans-serif;
	color: black;
  }

  #header {
	position: absolute;
	z-index: 2;
	top: 0;
	height: 60px;
	width: 100%;
	font-style: italic;
	font-weight: bold;
	border-bottom: 1px solid #000000;
	font-size: 21px;
	line-height: 21px;
  }

  #impressum {
	font-size: 10px;
	line-height: 18px;
	background-image: url(dc_headline_whiteback.png);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #999999;
	background-color: #FFFFFF;
  }
  #impressum a:link {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
  }
  #impressum a:hover {
	text-decoration: none;
	background-color: #CCCCCC;
  }
  #impressum a:visited {
	text-decoration: none;
	color: #000000;
  }
  #impressum a:active {
	text-decoration: none;
	color: #000000;
  }
  leftside {
	position: absolute;
	top: 2.8em;
	left: 0px;
	background-image: url(ringe_i.png);
	background-repeat: repeat-y;
	background-position: left;
  }
  #menu {
	position:absolute;
	left:50px;
	top:65px;
	width:200px;
	height:308px;
	z-index:1;
}
  #links {
	margin-left: 0em;
	margin-top: 2em;
	margin-bottom: 0;
	padding: 0;
	background-image: url(ringe_i.png);
	background-repeat: repeat-y;
	background-position: left;
  }
  * #links {
	z-index: 1;
  }
  #content {
	position:absolute;
	left:278px;
	top:75px;
	width:68%;
	z-index:2;
	margin-top: 0em;
	margin-bottom: 0;
	padding: 0;
  }
  #content a:link {
	color: #000000;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
  }
  #content a:hover {
	text-decoration: none;
	background-color: #CCCCCC;
	font-style: italic;
	font-weight: bold;
  }
  #content a:visited {
	text-decoration: none;
	color: #000000;
	font-style: italic;
	font-weight: bold;
  }
  #content a:active {
	text-decoration: none;
	color: #000000;
	font-style: italic;
	font-weight: bold;
  }
   #nav {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #999999;
	vertical-align: top;
  } 
  
  #nav a:link {
	color: #000000;
	text-decoration: none;
  }
  #nav a:hover {
	text-decoration: none;
	background-color: #CCCCCC;
  }
  #nav a:visited {
	text-decoration: none;
	color: #000000;
  }
  #nav a:active {
	text-decoration: none;
	color: #000000;
  }
  #content p {
    margin: 0 0 1em 0;  /* Positionierung des 'zurueck'-Links */
  }
  #content ul{
	list-style-image: url(list_grey.png);
	line-height: 25px;
}
  #fuss {
	position: static;
	width: 100%;
	height: 22px;
	font-size: 0.9em;
	text-align: center;
	border-left: none;
	border-top: 1px ridge gray;
	vertical-align: middle;
	border-right-style: none;
	border-bottom-style: none;
	line-height: 1.4em;
	clear:both;
	background-color: #FFFFFF;
	z-index: 3;
	bottom: 0px;
  }
  html>body #fuss {  /* nur fuer moderne Browser! */
    position: fixed;
  }
  #zoom {
	border: thin solid #999999;
	text-align: center;
	background-image: url(zoomback.png);
	background-repeat: repeat;
	margin: 6px;
}
  #grey {
	border: thin solid #999999;
	background-image: url(zoomback.png);
	background-repeat: repeat;
	margin: 6px;
}
  #box {
	border: thin solid #999999;
	font-size: 11px;
}
#inbox {
	padding-left: 12px;
	padding-right: 12px;
	vertical-align: top;
}
#table_c {
	text-align: right;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}
#table_c td{
	padding-left: 5px;
	vertical-align: top;
}
  h1 {
    font-size: 1em;
    text-align: left;
  }
  h2 {
	font-size: 1em;
	text-align: center;
	padding-left: 20px;
	padding-right: 0px;
  }
  
div.main {
height:100%; 
background-image: url(papier.jpg); 
background-repeat: repeat-y;
background-position:right;
background-attachment:scroll;
}
#header h2 {
	font-style: italic;
	font-weight: bold;
	text-align: left;
}

.small {
	font-size: 0.7em;
	font-style: normal;
	font-weight: normal;
}
.small_b {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}
.small_i {
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	line-height: 15px;
}
.small2 {
	font-size: 0.5em;
	font-style: normal;
	font-weight: normal;
}
.img {
	border: 1px solid #999999;
}
#table_grey {
	border: thin solid #999999;
	text-align: center;
	background-image: url(zoomback.png);
	background-repeat: repeat;
	font-size: 10px;
	font-weight: bold;
}

#content #form #table_grey input {
	border: 1px solid #CCCCCC;
	font-size: 8px;
	font-weight: bold;
	text-align: center;
	background-color: #999999;
	font-style: italic;
}
#content #form #table_grey textarea {
}
