/* MAIN BODY---------------------------------------------------------------------------------------------------------------------------------------------------*/
html {
overflow-y:scroll;
height: 100%;
	}

body {
	margin: 0;
	padding: 0;
	font: 74% Arial, Sans-Serif;
	color: #000;
	background-color: #fff;
	width:100%;
	height: 100%;
}

#mainbody {
background: #fff url(../img/pink_bg.gif) no-repeat center top;
}
textarea {
	margin: 0;
	padding: 0;
	font: 1em Arial, Sans-Serif;
	color: #000;
	overflow: auto;
}
h1 {
	color: #9a0000;
	line-height: 1em;
	font-size: 41px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	overflow:hidden;
}
h2 {
	color: #fff;
	line-height: 1em;
	font-size: 3.5em;
	font-weight: normal;
	margin: -6px 0 0 0;
	padding: 0 0 10px 0;
	font-family: Georgia, Garamond, serif;
	text-shadow: 0px 0px 3px #ffcccb;
}

H3 {
	color: #9a0000;
	font-weight: bold;
}

H3 A {
	color: #9a0000;
	text-decoration:none;
}

H3 A:hover {
	color: #AAA;
	text-decoration:underline;
}

.small {
font-size:0.9em;
color:#666;
}

#wrapper {
	color: #000;
	margin: auto;
	padding:0;
	width: 948px;
	text-align:left;
	height: 100%;
}

body > #wrapper { height: auto; min-height: 100%; }

#pink {
height: 100%;
padding-bottom: 6em;
}
#content {
	padding: 0px 0 15px 0;

}

/* HEADER ---------------------------------------------------------------------------------------------------------------------------------------------------*/
#header {
	margin:0;
	color: #000;
	height: 70px;
	width: 948px;
	background: #fff url(../img/logo.gif) no-repeat scroll top left;
	display: block;
	float:left;
}
#header-container {
width: 948px;
padding-top: 30px;
}

.showImageNotText {
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9000px
}
#flags {
	float:right;
	padding-top:11px;
	
}

/* MAIN---------------------------------------------------------------------------------------------------------------------------------------------------*/
#main {
	width: 948px;
	xmargin: 0px 10px 0 5px;
	color: #000;
	text-align:left;
}
ul {
	text-indent: 2px;
	list-style-position: outside;
	padding: 0 0 0 10px;
	margin: 4px;
}
IMG {
	border: 0;
	padding: 0;
	margin: 0;
}
p {
	margin: 0 0 0 0;
	padding: 0;
	color: #000;
}
a {
	color: #9a0000;
	text-decoration: underline;
}
a:hover {
	color: #aaa;
}
/* PADS */
.pad, .pad-right {
	float: left;
	width: 200px;
	padding: 0 22px 22px 22px;
overflow: hidden;

}
.pad-right {
	border:0;
}
.padicons {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-bottom: 20px;
}



HR {
background-color:#e4e4e4;
border:0pt none;
color:#e4e4e4;
height:1px;
}

#pads {
border-bottom:1px solid #e4e4e4;
	float: left;
	background-image: url(../img/bg-index-lines.gif);
	background-position: top left;
	background-repeat: repeat-y;
	border: none;
	padding:0;
	margin:0;
	width: 948px;
}
#flashVideo {
	margin-bottom: 20px;
}

#text-container {
width:573px;
float:left;
padding-left:25px;
padding-top:25px;
}

.image-left {
float:left
}

#text {
xfloat:right;
width:573px;
}
/* NAVIGATION */
#topmenu {
clear: both; 
	font-size: 1em;
	padding: 20px 0 0px 0px;
	_padding: 20px 0 0px 0px;
	margin:0;
	display: block;
	position: relative;
	font-family: Georgia, Garamond, serif;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-align:left;

}
#topmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
}
#topmenu ul li {
	display: block;
	float: left;
	margin: 0;
}
#topmenu ul li a {
	display: block;
	float: left;
	color: #9a0000;
	text-decoration: none;
	padding: 9px 20px 0 0;
	height: 25px;
}
#topmenu ul li a:hover {
	color: #AAA;
}
#topmenu ul li a.selected, #topmenu ul li a.selected:hover {
	color: #000;
}
#topmenu .right {
	float: right;
}



/* LEFT MENU---------------------------------------------------------------------------------------------------------------------------------------------------*/

