body {
	font: 10px helvetica, verdana, arial, sans-serif;
	color: #ffffff;
	word-spacing: 0.15px;
	margin:0;
	padding:0;
	background: #000000 url('../img/fade.jpg') repeat-x;
}

.justified {
	text-align: justify;
	margin: 0px 0px 20px 0px;
}

#picture_right {
	float: right;
}

#text_left {
	width: 400px;
}

a {
	color: #a37acc;
	text-decoration: none;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

h1 {	
	font: 12px helvetica, verdana, arial, sans-serif;
	margin: 0px 0px 10px 0px;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 0.5px;
}

h2 {	
	font: 10px helvetica, verdana, arial, sans-serif;
	margin: 0;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 0.5px;
}

.info {
	color: green;
	font-weight: bold;
	margin-bottom: 10px;
}

.error {
	color: red;
	font-weight: bold;
	margin-bottom: 10px;
}



div.clear {
	clear: both;
}
div#title {
	float: right;
}

/* MENU */
div#menu {
	height: 20px;
	margin: 32px auto 0 auto;
	width: 900px;
	text-align: center;
}

div#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#menu img {
	border: 0;
}

div#menu li {
	display: inline;	
	padding: 0 6px 0 6px;
}



#header {
	background: url('../img/header.png') no-repeat 0% 0%;
	height: 200px;
	margin: 0px auto 0 auto;
	width: 900px;

}

#sms {
/*	background: #828282;*/
/*	height: 16px;*/
	padding: 5px 0 5px 0;
	margin: 0 auto 10px auto;
	width: 900px;
	color: #cc99ff;
	letter-spacing: 1px;
	font-size: 7pt;

}


#main {
	margin: 0 auto 30px auto;
	width: 900px;
/*	height: 250px;*/
	color: #ffffff;
	letter-spacing: 1px;
	font-size: 8pt;
	text-align: left;
}

/* FOOTER */
div#footer {
	height: 60px;
	margin: 0 auto 0 auto;
	width: 920px;
	border-top: 1px solid #cc99ff;
	border-bottom: 1px solid #cc99ff;
}

div#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#footer img {
	border: 0;
}

div#footer li {
	display: inline;	
	padding: 0 0 0 0;
}


#copyright {
	margin: 0 auto 0px auto;
	height: 100px;
	width: 900px;
	color: #cc99ff;
	letter-spacing: 1px;
	font-size: 7pt;
	text-align: center;
}

/* SPONSORS */

#sponsors img {
	border: 0;
}

div#sponsors ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#sponsors li {
	display: inline;	
	padding: 0 6px 0 6px;
}



/* LINKS */
#linkwrapper div.linkrow {
	width: 200px;
	float: left;
}

#linkwrapper2 div.linkrow2 {
	width: 900px;
	float: left;
	margin: 0 0 20px 0; 
}

.linkwidth {
	width: 250px;
	float: right;
	margin: 0 40px 0 0;
}

.external {
	background-image: url('img/icons/link.png');
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 16px;
}



/* PICTURES */



.pictures { 
	float: left;
	width: 900px; 
	margin: 0px 0px 0px 65px;
	line-height: 17px;

}

.pictures img { 
	background-image: none; 
	border-top: 1px solid #000000; 
	border-left: 1px solid #000000; 
	border-right: 1px solid #000000; 
	border-bottom: 1px solid #000000; 
	padding: 0; 
	margin: 0px 0px 0px 0px
}

.pictures img:hover { border: 1px solid #ffffff; }

/* Formulär */
input, textarea, select {
	vertical-align: middle;
	margin-bottom: 5px;
	font: 10px "Verdana";
}

input, textarea {
	padding: 2px;
	border-top: 1px solid #555555;
	border-left: 1px solid #555555;
	border-bottom: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}

input:focus, textarea:focus, select:focus {
	background-color: #FFFFEE;
}

input[type="text"] {
	width: 250px;
}

textarea {
	width: 250px;
	height: 100px;
}

input[type="submit"], input[type="button"] {
	border: 1px solid #AAAAAA;
	background-color: #f5f5f5;
	font: 10px "Verdana";
}

input[type="checkbox"], input[type="radio"] {
	border: none;
}

form fieldset {
	border: none;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}


label {
	float: left;
	width: 145px;
	display: block;
}

label.checkbox {
	width: 350px;
	float: none;
}

form p {
	clear: left;
	margin-bottom: 20px;
	line-height: 20px;
}

span.mandatory {
	color: #FF0000;
	font: normal 10px "Verdana";
}

.blogpostbottom {
	border-top: 1px dashed white;
	border-bottom: 1px dashed white;
	width: 200px;
	padding: 10px;
}

a img {
	border: 0;
}

.separator {
	height: 1px;
	border-bottom: 1px solid white;
	width: 600px;
	margin-bottom: 20px;
	margin-top: 20px;
}

textarea#a_text {
	width: 700px;
	height: 400px;
}

/* Admin */
#admin_nav {
	margin-bottom: 20px;
}
#admin_nav li {
	display: inline;
}

#admin_nav a {
	border: 1px solid #a37acc;
	padding: 5px;
	margin-right: 10px;
}

.icon {
    padding-left: 19px;
    text-decoration: none;
    height: 20px;
    font-size: 12px;
    margin: 0 3px;
    display: inline-block;
    line-height: 20px;
}
	
.picture_delete { 
	background:transparent url(../img/icons/image_delete.png) no-repeat left;
}

.newspostimage {
	width: 400px;
}

