body 
{
	font-family: Trebuchet, Arial, Verdana, San-Serif;
	font-size: 100%;
	min-height: 100%;			
	height: 100%;
	margin:  0px;
	padding: 0px;
	border:  0px;
}

a
{
	color: #990000;
}

h1
{
	font-size: 160%;
	color: #327B7D;
	margin: 0px 0px 5px 0px;
}

h2
{
	font-size: 130%;
	margin: 0px 0px 3px 0px;
	color: #327B7D;
}

h3
{
	font-size: 110%;	
	margin: 0px 0px 0px 0px;
}

/* der containerheader samt zugehörigen elementen (navigation oben) */

#header
{
	display: none;
}

/* grauer rand */
#containerborder
{
	display: none;		
}

/* der allgemeine content container */

#container
{
	position: relative;
	left:0px; 
	top:0px; 	
	width: 100%;
}


/* der content samt zugehörigen elementen */

#content
{
	position: relative;
	left:0px; 
	top:0px; 	
	width: 100%;
	font-size: 90%;
}

#content li
{
	padding-bottom: 8px;
}

#content li a
{
	font-weight: bold;
	text-decoration: none;
}

#content li a:hover
{
	text-decoration: underline;
}

#boxleft
{
	float: left;
	z-index: 4;	
}

.W350
{
	width: 350px;
	z-index: 30;		
}

.W470
{
	width: 470px;
	z-index: 60;		
}

#boxright
/* rechte spalte der index-seite (news) */
{
	float: right;
	z-index: 4;	
}

.news
{
	font-size: 70%;
	width: 166px;	
}

.info
{
	font-size: 80%;
	width: 270px;	
}

#boxright p
{
	color: #666666;
	margin: 0px;
	padding: 0px;
}

#boxright p.date
{
	font-size: 110%;
	font-weight: bold;
	margin: 9px 0px 3px 0px;
}

#boxright p.subcontent
{
	margin: 0px 0px 16px 0px;
}

/* der linke navigation samt zugehörigen elementen (navigation oben) */

#navleft
{
	display: none;
}

/* die obere navigation samt elementen */

#navtop
{
	display: none;
}

/* die pseudoklassen */

.header
{
	font-size: 100%;
	display: block;
	color: #3D4E5A;
	font-weight: bold;
}

.subheader
{
	font-size: 90%;	
	display: block;
	color: #3D4E5A;
}

.subbox
{
	margin-bottom: 20px;
}

.xbold
{
	font-weight: bold;
}



#boxright .header
{
	margin: 4px 0px 0px 0px;	
}

.boximage
{
	border:1px solid #333333;
}

.boximagergt
{	
	float: right;
	border:1px solid #333333;
	margin: 0px 0px 5px 5px;
}
/* tabellendefinition */

table
{
	font-size: 100%;
}

.list01
{
	font-size: 90%;
	width: 470px;
	background-color: #F5F5F5;
}

.list02
{
	font-size: 90%;
	width: 470px;
}

.formtable td
{
	padding-bottom: 3px;
}

.list02 th
{
	vertical-align: top;
	text-align: left;
	color: #327B7D;
	width: 80px;	
}

td a
{
	font-size: 90%;
}

td.type01, form.type01
{
 	border-bottom: 1px dotted #DDDDDD; 
 	padding: 7px 0px 7px 7px; 	
}
 
td.type02
{
	width: 100%;
	padding: 7px;
 	vertical-align: top;
 	text-align: left;	
} 
 
td.type03
{
	padding: 7px 7px 7px 3px; 
 	vertical-align: bottom;
 	text-align: right;
 	border-bottom: 1px dotted #DDDDDD; 	
}

.inside td, .inside th
{
	padding-bottom: 5px;
}

.souped_table
{
	position: relative;
	z-index: 100;
}