﻿body 
{
   background-color: #1c67a0;
   margin:0px;     
   overflow: auto;
   font-family: Arial, Sans-Serif;
   font-size: 1em;
   text-align: center;
            
   scrollbar-3dlight-color: #6699cc;
   scrollbar-arrow-color: #FFFFFF;
   scrollbar-base-color: #AACCEE;
   scrollbar-darkshadow-color: #446688;
   scrollbar-face-color: #AACCEE;
   scrollbar-shadow-color: #99bbdd;
   scrollbar-track-color: #99bbdd;               
}

html
{
    overflow: auto;
}

.bgMenu
{
	background-image:url("/Grafik/formelsamlingen/bgMenu.jpg");
	background-repeat:repeat-x;  
}

.searchButton
{
    position: absolute;
    z-index: 999;
    top: 107px;
    right: 0px;
}

.mainContent
{
    position: absolute;
    margin-top: 0px;
    width: 960px;
    height: 100%;
    left: 50%;
    margin-left: -480px;
    z-index: 10;
}

/* Navigation Link */
a.navigation:link
{ 
    font-family:verdana,arial,helvetica,sans-serif; font-size:12px; text-decoration: none; color: #E7F0F7;
}

a.navigation:visited
{
    font-family:verdana,arial,helvetica,sans-serif; font-size:12px; text-decoration: none; color: #E7F0F7;
}
	 
a.navigation:active 
{ 
	font-family:verdana,arial,helvetica,sans-serif; font-size:12px; text-decoration: none; color: #E7F0F7;
}

a.navigation:hover 
{ 
    font-family:verdana,arial,helvetica,sans-serif; font-size:12px; text-decoration: underline; color: #E7F0F7;
}


/* Reorder List */
.dragHandle {
	width:20px;
	height:5px;
	background-color:#81B6E0;
	background-image:url("/grafik/formelsamlingen/Arrow.png");
	background-repeat:no-repeat; 
	background-position:center; 
	cursor:move;
	border:outset thin white;
}

.callbackStyle {
	border:thin blue inset;		
}

.callbackStyle table {
	background-color:#5377A9;	
	color:Black;
}


.reorderList li {
	list-style:none;
	margin:2px;
	background-image:url(images/bg_nav.gif);
	background-repeat:repeat-x;
	color:#FFF;
}

.reorderList li a {color:#FFF !important; font-weight:bold;}

.reorderCue {
	border:dashed thin black;
	width:100%;
	height:25px;
}

.itemArea {
	margin-left:15px;
	font-family:Arial, Verdana, sans-serif;
	font-size:1em;
	text-align:left;
}
