h1 {
	font-size:			18px;
	font-weight:		bold;
	font-style: 		italic;
	color: 				#607A97;
	padding: 			5px;
	margin: 			15px 10px 10px 10px;	
	display:			block;
	border-bottom: 		1px solid #607A97;
}
	
h2 {
	font-size:			16px;
	font-weight:		bold;
	color: 				black;
	padding: 			5px;
	margin: 			10px;	
	display:			block;
	border-bottom: 		1px solid #660000;
	text-align: 		left;
}

h3 {
	font-size:			14px;
	font-weight: 		normal;
	color: 				black;
	padding: 			5px 5px 5px 25px ;
	margin: 			10px;	
	display:			block;
	text-align: 		left;
}


p {
	font-size:			14px;
	color: 				black;
	padding: 			5px;
	margin: 			10px;	
	text-align: 		justify;
}
p:first-letter {
	font-size:			24px; 
	color:				#607A97;
	font-weight: 		bold; 
	}


ul {
	text-align: 		left;
}

ul.anfahrt {
	margin-left: 100px;
	list-style-type: decimal;
	font-weight: bold;
}

img {
	padding: 5px;
}
#aktivitas {
	text-align: left;
}
#aktivitas table{
	text-align: center;	
}

#aktivitas tr, td{
	text-align: 		left;
}
#aktivitas td.name{
	width: 160px;
}
#sempro {
	font-size: 			14px;
	font-weight: 		normal;
	color: 				black;
	display:			block;
	text-align: 		left;
	empty-cells:		hide;
}

#sempro table {
	margin:  5px;
}
#sempro td {
	vertical-align: 	top;
	padding-top:  		5px;
}
#sempro td.tag {
	width:				30px;
}
#sempro td.datum {
	width:				80px;
	font-weight: 		bold;
}
#sempro td.zeit {
	width:				40px;
	text-align: 		right;
	font-style: italic;
}

#sempro td.zusatz {
	width:				50px;
	font-style: italic;
}
#sempro ul {
	margin-left: 120px;
}
#navigation ul
	{
    width: 200px;
    margin: 0px;
	padding: 0px;
	line-height:2em;
	font-family: Verdana, Arial, Helvetica, Sans-Serif; 
	font-size: 12px; 
	font-weight: bold;
	font-style: normal; 
	list-style: none;
	display:block;
	background-color:#607A97;
	color:#ffffff;
	text-align: center; 
}

#navigation li {
	padding: 0px;
	margin-bottom:0px;
	border-bottom: 1px solid #607A97;
}

#navigation a {
	display:block; 
	padding: 0px 0px 0px 25px;
	background-color:#FFFFFF;
	text-align:left;
}

#navigation a:link,	a:visited { 
	text-decoration:none;
	font-weight: bold;
	color: black;
}

#navigation a:hover { 
	text-decoration:none ;
	font-weight: bold;
	color:#0;
	background-color:#BEC9D6;
}

#navigation a:active{ 
	text-decoration:none;
	font-weight: bold;
	color:#0;
	background-color:#BEC9D6;
}


