/* --- © ------------------------------------------------------*/
/* --- S I X W A S N I N E ------------------------------------*/
/* --- Agentur für Kommunikaton & Werbung ---------------------*/
/* ------------------------------------------------------------*/

/* ---- BODY --------------------------------------------------*/

body {
        background-color            : #FFFFFF;
        color                       : #FFFFFF;
        scrollbar-face-color        : #EBEBEB;
        scrollbar-highlight-color   : #FFFFFF;
        scrollbar-3dlight-color     : #0B135E;
        scrollbar-darkshadow-color  : #FFFFFF;
        scrollbar-shadow-color      : #0B135E;
        scrollbar-arrow-color       : #FF8C08;
        scrollbar-track-color       : #EBEBEB;
        }

/* ---- LINK --------------------------------------------------*/

a:link		{
		font-family                 : Arial, Helvetica;
		font-size                   : 12px;
		font-weight                 : normal;
		text-decoration             : underline;
		color                       : #FF8D08;
		line-height                 : 18px;
		}

a:visited  	{
		font-family                 : Arial, Helvetica;
		font-size                   : 12px;
		text-decoration             : underline;
		color                       : #FF8D08;
		line-height                 : 18px;
		}

a:active  	{
		font-family                 : Arial, Helvetica;
		font-size                   : 12px;
		color                       : #FF8D08;
		text-decoration             : underline;
		line-height                 : 18px;
		}

a:hover  	{
		font-family                 : Arial, Helvetica;
		font-size                   : 12px;
		color                       : #0B135E;
		text-decoration             : underline;
		line-height                 : 18px;
		}

/* ---- MINI-LINK ---------------------------------------------*/

a.mini:link		{
		font-family                 : Arial, Helvetica;
		font-size                   : 11px;
		font-weight                 : bold;
		color                       : #666666;
		text-decoration             : none;
  		line-height                 : 13px;
		}

a.mini:visited  	{
		font-family                 : Arial, Helvetica;
		font-size                   : 11px;
  		font-weight                 : bold;
		color                       : #666666;
		text-decoration             : none;
    	line-height                 : 13px;
		}

a.mini:active  	{
		font-family                 : Arial, Helvetica;
		font-size                   : 11px;
  		font-weight                 : bold;
		color                       : #666666;
		text-decoration             : none;
    	line-height                 : 13px;
		}

a.mini:hover  	{
		font-family                 : Arial, Helvetica;
		font-size                   : 11px;
  		font-weight                 : bold;
		color                       : #0B135E;
		text-decoration             : none;
    	line-height                 : 13px;
		}

/* ---- MENUE-LINK --------------------------------------------*/

a.m:link		{
		font-family                 : Arial, Helvetica;
		font-size                   : 12px;
		color                       : #FF8D08;
		text-decoration             : none;
        line-height                 : 18px;
        font-weight                 : bold;
		}

a.m:visited  	{
		font-family                 : Arial, Helvetica;
		font-size                   : 12px;
		color                       : #FF8D08;
		text-decoration             : none;
        line-height                 : 18px;
        font-weight                 : bold;
		}

a.m:active  	{
		font-family                 : Arial, Helvetica;
		font-size                   : 12px;
		color                       : #FF8D08;
		text-decoration             : none;
        line-height                 : 18px;
        font-weight                 : bold;
		}

a.m:hover  	{
		font-family                 : Arial, Helvetica;
		font-size                   : 12px;
		color                       : #0B135E;
		text-decoration             : none;
        line-height                 : 18px;
        font-weight                 : bold;
		}
  
/* ---- WEITER-LINK -------------------------------------------*/

a.w:link		{
		font-family                 : Arial, Helvetica;
		font-size                   : 12px;
		color                       : #FF8D08;
		text-decoration             : underline;
        line-height                 : 18px;
        font-weight                 : bold;
        text-indent                 : 10px;
		}

a.w:visited  	{
		font-family                 : Arial, Helvetica;
		font-size                   : 12px;
		color                       : #FF8D08;
		text-decoration             : underline;
        line-height                 : 18px;
        font-weight                 : bold;
        text-indent                 : 10px;
		}

a.w:active  	{
		font-family                 : Arial, Helvetica;
		font-size                   : 12px;
		color                       : #FF8D08;
		text-decoration             : underline;
        line-height                 : 18px;
        font-weight                 : bold;
        text-indent                 : 10px;
		}

a.w:hover  	{
		font-family                 : Arial, Helvetica;
		font-size                   : 12px;
		color                       : #0B135E;
		text-decoration             : underline;
        line-height                 : 18px;
        font-weight                 : bold;
        text-indent                 : 10px;
		}
  
/* ---- TEXT --------------------------------------------------*/

.text 		{
		font-family                 : Arial, Helvetica;
		font-size                   : 12px;
		font-weight                 : normal;
		color                       : #333333;
		text-decoration             : none;
		line-height                 : 18px;
		}

.textbold 	{
		font-family                 : Arial, Helvetica;
		font-size                   : 12px;
		font-weight                 : bold;
		color                       : #0B135E;
		line-height                 : 18px;
		}

.textweiss 		{
		font-family                 : Arial, Helvetica;
		font-size                   : 12px;
		font-weight                 : normal;
		color                       : #FFFFFF;
		text-decoration             : none;
		line-height                 : 16px;
		}

.textweissbold 	{
		font-family                 : Arial, Helvetica;
		font-size                   : 12px;
		font-weight                 : bold;
		color                       : white;
		text-decoration             : none;
		line-height                 : 16px;
		}

/* ---- FORMULARE ---------------------------------------------*/

.formflex {
        font-family                 : Arial, Helvetica;
        font-size                   : 11px;
        border-left                 : 1px solid #FF8D08;
        border-right                : 1px solid #FF8D08;
        border-top                  : 1px solid #FF8D08;
        border-bottom               : 1px solid #FF8D08;
        background-color            : #FF8D08;
        color                       : #0B135E;
        }

.form4 {
        font-family                 : Arial, Helvetica;
        font-size                   : 11px;
        border-left                 : 1px solid #FF8D08;
        border-right                : 1px solid #FF8D08;
        border-top                  : 1px solid #FF8D08;
        border-bottom               : 1px solid #FF8D08;
        background-color            : #FFFFFF;
        color                       : #black;
        }

.form20 {
        font-family                 : Arial, Helvetica;
        font-size                   : 11px;
        border-left                 : 1px solid #FF8D08;
        border-right                : 1px solid #FF8D08;
        border-top                  : 1px solid #FF8D08;
        border-bottom               : 1px solid #FF8D08;
        background-color            : #FFFFFF;
        width                       : 300px;
        color                       : black;
        }

/* ---- ERROR -------------------------------------------------*/

.error 		{
		font-family                 : Arial, Helvetica;
		font-size                   : 12px;
		font-weight                 : normal;
		color                       : #FF0000;
		text-decoration             : none;
		line-height                 : 18px;
		}

/* ---- ENDE --------------------------------------------------*/
