/* CSS for topp.cfm file  */


/* PREDEFINED HTML TAGS
------------------------------------------------------------------ */
body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif; }


/* CONTAINER
-------------------------------------------------------------- */
#container {
	/* background:url(../Bilder/bgContainerTop.jpg) repeat-x;*/ 
	height:90px;
	width:100%;}

#MenuTopBottomLine { 
	width:100%;
	background:url(../images/bgContainerTopLine.png) repeat-x;
	height:22px;
	
}



/* HEADER
-------------------------------------------------------------- */
#header .left { /* logo */
	padding:12px 0 0 19px;
	float:left;
	width:250px;}

#header .right { /* search */
    border: 2px solid #eeeeee;
    padding: 7px 0 2px 5px; 
    background: #002776;
    border-radius: 25px;
	margin-top:12px;
	/* background:url(../Bilder/bgHeaderRightTop.jpg) no-repeat; */
	height:33px;
	width:511px;}
	
#header .right a,
#header .right a:link {
	text-decoration:none;
	color:#FFFFFF;} 
#header .right a:hover, 
#header .right a:active {
	text-decoration:underline;}

/* MENULINE & MENU
-------------------------------------------------------------- */
#menuLine  {
	margin:0 0 0 18px;
	position:relative;
	width:auto;}
	
#menuLine .logout {
	float:right;
	width:100px;
	padding:10px 18px 0 0;
	text-align:right;}

#menuLine .date {
	font-size:13px;
	font-weight:bold;
	color:#4a5155;
	float:left;
	width:233px;
	margin-top:12px;}

/* MENU */
.menu {
	float:left;}

.menu ul {
	margin:1px 0 0 0;
	padding:0;}
	
.menu ul li {
	list-style:none;
	float:left;
	color:#fff;
	/* background-image:url(../Bilder/bgHeaderMenuDivider.gif);
	background-repeat:no-repeat;
	background-position:right top; */}
	
.menu ul li a,
.menu ul li a:link,
.menu ul li a:active,
.menu ul li a:visited {
	text-decoration:none;
	padding:11px 15px;
	display:block;
	font-weight:bold;
	color:#4a5155;
	font-size:14px;}
	
.menu ul li a:hover {
	color:#5DBCFC;}


/* MAIN LINK SETTINGS
-------------------------------------------------------------- */
a:link,
a:visited {
	text-decoration:none;
	color:#4a5155;} 
a:hover, 
a:active {
	text-decoration:underline;}



/* MISC TOOLBOX 
------------------------------------------------------------ */
.clear {
	clear:both;}
	
.larger {
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;}

.floatLeft {
	float:left;}

.overskrift {
	font-size:20px; 
	color:#FFFFFF; 
	font-weight:bold;}
	
.absmiddle {
	vertical-align: middle;}

/* FORMS 
------------------------------------------------------------ */

form {
	margin:0;
	padding:3px 0 0 10px;}

input {
	font-size: 10px;
	padding:1px 0 2px 2px;
	border:1px solid #CCCCCC;
	background-image:url(../Bilder/bgInputForm.gif);
	background-repeat:repeat-x;}
	
/*.button {
	background-image:url(../Bilder/bgButton.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	border:1px solid #CCCCCC;
	padding:1px 4px 1px 4px;
	xheight:18px;}*/
	
.button {
    height: 20px;
    display:inline-block;
    background: url('../Bilder/input_button_bg_left.gif') no-repeat top left;}

.button input, 
.button a {
    margin-left: 3px;
    background: url('../Bilder/input_button_bg_right.gif') no-repeat top right;
    height: 20px;
    border: 0;
    font-size: 11px;
    cursor: pointer;   
    /* added for ie7 */
    /*
    padding: 0px 2px;
    padding-right: 5px;
    */}

	
.inputFixedSize {
	width: 100px;
	font-size:11px;
	height:20px;}
	
	
