/***********************************/
/****                           ****/
/****       Seto-Kaiba.de       ****/
/****  Styles © by StormPythos  ****/
/**** http://www.StormPythos.de ****/
/****                           ****/
/***********************************/



/* Schriftarten und Farben */

body
{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color: #F2F089;
 font-size: 10pt;
 background: url("images/BG.jpg");
 background-color: #000000;
}


/* Style für Links */

A:link {color: #FFFFFF; text-decoration: none}
A:visited {color: #F9F7CF; text-decoration: none}
A:active {color: #F9F7CF; text-decoration: none}
A:hover {color: #FFFFFF; text-decoration: underline overline}
A:focus {color: #FFFFFF; text-decoration: underline overline}


/* Farben für die Scrollbalken */

body
{
 scrollbar-arrow-color: #E4629E;
 scrollbar-base-color: #B82F77;
 scrollbar-track-color: #B82F77;
 scrollbar-3dlight-color: #701847;
 scrollbar-darkshadow-color: #701847;
 scrollbar-highlight-color: #E4629E;
 scrollbar-face-color: #B82F77;
}


/* Style für Menü-Links */

A.Menu
{
 display: block;
 border: none;
 border-style: solid;
 border-width: 1px;
 border-top-color: #5C153B;
 border-left-color: #5C153B;
 border-right-color: #E4629E;
 border-bottom-color: #E4629E;
 padding: 5px;
 color: #FFFFFF;
 text-decoration: none;
}

A.Menu:hover
{
 border-style: solid;
 border-width: 1px;
 background-color:#701847;
 border-top-color: #000000;
 border-left-color: #000000;
 border-right-color: #FFCBE4;
 border-bottom-color: #FFCBE4;
 padding: 5px;
 color: #FFFFFF;
 text-decoration: none;
}

A.Menu:visited {color: #F9F7CF; text-decoration: none;}
A.Menu:hover {color: #FFFFFF; text-decoration: none;}
A.Menu:active {color: #F9F7CF; text-decoration: none;}
A.Menu:focus {color: #F9F7CF; text-decoration: none;}


/* Dropdown-Menü */

select
{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color: #FFCBE4;
 background-color: #B82F77;
}


/* Button-Farbe */

input.Button
{
 font-size: 10pt;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color: #FFCBE4;
 background-color: #B82F77;
 border-width: 1px;
 border-style: solid;
 border-top-color: #E4629E;
 border-left-color: #E4629E;
 border-right-color: #701847;
 border-bottom-color: #701847;
}


/* Textzeile Input-Farbe */

input.Zeile
{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color: #F2F089;
 font-size: 10pt;
 background-color: #B82F77;
 border-width: 1px;
 border-style: solid;
 border-top-color: #701847;
 border-left-color: #701847;
 border-right-color: #E4629E;
 border-bottom-color: #E4629E;
}


/* Text-Area Input-Farbe */

textarea.Standard
{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color: #F2F089;
 font-size: 10pt;
 background-color: #B82F77;
 border-width: 1px;
 border-style: solid;
 border-top-color: #701847;
 border-left-color: #701847;
 border-right-color: #E4629E;
 border-bottom-color: #E4629E;
}


/* HR-Linie */

hr
{
 height: 2px;
 width: 100%;
 color: #B82F77;
 text-align: center;
}


/* Aufzählung */

ul.Links
{
 font-weight: bold;
}


/* iframe-Größe */

iframe
{
 height: 854px;
 width: 152px;
}


/* Tabellen-Formatierung für den iframe */

table.iframe
{
 border-top-color: #FFCBE4;
 border-left-color: #FFCBE4;
 border-right-color: #701847;
 border-bottom-color: #701847;
 border-width: 2px;
 border-style: solid;
 background-color: #B82F77;
}


/* Seitenlayout-Formatierungen */

table.Seitenlayout
{
 text-align: center;
 width: 987px;
}

tr.Seitenlayout
{
 text-align: center;
}

td.Seitenlayout_Menu
{
 width: 164px;
}

td.Spalte
{
 width: 11px;
}

td.Seitenlayout_RechteSeite
{
 width: 805px;
}


table.Menu
{
 border-width: 1px;
 border-style: solid;
 border-top-color: #B82F77;
 border-left-color: #B82F77;
 border-right-color: #B82F77;
 border-bottom-color: #B82F77;
 background-color: #B82F77;
 width: 100%;
}

th.Menu
{
 font-size: 10pt;
 color: #FFCBE4;
 border-style: none;
 background-color: #B82F77;
 text-align: center;
 padding: 3px;
}

td.Menu
{
 font-size: 10pt;
 font-weight: bold;
 text-align: center;
 background-color: #23173D;
 border-style: solid;
 border-width: 1px;
 border-color: #B82F77;
 padding: 0px;
}


table.Banner
{
 border-top-color: #FFCBE4;
 border-left-color: #FFCBE4;
 border-right-color: #701847;
 border-bottom-color: #701847;
 border-width: 4px;
 border-style: solid;
 background-color: #B82F77;
 width: 370px;
}

th.Banner
{
 font-size: 14pt;
 color: #FFCBE4;
 text-align: center;
 background-color: #B82F77;
 padding: 2px;
}


table
{
 font-size: 10pt;
 border-width: 0px;
}

th
{
 font-size: 10pt;
 font-weight: bold;
 text-align: left;
 color: #FFCBE4;
 border-width: 0px;
}

td
{
 font-size: 10pt;
 border-width: 0px;
}


table.Manga
{
 border-width: 2px;
 border-style: solid;
 border-top-color: #E4629E;
 border-left-color: #E4629E;
 border-right-color: #701847;
 border-bottom-color: #701847;
 background-color: #B82F77;
 width: 460px;
}


table.Standard
{
 border-width: 2px;
 border-style: solid;
 border-top-color: #E4629E;
 border-left-color: #E4629E;
 border-right-color: #701847;
 border-bottom-color: #701847;
 background-color: #B82F77;
 width: 100%;
}

th.Standard
{
 font-size: 10pt;
 color: #FFCBE4;
 border-style: none;
 background-color: #B82F77;
 text-align: left;
 padding: 2px;
}

td.Standard
{
 font-size: 10pt;
 background-color: #23173D;
 border-style: solid;
 border-width: 1px;
 border-top-color: #701847;
 border-left-color: #701847;
 border-right-color: #E4629E;
 border-bottom-color: #E4629E;
 padding: 4px;
}

th.by
{
 font-size: 10pt;
 color: #FFCBE4;
 border-style: none;
 background-color: #B82F77;
 text-align: right;
 padding: 2px;
}
