/* sidst valideret: 7. marts 2007 */

/*--- standard elementer --------*/

body {
	padding: 0;
	margin: 0;
	min-width: 760px;/* for mozilla*/
	font-family: tahoma, "MS Arial", "Helvetica", "MS Verdana", sans-serif;
	line-height:16px;
	}

h1, h2, h3, h4, table, tr, th, td, #content, input, textarea {       
	font-family: tahoma, "MS Arial", "Helvetica", "MS Verdana", sans-serif;        
	}
h1, h3, h4 {
	margin-bottom: 10px;
	}
h1 {
	font-size: 28px;
	margin-top: 5px;
	padding-bottom: 10px;
	}
h2 {
	font-size: 18px;
	margin-bottom: 0;
	line-height: 24px;
	}
/* obs: herfra skal der gøres noget i forhold til tilgængelighed */
h3 {
	font-size: 18px;
	margin-bottom: 0;
	line-height: 24px;
	}
h4 {
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 4px 0;
	}
h5 {
	font-size: 14px;
	padding: 0 0 2px 0;
	}
td {       
	vertical-align: top;
	}

li {       
	margin-left : -24px;
	}
ul {       
	margin-top: 0px;       
	margin-bottom: 0px;
	}

/* diff. ml. width #content og textfield = højre margen */
/* andre attributes for #content i themes, header og globalscreen.css  */
#content {
	width: 570px;
	}

#textfield {
	position: relative;
	left: 0px;
	top: 0px;
	width: 540px;
	/* obs: padding stillet i globalscreen.css */
	}

/* STANDARD FONT-SIZE FOR HELE SITET */
#textfield, #menutext {       
	font-size: 13px;
	line-height: 20px;
	}


/*--- galleri ------------------------*/

#gallery_table {
	width: 540px; 
	text-align: center; 
	margin-top: 0; 
	}
.tddimension {
	vertical-align: middle;
	height: 140px;
	width: 25%;
	}
.td_empty {
	height: 0;
	width: 25%;
	}

/* skygger i galleri */
.out {
	display: block;
	background-color: #ffffff;
	margin: 0 0 0 0;
	border-right: #e0e0e0 1px solid;
	border-bottom: #e0e0e0 1px solid;
	position: relative;
	margin: auto;
}
.in2 {
	display: block;
	background-color: #909090;
	padding: 0 1px 1px 0;
	margin: 0 0 0 0;
	border-right: #b0b0b0 1px solid;
	border-bottom: #b0b0b0 1px solid;
	position: relative;
}
.in {
	margin: 0 0 0 0;
	padding: 0 1px 0px 0;
	font-weight: normal;
	background-color: #606060;
	border-right: #707070 1px solid;
	border-bottom: #707070 1px solid;
	position: relative;
}

/*--- fildelingsiden -----------------*/
/* afløst af zebrarows i themes css */

/*.filer_th {
	height: 22px;
	padding: 3px 0 0 2px;
	font-weight: bold;
	}
.filer_td {
	padding: 3px 0 0 2px;
	}*/


/*--- forumsiden -----------------*/

ul.thread {
	margin-left: 20px;
	}


/*--- linksiden --------------------*/

.linkkatmenu {
	position: absolute;
	top: 0;
	left: 0;
	}
.linksideinput {
	position: absolute;
	left:130px;
	width: 370px;
	}

/*------------------------*/
.submitbutton {       
	font-size: 11px;
/*	color: #000000;*/
	background-color: #f0f0f0;
	text-decoration: none;
	width: 80px;
	border: 1px #000000 solid;
	display: block;
	}
.submitbuttonfra {       
	font-size: 11px;       
	color: #a0a0a0;       
	background-color: #f0f0f0;        
	text-decoration: none;       
	width: 80px;       
	border: 1px #000000 solid;       
	display: block;       
	}


/* blandet */

#voteelement{       
	position: relative;       
	left: 0px;       
	top: 100px;       
	background: transparent;       
	}       
#logo {       
	position: absolute;       
	left: 448px;       
	top: 20px;       
	background: transparent;       
	}       
#pagetop {       
	position: relative;       
	top: 0px;       
	left: 0px;       
	width: 100%;       
	padding-left: 0px;       
	background: transparent;       
	font-size: 12px;       
	}       

/* disse er vist outdatede */
/*#menucontent { 
	position: absolute; 
	top: 130px; 
	left: 20px; 
	width: 100%; 
	padding-left: 0px; 
	background: transparent; 
	font-size: 12px; 
	} 
#menutext { 
	position: absolute; 
	top: 130px; 
	left: 130px; 
	background: transparent; 
	} 
#undermenu { 
	position: absolute; 
	left: 225px; 
	top: 100px; 
	background: transparent; 
	font-size: 12px; 
	} .menuretogpris { 
	width: 100%; 
	vertical-align:top; 
	font-size: 14px; 
	font-weight: bold; 
	background: transparent; 
	margin-top: 10px; 
	} */

/* galleri navigation */

.galleri_navi_bar {
	width: 100%; 
	height: 22px;
	margin: 0; 
	background-color: #f0f0f0;
	}
.galleri_navi_nolink, .galleri_navi a, .galleri_navi a:hover {
	font-size: 11px;
	}
.galleri_navi_nolink {
	background-color: #f0f0f0;
	color: #a82030;
	float: left;
	padding: 1px 8px 1px 8px;
	}
.galleri_navi a {
	float: left;
	display: block;
	background-color: #f0f0f0;
	text-decoration: none;
	color: #000000;
	padding: 1px 8px 1px 8px;
	}
.galleri_navi a:hover {
	color: #909090;
	background-color: #ffffff;
	}

