html,
body
{
	font-family: Verdana,Arial,Helvetica;
	font-size: 12px;
}

body
{
	background: #ffffff;
	background-image: url('/images/layout/graabg.jpg');
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.hyperlink-image-no-float
{
        clear:  both;
}

.hyperlink-image-float-left
{
        float:          left;
        margin-right:   5px;
        margin-bottom:  5px;
}

.hyperlink-image-float-right
{
        float:          right;
        margin-left:    5px;
        margin-bottom:  5px;
}

.hyperlink-caption
{
        font-size: 80%;
	font-style: italic;
}

h1
{
	margin:	0 0 1em 0;
	padding: 0;
	font-size: 1.35em;
	font-weight: bold;
}

h2
{
	margin:	0 0 3px 0;
	font-size: 1.12em;
}

h3
{
	margin: 0 0 0 0;
	color: #000000;
	font-size: 1em;
}

a:link,
a:hover,
a:visited
{
	font-size: 1em;
	color: #000000;
	text-decoration: none;
}
a:visited
{
	color: #45443C;
}
a:hover
{
	text-decoration: underline;
}

img
{
	border: none;
}


#nav_edit
{
        position:		absolute;
        top:			0px;
        right:			0px;
        width:			14em;
        border:			1px solid #aeaeae;
        background-color:	#fafafa;
        margin:			5px;
        padding:		5px;
        font-size:		13px;
}

#nav_edit a:link,
#nav_edit a:visited
{
        text-decoration:	none;
	font-weight:		normal;
}

#page
{
	width: 768px;
	margin: 0 auto;
}

#nav_top
{
	width: 758px;
	height: 16px;

	padding-left: 10px;

	background-color: #3C3C96;
	border-bottom: 2px solid #969696;

	font-weight: bold;
	color: #ffffff;
}
#nav_top a
{
	font-size: 1em;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
#nav_top a:hover
{
	text-decoration: underline;
}

#content
{
	width: 768px;
	min-height: 474px;
	margin: 0;
	padding: 0;
	background-color: #fffff0;
}

#content_margin
{
	padding: 20px 25px 20px 44px;
}
#content_margin a:link,
#content_margin a:hover,
#content_margin a:visited
{
	background-image: url('/images/layout/laenkpil.gif');
	background-repeat: no-repeat;
	padding-left: 14px;
	color: #000000;
}
#content_margin a:hover {
	text-decoration: underline;
	color: #45443C;
}
#content_margin a:visited {
	color: #45443C;
}

#content_margin_edit
{
	padding: 20px 25px 20px 44px;
}


#nav_bottom
{
	width: 768px;
	height: 16px;
	background-color: #fffadc;
	border-top: 1px solid #969696;
	overflow: hidden;
}

#nav_bottom img
{
	border: none;
	vertical-align: top;	
}

#frontpage
{
	/* 768 - 95 - 96 = 577 */
	width: 577px;
	padding: 10px 95px 0 96px;
	overflow: hidden;
	color: #ffffff;
	font-weight: bold;
}
#frontpage a
{
	background-image: url('/images/layout/vitlaenkpil.gif');
	background-repeat: no-repeat;
	padding-left: 10px;
	text-decoration: none;
	color: #ffffff;
}
#frontpage a:hover
{
	text-decoration: underline;
}
#frontpage h1
{
	font-size: 1.3em;
	font-weight: bold;
	margin: 0;
}

#frontpage_logo
{
	margin-bottom: 2em;
}

#frontpage_content
{

}

#frontpage_left
{
	width: 276px;
	float: left;
}

#frontpage_right
{
	width: 276px;
	float: right;
}

#nav_popup_in
{
	position: absolute;
	width: 16px;
	visibility: visible;
	top: 16px;
	background-color: #fffadc;
	border-right: 2px solid #969696;
	border-bottom: 2px solid #969696;
}

#nav_popup_out
{
	position: absolute;
	top: 16px;

	visibility: hidden;
	width: 220px;
	padding-top: 10px;

	background-color: #fffadc;
	border-right: 2px solid #969696;
	border-bottom: 2px solid #969696;
}

#nav_popup_out a:link,
#nav_popup_out a:visited
{
        text-decoration: none;
}

#nav_popup_out a:hover
{
        text-decoration: underline;
}

#nav_popup_out ul {
        margin: 0 0 0 15px;
        padding: 0; 
}

#nav_popup_out li {
        text-align: left;
        list-style: none;
        padding: 0;
        border: 0;
}

#nav_popup_out a.selected {
	font-weight: bold;
}

#text_wide_left
{
	overflow: hidden;
	width: 450px;
	min-height: 450px;
	margin-bottom: 2em;
	padding-right: 11px;
}

#text_thin_right
{
	overflow: hidden;
	width: 225px;
	margin-bottom: 2em;
	padding-left: 12px;
}

#text_thin_left
{
	overflow: hidden;
	width: 225px;
	min-height: 450px;
	margin-bottom: 2em;
	padding-right: 11px;
}

#text_wide_right
{
	overflow: hidden;
	width: 450px;
	margin-bottom: 2em;
	padding-left: 12px;
}

#text_full
{
	margin-bottom: 2em;
}
