*{
	margin: 0px;
	padding: 0px;
}

/*   STRUKTUR   */

#wrapper{
	background-image: url(img/skygge.jpg);
	background-repeat: repeat-y;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-align: left;
	width: 953px;
	z-index: 20;
}

#main{
	position: relative;
	background-color: white; /*For at få højre spalte til at passe, har main baggrundsfarve og z-index*/
	z-index: 40;
	float: left; 
	margin: 0px;
	width: 618px;
	margin: 30px 0 0 1px;

}

.grad{
	background-image: url(img/gradient.jpg);
	background-repeat: no-repeat;
	margin: 20px 20px 20px 20px;
}

#hoejre{
	position: relative;
	top: 20px;
	margin: 0 3px 0 620px;
	padding-top: 0px;
}

#footer{
	background-image: url(img/bund.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #ffffff;
	position: relative;
	clear: both;
	height: 26px;
	margin: 50px 0 0 0px;
	padding-top: 0px;
}


body{
	font-family: verdana, arial, geneva, helvetica, sans-serif;
	text-align: center;
	z-index: 5;
	background-image: url(img/baggrund.gif);
	background-repeat: repeat;
}

p{
	font-size: 11px;
	margin: 10px;
	color: #000000;
}

#main p{
	margin-left: 30px;
	font-size: 12px;
	line-height: 16px;
	color: #555555;
}

#hoejre p{
	margin: 10px 10px 30px 20px;
	font-size: 12px;
	line-height: 18px;
	color: #222222;
}


ul{
	font-size: 11px;
	color: #000000;
	padding-left: 35px;
}

#main ul{
	font-size: 12px;
	padding-left: 55px;
	color: #555555;
}

li{
	padding: 0px 0 0px 0px;
}


h1{
	font-size: 18px;
	color: #b34104;
	margin: 10px;
}

#main h1{
	margin-left: 30px;
}


h2, h3{
	font-size: 12px;
	margin: 20px 0 10px 10px;
	color: #b34104;
}

h4{
	font-size: 11px;
	margin: -10px 0 10px 20px;
}

#main h2, #main h3{
	margin-left: 30px;
	margin-bottom: -10px;
}

#hoejre h2, #hoejre h3{
	font-size: 11px;
	margin: 0px;
	padding: 2px 0 2px 20px;
	color: #ffffff;
	background-color: #708597;
	background-image: url(img/bar.jpg);
}

a{
	color: #0000aa;
}

a:visited{
	color: #000077;
}


a:hover{
	color: red;
}


img{
	margin: 20px;
}

#hoejre img{
	margin-bottom: 0px;
	margin-left: 82px;
}

#forsideimg{
	margin-left: 20px !Important;
}

img.center{
	margin: 80px 0 0 230px;
}

.topimg{
	float: left;
	margin-top: 25px;
	margin-left: 50px;
	margin-bottom: 0px;
}

.nolink{
	text-decoration:none !Important;
	color: #555555 !Important;
}

.nolinkh2{
	text-decoration:none !Important;
	color: #000000 !Important;
}

#psyklogo{
	position: absolute;
	top: 0px;
	left: 340px;
	float: left;
	padding-top: 20px;
	margin: 0px;
}

#medlem{
	position: absolute;
	top: 0px;
	left: 380px;
}

#medlem p{
	font-size: 10px;
	margin: -10px 25px 0 0;
	color: #999999;
}
/* KONTAKT BOKSEN*/

#kronprinsensgade{
	float:right;
	margin: -25px 30px 0 0 !Important;
}

#kontakt{
	position: relative;
	left:-2px;
	margin-right: -2px;
	padding-bottom: 2px;
	/* height: 215px; */
	/* height: 250px; */
	
	top: 0px;
	background-color: #dee1e8;
}

#kontakt h4{
	font-size: 18px;
	padding: 26px 0 0px 19px;
	margin: 0px;
	color: #b34104;
	background-color: transparent;
	background-image: none;
}

#kontakt h1{
	font-size: 11px;
	color: #000000;
	margin-left: 20px;
}


#kontakt a{
	color: #b34104;
}

/* FOOTER*/

#footer p{
	font-size: 11px;
	margin:  0px 0 0 90px;
	padding-top: 5px;
	padding-bottom: 30px;
	color: #999999;
}

#footer a{
	color: #b34104;
}

#design{
	float: right;
	margin-right: 95px;
}

#design a{
	color: #999999;
	font-size: 9px;
}

/*   MENU  */

#menubjaelke {
	background-image: url(img/header.jpg);
	background-color: #b34104;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 953px;
	height: 30px;
	z-index: 30;
}

#menu ul{
	position: absolute;
	top: 7px;
	left: 0px;
	font-size: 14px;
	z-index: 40;
	margin: 0px;
	padding: 0px;
}

#menu li{
	list-style: none;
	display: inline;
	padding: 0px;
}

#menu li a{
	text-decoration: none;
	color: #ffffff;

	margin: 10px 25px 10px 25px;
	padding: 0px;
	font-weight: bold;
}

#menu li a.help{
	color: #b35e1b;
	font-weight: bold;
	margin: 10px 0px 10px 100px;
}

