
/* main css file for solemnity-page*/
/* last change: 2010-02-23*/

/* #### */


/* grafics */
/* ======= */

.float-to-right     {
                    float:left;
                    margin-right:20px;
                    margin-bottom:20px;
                    }

.float-to-left     {
                    float:right;
                    margin-left:20px;
                    margin-bottom:20px;
                    }

.footer-link-grafic	{
					border:0px;
					}
					
.gallery-pre-grafic		{
						border: 0px;
						}

.gallery-single-grafic	{
						border-top: solid #666666 5px;
						border-left: solid #666666 5px;
						border-right: solid #333333 5px;
						border-bottom: solid #333333 5px;
						}
						
						
.shop-single-grafic		{
						border-top: solid #FFFF99 5px;
						border-left: solid #FFFF99 5px;
						border-right: solid #FFFF55 5px;
						border-bottom: solid #FFFF55 5px;
						margin-top:20px;
						}
						
.top-link-grafic	{
					border:0px;
					}
					

						
/* links */
/* ===== */


/* error links */
/* ----------- */

.link_error             {
                        color: white;
						font-weight: bold;
                        text-decoration: none;
                        }

.link_error:hover       {
                        display: block;
                        color: white;
						font-weight: bold;
                        background-color: #28344A;
                        text-decoration: none;
                        }


/* text links */
/* ---------- */

.link_text              {
                        color: silver;
                        background-color: #28344A;
                        text-decoration: none;
                        }

.link_text:hover        {
                        color: white;
                        background-color: #28344A;
                        text-decoration: none;
                        }


/* table of content links */
/* ---------------------- */

.link_toc               {
                        color: silver;
                        text-decoration: none;
                        }

.link_toc:hover         {
                        color: white;
                        text-decoration: underline;
                        }


/* tables */
/* ====== */


/* main container */
/* -------------- */

.cell_main-container    {
                        width: 1000px;
                        background-color: grey;
                        }

/* header */
/* ------ */

.tab_header             {
                        text-align: center;
                        }


/* navigator*/
/* -------- */

.tab_menue             {
                        text-align: left;
                        }


/* content*/
/* ------ */

.tab_content            {
                        background-color: #131D33;
						background-image:url(../grafics/main-elements/background.jpg);
                        }


.cell_page-content      {
						width:800px;
                        vertical-align: top;
                        padding-left:12px;
                        padding-right:12px;
                        padding-bottom:12px;
                        color: silver;
                        }



/* foot */
/* ---- */

.tab_footer             {
                        margin-top: 1px;
                        text-align: right;
                        font-size: small;
                        color: grey;
						background-color: #222222;
                        }


/*grafics*/
/*=======*/



/*text fromats*/
/*============*/


.bold           {
                font-weight: bold;
                }

.bold-half      {
                font-weight: 600;
                }

.color-marked   {
                color: #FFFFFF;
                }

.indent-10      {
                margin-left: 10px;
                }

.indent-20      {
                margin-left: 20px;
                }

.picture-footline	{
					font-weight: 600;
					color: #FFFFFF;
					}

/* tags */
/* ==== */

BODY             {
                 text-align: justify;
                 font-family: arial, helvetica, sans-serif;
                 color: silver;
                 background-color: black;
                 }

H1              {
                font-variant:small-caps;
                margin-bottom:10px;
                }

H2              {
                font-variant:small-caps;
                margin-bottom:10px;
                }