@CHARSET "ISO-8859-1";

/* ##################################################
 * #												#
 * # HOCHZWEI Stylesheet							#
 * #												#
 * # Autor: Frederick Stierle						#
 * # 												#
 * # Datum: 16.10.2008								#
 * # 												#
 * ################################################## 
 */

 .test {
 	
 }
 
 body {
 	color:#3c3c3c;
	font-size:12px;
	line-height:20px;
	font-family:georgia;
 }

p.ohneAbstand, .ohneAbstand {
	margin-bottom:0px !important;	
}

.mitAbstand, p.mitAbstand {
	margin-bottom:15px;
}

h1, h2, h3, h4, h5, p { margin:0; padding:0; }

h1 {
	color:#1965a8;
	font-size:23px;
	margin-bottom:15px;
}

h2 {
	
}

h3 {
	color:#1965a8;
	font-size:14px;
}

h4 {
	
}

h5 {
	
}

p {
	margin-bottom:15px;
}

a {
	color:#1965a8;
	font-style:italic;
	text-decoration:none;
	outline-width:0px;
}

a:hover {
	text-decoration:underline;
}

a.linkMitPfeil, .more a {
	padding-left:10px;
	background:url(../../img/link.gif) no-repeat 0px 5px;
} 

b {
	
}

ul {
	
	list-style-type:none;
	list-style-position:outside;
	padding:0 !important;
	margin:0 !important;
	margin-bottom:15px !important;
}


li {
	padding-left:9px;
	background:url(../../img/li.gif) no-repeat 0px 10px;
}

hr {
	border:none;
	background-color:none;
	margin-bottom:15px;
	*margin-bottom:10px;
	border-bottom:1px dotted #1965a8;
	height:1px;
	
}

table.contenttable {
	border-collapse:collapse;
	width:100%;
	margin-bottom:15px;
}
table.contenttable td ul {
	margin:0;
}

table.contenttable td, table.contenttable th {
	border-bottom:1px dotted #1965a8;
	vertical-align:top;
	padding-right:10px;
	padding-top:3px;
	padding-bottom:3px;
}

table.contenttable th {
	text-align:left;
	font-weight:bold;
}


