/* Overall settings */
body {
	background-image: url('/graphics/background.jpg'); 
	background-repeat: repeat;
	/*font-family: "Times New Roman", Times, serif;*/
	font-family:Helvetica, sans-serif;
}

a:link {color:#000000; text-decoration:none;}
a:visited {color:#000000; text-decoration:none;}
a:hover {color:#000000; text-decoration:underline;}
a:active {color:#000000; text-decoration:underline;}

pre {
	font-family: Helvetica, sans-serif;
	font-size: 15px;
	width:900px;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	overflow: auto; /*--If the Code exceeds the width, a scrolling is available--*/
}
/* Overall settings end */



/* index.php */
/*table.frontpage {
	width:100%; 
	height:500px; 
	position:absolute; 
	top:50%; 
	left:0%; 
	margin:-270px auto auto; 
	text-align:center;
}*/
/* index.php end */


/* Specific settings */

/*.centertable { 
	top: 25%;
	margin-top: 0%;
	margin-bottom: 4%;
} */

.header {
	background: url('/graphics/header.jpg') no-repeat; 
	text-align: right;
	color: #3399fe;
	width: 1100px;
	height: 165px;
	vertical-align: bottom;
}

.footer {
	background: url('/graphics/footer.png') no-repeat; 
	height: 100px; 
	font-size: 18px;
	font-weight: bold;
	color: #3399fe;
	text-align: right; 
	vertical-align: bottom;
	padding-bottom: 10px;
	padding-right: 20px;
}

a.footera:link {color:#3399fe; text-decoration:none;}
a.footera:visited {color:#3399fe; text-decoration:none;}
a.footera:hover {color:#3399fe; text-decoration:underline;}
a.footera:active {color:#3399fe; text-decoration:underline;}

.solidline {
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

.menugraphics {
	background: url('/graphics/menu.jpg') no-repeat;
	vertical-align: middle;
	height: 28px;
	width: 1100px;
}

.menuitems {
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 30px;
	margin: 0px; /* Måske overflødig */
	border-spacing: 0px; /* Måske overflødig */
}

.loginoptions {
	text-align: right;
	padding-right: 6px;
}

.loginform {
	padding-left: 5px;
	padding-top: 5px;

}

.logininput {
	width: 155px;
}

.content {
	padding-left: 30px;
	padding-top: 30px;
	padding-bottom: 0px;
	padding-right: 30px;
}

.editcontent {
	width: 1000px;
	height: 400px;
	
}

.contentby {
	text-align: right;
	vertical-align: top;
	font-size: 12px;
	font-style: italic;
}

.allcontenttable {
	border-style: solid;
	border-width: 1px;
	border-color: black;
	width: 100%;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}

/* Admin section start*/

.adminmemberlogins {
	font-size: 13px;
}
/* Admin section end*/

/* Referencer settings start */
.long {width:360px;}
.outlineHeader {width:90%; border:1px solid black; padding:5px; background-color:#CCCCCC; font-weight:bold; text-align:left; font-size:15px;}
.outline {width:90%; border:1px solid; padding:5px; text-align:left; font-size:14px;}

/* Referencer settings end */