@import url("custom.css");

/* Herdefinieren html tags */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000066;
	background-color:#FFFFFF;
	line-height:130%;
	margin:0 0 20px 0;
}
p {
	margin:0 0 5px 0;
}
a {
	color:#000066;
	text-decoration:underline;
}
a:hover {
	color:#990000;
	text-decoration:underline;
}
img {
	border:none;
}
*html img {
	behavior:url("/css/pngbehavior.htc");
}
ul {
	margin:0;
	padding:0;
}
li {
	list-style:none;
}
hr {
	border:none; 
	height:0px;
}
h1 {
	font-size:32px;
	margin-top:15px;
	font-weight:bold;
	color:#FFFFFF;
}
h2 {
	font-size:20px;
	margin-top:0px;
	margin-bottom:10px;
	font-weight:bold;
	color:#274779;
}
h3 {

}
h4 {

}
h5 {

}
h6 {
	font-size:12px;
	font-weight:bold;
	margin:0px;
}
td {
	
}
form {
	margin:0px;
	padding:0px;
}
select {
	font-family:Arial, Helvetica, sans-serif;
}
textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
abbr {
	border:none;
}

.clear {
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px;
}
li.more, li.back {
	font-size:12px;
	line-height:16px;
	margin:8px 0 0 0;
	padding:0 0 0 5px;	
	background-repeat:no-repeat;
	list-style:none;
	text-align:center;
}
li.more {
	width:91px;
	float:right;
}
li.back {
	margin:14px 15px 0 0;
	width:65px;
	float:left;
}
*html li.more {
	margin:8px 0 0 -15px;
}
*html li.back {
	margin:14px 15px 0 0;
}
li.more a, li.back a {
	font-weight:bold;
	color:#FFFFFF;
	padding:0 5px 0 0;
	text-decoration:none;
	background-repeat:no-repeat;
	background-position:right;
	display:block;
	height:18px;
}
li.more a:hover, li.back a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

