@charset "ISO-8859-1";
/* CSS Document */



/* Layout */

body {
   background-color: #333;
   overflow: hidden;
}

html, body {
   margin:0;
   padding:0;
   height:100%;
}

#wrapper {
	background-color: #333333;
	height:100%;
	width:100%;
}

#container {
	height:100%;
	width:960px;
    _width:950px;
	position:relative;
	margin-right:auto;
	margin-left:auto;
	background-image: url(../images/2010/content.jpg);
	padding-top: 20px;
	overflow: auto;
}

#header {
	padding-left: 40px;
	padding-top: 20px;
	height: 90px;
	width: 100%;
	display: inline;
}

#logo  {
/* 	float:right; */
	width: 200px;
	height: 85px;
	padding-left: 70px;
/* 	clear: both; */
	display: inline;
}

#nav {
	height:30px;
	width: 960px;
	padding-top: 20px;
}

#navcontent {
	padding-left: 30px;
	padding-right: 30px;
	color: black;
	font-weight: bold;
	font-size: 12px;
	font-family: sans-serif, Helvetica, Verdana, Arial;
	height: 30px;
}

#content {
/* 	height: 100%; */
	width: 900px;
	padding-bottom: 0px;
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 40px;
}

#main {
	/* height:65%; */
/* 	overflow: auto; */
	width: 590px;
	float: left;
	/* padding-bottom: 98px; */
}

#main img {
	border-style: solid;
	border-width: 10px;
	border-color: #FFF;
}

#bild {
	clear: both;
	width: 500px;
}

#sidebar {
	width:260px;
	height: 300px;
	padding-right:30px;
/* 	padding-left:20px; */
	float:right;
	color: #FFF;
/* 	background-color: #FFF; */
}

#footer {
/* 	z-index: 999; */
/* 	background-repeat: no-repeat; */
/* 	bottom: 0px; */
	position: relative;
	width: 960px;
	height: 200px;
	background-color: #000;
/*  background-image: url(../images/2010/footer.png); */
/* 	display: block; */
}

/* Typografi */


.bildtext {
	color: #000;
	background-color: white;
	width: 400px;
	padding: 10px;
	font-size: 11px;
	font-weight: bold;
	font-family: sans-serif, Helvetica, Verdana, Arial;
}

h1 {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	font-family: sans-serif, Helvetica, Verdana, Arial;
}

h2 {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	font-family: sans-serif, Helvetica, Verdana, Arial;
}

h3 {
	color: #000;
	font-size: 22px;
	font-weight: bold;
	font-family: sans-serif, Helvetica, Verdana, Arial;
}


/*p {
	color: #000;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	font-family: sans-serif, Helvetica, Verdana, Arial;
}*/

span {
	color: #000;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	font-family: sans-serif, Helvetica, Verdana, Arial;
}



/* Style the guestbook */
.cms-guestbook-entry
{
	border: 1px solid #C3D4DF;
	margin-bottom: 1em;
        margin-right: 1em;
}

.cms-guestbook-entry-header
{
	background: #C3D4DF;
	color: black;
	border: 1px #C3D4DF;
	margin: 1px;
}

.cms-guestbook-entry-text 
{
	background: #eee;
	padding: .5em;
	color: #000;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	font-family: sans-serif, Helvetica, Verdana, Arial;
}

.cms-guestbook-entry-posted 
{
	float: right;
	font-size: smaller;
}

.cms-guestbook-entry-header a {
	text-decoration: none;
	color: #18507C;
} 
.cms-guestbook-entry-header a:hover {
	color: black;
} 
		  
.cms-guestbook-entry-sendername
{
	font-weight: bold;
}

.cms-guestbook-entry-email {
	font-size: smaller;
}
		      
.cms-guestbook-entry-homepage
{
	font-size: smaller;
	margin: 2px;
	margin-bottom: 0;
}

.cms-guestbook-somesmileys a
{
	margin-right: .5em;
}

.cms-guestbook-showform-button
{
	font-size: smaller; /* här behöver jag göra något med button kanske */
}

.cms-guestbook-pagination_header
{
	font-size: smaller;
        font-family: sans-serif, Helvetica, Verdana, Arial;
}

.cms-guestbook-pagination_nav
{
	font-size: smaller;
        font-family: sans-serif, Helvetica, Verdana, Arial;
}


/* Style the news */
.NewsSummaryLink
{
	color: #000;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	font-family: sans-serif, Helvetica, Verdana, Arial;
}

.NewsSummaryPostdate
{
	color: #000;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	font-family: sans-serif, Helvetica, Verdana, Arial;
}

.NewsSummarySummary
{
	color: #000;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	font-family: sans-serif, Helvetica, Verdana, Arial;
}

.NewsSummaryMorelink
{
	color: #000;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	font-family: sans-serif, Helvetica, Verdana, Arial;
}
