/* so importiert man in eine CSS-Datei eine andere CSS-Datei: @import "layout.css"; */

body {
	line-height: 120%;
	font-family: "Times New Roman", Times, serif;
/*	font-family: Geneva, Arial, Helvetica, sans-serif; */
	margin: 0px;
	background: #FFFFFF;
	text-align: left;
	font-size: 12px;
	height: 100%;
	margin-left: 70px;
}

.maincontainer a:link {
	color: #990000;
	text-decoration: none;
	/* border-bottom: 1px dotted #990000; */
}

/* Menüleiste ---------------------------------------------------------*/

.header {
	display: none;
}

#header_logo  {
	display: none;
}

#subtitle  {
	display: none;
}

#navhorzcontainer {
	display: none;
}

/* Container ---------------------------------------------------------*/

.maincontainer {
	margin: 10px auto 20px auto;
	width: 760px;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
/*	font-family: Geneva, Arial, Helvetica, sans-serif; */
	font-size: 14px;
	line-height: 120%;
}

#narrowcontent {
	width: 760px;
	padding: 0px 20px 0px 0px;
	float: left;
}

#widecontent {
	width: 760px;
	padding: 0px 20px 0px 0px;
	float: left;
}

.contentpaneopen {
	text-align: left;
}

table.contentpaneopen img { border: 1px solid #000000; margin: 10px; }
table.contentpaneopen img:hover { border: 1px solid #CC0000; }

#textlinks {
	color: #333333; 
	font-family: "Times New Roman", Times, serif;
/*	font-family: Geneva, Arial, Helvetica, sans-serif; */
	line-height: 150%;
	padding: 100px 20px 0px 0px;
	margin: -100px 20px 0px 0px;
	width: 420px;
	border-right: 1px dotted #aaa;
	float: left;
	z-index: 1;
}

#textrechts { 
	float: left; 
	font-family: "Times New Roman", Times, serif;
/*	font-family: Geneva, Arial, Helvetica, sans-serif; */
	line-height: 125%;
	margin: 0px 0px 0px -21px; 
	padding: 0px 0px 0px 40px; 
	border-left: 1px dotted #aaa;
	z-index: 1; 
	width: 160px; 
}

#introtext {
	text-align: left;
	background-color: #FFFFFF;
}

#footer {
	/* background-color: #FFFFF3; */
	margin: 20px auto 20px auto;
	border-top: 1px solid #CCCCCC;
	width: 760px;
	padding: 0px 20px 10px 0px;
	float: left;
	font-size: 10px;
}

.sectiontableentry1 {
	background-color: #FFFFFF;
}

.sectiontableentry2 {
	background-color: #EDEDED;
}

/* Sidebar ---------------------------------------------------------*/

#sidebar {
	display: none;
}

/* Textformatierungen -------------------------------------------------*/

.sb_footer {
	display: none;
}

span.fineprint {
	display: none;
}

.postheading {
	margin-bottom: 30px;
}

td.contentheading { /* ehmals h2 */
	font-weight: bold;
	/* text-shadow: 3px 3px 4px #000; */
	float: left;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
/*	font-family: Geneva, Arial, Helvetica, sans-serif; */
	padding-bottom: 15px;
}

td.contentheading a:link {
	border: none;
}

td.contentheading img {
	display: none;
}

span.contentheading {
	font-weight: bold;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
/*	font-family: Geneva, Arial, Helvetica, sans-serif; */
	padding-bottom: 5px;
}

.createdate {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-weight: normal;
}

.datum {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-weight: normal;
}

a.readon {
	top: 12px;
	position: relative;
}

.big_button {
	padding: 5px;
	margin: 5px 5px 15px 5px;
	background-color: #404F59;
	font-size: 14px;
	color: #FFFFFF;
}

#dm_header {
	display: none;
}
