

html {
	color      : #fff;
	background : #E5E5E5;
	font-family: Verdana;
	margin     : 0;
	padding    : 0;
	font-size  : 10px;
	border     : 0; 
}

body {
	margin     : 0;
	padding    : 0;
	font-size  : 10px;
	border     : 0;
}

h1 {
	margin      : 0;
	padding     : 0;
	font-size   : 13px;
}

h3 {
	font-size          : 13px;	
	color              : #5975A5;
	text-decoration    : none;
	font-weight        : bold;
	font-family        : Verdana;
	letter-spacing     : 0;
	padding-left       : 20px;
}

h2 {
	font-size          : 16px;	
	color              : #5975A5;
	z-index            : 2;
	text-decoration    : none;
	font-weight        : bold;
	font-variant       : small-caps;
	font-family        : Verdana;
	letter-spacing     : 0;
	padding-top        : 20px;
	padding-left       : 20px;
}


/* Formatierung für Content und Liste */ 

td.content {
	background-image   : none;
	background-position: bottom left;
	background-repeat  : no-repeat;
	background-color   : #000;
	padding-right      : 0;
	margin-right       : 0;
	height             : 400px;
	max-width          : 200px;
	font-size          : 11px;
	font-family        : Verdana;
}


/* Formatierung der Auszeichnungen */

td.content a:link,
td.content a:visited,
td.content a:active {
	color              : #5975A5;
	font-size          : 11px;
	text-decoration    : none;
	font-weight         : bold;
	font-family        : Verdana;
}
	
td.content em {
	color              : #000;
	font-size          : 11px;
	text-decoration    : none;
	font-weight        : bold;
	font-family        : Verdana;
}
