/* CSS Document */
@import url(admin.css);

/* Based in part on ALA's 8th css revision 17 July 2002 (http://www.alistapart.com/) 
   and Blureobots Layout reservoir (http://www.bluerobot.com/web/layouts/).
   The tabbed menu is also from an article at A List Apart */

/* Stylesheet created by Marcus Sundgren, marcus@sundgrens.se
   Updated 2004-03-13
   Updated 2007-05-07 for pageshed forum
*/

table {
    background-color:white;
	text-align: left;
}

/* Removed for now, must figure out how to handle images altogether */
/*
img {
	margin: 5px;
	border-top: 1px #333;
	border-right: 2px #000;
	border-bottom: 2px #000;
	border-left: 1px #333;
}*/

/* Layout elements */

#wrapper	{
	margin-right:auto;
	margin-left:auto;
	margin-top:0;
	padding-top:0;
	text-align: left;
	background: #EDEAE2 url(../_images/hss/bg_water3.jpg);
}

#wrapper table	{
    border: 1px solid #765;
    background-color:white;
	margin-top:10px;
}

/* Main content block attributes */

#content	{
	margin: 0px 10px;
	}
	
#content table	{
	border: none;
}

#hogerspalt {
	padding: 0px 5px 0px 5px;
	border-left: 1px dotted #765;
	float:right;
}

/* Top banner attributes */
#banner {
	border-bottom:1px solid #765;
	height:60px;
	}

#banner img {
	margin: 0px;
	border: 0px;
}

/* Tabbed menu with roll-over effects */

#menu {
      float:left;
      width:100%;
	  background:#DAE0D2 url("../_images/hss/bg2.gif") repeat-x bottom;
      font-size: 9px;
      line-height:normal;
      }
      
#menu ul {
      margin:0;
      padding:10px 10px 0 0;
      list-style:none;
      } 
      
#menu li {
      float:left;
      background:url("../_images/hss/left_both.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      border-bottom:1px solid #765;
      }
      
#menu a {
      float:left;
      display:block;
      width:.1em;
      background:url("../_images/hss/right_both.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      text-decoration:none;
      font-weight:bold;
      color:#765;
	  white-space:nowrap;
      }
      
#menu > ul a {width:auto;}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a {float:none;}
    /* End IE5-Mac hack */
#menu a:hover {
      color:#333;
      }
	  
/* Selectors for highlighting current tab. Used as ID in the body-tag */
	  
#menu li.MenuHeadSelected {
      background-position:0 -150px;
      border-width:0;
      }
	  
#menu li.MenuHeadSelected a {
      background-position:100% -150px;
      padding-bottom:5px;
      color:#333;
      }
#menu li:hover, #menu li:hover a {
      background-position:0% -150px;
      color:#333;
      }
#menu li:hover a {
      background-position:100% -150px;
      }

#menu h5	{
	color: #000;
	background: transparent;
	}
	
/* Left-side menu attributes */

#submenu {
	width: 13em;
	border-right:1px solid #FFF;
	text-shadow: 2px 2px 2px #987;
    padding: 10px 0 0 0;
    margin-bottom: 1em;
    font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
    color: #000;
	}

#submenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
		
#submenu li {
	margin: 0;
	}

#submenu li a {
	display: block;
	margin: 0 0 0 5px;
	padding: 2px 3px 2px 0.5em;
	color: #432;
	text-decoration: none;
	border-top: 1px solid #ddc;
	border-left:3px solid #ccb;
	border-right:3px solid #ccb;
	background-color:#eed;
	width: 100%;
	}

html>body #submenu li a {
	width: auto;
	}

#submenu li ul a {
	padding: 0px 2px 0px 1em;
	border-top: 1px solid #eed;
	font-size: 11px;
	color:#432;
	}

#submenu li a:hover, #submenu li a.selected {
	background-color: #d6d6c6;
	border-left:3px solid #321;
	border-right:3px solid #321;
	color: #210;
	text-shadow: 0px 0px 5px #ffe;
	}

/* Breadcrumb navigation  */
#breadcrumb {
	margin: 0;
	padding: 0;
	}

#breadcrumb ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
	}

#breadcrumb ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	}

#breadcrumb ul li a {
	background: #fff;
	width: 70px;
	height: 2em;
	border-top: none;
	border-left: none;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0;
	margin: 0 0 10px 0;
	color: #432;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 2em;
	font-size:    xx-small;      
	voice-family: "\"}\"";   
	voice-family: inherit;   
	font-size:    x-small;   
	}

html>#breadcrumb ul li a  {
	font-size: x-small;   
	} 

#breadcrumb ul li#five a	{
	width: 119px;
	}

#breadcrumb ul li a:hover {
	color: #000;
	background: #ccc;
	}

#breadcrumb a:active	{
	background: #c60;
	color: #fff;
	}
/* End Breadcrumb navigation */


.notis {
	background: #EEE;
	margin: 5px;
	padding: 5px;
	border-top: 1px solid #999;
	border-right: 3px solid #999;
	border-bottom: 3px solid #999;
	border-left: 1px solid #999;
}

.alert {
	margin: 5px;
	padding: 5px;
	border-top: 1px solid #000;
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
	border-left: 1px solid #000;
	background: #FF9;
}

.alert h4{
	color:#900;
}

.puff {
	border-bottom: 3px double #765;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	margin-right:50px;
}

.hogerpuff {
	border-bottom: 1px dashed #765;
	margin-top: 5px;
	margin-bottom: 5px;
}

.puffbild {
	border-bottom: 2px solid #765;
	border-right: 2px solid #765;
	border-top: 1px solid #765;
	border-left: 1px solid #765;
	margin: 5px;
	float: right;
	margin-right: -25px;
	clear:right;
}


/* Used to hide an explanatory text from standards-compliant browsers that is intended
   only for older non-compliant browsers like Netscape 4.# */
.ahem	{
	display: none;
}

/*
============================================
New styles for forum section
*/
.forum_text { 
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	font-size: 11px;
	color: black; 
	}

.forum_sig {
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal;
	font-style: italic;
	font-size: 10px;
	color: #313841;
	}
	
.small_dark {
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	font-size: 10px;
	color: #313841; 
	text-decoration: ;
	}
	
A.dark_link:link { 
	text-decoration: none;
	color:#443322;
	}
	
A.dark_link:visited	{ 
	text-decoration: none;
	color: #443322;
	}
	
A.dark_link:hover { 
	color: blue;
	}

#content .forum_table {
	margin: 0;
	padding: 0;
	background-color: #ccb;
	}
	
#content .forum_table_head {
	margin: 0;
	padding: 2;
	border: 1px solid #ccb;
	background-color: #eeeedd;
	}
	
#content .forum_table td {
	background-color: #EEEEDD;
	padding: 4px;
	margin: 0px;
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	font-size: 11px;
	color: #313841; 
	}

#content td.forum_table_whitecell {
	background-color: white;
	}

/*
Forum styles over
============================================
*/

/* NEWS
---------------------------------------------------
Styling of News posts
---------------------------------------------------
*/
div.news_repeat {
	margin: .5em 0 .5em 1em;
	padding: 0.5em;
	line-height: 1.4em;
	background-color: #78a3d2;
	border: 2px solid #006ab2;
}

div.news_repeat p {
	margin: 0;
	margin-bottom: .5em;
	padding: 0;
}

div.news_repeat h3 {
	margin: 0 0 .4em 0;
	padding: 0;
	font-size: 1.5em;
	line-height: 1.5em;
}

p.news_linkall {
	margin: 0 0 0 1em;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
}
