/* Overall settings */
body {
	background-image: url('graphics/background.jpg'); 
	background-repeat: repeat;
	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:540px;
	white-space:normal;
	word-wrap: break-word;

	}
/* 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: 50%;
	margin-top: 2%;
	margin-bottom: 4%;
}

.header {
	background: url('graphics/header.jpg') no-repeat; 
	text-align: right;
	width: 800px;
	height: 100px; 
	vertical-align: bottom;
}

.footer {
	background: url('graphics/footer.jpg') no-repeat; 
	text-align: center; 
	height: 40px; 
	vertical-align: middle;
}

.solidline {
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

.menutop {
	font-size: 14px;
	font-weight: bold;
	background: url('graphics/menutop.jpg') no-repeat;
	text-align: center;
	height: 30px;
}

.menu {
	font-size: 13px;
	background: url('graphics/menuline.jpg') repeat-y;
	text-align: left;
	height: 23px;
	padding: 0px;
	padding-left: 5px;
	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;
}

.newssites {
	border-style: solid;
	border-width: 1px;
	border-color: black;
	width: 100%;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.newssitenews {
	border-style: solid;
	border-width: 1px;
	border-color: black;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.newssitesinf {
	text-align: right;
	font-size: 12px;
	font-style: italic;
}

.newssitesfilesec {
	font-size: 13px;
}

.prewidth {
	width:500px;
	overflow:auto;
}

.memberlist {
	border-style: solid;
	border-width: 1px;
	border-color: black;
	width: 100%;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	
}

.memberlisttext {
	font-size: 13px;
	vertical-align: top;
}

.nytfranav {
	font-size: 12px;
}

.nytfranavleft {
	width: 275;
	text-align: right;
}

.nytfranavright {
	width: 275;
	text-align: left;
}

.contentby {
	text-align: right;
	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 */
.createuser {
	width: 200px;
}


/* Admin section end*/

.adminmemberlogins td {
	font-size: 13px;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	border-top: 1px;
	border-left: 1px;
	border-right: 1px
}


/* Specific settings end */