/********************
 * Allgmeiner Teil
 ********************/

body {	
	margin: 10px;
	background-color : #ffffff;
	//width: 830px;	
}

body, table {	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333333;	
}

h1 {
	font-size: 14pt; font-weight: bold;
}

h2 {
	font-size: 13pt; font-weight: bold;	
	margin-bottom: 8px;
}

h3 {
	font-size: 11pt; font-weight: bold;	
	margin-bottom: 4px;
}


a:link, a:visited {
        color: #FF3333;
	text-decoration: none;	
}

a:hover {	
	text-decoration: underline;
}

hr { 	
	background: transparent; 
	height: 1px; 
	border-width: 1px;
	border-style: solid;
}

/*****************************************************
 * Angaben für Lernpfad Übersicht und did. Kommentar
 *****************************************************/

body {
	// width:830px;
}

table {
	border-collapse: collapse;
	margin-left:20px;
	margin-right:20px;
}

th, td {
	padding:3px;
	text-align: left;
	vertical-align:top;
}


