/* ===============================================================
** =        Cascading Style-Sheet for www.ziehdichaus.com        =
** =                                                             =
** = Copyright (C) 2002-2005 Medusa Erotik - All Rights Reserved =
** ===============================================================
*/

/* ----------------------------------------------------------------------------------------------------
** - Default
** ----------------------------------------------------------------------------------------------------
*/

BODY
{
background-color: #2A1B72;
margin:0px;
overflow: auto;
}

H1, H2, H3, H4, H5, H6
{
color: #FFFFFF;
display: inline;
font-family: Verdana, Tahoma, Arial;
font-size: 8pt;
font-weight: bold;
}

P, LI
{
color: #FFFFFF;
font-family: Verdana, Tahoma, Arial;
font-size: 8pt;
font-weight: normal;
}

SPAN.ERROR
{
color: #FF0000;
font-family: Verdana, Tahoma, Arial;
font-size: 8pt;
font-weight: normal;
}

IMG
{
border-width: 0px;
}


/* ----------------------------------------------------------------------------------------------------
** - Links
** ----------------------------------------------------------------------------------------------------
*/

A
{
color: #FFFFFF;
font-family: Verdana, Tahoma, Arial;
font-size: 8pt;
font-weight: normal;
text-decoration: underline;
}

A:hover
{
color: #FFFFFF;
}

/* ----------------------------------------------------------------------------------------------------
** - Tables
** ----------------------------------------------------------------------------------------------------
*/
TABLE.DEFAULT
{
background-color: #000000;
}

TR.HEAD
{
background-color: #2A1B72;
}

TR.BODY
{
background-color: #2A1B72;
}

TR.FOOT
{
background-color: #2A1B72;
}

TABLE.NEWSLETTER
{
background-color: #000000;
}

TR.NEWSLETTER
{
background-color: #2A1B72;
}

/* ----------------------------------------------------------------------------------------------------
** - 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;
}

