@CHARSET "ISO-8859-1";

/* ##################################################
 * #												#
 * # HOCHZWEI Stylesheet							#
 * #												#
 * # Autor: Julia Zehentner							#
 * # 												#
 * # Datum: 28.04.2009								#
 * # 												#
 * ################################################## 
 */





p {
	margin:0;
}

p.ueberschrift {
	color:#8eadd2;
	font-weight:bold;
}

a {
	font-family:Georgia;
	color: #8eadd2;
	font-style:italic;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a.mitPfeil, a i, i a{
	background: url(../img/pfeil_blau.gif) left 2px no-repeat;
	padding-left:8px;
}


#right h2{
	padding: 0 15px;
	margin-bottom:5px;
}

h1 { 
	font-size: 30px;
	font-family: Georgia;
	font-style:italic;
	font-weight:normal;
	/*line-height: 1.8em;*/
	margin-bottom:15px;
	 }
h2 { 
	font-size: 18px;
	font-family: Georgia;
	font-style:italic;
	font-weight:normal;
	line-height: 1.3em;
	color:#8eadd2;
	margin-bottom:15px;
	 }
h3 { 
	font-size: 22px;
	font-family: Georgia;
	font-style:italic;
	font-weight:normal;
	line-height: 1.5em;
	margin-bottom:10px;
	 }
h4{
	font-size: 13px;
	font-family: Georgia;
	font-style:italic;
	font-weight:normal;
	/*line-height: 1.8em;*/
	color:#8eadd2;
	margin-bottom:5px;
}

ul{
	list-style-image: url(../img/pfeil_blau.gif);
	padding-left:8px;
	margin-left:8px;
}

li{

}

b {
	
}

/*TABELLE*/

table{
	border:none;
	
	border-spacing:0;
	border-collapse:collapse;
	font-size:12px;
}

table.preistabelle{
 	width:100%;
}

table.preistabelle tr{
	background: url(../img/preistabelle.gif) bottom left repeat-x #9AB1CD;	
}
table.preistabelle th{
	background: url(../img/preistabellenkopf.gif) bottom left repeat-x #1F62AB;	
}
table.preistabelle td, table.preistabelle th{
	padding: 2px 5px;
	border-bottom: 1px solid #09365a;
}
table.preistabelle td.right, table.preistabelle th.right{
	border-left:1px solid #c2cedb;
	width:100px;
	
}

th{
	text-align:left;

}

td, th{	
	padding-right:10px;
	vertical-align:top;


}

td.right, th.right{
	text-align:right;
}

hr {
	border-top:1px solid #F49B00;
	margin:10px 0;
	
}

