/* CSS Document For Stylized Beauty
   Design by super j man
   (http://www.jdavidmacor.com) 
   Modified by Anja Hansen (www.papirgrotten.dk) */

/******** Basic Body ********/
	body {
	background: Black url(images/bg.png) repeat-x top;
}
	
	h1 {
		margin: 0;
		color: #FFFFFF;
		font-family: "Trebuchet MS" "Times New Roman";
		font-size: 40px;
		padding-left: 50px;
		padding-top: 35px;
		}
		
	h1 a {
		text-decoration: none;
		color: #FFFFFF;		
	}
	
	h2 {
		margin: 0;
		color: #000000;
		font-family: "Trebuchet MS" "Times New Roman";
		font-size: 22px;
		font-variant: small-caps;
		border-bottom: 1px solid #000000;
		}
		
	img {
		border: 0;
		}
		
	.icon {
		border: 0;
		vertical-align: text-bottom;
		}
	
	#container {
		width: 980px;
		margin: 0 auto;
		padding: 0px;
		}
		
/******** Header ********/		
	#header {
		height: 125px;
		background: url(images/header_smal.gif) top no-repeat;
		}
		
	#header form {
		float: right;
		font-size: 9px;
		margin-right: 50px; 	/* Mozilla + IE 7*/
		margin-top: 50px;
		}
	
	#header form img {
		vertical-align: bottom; /* Virker kun i Mozilla */
		}
		
	#header input {
		background: #FFFFFF url(images/input.png) top left no-repeat;
		color: #999999;
		border: 0;
		font-size: 11px;
		padding: 3px;
		}
		
	#header .button {
		padding: 2px;
		background: #88ac0b url('images/menu-background.png') top left repeat-x;
		color: #FFFFFF;
		border: 0;
		font-size: 11px;
		}
	

}

/******** Menu ********/	
	#menu_container {
		background: #FFFFFF;
		height: 30px;
		padding-left: 5px;
		padding-right: 7px;	/* Mozilla + IE 7 */
		}
	
	#menu {
		width: 100%;
		background: #88ac0b url('images/menu-background.png') top left repeat-x;
		font-size: 95%;
		white-space: nowrap;
		padding-right: 2px;
		margin-top: 0;
		margin-bottom: 0;
		padding-left: 5px;	/* flytter menuen i Mozilla, men kun hvis float ikke er slået til. */
		}
	
	* html #menu {
		padding-right: 0;
		}
	
	#menu ul {
		margin: 0;
		padding: 0px;
		border-left: 1px solid #95bc0e;
		border-right: 1px solid #95bf0f;
		width: 100%;
		}
	
	#menu li {
		list-style: none;
		display: inline;
		}
	
	#menu a:link, #menu a:visited {
		padding: 0.25em 1em;
		background: transparent; /* Gør vist ingen forskel */
		background: #88ac0b url('images/menu-background.png') top left repeat-x;
		color: #FFFFFF;
		text-decoration: none;
		float: left;
		border-right: 1px solid #95bc0e;
		}
	
	#menu a:hover {
		background: #b6e41c url('images/menu-hover.png') repeat-x;
		color: #485b06;
		}

/******** Main Content ********/		
	#content {
		width: 935px;
		background: #FFFFFF;
		padding: 5px;
		}

	#posts {
		width: 720px;
		background: #FFFFFF;
		margin-right: 210px;  
		height: 780px; 		/* Virker korrekt med hensyn til korte og lange sider i IE. normal værdi: 580 */
		min-height : 780px;	/* Forlænger sider i Mozilla og IE */ 
	}
	
	/* Sikrer at lange sider vises korrekt i Mozilla selv om height tagget er til stede i #posts*/
	head+body #posts {
	  	height:auto;
	}
		
	#posts p {
		text-align: justify;
		font: .8em "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
		line-height: 150%;
		color: #666666;
		}
	
	#posts p.brugerkommentarer {
		width: 700px;
		overflow: hidden;
		}
		
	#posts table.kontaktinfo tr td{
		vertical-align: text-top;
	}
	
	#posts a {
		color: #C44000;
		text-decoration: none;
		}
		
	#posts a:visited {
		color: #C44000;
		text-decoration: none;
		}
		
	#posts a:hover {
		color: #C44000;
		text-decoration: underline;
		}
		
	.dropcap {
		float: left;
		width: .67em;
		font-size: 3.1em;
		line-height: 95%;
		}
	
	.blockquote {
		border: 2px dotted #88ac0b;
		background-color: #EFEFEF;
		margin: 30px;
		padding: 5px;
		overflow: hidden;
		text-align: justify;
		color: #CCCCCC;
		font: 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
		}
	
	.comments {
		color: #999999;
		font-size: 75%;
		text-align: right;
		}
		
	table.kliplist 	{
		width : 100%;
		vertical-align : text-top;
		/* Giver sammenhængende linier */
		border-collapse:collapse;	
		}			

	table.kliplist tr td	{
		vertical-align : top;
		}			

	table.kliplist tr.billeder td	{
		padding-bottom: 13px;
		}			

	table.kliplist tr td.ikoner	{
		border-top: thin solid #88ac0b;
		}			

	table.kliplist tr td img.ikon {
		margin-right: 2px;
		}			

		
	tr.topbar td {
		border-top : thin solid #88ac0b;
		}		

	td.ordlistebogstav	{
		font-size : 300%;
					}		
							
	table.nyheder {
		/* Giver sammenhængende linier */
		border-collapse:collapse;	
	}
					
	table.nyheder tr td {
		border-bottom: thin solid #88ac0b;
		vertical-align: top;
		}			
					
