/* grundelemente */
/* ---------------------------------------------------------*/

html {
	font-family: Arial, Verdana, san-serif;
	font-size: 12pt;
	color: #000;
	line-height: 16pt;
}

body     {
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-image: none;
}
.bodycontent /* falls hintergrundfarbe des inhalts von der vom body abweicht */ {
	background-image: none;
	background-color: #fff;
text-align: left;
	}
	
/* --------------------- Access Keys */

#accesskeys {
	display: none;
}


/* --------------------- Elements */

#main {
	text-align: left;
}



/* --------------------- Head */


#head_1 {
	display: none;

}

#suchfeld {
	display: none;

}

#suchfeld input {
	display: none;

}

#topnav {
	display: none;

}

#topnav ul {
	display: none;

}

#topnav li {
	display: none;

}

#topnav a {
	display: none;

}

#topnav a:hover {
	display: none;

}


/* --------------------- Navigation */

#navibild {
	display: none;

}

#navi {
	display: none;

}


/* --------------------- Inhalt */

#inhalt {

}


#inhalt_start {

}

#topnews_aussen {
padding: 2px;
background-color: #fff;
}

#topnews_innen {
border: 1px solid #d9d9d9;
background-color: #f2f2f2;
padding: 13px;
margin-left: 30px;
}


html>body #topnews_aussen {
	width: 395px;
}

* html #topnews_aussen {
	width: 340px;
}


#footer {
	display: none;

}

#footer a {
	display: none;

}

#footer a:hover {
	display: none;

}

#created {
	display: none;

}


	
/* Links */
/* ---------------------------------------------------------*/

a:link  {
	color: #39c; }
a:visited { 
	color: #39c;}
a:hover { 
	color: #999;}
a:active { 
	}
a img { 
	border: none;
	}
	
/* Text, Tables */
/* ---------------------------------------------------------*/
	

p, .normal	{
	margin: 0;
	margin-bottom: 16pt;
	font-size: 12pt;
	line-height: 16pt;
	}
h1, .titel	{
	margin: 0;
	margin-bottom: 16pt;
	font-size: 18pt;
	font-weight: bold;
	}

h2  {
	margin: 0;
	margin-bottom: 16pt;
	font-weight: bold;
	font-size: 12pt;
	}

h3, .untertitel  {
	margin: 0;
	font-weight: bold;
	font-size: 12pt;
	}
hr {
	color: #000;
	background-color: #000;
	height: 1px;
	border: 0 }
ul  {
	}
ol {
	}
	
table  {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 12pt;
	line-height: 16pt; }
th  {
	font-weight: bold;
	text-align: left;
	}
td  {
  	vertical-align: top;
  	}
img	{
	border: 0;
	}
  	

/* Dokumente */
/* ---------------------------------------------------------*/

a.pdf  {
	background-image: url("/icons/module/Dokument3_0/icon_pdf_klein.gif");
	}
a.doc, a.rtf  {
	background-image: url("/icons/module/Dokument3_0/icon_word_klein.gif");
	}
a.xls  {
	background-image: url("/icons/module/Dokument3_0/icon_excel_klein.gif");
	}
a.pps  {
	background-image: url("/icons/module/Dokument3_0/icon_powerpoint_klein.gif");
	}
a.zip  {
	background-image: url("/icons/module/Dokument3_0/icon_zip_klein.gif");
	}
 a.document {
	background-position: 0 0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	background-repeat: no-repeat;
	}

