/* Allgemeine Einstellungen */

* html #maincontent{ /*IE6 hack*/
height: 100%;
width: 100%;
}


div#pferdemarkt {
	width: 620px;
	color: #000;
	font-family: Arial,Sans-Serif;
	font-size: 10px;
	border: 0;
	padding: 0;
	margin: 0;
	max-height: 100%;
}

div.werbung {
	padding: 5px;
	margin: 15px 50px;
	border: 1px solid #000;
}

form {
	margin: 0;
	padding: 0;
	text-align: center;
}

input,select {
    	border-color: #AAA;
}

ul.bannerliste li {
	list-style: none;
	margin: 20px auto;
}

a {
        color: #003100;
        font-weight: bold;
}

a:link {
        text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:visited {
        text-decoration: underline;
	font-style: italic;
}
a:active {
        text-decoration: none;
}

img {
	border: 0;
	vertical-align: middle;
	margin: auto;
}

h1 {
	font-size: 24Px;
	text-align: center;
	color: #85a5e3;
}

h2 {
	font-size: 16Px;
}

h3 {
	font-size: 14Px;
}

p {
	clear: both;
	font-size: 12px;
}


table {
	border: 0;
	padding: 0;
	margin: 1Px 0Px;
}

td {
	font-size: 12px;
	vertical-align: top;
	text-align: left;
	border: 0;
	margin: 0;
	padding: 1Px;
}

th {
	color: #FFF;
	font-size: 12px;
	background-color: #85a5e3;
	font-weight: bold;
	height: 15Px;
	padding: 3Px;
}

th a {
    	color: #000000;
    	font-weight: bold;
}

div.main {
	margin: 10px;
	background-color: #FFF;
}

/* Verkaufspferde */

#pferd_zeigen_basisdaten label {
	width: 70px;
}

div#pferd_zeigen_kartenreiter li a, #pferd_zeigen div.subpage {
	border-left-color: #85A5E3;
	border-right-color: #85A5E3;
	border-top-color: #85A5E3;
}


#pferd_zeigen div.subpage h2, .kartenreiter li a:hover, .kartenreiter li.an a {
	background-color: #85A5E3;
}

#pferdeliste tr.odd td {
	background-color: transparent;
		color: black;

}

/* Suche */

div#search, .tundra .dijitTitlePaneContentOuter{
	background-color: #85A5E3;
}

.tundra .dijitTitlePane .dijitClosed .dijitArrowNode {
	background-position: 0 0;
}

.tundra .dijitTitlePane .dijitArrowNode {
	background-image:url(/icon/magnifier.png);
	height: 16px;
	width: 16px;
}

/* Liste */

#pferdeliste th {
	color: #FFF;
	background-color: #85A5E3;
	padding: 4px;
}

#pferdeliste th, #pferdeliste table td, #pferdeliste table {
	border-color: #85A5E3;
}

#pferdeliste tr.odd td a {
	color: black;

}


#pferdeliste tr.even td {
	color: black;
	background-color: #B5C6EF;
}