#leftmenu {
clear: both; 
	font-size: 1em;
	width: 960px;
	padding: 20px 0 15px 25px;
	_padding: 20px 0 10px 25px;
	margin:0;
	display: block;
	height: 34px;
	position: relative;
		font-family: Georgia, Garamond, serif;
			font-weight: normal;
	letter-spacing: 0.1em;
	text-align:left;
width: 948px;

}

#left {
left:0px;
position:absolute;
top:192px;
width:11em;
}

ul#leftmenu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
	
}

ul#leftmenu li {
	display: block;
	float: left;
	margin: 0;
}

ul#leftmenu li a {
	display: block;
	float: left;
	color: #9a0000;
	text-decoration: none;
	padding: 2px 20px 0 0;
	height: 25px;
}

ul#leftmenu li a.selected {
color:#000;
}

ul#leftmenu li a:hover {
color: #AAA;
}

ul#leftmenu li.selected a:hover {
	color: #AAA;
}


#summary h2 {
	padding:0;
	color:#fff;
}

#summary {
background-color:#fff;
float:right;
width:300px;
padding-left:25px;
height:100%;
}

#summary-text {
color:#000;
}

#summary ul li {
line-height:2em;
}

.textinput, .textarea {
width:200px;
border: 1px solid #aaa; 
display: block; 
padding:5px;
background-color: rgb(255, 255, 255); 
-moz-box-shadow: 2px 2px 2px #eee inset;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}

.kontaktlabel {
float:right;
padding-right:5px;
}
/* FOOTER---------------------------------------------------------------------------------------------------------------------------------------------------*/
#bottom {
margin: 0 auto;
border-top:1px solid #e4e4e4;
width:948px;
clear: both;
position: relative;
z-index: 10;
height: 5em;
margin-top: -6.1em;
text-align:center;
color:#CCC;
padding-top:1em;

}

#bottom A {
padding-right:10px;
}

#bottom A.external {
padding:0;
color:#CCC;
}



#adminbox {
	padding: 0;
	margin: 0;
	margin: 0 auto;
	xwidth: 970px;
	margin-bottom: 20px;
	text-align: right;
	float: right;
	margin-top: 4px;
	position: absolute;
	xborder: 1px solid red;
	z-index: 0;
	left: 520px;
	left: 520px;
	top:0px;


}



#adminbox ul#navlist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	margin-bottom: 14px;
	margin-top: 4px;
	
}

#adminbox #navlist li {
	display: inline;
	list-style-type: none;
	margin-right: 20px;
	background-color: #fff;
	xpadding: 3px 4px; 
	xborder: 1px solid #555;
}

#adminbox #navlist a { 
	padding: 0px;
}

#adminbox #navlist a:link, 
#adminbox #navlist a:visited {
	color: #000;
	text-decoration: none;

}

#adminbox #navlist a:hover {
	color: #000;
	xbackground-color: #eee;
	text-decoration: underline;
}


#adminbox img {
	vertical-align: middle;
}

.warn {
	color: red;
}


.field table {
	font-size: 90%;
}	

.field input {
	font-size: 110%;

}

.dold {
	display: none;
}

#visaladdabild {
	float: left;
	width: 200px;
	border: 0px solid black;
}



/*----SNYGGA TABELLER-------*/


table.noborder {
	border:0;
}

table.nice {
	width: 573px;
	border-collapse:collapse;
	border:1px solid #fecccb;

}


table.nice caption {
	text-align: left;
}





table.nice thead th {
	background: #83baf2 url(../img/table_header_bg.gif) repeat-x  right;
	height: 30px;
	color: #FFFFFF;
	xfont-size: 0.9em;
	font-weight: bold;
	padding: 0px 7px;
	margin: 20px 0px 0px;
	text-align: left;
	border-right: 1px solid #6b9ed3;
}

table.nice thead td {
	color: white;
}

table.nice tbody tr {
	background: url(bg_td1.jpg) repeat-x top;
}
table.nice tbody tr.row1 {
	background: #fff url(../img/table_bg_even.gif) repeat-x;
}
table.nice tbody tr.row2 {
	background: #f4f9ff  url(../img/table_bg_odd.gif)  repeat-x;
}


table.nice tbody th {
	xfont-weight: normal;
}



table.nice tbody th,
table.nice tbody td {
	padding: 6px 7px;
	border-top: 1px solid #fecccb;
	
	border-bottom: 1px solid #fecccb;
}


