a:link
{
	color: rgb(212,69,88);
	text-decoration: none;
}

a:active
{
	color: rgb(185,38,18);
	text-decoration: none;
}

a:visited
{
	color: rgb(255,83,106);
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
	font-weight: bold;
}

body
{
	background-color: rgb(255,255,255);
	margin-top:0;
	margin-left:0;

	font-size: 9pt;
	font-family: Arial, Verdana;
	color: rgb(0,0,0);
	
	scrollbar-darkshadow-color: rgb(185,38,18);
    scrollbar-track-color: rgb(253,198,219);
    scrollbar-face-color: rgb(253,198,219);
	scrollbar-shadow-color: rgb(212,69,88);
	scrollbar-highlight-color: rgb(185,38,18);
	scrollbar-3dlight-color: rgb(255,83,106);
	scrollbar-arrow-color: rgb(255,83,106);
}

body.a
{
	background-image: url(images/red.jpg);
}

table
{
	font-size: 9pt;
}

.tab
{
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	background: rgb(245,114,119);
	
	border: rgb(0,0,0); 
	border-style: dotted; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}

.border
{
	border: rgb(0,0,0);
	border-style: dashed;
	border-width: 1px;
}

#bold
{
	text-align: center;
	font-weight: bold;
}

#main
{
	background-color: rgb(253,198,219);
}

/* -- SHOUTBOX - CHATBOX -- */

/* White Pink Light 
   by Akuma-chan (http://akuma-no-kawaii.com)
*/

/* Messages */
.SB_shoutbox 
{
	color : black;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : xx-small;
	text-align : left;
	blink;
}

/* Table for Message */
.SB_table0 
{
	background-color : rgb(255,255,255);
	border-bottom-color : rgb(253,198,219); 
	border-bottom-style : solid;
	border-bottom-width : 1;
	color : black;
	font-size : xx-small
}

/* Table for Message */
.SB_table1 
{
	background-color : rgb(255,255,255);
	border-bottom-color : rgb(253,198,219);
	border-bottom-style : solid;
	border-bottom-width : 1;
	color : black;
	font-size : xx-small;
}

/* Formular (Felder, Button & Smilies) */
.SB_formarea 
{
	background-color : rgb(255,255,255);
	color : black;
	font-size : 10px;
}

/* Feld (Name, Message, E-Mail & Homepage) */
.SB_input 
{
	background : rgb(255,255,255);
	border : 1 solid rgb(253,198,219);
	color : black;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
}

/* Button (Send & Reset) */
.SB_button 
{
	background : rgb(255,255,255);
	border : 1 solid rgb(253,198,219);
	color : rgb(255,83,106);
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : bold;
}

.SB_alert 
{
	color: rgb(255,0,0);
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : xx-small;
	font-weight : bold;
}
blink;