/* Formatierungen für Subtemplate Sub04 */

/**********************************************************
Menüspalte und Contentberich
***********************************************************/

/* Gesamte Tabelle*/
#sub04-content-table {
	height: 100%;
	width: 900px;
	margin-top: 5px;	
}

/* Menüspalte wird über id="content-left" formatiert -> main_templ.css */

/* Contentspalte rechts*/
#sub04-content-right {
	height: 100%;
	padding: 0px 15px 0px 15px;
	font-family : Arial Georgia Times serif;
   font-size : 8pt;
   font-weight : normal;
   color : black;
   background-color : transparent;
	border-left: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
	margin-top: 5px;
	width : auto;	
}