* {
margin : 0;
padding : 0;
}



html, body {
    height : 100%;
    font: 0.9em/1.8 Arial, helvetica, sans-serif;
    color : #7F7F7F;
    background-image : url(../img/bg.jpg);


}

/* divar */

#container {
	width : 800px;
	height : 100%;
	margin-left : auto;
	margin-right : auto;

}

#bg {
	width : 826px;
    margin-left : auto;
	margin-right : auto;
	background-image : url(../img/bgborder.jpg);
    background-repeat : repeat-y;
    background-position : center;
}

#menu {
  width : 100px;
  float : left;

}


#brod {
    width : 600px;
	float : right;
	padding-top : 10px;
	padding-left : 10px;
	

}

#bild1 {
    width : 600px;
	float : right;
	padding-top : 10px;
	padding-left : 10px;
	

}

#ett:hover {
	color:#801111;
}

/* header */
#header {
	background: url(img/header.png) no-repeat;
	height: 180px;
	width: 600px;
	margin: 0 auto;
}


p.rubrik {

	color : #5FB2F8;
	line-height : 1.8em;

}

p.topic {

	color : #000000;
    font-size: medium;
	line-height : 2.2em;

}

a:link { text-decoration: none; color: #333333}
a:visited { text-decoration: none; color: #333333}
a:active { text-decoration: none; color: #333333}
a:hover { text-decoration: none; color: #333333}




/* admin grejjer */
#form {
	height: 200px;
	width: 250px;
	margin: 40px auto;
	text-align: center;
}

#form p {
	padding: 0 !important;
	margin: 0 !important;
	display: block;
}

#form span.text {
	float: left;
	font-size: 1.1em;
}

#form input.field {
	background: #fff;
	height: 20px;
	width: 250px;
	border: 1px solid #cecece;
	padding: 3px;
	margin: 0 0 16px 0;
	font-size: 1.1em;
}

#formEdit {
	height: 100%;
	width: 600px;
	margin: 0 auto;
	text-align: center;
}

#formEdit input.submit {
	margin: 16px 0 0 0;
	display: block;
}

#formEdit span.textWide {
	display: block;
	text-align: left;
	padding: 16px 0 3px 0;
}

#formEdit input.fieldWide {
	display: block;
	text-align: left;
	height: 20px;
	width: 100%;
	border: 1px solid #000;
	padding: 3px;
}

#formEdit input.fieldUpload {
	float: left;
	margin: 16px 0;
	display: block;
}

#formEdit textarea.areaWide {
	width: 100%;
	height: 250px;
	border: 1px solid #000;
	padding: 3px;
}

#edit p {
	padding: 0 !important;
	margin: 0 auto !important;
	width: 600px;
	text-align: left;
}

#edit a {
	background: none;
	padding: 0 !important;
	margin: 0 !important;
	color: #000;
}

#edit span {
	padding: 0 10px;
	line-height: 35px;
	color: #000;
}

#edit p.grey {
	background: #cecece;
	height: 35px;
}

#edit p.white {
	background: #efefef;
	height: 35px;
}

#edit p.topic {
	font-size: 1.4em;
	text-align: center;
}

.when {
	margin-left: -6px;
}

.head {
	margin-left: 24px;
}

.delete:hover {
	color: #ff3300 !important;
}

.right {
	float: right;
}