/* GENERAL STYLES */
@charset "utf-8";
/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

body  {
	font-family: Arial, "Trebuchet MS", "Lucida Sans";
        background-color:#C8C8C8;
	background-image:url(../Data/Assets/theme_one/Misc/Images/main_content_bg.png);
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999999;
}
div.spacer {
	clear: both;
}
#Container
{
	margin:54px auto ;
	width:950px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #ffffff;
        background-image:url(../Data/Assets/theme_one/Misc/Images/container_bg.png);
}

#Header
{
	overflow: hidden;
        background-image:url(../Data/Assets/theme_one/Misc/Images/upper_header_bg.png);
	height: 59px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#Header2
{
	width: 950px;
        padding: 0px;
	/*
        background: #DDDDDD;
	background-image:url(../Data/Assets/theme_one/Misc/Images/startpage/banner_gravemaskin.jpg);
	background-repeat: no-repeat;
	height: 217px;
        padding: 0 10px 0 20px;
	*/
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */

}
h1, h2, h3
{
	font-family: Arial, "Trebuchet MS", "Lucida Sans";
}

h1
{
	font-size: 170%;
	color: #006699;
}

h2
{
	font-size: 130%;
	color: #666666;
}

h3
{
	font-size: 120%;
	color: #666666;
}
h1#Logo
{
	background-image:url(../Data/Assets/theme_one/Header/Logo.gif);
	text-indent:-10000px; /*Used to hide the text off screen */
	height:91px;
	width:221px;
	float:left;
}

h1#Logo a
{
	display:block;
	height:100%;
}
.thrColFixHdr #sidebarLEFT {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: none; /* the background color will be displayed for the length of the content in the column, but no further */
	font-size: 80%;
        color: #666666;
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebarRIGHT {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: none; /* the background color will be displayed for the length of the content in the column, but no further */
	font-size: 80%;
    color: #666666;
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #MainContent { 
	margin: 0 300px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	background: none;
	font-size: 80%;
	padding: 15px 10px 10px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#MainContent h1
{
	font-size: 170%;
	color: #006699;
}

#MainContent h2
{
	font-size: 130%;
	color: #666666;
}

#MainContent h3
{
	font-size: 120%;
	color: #666666;
}

#MainContent p
{
	margin:10px 0 10px 0;
}

#MainContent a
{
	color:#3399CC;
	text-decoration:none;
}
#Header a
{
	color:#006699;
	text-decoration:none;
        border: 0px;
}
#MainContent a:hover
{
	color:#006699;
	text-decoration:none;
}

/*
==========================================
Top Navi
==========================================
*/
#Navi
{
	float:right;
	height:91px;
	font-size:95%;
	letter-spacing: -1px;
	font-weight: bold;
	font-family: Arial, "Trebuchet MS", "Lucida Sans";
}

#Navi li
{
	float:left;
	display:block;
	/*background-color:green;*/ /* Used for debug */
	line-height:18px;
	margin:0 0 0 17px;
}

#Navi li a
{
	color:#FFFFFF;
	text-decoration:none;
	display:block;
}

#Navi li a:hover, #Navi li.Selected a
{
	color:#C8C8C8;
}
/*
==========================================
sidebarRIGHT
==========================================
*/
#sidebarRIGHT h3
{
	font-size: 120%;
	color: #666666;
}
#sidebarRIGHT #SearchSecondaryHeader
{
	margin:30px 0 0 0;
}

#sidebarRIGHT form
{
	margin:0 0 30px 0;
}

#sidebarRIGHT form input.Submit
{
	cursor:pointer;
	background-color:transparent;
	background-image:url(../Data/Assets/theme_one/Misc/search_button.png);
	background-repeat:no-repeat;
	background-position:0px -16px;
	border:none;
	height:16px;
	text-indent:-10000px;
	width:18px;
	padding:0;
	margin:0;
}

#sidebarRIGHT form input.Submit:hover, #SecondaryContent form input.Submit:active
{
	cursor:pointer;
	background-color:transparent;
	background-image:url(../Data/Assets/theme_one/Misc/search_button.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	border:none;
	height:16px;
	text-indent:-10000px;
	width:18px;
}

#sidebarRIGHT form input
{
	border:1px solid #bcbcbc;
	padding:3px 7px 4px 4px;
	font-size:11px;
	width:150px;
}
/*
==========================================
sidebarLEFT
==========================================
*/
#sidebarLEFT h3
{
	font-size: 120%;
	color: #666666;
}
#sidebarLEFT #SearchSecondaryHeader
{
	margin:30px 0 0 0;
}

#sidebarLEFT form
{
	margin:0 0 30px 0;
}

#sidebarLEFT form input.Submit
{
	cursor:pointer;
	background-color:transparent;
	background-image:url(../Data/Assets/theme_one/Misc/search_button.png);
	background-repeat:no-repeat;
	background-position:0px -16px;
	border:none;
	height:16px;
	text-indent:-10000px;
	width:18px;
	padding:0;
	margin:0;
}

#sidebarLEFT form input.Submit:hover, #SecondaryContent form input.Submit:active
{
	cursor:pointer;
	background-color:transparent;
	background-image:url(../Data/Assets/theme_one/Misc/search_button.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	border:none;
	height:16px;
	text-indent:-10000px;
	width:18px;
}

#sidebarLEFT form input
{
	border:1px solid #bcbcbc;
	padding:3px 7px 4px 4px;
	font-size:11px;
	width:150px;
}
	dl {
		width: 240px;
		margin: 0 0 20px 20px;
		padding: 0;
		background: #ccc url(3columns/Images/skissbilder/box_bottom.gif) no-repeat bottom left;
		}

	dt {
		margin: 0 0 10px 0;
		padding: 10px;
		font-size: 130%;
		color: #fff;
		border-bottom: 1px solid #fff;
		background: #999 url(3columns/Images/skissbilder/box_top.gif) no-repeat top left;
		}
	
	dd {
		margin: 0 0 0 10px;
		padding: 0 10px 10px 10px;
		color: #666;
		font-family: Verdana, sans-serif;
		font-size: 90%;
		background: url(3columns/Images/skissbilder/arrow.gif) no-repeat 0 3px;
		}
		
	#blue dt {
		background-color: #69c;
		}
	
	#blue {
		background-color: #9cf;
		}
	
	#red dt {
		background-color: #933;
		}
	
	#red {
		background-color: #c99;
		}
	
	#green dt {
		background-color: #9c6;
		}
	
	#green {
		background-color: #cf9;
		}
