* {
	margin: 0;
	padding: 0;
}

BODY {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1A171B;
	line-height:1.3em;
	background-color: #ffffff;
}

H1, 
H2 {
	color: #0f0e0e;
}

H1 {
	font-size: 14px;
	margin-bottom: 15px;
}

H2 {
	font-size: 12px;
	margin-bottom: 10px;
}

H3,
H4 {
	color: #1a171b;
	font-size: 100%;
}


P {
	font-size: 12px;
	color: #1A171B;
	line-height:1.3em;
}

P.notify {
	color: #ed1c29;
	font-weight: bold;
	margin-bottom: 15px;
}

P STRONG A {
	text-decoration: none;
	color: #000;
}

A:link,
A:visited,
A:hover,
A:active {
	color: #ed1c29;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

A.button-link {
	background-color: #ed1c29;
	color: #fff;
	padding: 4px 8px;
	margin-right: 15px;
}

A.button-link:hover {
	background-color: green;
	text-decoration: none;
}

A.button-anfrage {
	margin-right: 15px;
}

A.button-neue-suche {
	margin-right: 15px;
}

BR {
	clear: left;
}

IMG {
	border: none;
}


/* Cut The Beast Down
-------------------------------------------------------------------- */

#main {
	width: 500px;
	margin: 0;
}


/* List Style
-------------------------------------------------------------------- */

UL {
	margin: 0 0 0 30px;
}


/* Image Style
-------------------------------------------------------------------- */

IMG {
	border: none;
}


/* Table
-------------------------------------------------------------------- */

TABLE {
	border: 0;
	margin: 0;
        


}

TH {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1A171B;
	line-height:1.3em;
	padding: 0 15px;
}

TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1A171B;
	line-height: 1.3em;
}

TD SMALL A {
	text-decoration: none;
	color: #000;
}

TABLE.result  {
	border-collapse: collapse;
	border: 1px solid #1A171B;
	width: 500px;
}

TABLE.result TH,
TABLE.result TD {
	text-align: center;
	padding: 3px 5px;
}

TABLE.result TH {
	border: 1px solid #1A171B;
}

TABLE.result TD.top {
	border-top: 1px solid #1A171B;
}

TABLE.result TD.right {
	border-right: 1px solid #1A171B;
}

TABLE.result TD.bottom {
	border-bottom: 1px solid #1A171B;
}

TABLE.result TD.left {
	border-left: 1px solid #1A171B;
}

TABLE.result TD.highlight,
TABLE.result TH.highlight {
	color: #ed1c29;
}



/* Form
-------------------------------------------------------------------- */

INPUT, 
SELECT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1A171B;
	margin: 5px 10px;
}
