@CHARSET "UTF-8";

/* general */
* { padding: 0; margin: 0; }
body {
         background-color:#ffffff;
         color:#000000;
         margin:0px;}
         
/* links */
a {
	color: #000;}
a:hover {
	color: #000;}
a.external-link img {
	display: none;}
a.mail img {
	display: none;}
a.download img {
	display: none;}
	
/* headings */
h1 {
	font-size: 130%;
	color: #000;
	line-height: 100%;
	background: none;
	margin-bottom: 5px;}
h2 {
	font-size: 130%;
	color: #000;
	line-height: 100%;
	margin-bottom: 5px;}
h3 {
	font-size: 130%;
	color: #000;
	line-height: 100%;
	margin-bottom: 5px;}
h4 {
	font-size: 115%;
	color: #000;
	line-height: 100%;
	margin-bottom: 5px;}
h5 {
	font-size: 115%;
	color: #000;
	line-height: 100%;
	margin-bottom: 5px;}
h6 {
	font-size: 100%;
	color: #000;
	line-height: 100%;
	margin-bottom: 5px;}

/*content */
#wrapper { 
         height:100%;
         position:static;
         width: 98%; /*650px*/
         top:0px;
         left:0px;
         overflow:visible;
         font-size: 16px !important;
         font-family: Trebuchet MS, Arial, sans-serif;}
#content {
         height:100%;
         position:static;
         width: 98%; /*650px*/
         top:0px;
         left:0px;
         overflow:visible;
}
#leftcolumn {
         height:100%;
         position:static;
         width: 98%; /*650px*/
         top:0px;
         left:0px;
         overflow:visible;
}
#rightcolumn {display: none;}

/* farben */
span.red {
	color: #000;}
span.green {
	color: #000;}
span.gray {
	color: #000;}

/* caption */
#content dd.csc-textpic-caption{
         font-size: 80%;
         padding:0px;
         text-align:left;}
/* images */         
#leftcolumn div.csc-textpic-imagewrap img {
	border: none;}
#leftcolumn div.csc-textpic-imagewrap {
	margin-left: 7px;}
/* list */
#leftcolumn ul {
	margin-left: 36px;
	margin-bottom: 16px;
	list-style-type: square;
	list-style-image: none;}
#leftcolumn ol {
	margin-left: 42px;
	margin-bottom: 16px;}

/* text */	
#leftcolumn p {
	margin: 0px 0px 16px 7px;}
#leftcolumn p.bodytext {
	margin-bottom: 16px;}
#leftcolumn blockquote {
	margin-left: 63px;}

/* header */
#header {display: none;}
#printlink {display: none;}
#rootline {display: none;}
#linie-beige {display: none;}

/* footer */
#footer {display: none;}

/*
.clear {
	clear: both;
	background: none;}
#servicemenu {display: none;}
#dfg-logo {display: none;}

*/
