body{
	background: #ffffff;
	text-align: left;
	line-height: 1.6;	
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

#wrapper{
	position: relative;
	margin: 0 auto;
	width: 800px;
}

#main {
	float:right;
	width:550px;
}

h1{
	font-size: 18px;
}

h2{
	font-size: 20px;
}

small {
	font-size: 10px;
	color: grey;
}

table, th, td{
	border-collapse: collapse;
	border: 1px solid #bbbbbb;
}

.form table, .form th, .form td{
	border-collapse: collapse;
	border: none;
}

td{
	padding-left: 4px;
	padding-right: 4px;
}

ul{
	margin-left: -40px;
}

li{
	margin-left: 15px;
}

/*MENU*/
#menu {
	float:left;
	width:250px;
}

/*LOGIN*/
#login{
	position: relative;
	margin: 0 auto;
	padding: 10px;
	background-color: #ffffff;
	border: solid thin #646464;
	top: 40px;
	width: 360px;
	height: 170px;
}

#loginform{
	margin-left:auto;
	margin-right:auto;
	width:72%;
}


/*OPRET BRUGER*/
.label {
	width:50px;
	}

.error {
	font-family: Tahoma;
	font-size: 8pt;
	color: red;
	display:none;
	}

.error1 {
	font-family: Tahoma;
	font-size: 8pt;
	color: red;
	}

/*Fejl log*/
div.comment
{
	margin-left:0px;
	margin-right:20px;
	padding-top:7px;
	width: 500px;
}

div.commenthead
{
    border-bottom: 1px solid #bbbbbb;
	padding-bottom:5px;
    height: 14px;
}
div.commentfoot
{
    height: 14px;
}

div.commenthead span.commentheader
{
    float: left;
    font-weight: 600;
}

div.commenthead span.time
{
    float: right;
    font-size: 10px;
}
div.commentcontent p{
	line-height:18px;
}

#addcomment h3
{
font-size:14px;
}

/*LIVEWALL*/
div.comment1
{
	margin-left:0px;
	margin-right:20px;
	padding-top:7px;
	width: 400px;
}

div.commenthead1
{
    border-bottom: 1px solid #bbbbbb;
	padding-bottom:5px;
    height: 14px;
}
div.commentfoot1
{
    height: 14px;
}

div.commenthead1 span.commentheader1
{
    float: left;
    font-weight: 600;
}

div.commenthead1 span.time1
{
    float: right;
    font-size: 10px;
}
div.commentcontent1 p{
	line-height:18px;
}

/*WIKI*/
div.commentWiki
{

	margin-right:20px;
	padding-top:7px;
	width: 500px;
}

div.commentheadwiki1
{
    border-top: 1px solid #bbb;
	padding-bottom:5px;
    height: 14px;
	width: 500px;
}

div.commentheadWiki
{
	padding-bottom:5px;
    height: 14px;
}
div.commentfootWiki
{
    height: 14px;
}

div.commentheadWiki span.commentheaderWiki
{
    float: left;
    font-weight: 600;
}

div.commentheadWiki span.timeWiki
{
    float: right;
    font-size: 10px;
}
div.commentcontentWiki p{
	line-height:18px;
}

.wikiLink {
	color: #000000;
}

.wikiLink:hover {
	color: #000000;
	text-decoration: none;
}


/*LINK*/
a:link {
	color: #1a5cd4;
	text-decoration: none;	
}
a:visited {
	color: #1a5cd4;
	text-decoration: none;	
}
a:hover {
	color: #1a5cd4;
	text-decoration: underline;
}
a:active {
	color: #1a5cd4;
}

a#here {
    color: #1a5cd4 !important;
	text-decoration: underline;
}