/******** Sidebar ********/		
	#sidebar {
		width: 200px;
		padding-top: 5px;
		margin-left : 730px; /* new */
		position: absolute; 
		top: 165px;
		}
		
	.sidebar_content{
		display: block;
		}
		
	.sidebar_content *{
		display: block;
		height: 1px;
		overflow: hidden;
		background: #777777;
		}
		
	.sidebar_content1{
		border-right: 1px solid #d3d3d3;
		padding-right: 1px;
		margin-right: 3px;
		border-left: 1px solid #d3d3d3;
		padding-left: 1px;
		margin-left: 3px;
		background: #b2b2b2;
		}
		
	.sidebar_content2{
		border-right: 1px solid #f4f4f4;
		border-left: 1px solid #f4f4f4;
		padding: 0px 1px;
		background: #acacac;
		margin: 0px 1px;
		}
		
	.sidebar_content3{
		border-right: 1px solid #acacac;
		border-left: 1px solid #acacac;
		margin: 0px 1px;
		}
		
	.sidebar_content4{
		border-right: 1px solid #d3d3d3;
		border-left: 1px solid #d3d3d3;
		}
		
	.sidebar_content5{
		border-right: 1px solid #b2b2b2;
		border-left: 1px solid #b2b2b2;
		}
		
	.sidebar_content_content{
		padding: 0px 5px 10px 7px;
		background: #777777;
		color: #EFEFEF;
		text-align: justify;
		font: .8em "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
		line-height: 130%;
		}

	.sidebar_content_content ul{
		color: #FFFFFF;
		text-align: justify;
		margin-left : -37px; 		/* Virker i Mozilla */
		list-style-position : inside;
		}
	
/*	.sidebar_content_content a {
		color: #FFFFFF;
		text-decoration: none;
		letter-spacing: 5px;
		}
*/

/*		
	.sidebar_content_content a:visited {
		color: #FFFFFF;
		text-decoration: none;
		letter-spacing: 5px;
		}
		
	.sidebar_content_content a:hover {
		color: #FFFFFF;
		text-decoration: underline;
		letter-spacing: 5px;
		}
*/	
	.sidebar_content_content a {
		color: #FFFFFF;
		text-decoration: none;
		}

	.side_content_header {
		margin: 0;
		color: #FFFFFF;
		font-family: "Trebuchet MS" "Times New Roman";
		font-size: 20px;
		font-variant: small-caps;
		}

/******** Footer ********/	
	#footer {
		width: 970px;
		height: 73px;
		background: url(images/footer.gif) top no-repeat;
		margin-top: 0px;
		padding: 5px;
		}
		
	#footer p {
		padding: 25px;
		text-align: center;
		font-size: 12px;
		color: #999999;
		}
		
	#footer p a {
		color: #000000;
		font-weight: 100;
		text-decoration: none;
		border-bottom: 1px dotted #000000;
		}
		
	#footer p a:visited {
		color: #000000;
		font-weight: 100;
		text-decoration: none;
		border-bottom: 1px dotted #000000;
		}
			
	#footer p a:hover {
		color: #000000;
		text-decoration: none;
		border-top: 1px dotted #000000;
		}