/* ===============================================================
** =        Cascading Style-Sheet for www.18jahrejung.com        =
** =                                                             =
** = Copyright (C) 2002-2005 Medusa Erotik - All Rights Reserved =
** ===============================================================
*/

/* ----------------------------------------------------------------------------------------------------
** - Default
** ----------------------------------------------------------------------------------------------------
*/

BODY
{
background-color: #FDEAEF;

/*

background-color: #EBC2FF;

scrollbar-face-color: #CC66FF;
scrollbar-shadow-color: #CC66FF;
scrollbar-highlight-color: #CC66FF;
scrollbar-3dlight-color: #EBC2FF;
scrollbar-darkshadow-color: #8844AA;
scrollbar-track-color: #CC66FF;
scrollbar-arrow-color: #000000;

*/

margin:0px;
overflow: auto;
}

H1, H2, H3, H4, H5, H6
{
color: #000000;
display: inline;
font-family: Verdana, Tahoma, Arial;
font-weight: bold;
}

H1.ALT, H2.ALT, H3.ALT, H4.ALT, H5.ALT, H6.ALT
{
color: #000000;
}

H1
{
font-size: 13pt;
}

H2
{
font-size: 12pt;
}

H3
{
font-size: 11pt;
}

H4
{
font-size: 10pt;
}

H5
{
font-size: 9pt;
}

H6
{
font-size: 8pt;
}

P, LI
{
color: #000000;
font-family: Verdana, Tahoma, Arial;
font-size: 8pt;
font-weight: normal;
}

P.ALT
{
color: #CF2838;
}

SPAN.ERROR
{
color: #FF0000;
font-family: Verdana, Tahoma, Arial;
font-size: 8pt;
font-weight: normal;
}

IMG
{
border-width: 0px;
}

IMG.THUMB, IMG.IMAGE
{
border: 1px solid #8844AA;
}

IMG.ALT
{
border: 1px solid #CF2838;
}

/* ----------------------------------------------------------------------------------------------------
** - Links
** ----------------------------------------------------------------------------------------------------
*/

A
{
color: #0000FF;
font-family: Verdana, Tahoma, Arial;
font-size: 8pt;
font-weight: normal;
text-decoration: underline;
}

A.ALT
{
color: #CF2838;
}

A:hover
{
text-decoration: none;
}

/* ----------------------------------------------------------------------------------------------------
** - Tables
** ----------------------------------------------------------------------------------------------------
*/
TABLE.DEFAULT
{
background-color: #FF869D;
}

TR.HEAD
{
background-color: #FDE0E7;
}

TR.BODY
{
background-color: #FDE0E7;
}

TR.FOOT
{
background-color: #FDE0E7;
}

TABLE.NEWSLETTER
{
background-color: #FF869D;
}

TR.NEWSLETTER
{
background-color: #FDE0E7;
}

/* ----------------------------------------------------------------------------------------------------
** - Forms
** ----------------------------------------------------------------------------------------------------
*/
INPUT.TEXT
{
background-color: window;
border-top: 1px solid threedshadow;
border-left: 1px solid threedshadow;
border-right: 1px solid threedhighlight;
border-bottom: 1px solid threedhighlight;
color: windowtext;
font-family: Verdana, Tahoma, Arial;
font-size: 8pt;
font-weight: normal;
}

INPUT.CHECKBOX, INPUT.RADIO
{
background-color: window;
color: windowtext;
font-family: Verdana, Tahoma, Arial;
font-size: 8pt;
font-weight: normal;
}

INPUT.BUTTON
{
background-color: threedface;
border-top: 1px solid threedhighlight;
border-left: 1px solid threedhighlight;
border-right: 1px solid threedshadow;
border-bottom: 1px solid threedshadow;
color: windowtext;
cursor: pointer;
cursor: hand;
font-family: Verdana, Tahoma, Arial;
font-size: 8pt;
font-weight: normal;
padding-top: 1px;
padding-left: 1px;
padding-right: 1px;
padding-bottom: 1px;
}

SELECT
{
background-color: window;
border-top: 1px solid threedshadow;
border-left: 1px solid threedshadow;
border-right: 1px solid threedhighlight;
border-bottom: 1px solid threedhighlight;
color: windowtext;
font-family: Verdana, Tahoma, Arial;
font-size: 8pt;
font-weight: normal;
}

TEXTAREA
{
background-color: window;
border-top: 1px solid threedshadow;
border-left: 1px solid threedshadow;
border-right: 1px solid threedhighlight;
border-bottom: 1px solid threedhighlight;
color: windowtext;
font-family: Verdana, Tahoma, Arial;
font-size: 8pt;
font-weight: normal;
overflow: auto;
}

