body {
	margin: 0;
	padding: 0;
	text-align: center;
}

ddiv { border: 1px solid red; }

#header { height: 141px; }
.topspace { height: 103px; }

.topmenu {
	height: 24px;
	background-image: url('../img_design/menubg.png');
	background-repeat: repeat-x;
	padding-left: 30px;
}

.topmenu a {
	display: block;
	background-image: url('../img_design/menu.png');
	background-repeat: no-repeat;
	height: 24px;
	float: left;
	text-decoration: none;
}

.headerbuttons {
	
}

.textsize {
	position: absolute;
	right: 83px;
	top: 4px;
	margin: 0; padding: 0;
	margin-top: 9px;
	border: 0;
	display: block;
	width: 72px; height: 18px;
	background: transparent url('../img_design/bigger.gif');
}

.english {
	position: absolute;
	right: 8px;
	top: 4px;
	margin: 0; padding: 0;
	margin-top: 9px;
	border: 0;
	display: block;
	width: 72px; height: 18px;
	background: transparent url('../img_design/english.gif');
}

#menustart { width: 98px; background-position: 0 0;}
#menuverk { width: 146px; background-position: -98px 0;}
#menuorg { width: 130px; background-position: -244px 0;}
#menujud { width: 112px; background-position: -374px 0;}
#menuung { width: 98px; background-position: -486px 0;}
#menukult { width: 85px; background-position: -584px 0;}
#menupress { width: 76px; background-position: -669px 0;}
#menukont { width: 96px; background-position: -745px 0;}

#menustart:hover, #menustart.active { background-position: 0 -24px;}
#menuverk:hover, #menuverk.active { background-position: -98px -24px;}
#menuorg:hover, #menuorg.active { background-position: -244px -24px;}
#menujud:hover, #menujud.active { background-position: -374px -24px;}
#menuung:hover, #menuung.active { background-position: -486px -24px;}
#menukult:hover, #menukult.active { background-position: -584px -24px;}
#menupress:hover, #menupress.active { background-position: -669px -24px;}
#menukont:hover, #menukont.active { background-position: -745px -24px;}

.menushade {
	background-image: url('../img_design/menushade.gif');
	background-repeat: repeat-x;
}

.menubox {
	width: 194px;
	padding-bottom: 20px;
	background-repeat: no-repeat;
}

.menubox h1 {
	width: 194px;
	height: 27px;
	padding: 0;
	margin: 0;
}

.pageorg, .pageverk, .pagejud, .pagekon, .pagepress, .pageung, .pagekul, .pageeng {
	width: 194px;
	height: 27px;
}

.pageorg:hover, .pageverk:hover, .pagejud:hover, .pagekon:hover, .pagepress:hover, .pageung:hover, .pagekul:hover, .pageeng:hover {
	background-position: 0 27px;
	cursor: pointer;
}

.kommentera {
	width: 125px;
	height: 22px;
	float: left;
	padding: 0;
	margin: 0;
	background-image: url('../img_design/kommentera.gif');
}

.tipsa {
	width: 103px;
	height: 22px;
	padding: 0;
	margin: 0;
	float: right;
	background-image: url('../img_design/tipsa.gif');
}

.tipsa:hover, .kommentera:hover {
	background-position: 0 22px;
	cursor: pointer;
}

.comtip {
	width: 233px;
	height: 10px;
}

.pageorg {
	background-image: url('../img_design/menubox/pageorg.gif');
}

.pageverk {
	background-image: url('../img_design/menubox/pageverk.gif');
}

.pagejud {
	background-image: url('../img_design/menubox/pagejud.gif');
}

.pagekon {
	background-image: url('../img_design/menubox/pagekon.gif');
}

.pagepress {
	background-image: url('../img_design/menubox/pagepress.gif');
}

.pageung {
	background-image: url('../img_design/menubox/pageung.gif');
}

.pagekul {
	background-image: url('../img_design/menubox/pagekul.gif');
}

.pageeng {
	background-image: url('../img_design/menubox/pageeng.gif');
}

.back {
	float: right;
	width: 72px;
	height: 18px;
	background-image: url('../img_design/back.gif');
}

.back:hover {
	cursor: pointer;
	background-position: 0 18px;
}

.menubox a {
	display: block;
	height: 24px;
	width: 194px;
	background-image: url('../img_design/menuboxitembg.gif');
	background-repeat: no-repeat;
	text-decoration: none;
	padding: 0;
	margin: 0;
	padding-left: 13px;
	line-height: 24px;
	vertical-align: middle;
}

.menubox a:hover, .menubox .active {
	background-position: 0 -24px;
	background-repeat: no-repeat;
}

h1, h2, h3, h4, h5, form, p {
	padding: 0;
	margin: 0;
}

