/* HTH-C.com CSS Datei */
/* Menuenavigation */
/* HTH V3 */



/* Menue Div Container */

#dropmenudiv{
position:absolute;
}


/* HTH Nav Link - 0 */

A.hhn:link,
A.hhn:visited	{
 text-decoration: none;
 color: #000000;
 font-family: verdena;
 font-weight: bold;
 font-size: 11px;
}

A.hhn:hover {
 text-decoration: none;
 color: #B40404;
 font-family: verdena;
 font-weight: bold;
 font-style: italic;
 font-size: 11px;
}


/* HTH Nav Link - 1 */

A.hhnB:link,
A.hhnB:visited	{
 text-decoration: none;
 color: #000000;
 font-family: verdena;
 font-weight: bold;
 font-size: 11px;
}

A.hhnB:hover {
 text-decoration: none;
 color: #088A08;
 font-family: verdena;
 font-weight: bold;
 font-style: italic;
 font-size: 11px;
}


/* HTH Nav Link - 2 */

A.hhnC:link,
A.hhnC:visited	{
 text-decoration: none;
 color: #000000;
 font-family: verdena;
 font-weight: bold;
 font-size: 11px;
}

A.hhnC:hover {
 text-decoration: none;
 color: #868A08;
 font-family: verdena;
 font-weight: bold;
 font-style: italic;
 font-size: 11px;
}


/* HTH Nav Link - 3 */

A.hhnD:link,
A.hhnD:visited	{
 text-decoration: none;
 color: #000000;
 font-family: verdena;
 font-weight: bold;
 font-size: 11px;
}

A.hhnD:hover {
 text-decoration: none;
 color: #B404AE;
 font-family: verdena;
 font-weight: bold;
 font-style: italic;
 font-size: 11px;
}


/* HTH Nav Link - 4 */

A.hhnE:link,
A.hhnE:visited	{
 text-decoration: none;
 color: #000000;
 font-family: verdena;
 font-weight: bold;
 font-size: 11px;
}

A.hhnE:hover {
 text-decoration: none;
 color: #045FB4;
 font-family: verdena;
 font-weight: bold;
 font-style: italic;
 font-size: 11px;
}


/* HTH Nav Tabellen Class */

table.headnav {
 background: #A4A4A4;
}

td.headnav {
 background: #EDEDED;
}


/* HTH Main New User */

A.mnu_female:link,
A.mnu_female:visited	{
 text-decoration: none;
 color: #B40404;
 font-family: verdena;
 font-weight: bold;
 font-size: 11px;
}

A.mnu_female:hover {
 text-decoration: none;
 color: #DF0101;
 font-family: verdena;
 font-weight: bold;
 font-size: 11px;
}


A.mnu_male:link,
A.mnu_male:visited	{
 text-decoration: none;
 color: #0B3861;
 font-family: verdena;
 font-weight: bold;
 font-size: 11px;
}

A.mnu_male:hover {
 text-decoration: none;
 color: #045FB4;
 font-family: verdena;
 font-weight: bold;
 font-size: 11px;
}


A.mnu_nosex:link,
A.mnu_nosex:visited	{
 text-decoration: none;
 color: #424242;
 font-family: verdena;
 font-weight: bold;
 font-size: 11px;
}

A.mnu_nosex:hover {
 text-decoration: none;
 color: #848484;
 font-family: verdena;
 font-weight: bold;
 font-size: 11px;
}


/* HTH Videogalere */

a.vidcatlink{
font-family: Arial;
font-size: 2em;
text-decoration: none;
}

a.vidcatlink:hover{
letter-spacing: 1px;
font-weight: bold;
text-decoration: none;
}

table.lbox {
 background: #000000;
}

td.lbox {
 background : #EEEEEE;
 background-image : url(../../other/lBox_heads.png);
}

td.silver {
 background : #DADADA;
 background-image : url(../../other/silver_heads.png);
 background-repeat : repeat-x;
}

td.postinfo {
 background : #DFE7DC;
 background-image  : url(../../other/bg_postinfo.png);
 background-repeat : repeat-x;
 border-top  : 1px solid #FFFFFF;
 border-left : 1px solid #FFFFFF;
}

td.quickpostinfo {
 background : #F7EDDC;
 background-image  : url(../../other/bg_quickpostinfo.png);
 background-repeat : repeat-x;
 border-top  : 1px solid #FFFFFF;
 border-left : 1px solid #FFFFFF;
}

td.advert {
 background : #DFE7DC;
 background-image  : url(../../other/bg_postinfo.png);
 background-repeat : repeat;
 border-top  : 1px solid #FFFFFF;
 border-left : 1px solid #FFFFFF;
}

input.nobg {
 background-image : url(http://www.hth-c.com/images/style/hth/v3/other/w_heads.gif);
 background-position : right bottom;
 background-repeat : no-repeat;
}

.uphoto {
 background-size: 100%;
}

form {
 margin:0;
 padding:0;
}

/* HTH-C.com - Runde Ecken - Beta - SOC */

/* Anfang - Tabelle */
.hthrou01 {
 -moz-border-radius                : 5px; /* Firefox */
 -webkit-border-radius             : 5px; /* Safari, Chrome */
 -khtml-border-radius              : 5px; /* Konqueror */
 border-radius                     : 5px; /* CSS3 */
}


/* Mitte - Head-Titel */
.hthrou02 {
 -moz-border-radius-topleft        : 5px; /* Firefox */
 -moz-border-radius-topright       : 5px;
 -webkit-border-radius-topleft     : 5px; /* Safari, Chrome */
 -webkit-border-radius-topright    : 5px;
 -khtml-border-radius-topleft      : 5px; /* Konqueror */
 -khtml-border-radius-topright     : 5px;
 border-radius-topleft             : 5px; /* CSS3 */
 border-radius-topright            : 5px;
}


/* Ende - Spalte ( letzte ) */
.hthrou03 {
 -moz-border-radius-bottomleft     : 5px; /* Firefox */
 -moz-border-radius-bottomright    : 5px;
 -webkit-border-radius-bottomleft  : 5px; /* Safari, Chrome */
 -webkit-border-radius-bottomright : 5px;
 -khtml-border-radius-bottomleft   : 5px; /* Konqueror */
 -khtml-border-radius-bottomleft   : 5px;
 border-radius-bottomleft          : 5px; /* CSS3 */
 border-radius-bottomright         : 5px;
}

/* HTH-C.com - Runde Ecken - Beta - EOC */
