/* global */
html{height: 100%;}

body
{
	font-family: arial, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 0.78em;
	background-repeat: repeat;
	background-color: #F00;
	text-align: left;
}

p
{
	margin: 0px;
	padding: 0px 0px 16px 0px;
	line-height: 1.7em;
	color: #333;
	text-align: center;
}

h1, h2, h3, h4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	letter-spacing: .1em;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 12px 0px;
	color: #333;
}

h4
{ font-family: arial, sans-serif;
  font-size: 110%;
  color: #555;
}

img
{ border: 0px; 
  margin: 0px; 
  padding: 0px;
}

a{outline: none;}

form{padding: 0; margin: 0;}

/* image positioning - left, right and center */
.left
{ float: left; 
  border-right: 18px solid;
}

.right
{ float: right; 
  border-left: 18px solid;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

.left, .right{border-color: #FFF;}

/* block quote */
blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-left: 8px solid #4D4D4D;
}

/* unordered list */
ul
{ margin: 2px 0px 18px 16px;
  padding: 0px;
}

ul li
{ list-style-type: square;
  margin: 0px 0px 6px 0px; 
  padding: 0px;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* margin lefts / margin rights - to centre content */
#main, #footer, #logo, #menubar, #site_content
{
	margin-left: auto;
	margin-right: auto;
}

/* main container */
#main
{
	width: 720px;
	background-color: #272727;
	background-repeat: repeat;
	background-image: url(bakgrundmain.gif);
	height: auto;
}
.Mittext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	text-align: center;
}


/* logo */
#logo
{
	width: 720px;
	height: 200px;
	border-top: none;
	color: #FFF;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-image: url(Logo.jpg);
}

/* navigation menu */
#menubar
{
	background: #686868 url(menu.png) repeat;
	width: 700px;
	border-top: 1px solid #7D7D7D;
	height: 40px;
} 

ul#menu{margin: 0px;}

ul#menu li
{ float: left; 
  margin: 0px 0px 0px 0px; 
  padding: 0px;
  list-style: none;
} 

ul#menu li a 
{
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	float: left;
	height: 25px;
	text-decoration: none;
	text-align: center;
	background: transparent;
	color: #AAA;
	padding-bottom: 0px;
	padding-top: 13px;
	padding-right: 15px;
	padding-left: 15px;
	border-right-color: #7D7D7D;
	width: auto;
} 

ul#menu li a:hover, ul#menu li a.current, ul#menu li a.current:hover
{
	background: transparent;
	color: #FFF;
} 

#search
{ float: right; 
  padding: 22px 15px 0px 0px;
}

input.searchfield
{ background: #FFF; 
  border: 1px solid #777; 
  padding: 2px;
}

input.searchbutton
{ background: #3F3F3F; 
  border: 1px solid #777; 
  padding: 0px;
  color: #FFF;
  width: 64px;
  cursor: pointer;
}

/* main content */
#site_content
{
	width: 720px;
	overflow: hidden;
	height: inherit;
} 

/* sidebar */
.sidebar
{
	float: left;
	width: 180px;
	padding: 15px 5px 15px 15px;
	margin-left: 30px;
}

/* sidebar items / links */
.sidebaritem
{
	text-align: left;
	width: 170px;
	float: left;
	margin: 0px 0px 0px 0px;
}

.sidebaritem h1, .sidebaritem h3, .sidebaritem p{
	margin: 8px 10px 10px 12px;
}

.sidebaritem ul
{
	width: 160px;
	padding-top: 4px;
	margin: 4px 0px 15px 14px;
}

.sidebaritem li
{
	list-style: none;
	padding: 0px 0px 4px 0px;
}

.sidebaritem li a, .sidebaritem li a:hover
{
	height: 20px;
	text-decoration: none;
	background: transparent url(arrow.png) no-repeat left center;
	color: #555;
	padding: 5px 0px 0px 18px;
	display: block;
} 

.sidebaritem li a.current, .sidebaritem li a:hover, .sidebaritem li a.current:hover
{
	background: transparent url(arrow_select.png) no-repeat left center;
	color: #333;
} 

/* page content */
#content_container
{
	text-align: left;
	width: 430px;
	float: left;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

#content
{
	text-align: left;
	width: 380px;
	padding: 8px 15px 8px 15px;
}

#content2
{
	text-align: left;
	width: 170px;
	padding: 8px 5px 8px 5px;
}

#content a
{ background: transparent;
  color: #555;
  border-bottom: 1px dotted;
}

#content a:hover
{ background: transparent;
  color: #A4A4A4;
}

.sidebaritem, #content{
	background: #FFF;
	text-align: left;
}

/* footer */
#footer
{
	width: 720px;
	height: 400px;
	text-align: center;
	background-color: #272727;
	background-repeat: repeat;
	background-image: url(footer.jpg);
	font-family: arial, sans-serif;
	bottom: inherit;
}

#footer a
{
	background: transparent;
}

#footer a:hover
{
	background: transparent;
	color: #F00;
}

#content a, #content a:hover, #footer a, #footer a:hover{
	text-decoration: none;
	color: #333;
}

/* Based on Nifty Corners: rounded corners without images */
/* By Alessandro Fulciniti */
/* http://www.html.it/articoli/nifty/index.html */
.rtop, .rbottom{
	display: block;
	background-color: #006;
}

.rtop .r1, .rtop .r2, .rtop .r3, .rtop .r4,
.rbottom .r1, .rbottom .r2, .rbottom .r3, .rbottom .r4
{ display: block;
  height: 1px;
  overflow: hidden; 
  background: #FFF;
}

.r1{margin: 0 5px;}

.r2{margin: 0 3px;}

.r3{margin: 0 2px;}

.rtop .r4, .rbottom .r4
{ margin: 0 1px;
  height: 2px;
}

/* sNews */
fieldset, .comment, .commentsbox
{ margin-bottom: 10px; 
  background: transparent; 
  color: #444;
}

fieldset
{ border: 1px solid #D4D4D4; 
  padding: 10px 8px;   
}

input{padding: 2px;}

textarea
{ width: 95%; 
  height: 200px;
  padding: 3px;
}

.comment
{ background: #006; 
  color: #444;
}

.date
{ border-top: 1px solid #D4D4D4; 
  margin: 15px 0px 5px 0px;
  font-weight: bold;
}
#main #site_content #content_container #content {
	color: #333;
}
#main #site_content #content_container #content p {
	text-align: left;
}
#main #footer p {
	color: #999;
}
#main #footer p {

}
#main #site_content #content_container #content h1 strong {
	font-size: 12px;
}
ny mitttext för bild {
	text-align: center;
}