#container {
	background-repeat: repeat-y;
	background-image: url('../img_design/containerbg.gif');
}

/* center and give a max width */
#wrapper {
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url('../img_design/pagebg.gif');
}

/* Correct margin from wrapper */
#pagewrap {
	position: relative;
	width: 900px;
	margin-left: 14px;
}

#search {
	position: absolute;
	top: 127px;
	right: 0px;
	background-image: url('../img_design/searchbg2.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 224px;
	heifght: 33px;
}

#loginarea {
	display: none;
	margin-bottom: 10px;
}


.searchcontent {
	padding: 6px 0 0 8px;
}

.searchbox {
	width: 150px;
}

#left {
	float: left;
	width: 240px;
	margin: 0;
}

#right {
	float: right;
	padding-top: 55px;
	width: 240px;
	margin: 0;
}

#content {
	margin-left: 255px;
	margin-right: 255px;
	/* This is some ugly fix for a rendering problem in MSIE 7.0, should have no other impact */
	/*width: 384px;
	overflow: hidden;*/
	min-height: 450px;
}

.clr {
	clear: both;
}

#footer {
	clear: both;
	text-align: left;
	background-image: url('../img_design/pagefooter.gif');
	background-repeat: no-repeat;
	height: 51px;
}

.footercontent {
	padding: 18px 0 0 46px;
}

.box {
	width: 194px;
}

#left .box, #left .menubox {
	margin-left: 31px;
}

#right .box {
	float: right;
	padding-right: 31px;
}

.boxhead {
	background-image: url('../img_design/boxheadbg.gif');
	background-repeat: repeat-x;
	height: 28px;
	width: 194px;
	overflow: hidden;
}

.boxhead h1 {
	display: block;
	padding: 3px 0px 0px 6px;
}

.boxcontent {
	background-color: #fff;
	width: 194px;
	background-image: url('../img_design/boxheadlinebg2.gif');
	background-repeat: repeat-x;
}

.boxcontent div.cwrap {
	padding: 6px 0px 0px 6px;

}

.boxcontent.center {
	background-image: none;
	text-align: center;
}

.yellow .boxcontent {
	background-color: #fae48c;
	background-image: url('../img_design/boxheadlinebg.gif');
	background-repeat: repeat-x;
}

.boxfoot {
	height: 20px;
	line-height: 1px;
	width: 194px;
}

.yellow .boxfoot {
	height: 32px;
	background-image: url('../img_design/boxfootbg.gif');
	background-repeat: repeat-x;
}

.kalendariumlist {
	padding-bottom: 5px; padding-top: 5px; border-top: 1px solid gray;
}

/* Forms */

.form {
	background: #fbefb9;
	padding: 17px;
}

.form table {
	width: 100%;
	margin: 10px 0 10px 0;
}

.form td {
	padding: 0; margin: 0;
}

.form table input, .form table select {
	float: right;
	width: 210px;
	margin-right: 3px;
}

.form textarea {
	width: 207px;
	float: right;
	margin-right: 4px;
}

.comment_form {
	background-color: #fbefb9;
}

.comment_table {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0px;
}

.comment_textarea {
	width: 257px;
	height: 90px;
}

.comment_input {
	width: 257px;
}


.searchbtn {
	width: 40px;
	height: 22px;
	background-color: #f9e48a;
	background-image: url('../img_design/searchbtn.gif');
	background-repeat: no-repeat;
	background-position: 0 2px;
	margin-left: 5px;
	border: 0;
}

.loginbtn {
	width: 48px;
	height: 22px;
	background-color: #f9e48a;
	background-image: url('../img_design/loginbtn.gif');
	background-repeat: no-repeat;
	background-position: 0 2px;
	margin-left: 5px;
	border: 0;
}


input, textarea {
	border: 1px solid #cccccc;
}

input.submit {
	/* Remove titles for non Safari browsers */
	text-indent: -999em; letter-spacing: -130px;
}

.form input.send {
	margin: 0; padding: 0;
	margin-top: 9px;
	border: 0;
	display: block;
	width: 57px; height: 22px;
	background: transparent url('../img_design/sendbtn.gif');
}

.sendit {
	margin: 0; padding: 0;
	margin-top: 9px;
	border: 0;
	display: block;
	width: 57px; height: 22px;
	background: transparent url('../img_design/sendbutton.gif');
}

.sendit:hover {
	background-position: 0px 22px;
	cursor: pointer;
}

/* MSIE 6 specific rules */

* html #content { width: 384px; overflow: hidden; }
* html #search { top: 129px; }

/* MSIE 7 specific rules */

*:first-child+html #content { width: 390px; }
*:first-child+html #search { top: 127px; }