/*
====================================
Imagecaption
====================================
*/
div.imagecaptionEvent  {
	float:right;
	width:100px;
	padding: 4px;
	border: 1px solid #D9E0E6;
	margin: 0 1em 1em 1em;
	display:inline;
	color:#333333;
	font-style:italic;
}
/*
==========================================
News List
==========================================
*/

#MainContent ul#NewsList
{
	margin:6px 0 0 0;
}

#MainContent ul#NewsList li
{
	margin:0 0 6px 0;
	font-size: 13px;
	border-bottom: 1px solid #F3F3F3;
}

#MainContent ul#NewsList li strong
{
	font-weight:bold;
        color: #666;
}

#MainContent ul#NewsList li.Event a
{
	display:block;
	background: none;
	padding:8px 8px 7px 27px;
	color:#666666;
	text-decoration:none;
	background-image:url(../Data/Assets/theme_one/Misc/event_icon.gif);
	background-repeat:no-repeat;
	background-position:7px 8px;
}

#MainContent ul#NewsList li.News a
{
	display:inline;
	background: none;
	padding:8px 8px 7px 1px;
	color:#666666;
	text-decoration:none;
	background-image:url(../Data/Assets/theme_one/Misc/news_icon.pn);;
	background-repeat:no-repeat;
	background-position:7px 8px;

}

#MainContent ul#NewsList li a:hover
{
	color:#999999;
	text-decoration:none;
}

#MainContent ul#NewsList li img
{
	display: block;
	margin-bottom: 6px;
}
/*
==========================================
Flickr
==========================================
*/
#flickr {
background:url(./graphics/flickerness.gif) no-repeat;
width:300px;
height:154px;
padding: 0 0 20px 0;
margin-top: 0;
}
#flickr img {
float:left;
margin:0 0px 8px 8px;
background:#C8C8C8;
border: none;
padding:4px;
width:62px;
height:62px;
}
/*
==========================================
a styles
==========================================
*/
#sidebarRIGHT a
{
	color:#3399CC;
	text-decoration:none;
}

#sidebarRIGHT a:hover
{
	color:#006699;
	text-decoration:none;
}
#sidebarLEFT a
{
	color:#3399CC;
	text-decoration:none;
}

#sidebarLEFT a:hover
{
	color:#006699;
	text-decoration:none;
}
/*
==========================================
Footer
==========================================
*/
#Footer {
	padding: 0 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #C8C8C8;
	background-image: url(../Data/Assets/theme_one/Misc/Images/footer/footer_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, "Trebuchet MS", "Lucida Sans";
	color: #333333;
	font-size: 11px;
	font-weight: normal;
}
#Footer
{
	clear:both;
	min-height:40px;
	line-height:40px; /* This vertically centers the text */
	font-size:12px;
	padding:0 0 0 15px;
} 
#Footer a
{
	color:#808080;
	text-decoration:none;
}

#Footer a:hover
{
	color:#808080;
	text-decoration:underline;
}

#Footer .ValidXhtml
{
	padding:0 0 0 19px;
	background-image:url(../Data/Assets/theme_one/Misc/valid_icon.png);
	background-repeat:no-repeat;
	margin:0 0 0 15px;
	color:#61AB49;
}

#Footer a.ValidXhtml:hover
{
	color:#61AB49;
	text-decoration:underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
ol,ul {
	list-style:none;
}
/*
================================================
FileLibrary
================================================
*/
div.fileLibrary {
	
}
div.fileLibrary div.category {
	margin-left: 4px;
}
div.fileLibrary div.category h4 {
	cursor: hand;
	cursor: pointer;
}
div.fileLibrary div.category div.files {
	margin-left: 8px;
}
div.fileLibrary div.category div.files div.item {
	color: #FFFFFF;
	display: block;
	margin-bottom: 4px;
}
div.fileLibrary div.category div.files div.item a {
	font-weight: bold;
}

/* EDITOR PROPERTIES */
