/* ===============================================================
** =        Cascading Style-Sheet for www.ziehdichaus.com        =
** =                                                             =
** = Copyright (C) 2002-2005 Medusa Erotik - All Rights Reserved =
** ===============================================================
*/

/* ----------------------------------------------------------------------------------------------------
** - Default
** ----------------------------------------------------------------------------------------------------
*/

BODY
{
background-color: #A2C0E4;
margin:0px;
scrollbar-face-color: #A2C0E4;
scrollbar-shadow-color: #A2C0E4;
scrollbar-highlight-color: #A2C0E4;
scrollbar-3dlight-color: #B9D0EB;
scrollbar-darkshadow-color: #6C8098;
scrollbar-track-color: #A2C0E4;
scrollbar-arrow-color: #000000;
overflow: auto;
}

H1, H2, H3, H4, H5, H6
{
color: #000000;
display: inline;
font-family: Verdana, Tahoma, Arial;
font-size: 8pt;
font-weight: bold;
}

P, LI
{
color: #000000;
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;
}

IMG.THUMB, IMG.IMAGE
{
border: 1px solid #6C8098;
}

/* ----------------------------------------------------------------------------------------------------
** - Links
** ----------------------------------------------------------------------------------------------------
*/

A
{
color: #0000FF;
font-family: Verdana, Tahoma, Arial;
font-size: 8pt;
font-weight: normal;
text-decoration: underline;
}

A:hover
{
text-decoration: none;
}

/* ----------------------------------------------------------------------------------------------------
** - Tables
** ----------------------------------------------------------------------------------------------------
*/
TABLE.DEFAULT
{
background-color: #000000;
}

TR.HEAD
{
background-color: #6C8098;
}

TR.BODY
{
background-color: #B9D0EB;
}

TR.FOOT
{
background-color: #B9D0EB;
}

TABLE.NEWSLETTER
{
border: 1px solid #000000;
}

TR.NEWSLETTER
{
}

/* ----------------------------------------------------------------------------------------------------
** - 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;
}
