html, body {
	margin: 0;
	padding: 0;
	font-size: 11px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #121212;
	font-size: 11px;
	line-height: 1.4em;
	padding-top: 80px;
	padding-left: 20px;
}

/* TEXT FORMATS */

h1 {
	font-size: 1.3em;
	color: #da0d6a;
}

h2 {
	font-size: 1.3em;
	color: #695627;
	margin: 15px 0;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #121212;
	font-size: 11px;
	line-height: 1.4em;
	margin-bottom: 25px;
}

#article p{
	margin: 20px 0 10px 0;
}

#article strong{
	font-size: 1.1em;
	color: #695627;
}

#article a{
	/* color: #695627;*/
}

#article ul {
	margin: 0;
	padding: 0;
}

#article ul li{
	margin: 0 0 15px 14px;
	display: list-item;
	line-height: 1.4em;
	list-style-position: outside;
  	list-style-image: url(/images/list_item.gif); 
}

/* LINKS */

a.icon {
	text-decoration: none;
	font-size: 11px;
	line-height: 1.3em;
	color: #9f9f60;
	padding-left: 12px;
	background: url('/images/btn_txt_link.gif') no-repeat 2px top;
}

a.icon:hover {
	text-decoration: underlined;
	color: #da0d6a;
	padding-left: 12px;
	background: url('/images/btn_txt_link_a.gif') no-repeat 2px top;
}

p a.icon {
	background: url('/images/btn_txt_link.gif') no-repeat 2px -1px;
}

p a.icon:hover {
	background: url('/images/btn_txt_link_a.gif') no-repeat 2px -1px;
}

a.noicon {
	text-decoration: none;
	font-size: 11px;
	color: #9f9f60;
	padding: 0 8px 0 0;
}

a.noicon:hover {
	text-decoration: underlined;
	color: #da0d6a;
}

.block {
	display: block;
}

/* TABLE DEFINITIONs */

table.mandanteninfo td.padding_left, .padding_left {
	padding-left: 13px;
}

table.mandanteninfo {
	width: 570px;
	background-color: #fcfbf8;
}

table {
	border-collapse: collapse;
	border-spacing: 1px;
	font-size: 11px;
}

td.years {
	font-size: 1em;
	color: #da0d6a;
	padding: 0;
}

td.month {
	color: #da0d6a;
	padding: 4px 0 15px 0;
}

td.rubrik {
	font-size: 1.1em;
	color: #da0d6a;
	padding: 15px 0;
}

td.inhalt {
	padding: 1px 0;
}

#article table{
	width: 90%;
}

#article table td{
	max-width: 280px;
	color: #63633c;
	border-width: 1px;
	border-color: #fcfbf8;
	border-style:  solid;
	background-color: #f5f1e8;
	white-space: normal;
	padding: 4px;
}

#article table.info {
	margin-top: 20px;
	width: 50px;
}

#article table.info td {
	white-space: nowrap;
	padding: 0 6px 4px 0;
	color: #121212;
	background-color: #fcfbf8;
}

table.hitlist {
	width: 500px;
}


table.hitlist tr.head td{
	color: #695627;
	font-weight: bold;
}

table.hitlist td {
	border-width: 1px;
	border-color: #fcfbf8;
	border-style:  solid;
	white-space: normal;
	padding: 4px 2px;
}

table.hitlist tr.col00, table.hitlist tr.col00 td {
	color: #8d9050;
	background-color: #eae3d0;
}

table.hitlist tr.col01, table.hitlist tr.col01 td {
	color: #8d9050;
	background-color: #f7f5ec;
}

table.hitlist tr.col00 td a, table.hitlist tr.col01 td a{
	text-decoration: none;
	color: #8d9050;
}
table.hitlist tr.col00 td a:hover, table.hitlist tr.col01 td a:hover{
	text-decoration: underline;
	color: #da0d6a;
}

table.hitlist td.title {
	width: 350px;
}

table.pages {
	margin: 15px 0 0 7px;
}

table.pages td {
	color: #8d9050;
	font-weight: bold;
	font-size: 1.05em;
	border-width: 1px;
	border-color: #fcfbf8;
	border-style:  solid;
	white-space: normal;
	padding: 4px;
}

table.pages td a {
	font-weight: normal;
	font-size: 11px;
	color: #8d9050;
	text-decoration: underlined;
}

table.pages td a:hover {
	color: #da0d6a;
	text-decoration: none;
}

/* FORM FIELDS */

form {
	font-size: 11px;
}

form td {
	padding-right: 8px;
}

input {
	color: #121212;	
}

select, input.long {
	color: #121212;
	font-size: 11px;
	width: 250px;
}

select.small {
	width: 150px;
}

input.small {
	width: 70px;
}

input.submitdetails {
	margin: 15px 0 0 0;
}

