/* CSS Document */

/* Topic */

 .caption {
	text-align:center;
	border-bottom:1px solid #00206B;
	background-repeat: no-repeat;
}
.content {
	padding:5px;
}
	 #content .picture {
		border-width:0px;
		float:right;
		padding-left:5px;
	}
	 #content .text {
		font-size: 0.9em;
	}

/* Tabelle */

#topic_table {
	margin-bottom: 1em;
	padding:0px;
	border-width:0px;
}

	#topic_table .topic_td{
		padding-bottom:5px;
		border-style:solid;
		border-width:1px;
		width:28em;
		vertical-align:top;
	}

/* Beschriftung */

/* Link Caption */
#caption a {
	font-size:1.0em;
	font-weight:bold;
	text-decoration: none;
}
#caption a:visited { text-decoration: none;}
#caption a:hover { text-decoration: underline;}
#caption a:active { text-decoration: none;}

/* Link Content */
#content a {
	font-weight:bold;
	text-decoration: none;
}
#content a:visited { text-decoration: none;}
#content a:hover {text-decoration: underline;}
#content a:active { text-decoration: none;}
