/* ALLMÄ„NT
------------------------------------------------*/

html
{
    overflow-y: scroll;
	overflow-x: auto;
}

body {
	font-family: "trebuchet ms", "franklin gothic medium", "lucida sans unicode", sans-serif;
	font-size: 13px;
	background: url("../img/bg_green.jpg") repeat;
	/*background-color: #444444;*/
	background-color: #000000;
	color: #000000;
	text-align: center;
	margin: 0px;
}

blockquote
{
	border: 1px #000000 dashed;
	padding: 5px;
	background-color: #e1e1e1;
}

fieldset
{
	border: 1px #ee128e solid;
	background-color: #e1e1e1;
}

textarea
{
	font-family: "franklin gothic medium", "lucida sans unicode", sans-serif;
	font-size: 13px;
	border: 1px #385339 solid;
	padding: 5px;
}

input
{
	font-family: "franklin gothic medium", "lucida sans unicode", sans-serif;
	font-size: 13px;
}

.error
{
	color: #FF0000;
	font-weight: bold;
}

.success
{
	color: #00BB00;
	font-weight: bold;
}

h1
{
	margin-left: 15px;
	/*color: #ee128e; */
	color: #385339; 
	
	/*color: #6C0200; */
	font-size: 20px;
}

div.gbinfo
{
    text-align: left;
	padding: 5px;
	height: 20px;
	background-color: #000000;
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 dashed;
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
	color: #FFFFFF;
}

div.gbinfoold
{
    text-align: left;
	padding: 5px;
	height: 20px;
	background-color: #888888;
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 dashed;
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
	color: #FFFFFF;
}

img.gbmsg
{
	max-width: 565px;
	width: expression(this.width > 565 ? 565: true);
}

div.gbmsg
{
    text-align: left;
	margin-bottom: 5px;
	padding: 0px;
	background-color: #EEEEEE;
	border-bottom: 1px #000000 solid;
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
	overflow: hidden;
}

.dvbdy1
{
	background:#FFFFFF;
	font-family:arial;
	font-size:12px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	padding:5px;
	width:150px;
	text-align: left;
}

.dvhdr1
{
	background:#999999;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	border:1px solid #000000;
	padding:5px;
	width:150px;
	text-align: left;
}

.smiley
{
	vertical-align: middle;
}

.images
{
	text-align: center;
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	margin: 10px;
	padding: 10px;
	vertical-align: center;
}

/* LÄNKAR
------------------------------------------------*/
a:link 			{ color: #000000; text-decoration: none; font-weight: bold; }
a:visited		{ color: #000000; text-decoration: none; font-weight: bold; }
a:hover			{ color: #ee128e; text-decoration: none; font-weight: bold; }
a:active		{ color: #ee128e; text-decoration: none; font-weight: bold; }

div#user a:link 		{ color: #385339; text-decoration: none; font-weight: normal; }
div#user a:visited	{ color: #385339; text-decoration: none; font-weight: normal; }
div#user a:hover		{ color: #ee128e; text-decoration: underline; font-weight: normal; }
div#user a:active		{ color: #ee128e; text-decoration: underline; font-weight: normal; }

div#menu a:link 		{ color: #385339; text-decoration: none; font-weight: bold; }
div#menu a:visited	{ color: #385339; text-decoration: none; font-weight: bold; }
div#menu a:hover		{ color: #ee128e; text-decoration: underline; font-weight: bold; }
div#menu a:active		{ color: #ee128e; text-decoration: underline; font-weight: bold; }

div#wrapper
{
	position: relative;
	top: 30px;
	width: 700px;
	margin: auto;
	padding: 0px 15px 15px 15px;
	background-color: #FFFFFF;
	border: 4px #000000 solid;
	text-align: left;
}
div#user
{
	height: 15px;
	font-family: admui3sm, "franklin gothic medium";
	font-size: 10px;
	text-align: right;
	letter-spacing: 1px;
}

div#header
{
	position: relative;
	height: 208px;
	background-image: url("../img/newlogo_black_july07.jpg");
	background-repeat: no-repeat;
	background-color: #BBBBBB;
	border-bottom: 15px #FFFFFF solid;
}

div#menu
{
	position: relative;
	padding: 20px 10px 20px 10px;
	background-color: #E0E0E0;
	border-bottom: 15px #FFFFFF solid;
	color: #385339;
	/*background: url("../img/bg_green.jpg") repeat;*/
	font-size: 14px;
}

div#content
{
	position: relative;
	padding: 10px;
	background-color: #E0E0E0;
}

div#footer
{
	position: relative;
	margin-top: 35px;
	height: 30px;
	text-align: center;
	color: #FFFFFF;
}
