@CHARSET "ISO-8859-1";

/* ##################################################
 * #												#
 * # HOCHZWEI Stylesheet							#
 * #												#
 * # Autor: Julia Zehentner							#
 * # 												#
 * # Datum: 28.04.2009								#
 * # 												#
 * ################################################## 
 */




h1, h2, h3, h4, h5, p { margin:0; padding:0; }

h1 {
	
}

h2 {
	
}

h3 {
	
}

h4 {
	
}

h5 {
	
}

p {
	
}

a {
	font-style:italic;
	color:#f49b00;
	text-decoration:none;

}

a:hover {
	text-decoration:underline;
}

a.mitPfeil {
		background: url(../img/cdu_pfeil.gif) left 2px no-repeat;
	padding-left:8px;
}

.pfeil {
		background: url(../img/cdu_pfeil.gif) 0px 3px no-repeat;
		margin-bottom:7px;
	padding-left:14px;
}


ul{
	list-style-image: url(../img/cdu_pfeil.gif);
	padding-left:8px;
	margin-left:8px;
}

li{

}

b {
	
}

/*TABELLE*/

table{
	border:none;
	width:100%;
	border-spacing:0;
	border-collapse:collapse;
}

th{
	text-align:left;

}

td, th{	
	vertical-align:top;
	padding:5px;
	border-bottom: 1px solid #c8c8c8;
}

hr {
	border-top:1px solid #F49B00;
	margin:10px 0;
	
}

