@CHARSET "UTF-8";

/* ##################################################
 * #												#
 * # HOCHZWEI Stylesheet							#
 * #												#
 * # Autor: Julia Zehentner							#
 * # 												#
 * # Datum: 17.08.2009								#
 * # 												#
 * ################################################## 
 */

p.klein, span.klein{
	font-size:10px;
}

ul{
	list-style-type:none;
}

li{
	background: url(../img/pfeil.gif)  left 5px no-repeat;
	padding-left:10px;
}




h1, h2, h3, h4, h5, p { margin:0; padding:0; }

h2 { font-size: 1.8em; line-height:1.2em;}
h3 { font-size: 1.6em; line-height:1.2em;}
h4 { font-size: 1.4em; line-height:1.2em;}

p {
	
}

a {
	font-style:italic;
}

a.mitPfeil{
	background: url(../img/pfeil.gif)  left 5px no-repeat;
	padding-left:10px;
}

a:hover {
	text-decoration:underline;
}

b {
	
}


table, th, td{
 vertical-align:top;
 text-align:left;
}

table.mitLinie{
}

table.mitLinie td, table.mitLinie th{
	border-bottom:1px solid #8ac6eb;
}

table.mitLinie th{
	width:120px;
}

td, th{
	padding:5px 0px;
}

td.mitNamen{
	width:120px;
	font-weight:bold;
	padding-right:5px;
}