body
{
	background: #60513A url('img/bgbody.gif') repeat top left;
	color:#dddddd;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0;
	font-family: Tahoma,"MS Sans Serif", sans-serif;
	font-size: 1em;
	text-align:left;
}

.lleftmenu
{
	float:right;
	clear:none;
	border:1px solid #888;
	margin-bottom:10px;


}

.bgframe
{
	background-color: transparent;
	padding: 1px 3px 1px 1px;
	width: 90%;
//	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 4px;
	margin-bottom: 10px;
	min-width:760px;
	max-width:1024px;
	border: 0px solid #eee;

}

.framemenu
{
	float:left;
	position: absolute;
	clear:none;
	margin-left:-40px;
	border:0px solid #888;
	width:30px;
}

.frame
{
	padding: 0px;
	width: 90%;
//	width: 710px;
	margin-right: 0px;
	margin-left: auto;
	margin-top: 4px;
	margin-bottom: 10px;
	min-width:710px;
	max-width:1024px;
	background: #2E2D29 url('img/bgframe.gif') repeat top left;
	border:1px solid #888;
}


.line
{
	clear:both;
	background-color:#333333;
	height:1px;
	margin-top:-1px;
}

a
{
	color: #cc6a00;
}
a:hover
{
	color: #fff;
}

a img {
	border: 0;
}

.maindiv
{
	background: transparent;
	font-size: 0.8em;
	clear:both;
	margin-top: 0;
	width: 100%;
	min-height: 350px;
	padding: 0px;
	line-height: 1.5em;
}

.tekst
{
	padding:10px;
}

textarea {
	font-family: Tahoma,"MS Sans Serif", sans-serif;
	font-size: 1em;
}
textarea.editor {
	width: 98%;
	height: 350px;
}

select {
	font-size: 10px;
}
option.hd {
	background-color: #333;
}
input {
	font-size: 12px;
}4
input.wide
{
	width: 99%;
}
input.small
{
	width: 3em;
}
td {
	font-size: 1em;
}

/* top */
.topdiv
{
	background-color:#000000;
	font-family: verdana,sans-serif;
	text-align:left;
	margin: 0px;
	margin-top:0px;
	margin-bottom:0px;
	width:100%;
	font-size:16px;
	height:120px;

}

/* pictures */
div.pictures
{
	margin-top:4px;
	clear: both;
	float: left;
	width: 100%;
}
div.pictures a.thumb {
	margin: 0 0 0 -22px;
}
div.pictures a.thumb img {
	border: solid 1px #fff;
}
div.pictures input.del {
	vertical-align: baseline;
	margin: 0;
}

span.nobr {
	white-space: nowrap;
}

/* bottom */
.bottomdiv {
	background-color:transparent;
	margin-top: 0px;
	text-align: center;
	border: 0px solid #cccccc;
	font-size:0.8em;
	letter-spacing: 2px;
	padding-top: 5px;
	padding-bottom: 1px;
}
.bottomdiv a img {
	border: 0;
}
.bottomdiv form#lform input {
	font-size: 1em;
	width: 4em;
	height: 1.2em;
	border: solid 1px #999;
}
.bottomdiv form#lform input.image {
	width: auto;
	height: auto;
	border: 0;
	margin: 0;
	padding: 0;
}
.bottomdiv span.user {
	vertical-align: top;
	//padding-bottom: 4px;
}

.titletext
{
	font-family: tahoma,sans-serif,verdana;
	text-align:left;
	font-size:16px;
	letter-spacing:2px;
	font-weight:lighter;
	vertical-align:bottom;
	margin-right: 80px;
	margin-top:5px;
}

/* error & info-display */
div.error, div.info {
	color: #666;
	position: absolute;
	z-index: 20;
	top: 50px;
	left: 150px;
	width: 350px;
	padding: 10px;
	background-color: #f4f3e5;
	cursor: pointer;
	text-align: left;
	border: solid 1px #ddd;
	font-family: "MS Sans Serif",sans-serif;
}
div.error div, div.info div {
	text-align: left;
	padding: 10px 15px 15px 10px;
	border: solid 1px #fdd;
	background: url(img/bg_error.gif) no-repeat center center #fffbd7;
	background: #fffbd7;
	font-size: 0.8em;
	line-height: 1.8em;
}
div.error div span, div.info div span {
	color: #666;
	font-family: "Courier New",monospace;
	line-height: 1.2em;
}

/* filemanager */
div.fm_title
{
width:100%;
color:#FFF;
background-color:#000;
text-align:center;
}

/* message */
div#message {
	position: absolute;
	display: block;
	width: 200px;
	height: auto;
	z-index: 20;
	background-color: #ffeebb;
	border: solid 1px #f00;
	text-align: center;
	padding: 3px;
	padding: 30px 20px 25px 20px;
	margin: 50px 0 0 200px;
	color: #c33;
	cursor: pointer;
}
div#message a.ok {
	display: block;
	border: solid 1px #f66;
	background-color: #ffdddd;
	padding: 5px 0;
	color: #f66;
	margin: 25px 50px 0 50px;
	text-decoration: none;
	font-weight: bold;
}
div#message a.ok:hover {
	color: #f00;
	background-color: #ffd8d8;
}

img.icon, input.icon {
	margin-bottom: -6px;
}

