

*
{
	margin: 0px;
	padding: 0px;
}

html
{
	background: url(/img/back.jpg);
	background-color: #000;
	height: 100%;
}

body
{
	background: url(/img/header.bg.gif) repeat-x;
	font-family: Verdana, Tahoma, "Sans Serif";
	line-height: 15px;
	font-size: 10px;
	color: #000;
	height: 100%;
}

div.container
{
	margin: 0px auto;
	width: 900px;
}

.wrapper
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px;
}

/* Footer */

#footer
{
	padding-top: 15px;
	height: 40px;
	padding: 10px;
	background: url(/img/footer.gif) repeat-x;
	color: #C0C0C0;
	text-align: right;
}

.push
{
	height: 60px;
}

#topbar
{
	height: 111px;
}

#logoname
{
	/*

	text-decoration: none;
	color: #f8f8f8;
	font-family: Arial, Verdana, Tahoma, "Sans	Serif";
	font-size: 50px;
	font-weight: bold;
	*/
	display: block;
	height: 55px;
	width: 114px;
	float: left;
	margin-top: 35px;
	background-image: url(/img/err0r_logo.png);
	background-repeat: no-repeat;
}

/* Menu */

#menu
{
	height: 23px;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	padding:6px;
}

#menu a
{
	color:#FFFFFF;
	text-decoration:none;
	margin:0px 10px;
	height:23px;
	line-height:23px;
	float:left;
	display:block;
}

#menu a.active
{
	height:23px;
	color: #000000;
	line-height:23px;
	background:url(/img/tb_a.gif) right top no-repeat;
	padding-right:10px;
}

#menu a.active:hover
{
	color: #000000;
}
#menu a:hover
{
	color: #C2C2C2;
}

#menu a.active span
{
	background:url(/img/tb_span.gif) left top no-repeat;
	height:23px;
	display:block;
	padding-left:10px;
}


/* Indhold */

#content
{

	padding: 5px 0px;
}


.white
{
	background-color: #FFFFFF;
	border: 1px solid #333333;
	padding: 15px;

}

.red
{
	color: #FF0000;
}



/* Artikler */
.article
{
	margin-bottom: 20px;
}

.articleTimestamp
{
	color: #C0C0C0;
	margin-bottom: 5px;
}

.articleTags
{
	margin-bottom: 5px;
	color: #C0C0C0;
}

.articleTags a
{
	color: #6599FF;
	text-decoration: underline;
	font-weight: bold;
}

.articleFunctions
{
	margin-bottom: 5px;
	text-align: right;
}
.articleFunctions a
{
	color: #6599FF;
	text-decoration: underline;
	font-weight: bold;
}

ol#articleSections
{
	margin-left: 50px;
}

ol
{
	margin: 5px 5px 5px 30px;
}

ul
{
	margin: 5px 5px 5px 15px;
}

/* General box */
div.box { padding: 10px; }

/* Tag cloud */

#cloud { padding: 10px; line-height: 3em; }
#cloud a { color: #6599FF; padding: 0px; }
#cloud a.tag1 { font-size: 10px; font-weight: 100; }
#cloud a.tag2 { font-size: 11px; font-weight: 200; }
#cloud a.tag3 { font-size: 12px; font-weight: 300; }
#cloud a.tag4 { font-size: 13px; font-weight: 400; }
#cloud a.tag5 { font-size: 14px; font-weight: 500; }
#cloud a.tag6 { font-size: 15px; font-weight: 600; }
#cloud a.tag7 { font-size: 16px; font-weight: 700; }
#cloud a.tag8 { font-size: 17px; font-weight: 800; }
#cloud a.tag9 { font-size: 18px; font-weight: 900; }
#cloud a.tag10 { font-size: 19px; font-weight: 900; }

#resources { padding: 10px; }
#resources ul { list-style-type: none; }
#resources ul li { margin: 2px 0px; }
#resources ul li a { font-size: 14px; }
.customBox { padding: 10px; }

/* Generelt */
h1, h2, h3, h4, h5 { font-family: Georgia, Verdana, "Sans Serif";  font-style: italic; }
h1 { font-size: 30px; margin: 30px 0px 20px 0px; }
h2 { margin: 20px 0px 10px 0px; font-size: 22px; }
h3 { margin: 15px 0px 10px 0px; font-size: 18px; }
h4 { margin: 25px 0px 10px 0px; font-size: 16px; }
h5 { margin: 20px 0px 8px 0px; font-size: 12px; }


p { margin-bottom: 10px; }

a {	color: #6599FF; }


.dp30
{
	width: 230px;
	float: right;
	display: inline;
	/* margin-right:-1px; */
}

.dp50
{
	width:50%;
	float:left;
	display: inline;
	/* margin-right:-1px; */
}

.dp70
{
	float:left;
	display: block;
	width: 600px;
	/* *margin-right:-1px; */
}

.clear
{
	display: block;
	clear: both;

}

code
{
	padding: 5px;
	display: block;
	background-color: #f1f5fb;
	border: 1px solid #3399cc;
	margin: 5px 0px;
}

span.system
{
	font-family: monospace;
	white-space: pre;
	color: #3399cc;
}

fieldset.exp
{
	text-align: center;
	font-style: italic;
	background-color: #F5FFF7;
	padding: 10px;
	margin: 10px 50px;
	border: 1px solid #222222;
}

fieldset.exp legend
{
	font-style: normal;
	color: #000000;
	font-weight: bold;
}

.warning
{
	background-color: #FFEEEE;
	border: 1px solid #000000;
}

/* Form fields */
form fieldset
{
		border: none;
}

.magic
{
		display: none;
}

label
{
	display: block;
	font-weight: bold;
	margin-bottom: 3px;
}

input, textarea, select
{
	border: 1px solid #DDDDDD;
	color: #666666;
	background-image: url(/img/round.png);
	background-repeat: repeat-x;
}

textarea.medium
{
	width: 350px;
	height: 80px;
	overflow: auto;
}

textarea.max
{
	width: 100%;
	height: 80px;
	overflow: auto;
}


input.medium
{
	width: 350px;
}

input.button
{
	background-image: url(/img/button.png);
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 20px;
}

/* Floats og aligns */

.fleft { float: left; }
.fright { float: right; }
.left { text-align: left; }
.right { text-align: right; }

/* Bokse */

p.message
{
	padding: 15px 15px 15px 35px;
}

p.message.error
{
	color: #9E1111;
	background-color: #F5E8E8;
	border: 1px solid #DFB2B2;
	background-image: url(/img/icons/error.png);
	background-repeat: no-repeat;
	background-position: 15px center;
}

p.message.success
{
	color: #11A322;
	background-color: #E8f6E9;
	background-image: url(/img/icons/success.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	border: 1px solid #B2E1B7;
}
