html, body { width:100%; height:100%;font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;}

div.aussentable
 			{ width:100%; height:100%;
   			margin:0; border:0px solid red; padding:0;
			 display:table; }
			 
div.aussentd
 { width:100%; height:100%;
	margin:0; border:0px double blue; padding:0;
	display:table-cell; vertical-align:top;}
	
div.innen
 {
   width:400px;
   margin-left:auto; margin-right:auto;
   text-align:left; 
 }
 
 /** mainview ***/
 
 .mainview { background-image:URL(../img/bgr.jpg); background-repeat:no-repeat; }
 
 /*  *** BANNER *** */
 .tab_banner {}
 
 /* INFOBLÖCKE *** */
.tr_infoblock {}
.tr_infoheader {color:#666666; font-size:12px; background-image:URL(../img/hd_forum.jpg); background-repeat:no-repeat; height:20px; }
.tr_infoheader_1l{ color:#666666; font-size:12px; background-image:URL(../img/hd_01h.jpg); background-repeat:no-repeat; height:20px; background-position:left top; }
.tr_infoheader_2l {color:#666666; font-size:12px; background-image:URL(../img/hd_02h.jpg); background-repeat:no-repeat; height:20px; background-position:left top; }
.tr_infoheader_3l {color:#666666; font-size:12px; background-image:URL(../img/hd_03h.jpg); background-repeat:no-repeat; height:20px; background-position:left top; }
.tr_infoheader_4l {color:#666666; font-size:12px; background-image:URL(../img/hd_04h.jpg); background-repeat:no-repeat; height:20px; background-position:left top; }
.tr_infoheader_5l{color:#666666; font-size:12px; background-image:URL(../img/hd_05h.jpg); background-repeat:no-repeat; height:20px; background-position:left top; }
.tr_infospacer { height:20px;}
.td_infoblock { background-color:#E5E5E5; font-size:10px;}

.tr_infoheader_1r {color:#666666; font-size:12px; background-image:URL(../img/hd_02hi.jpg); background-repeat:no-repeat; height:20px; background-position:right top;}
.tr_infoheader_2r{color:#666666; font-size:12px; background-image:URL(../img/hd_03hi.jpg); background-repeat:no-repeat; height:20px; background-position:right top;}
.tr_infoheader_3r {color:#666666; font-size:12px; background-image:URL(../img/hd_04hi.jpg); background-repeat:no-repeat; height:20px; background-position:right top;}
.tr_infoheader_4r {color:#666666; font-size:12px; background-image:URL(../img/hd_05hi.jpg); background-repeat:no-repeat; height:20px; background-position:right top;}

/* *** FOOTER *** */
.td_footer { border-style:none; border-width:thin; border-color:#999999; font-size:10px;}

a.visited {color:#333333; text-decoration:underline;}
a {color:#333333; text-decoration:underline;}

#test  { min-width:200px; width:200px;}
#test2  { min-width:200px;}
