@charset "utf-8";
/* CSS Document */



h1, body, td, div, p, a {font-family: 'Trebuchet MS', Arial, Helvetica}


.h1 {
	font-size: 15px;
	margin-top: 0;
	padding-top: 6px;
	font-weight: bold;
}


h1 {
	font-size: 15px;
	margin-top: 0;
	padding-top: 6px;
}

h3 {
	margin: 5px;
}

h4 {
	font-size: 12px;
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #808080;
	margin: 0;
	padding: 0;
}


body, td, div, p {font-size: 13px}


body {
	background-image: url('/images/background.jpg');
	background-repeat: repeat-y;
	background-color: #658cb3;
	padding: 0;
	margin: 0;

}

body.index {
	background-image: url('/images/background-index.jpg');
}


.mainmenu {font-size: 18px; font-weight: bold}

.submenu {font-size: 14px; font-weight: bold}



#menu a {
	color: white;
	text-decoration: none;
	padding: 2px 2px;
}

#menu a:hover {
	background-color: white;
	color: #a7b2d2;
	text-decoration: none;
}



.stripedline {
	margin-top: 2px;
	border: 0px;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	border-style: solid;
}



.galleryimage {
	width: 114px;
	height: 114px;
	background-image: url('/images/galleryimage-background.png');
}




/* Floatingklassen */
.left {
	float: left;
	display: inline;
}
.right {
	float: right;
	display: inline;
}
.clear {
	clear: both;
}





#editmodemenu a {
	color: white;
}

#editpage a {
	color: white;
}



.sortablelist {
	padding: 0;
	margin: 0;
	list-style: none;
}

.sortablelist li {
	display: block;
	padding: 0;
	margin: 0;
	background-color: #efefef;
}

.sortablelist li img.handle {
	margin-right: 20px;
	cursor: move;
}

.sortablelist li img.nohandle {
	margin-right: 20px;
}

.editarea {
	padding: 4px 4px;
	border: 1px solid #999999;
	background-color: #eeeeee;
	width: 585px;
}

.gallery {
	background-color:white;
	border-bottom:1px solid silver;
	border-top:1px solid silver;
	display:inline-block;
	left:-3px;
	overflow:auto;
	padding: 2px 0 0 2px;
	position:relative;
	width:580px;
	margin: 15px 0 0 0;
	clear: both;
}

.file {
	float: left; 
	margin: 0px 2px 2px 0px; 
	padding: 2px 2px 2px 2px; 
	width: 110px; 
	height: 110px;
	background: url('/images/galleryimage-background.png');
	position: relative;
}

.deletefile {
	bottom: 10px;
	color: white;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	text-align: center;
	width: 110px;
	left: 2px;
}




#content a {
	color: black;
}