/*
========================================================================
BLOG :: Body
========================================================================
*/

/*body {
	font-family: 'Open Sans',arial,sans-serif;
	background-color: #FAFAFA;
	margin: 0;
	padding: 20px;
	font-size: 62.5%;
	color: #555;
}
*/

body {
    font-family: 'Open Sans', sans-serif;
    background-color: white;
    margin: 50px;
    padding: 10px;
    font-size: 100%;
    color: black;
}



a {
    color: #006AC8;
    cursor: pointer;
    text-decoration: none;
}


a:hover {
    text-decoration: underline;
}


/*
========================================================================
Website PART
========================================================================
                                                                        
MENULEISTE           
========================================================================
*/

.MENU td {
    background-color: #eee;
    padding: 5px;
    text-align: left;
}

.MENU td.active:before {
    content: "B; ";
}

.MENU td.active {
    background-color: #ddd;
}

/* UEBERSCHRIFTEN */
.MENU th {
    background-color: #dddddd;
    padding: 10px;
    /* font-size: 1.50em; */
    text-decoration: none;
    font-weight: normal;
}

.MENU th:hover {
    background-color: #cccccc;
}

/*
========================================================================
DETAILSEITE
========================================================================
*/
.DETAILSEITE td {
    padding: 2px;
    font-size: 0.80em;
}

/* UEBERSCHRIFTEN */
.DETAILSEITE th {
    background-color: white;
    padding: 0px;
    /* font-size: 2.50em; */
    text-decoration: none;
    font-weight: normal;
}

.DETAILSEITE td.SUCHERGEBNIS {
    background-color: white;
    /* font-size: 1em; */
    text-align: left;
    font-weight: 300;
}


.DETAILSEITE2 {
    background-color: #eeeeee;
    padding: 0px 0px 0px 0px;
}

.DETAILSEITE2 td {
    /* text-align: left; */
    vertical-align: text-top;
    font-weight: 300;
    font-size: 80%;
    background-color: #dddddd;
    padding: 2px;
}

/* UEBERSCHRIFTEN */
.DETAILSEITE2 th {
    background-color: #cccccc;
    padding: 2px;
    font-size: 0.80em;
    text-decoration: none;
    font-weight: normal;
}


/*
========================================================================
ANNOUNCEMENT
========================================================================
*/
.ANNOUNCEMENT td {
    padding: 2px;
    font-size: 0.80em;
    font-weight: normal;
}

/* UEBERSCHRIFTEN */
.ANNOUNCEMENT th {
    /* background-color: #dddddd; */
    color: #000000;
    padding: 10px;
    font-size: 0.90em;

    text-decoration: none;
    font-weight: normal;
}



/*
========================================================================
Tabellen (Header & FEETER)
========================================================================
*/


.FEETER td {

    /* vertical-align: text-top; */
    font-weight: 400;
    font-size: 65%;

    padding: 0px;
}



/*
========================================================================
Tabellen (LISTE)
========================================================================
*/
.LISTE {
    background-color: #eeeeee;
    padding: 0px 0px 0px 0px;
}

/* UEBERSCHRIFT = TH */
.LISTE th {
    background-color: #bbbbbb;
    text-decoration: none;
    font-weight: normal;
    /* font-size: 0.8em; */
    padding: 5px;
}

/* HOVER */
.LISTE tr:hover {
    background-color: #aaaaaa;
}

.LISTE tr:hover th {
    background-color: #bbbbbb;
}

.LISTE td:hover {
    background-color: #cccccc;
}

.LISTE td {
    text-align: left;
    vertical-align: text-top;
    font-weight: 300;
    font-size: 80%;
    background-color: #dddddd;
    padding: 2px;
}



.LISTE td.ITEM {
    /* background-color: red; */
    /* font-family: monospace; */
    text-align: left;
    font-weight: 500;
    padding-right: 0;
    word-break: break-all;
    word-wrap: break-word;
}

.LISTE td.OWNERAUCTION {
    text-align: left;
    font-weight: 300;
    padding-right: 0;
    background-color: #eedddd;
}

.LISTE td.AGEAUCTION {
    background-color: #eedddd;
    text-align: center;
    font-weight: 300;
    padding-right: 0;
}

.LISTE td.TELEAUCTION {
    background-color: #eedddd;
    text-align: center;
    vertical-align: middle;
    padding-right: 0;
}

.LISTE td.PRICEAUCTION {
    text-align: right;
    font-weight: 500;
    padding-right: 0;
    background-color: #eedddd;
}

.LISTE td.AUCTION {
    background-color: #eedddd;
}

.LISTE td.STATSAUCTION {
    text-align: left;
    word-break: break-all;
    font-weight: 100;
    line-height: 1;
    background-color: #eedddd;
}

.LISTE td.IMAGEAUCTION {
    background-color: #eedddd;
    text-align: center;
    vertical-align: bottom;
    padding-right: 0;
    word-wrap: break-word;
}

.LISTE td.IMAGE {
    /* background-color: red; */
    /* font-family: monospace; */
    text-align: center;
    vertical-align: bottom;
    /* display: block; */
    /* display: table-cell; */
    /* font-weight: 500; */
    padding-right: 0;
    word-wrap: break-word;

}

.LISTE td.OWNER {
    text-align: left;
    font-weight: 300;
    padding-right: 0;

}

.LISTE td.AGE {
    /* background-color: red; */
    /* font-family: monospace; */
    text-align: center;
    font-weight: 300;
    padding-right: 0;
}

.LISTE td.SEX {
    /* background-color: red; */
    /* font-family: monospace; */
    text-align: center;
    font-weight: 300;
    padding-right: 5px;
    padding-left: 5px;
}



.LISTE td.FERVOR {

    text-align: center;
    font-weight: 300;
    padding-right: 0;
}

.LISTE td.TELE {

    /* background-color: red; */
    /* font-family: monospace; */
    text-align: center;
    vertical-align: middle;
    /* display: block; */
    /* display: table-cell; */
    /* font-weight: 500; */
    padding-right: 0;
}

.LISTE td.NRSHMT {

    text-align: center;
    font-weight: 300;
    padding-right: 0;
}



.LISTE td.PRICE {
    /* background-color: red; */
    /* font-family: monospace; */
    text-align: right;
    font-weight: 500;
    padding-right: 0;
}

.LISTE td.PRICE2 {
    /* background-color: red; */
    /* font-family: monospace; */
    text-align: center;
    font-weight: 500;
    padding-right: 0;
    font-size: 70%;
}


.LISTE td.SLURL {
    text-align: left;
    word-break: break-all;
    font-weight: 300;
    padding-right: 1px;
    padding-left: 1px;
}

.LISTE td.STATS {
    text-align: left;
    word-break: break-all;
    font-weight: 100;
    line-height: 1;

}

.LISTE td.SPECIAL {
    text-align: center;
    font-weight: 500;
    font-size: 70%;

}

.LISTE td.COAT {
    text-align: center;
    font-weight: 300;
    font-size: 70%;
}



h1 {
    color: #555;
    font-size: 70px;
    padding: 0px;
    font-weight: 700;
    line-height: 0px;
}

h2 {
    color: #555;
    font-size: 18px;
    padding: 0px;
    line-height: 0px;
    font-weight: 400;
}

h3 {
    color: #222222;
    font-size: 12px;
    padding: 0px;
    line-height: 0px;
    font-weight: 400;
}

h4 {
    color: #555555;
    font-size: 70px;
    font-weight: 700;
    padding: 0px;
    line-height: 0px;

}