body{
	background: url('img/bg.jpg') repeat-x #222222;
}

body, td{
	font-family: Tahoma, Verdana, sans-serif; font-size: 11px; line-height: 15px;
}

#logo{
	position: absolute; left: 50%; top: 55px; margin-left: 210px; z-index: 1;
}

#loginBox{
	position: absolute; left: 50%; top: 19px; margin-left: -20px; z-index: 1;
}

#newUserText{
	position: absolute; left: 50%; top: 2px; margin-left: 145px; z-index: 1;
	color: #fff;
}
#newUserText a{
	color: #fff; font-weight: bold;
}

a{
	text-decoration: none; color: #1a83a2;
}
a:hover{
	color: #2baed5;
}

#topBorder{
	position: absolute; left: 50%; top: 0px; margin-left: -366px;
}

#topBanner{
	position: absolute; left: 50%; top: 70px; margin-left: -366px;
}

#content{
	position: absolute; left: 50%; top: 130px; margin-left: -366px; width: 730px; height: 100%;
	background-color: #fff; background-image: url('img/contentBg.jpg'); background-repeat: repeat-y;
}
#contentTop{
	position: absolute; left: 50%; top: 106px; margin-left: -366px; width: 730px;
}

.leftpadding{
	padding-left: 5px;
}

.rightpadding{
	padding-right: 5px;
}

.grayLine{
	background: #e5e5e5;
}

/* MENU */
#menu{
	position: absolute; left: 50%; top: 20px; margin-left: -366px; width: 730px; height: 40px; 
	background-image: url('img/contentBg.jpg'); background-repeat: repeat-y;
}
#menuBottom{
	position: absolute; left: 50%; top: 40px; margin-left: -365px; width: 730px;
}

.menupointTd{
	border-right: 1px solid #999;
}

.menupoint{
	margin: 14px 20px 11px 20px; 
}

.menupoint a{
	color: #999; text-decoration: none;
}

.menupoint a:hover{
	color: #bcbcbc;
}

/* USERMENU */
#usermenu{
	position: absolute; left: 50%; margin-left: -346px; top: 125px;  width: 730px; z-index: 100;
}

/* H? */
h1{
	font-family: Tahoma, Verdana, sans-serif; font-size: 13px; color: #1a83a2; margin: 0px 0px 5px -1px;
}
h2{
	font-family: Tahoma, Verdana, sans-serif; font-size: 11px; color: #1a83a2; margin: 0px;
}
h3{
	font-family: Tahoma, Verdana, sans-serif; font-size: 11px; color: #999; margin: 0px; font-weight: normal;
}

/* SØG */
#search{
	position: absolute; left: 50%; top: 32px; margin-left: 191px; z-index: 100;
}

/* FORM */
.inputText{
	border: 1px solid #999; font: 11px Tahoma, Verdana, sans-serif; color: #686868; width: 150px;
}
.button{
	background: #1a83a2; border: 1px solid #05a9d2; color: #fff; font: 11px verdana; font-weight: bold;
}

/* HR */
.blueLine{
	border-bottom: 0px; border-top: 1px solid #1a83a2; height: 0px;
}
.grayLine{
	border-bottom: 0px; border-top: 1px solid #c4c4c4; height: 0px;
}

/* SPANS */
.rightColHeader{
	background-color: #1a83a2; width: 200px; color: #fff; font-weight: bold; padding: 0px 0px 0px 5px; display: block;
}

.red{
	color: red;
}

.blue{
	color: #1a83a2;
}
.gray{
	color: #494949;
}

/* FILES */

.fileContainer{
	width: 98px; height: 98px; border: 1px solid #c2c2c2; text-align: center; float: left; margin: 0 14px 14px 0px;
}