/* Print-Layout */

.no-print {
	display: none;
}

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	margin: 0; 
	padding: 0;
	color: #000;
	background: #fff;
	line-height: 1.35em;
}

ul {
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
}
h1, h2, h3, h4 {
	padding: 0;
	margin: 0.35em 0 0.2em 0;
}
h1 {
	font-size: 130%;
}
h2 {
	font-size: 120%;
}
h3, h4 {
	font-size: 110%;
}
p {
	margin: 0.8em 0;
}
a {
	color: #339;
	text-decoration: none;
}
img {
	border: 0;
}
hr {
	display: none;
}

.header {
	border-bottom: 1px solid #aaa;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

.footer {
	border-top: 1px solid #aaa;
	margin-top: 15px;
	padding-top: 10px;
}

small, .small {
	font-size: 85%;
}
.article {
	margin: 20px 0;
}
.date {
	text-align: right;
}
.textBox {
	padding: 10px;
	width: 230px;	/*Std.-Breite*/
}
* html .textBox  {
    width: 250px;	/* total width, only for IE5.x/Win */
	w\idth: 230px;	/* content width for other IE */
}
.imageBox {
	border: 1px solid #aeaeae; 
	padding: 2px;
}
.posLeft {
	float: left;
	margin: 2px 10px 5px 0;
}
.posRight {
	float: right;
	margin: 2px 0 5px 10px;
}

/* Termin-DB */
.termin {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.termin .alle, .termin .VorstandUndBeirat, .termin .Beirat {
	padding-left: 10px;
}
.termin .alle {
	border-left: 3px dotted #c60021;
}
.termin .VorstandUndBeirat {
	border-left: 3px solid #30f; 
}
.termin .Beirat {
	border-left: 3px solid #690; 
}
.t_titel {
	font-weight: bold;
	font-size: 115%;
}
.t_datum, .t_ort, .t_notiz {
	vertical-align: top;
}
.t_text {
	font-style: italic;
}
.t_datum {
	float: left;
	width: 100px;
} 
.t_titel, .t_text, .t_content {
	margin-left: 110px;
}
.t_content {
	padding-top: 3px;
}
.t_notiz {
	padding-top: 5px;
}


/* Float-Clearfix (Standard für dl-Listen) */
.clearfix:after, dl.list:after, #appContent div.data:after {
	content: ".";
	display: block;
	height: 0;
    clear: both;
	visibility: hidden;
}
.clearfix, dl.list, #appContent div.data { display: inline-block;}
/* Hides from IE-Mac \*/
* html .clearfix, * html dl.list, * html #appContent div.data { height: 1%; }
.clearfix, dl.list, #appContent div.data { display: block; }
/* End hide from IE-Mac */
