@charset "utf-8";
@import url("reset.css");
/* CSS Document */

/*CONTENTS*/

h1, h5 {
	color: #333;
	font-size:1em;
	font-weight:bold;
	margin-bottom:1.5em;
	background-image:url(../images/pfeil_orange.jpg);
	background-attachment:scroll;
	background-position:left top;
	background-repeat: no-repeat;
	padding-left: 10px;
}

h2 {
	color: #333;
	font-weight:bold;
	font-size:1em;
	line-height:0;
}

h2 {
	color: #333;
	font-weight:bold;
	font-size:1em;
	line-height:0;
}

a{
	color: #f29400;
	text-decoration:none;
}

a:hover{
	color: #f29400;
	text-decoration:underline;
}

blockquote{
	color: #777;
}

.content img{
	padding: 5px 5px 5px 5px;
	border: 1px solid #E5E5E5 !important;
}

/*TABELLEN*/
table.contenttable{
	width:100%;
	margin:0px;
	padding:0px;
}

table.contenttable td{
	margin:0px;
	padding:0px;
	background-color:#FFF;
	vertical-align:top;
}

table.contenttable th{
	background-color:#E7E7E7;
}

table.contenttable td p{
	margin:0px;
	padding:0px;
}
/*NEWS*/


.readonRight{
	text-align:right;
	padding-bottom: 1.5em;
}
