
/* Formatierung Grundlage */
h2 {
	display: none;
}

/* Formatierung für Navigation */ 
td.nav {
	background-image   : url(navigation.jpg);
	background-position: bottom left;
	background-repeat  : repeat-y;
	width              : 158px;
	height             : 500px;           
}


/* Formatierung für Kopfteil */ 
td.top {
	background-image   : url(/top.jpg);
	background-position: bottom left;
	background-repeat  : no-repeat;
}


td.content {
	background-image   : url(/fond.jpg);
	background-position: bottom left;
	background-repeat  : no-repeat;
	background-color   : #fff;
	height             : 360px;
	padding-left       : 15px;
	padding-right      : 20px;
	color              : #000;

}

td.content img {
	border        : 1px solid #0062A8;
	margin        : 0;
	margin-bottom : 10px;
	float         : none;
}
ul.simple {
	list-style  : none;
	margin-left : 0;
	padding-left: 0;
		
}
td.content ol {
	list-style  : none;	
}
td.content li {
	list-style  : none;
	padding-left: 0;
	margin-left : 0;
}
td.content ul li{
	margin-left : 0;
}




td.content table {
	border-collapse  : collapse;
	border           : 1px solid #0062A8;
	color            : #000;
	text-align       : left;
	vertical-align   : top;
	width            : 100%;
	
}

td.content td {
	padding          : 5px;
	border-top       : 1px solid #0062A8;
	vertical-align   : middle;
	text-align       : left;
	white-space      : normal;
}

td.content th {
	padding            : 5px;
	color              : #fff;
	background         : #0062A8;	
	color              : #fff;
	text-align         : left;
	vertical-align     : middle;
	text-decoration    : none;
	font-weight        : bold;
	font-variant       : normal;
	letter-spacing     : 0;
	white-space: nowrap;
}

td.content table img {
	border        : none;
	margin        : 0;
	margin-bottom : 10px;
	float         : left;
}	
	




