﻿html
	{
        margin: 0;
        padding: 0;
	}


body
    {
        /*
        background-image: url(../mainart/body_bg.png);
        */
        font-size: 100.01%;
        font-weight: normal;
        font-family: Arial;
        margin: 0;
        padding: 0;
    }

#maintab
	{
		background-image: url(../mainart/top.jpg);
		margin: 0;
        padding: 0;
        text-align: left;
        width: 100%;
        height: 100%;
        background-repeat: repeat-x;
        text-align: right;
        vertical-align: top;
	}

#maintd
	{
        text-align: center;
        width: 900px;
        vertical-align: top;
	}


#leftshadow
	{
        text-align: center;
        width: 34px;
        height: 378px;
        background-image: url(../mainart/left.png);
        background-repeat:no-repeat;
        text-align: right;
        vertical-align: top;
        margin-left: auto;
        margin-right: 0px;
	}

/* FOR IE */
* html #leftshadow
    {
        background-color: transparent;
        background-image: none;
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="mainart/left.png", sizingMethod="crop");
    }

#rightshadow
	{
        text-align: center;
        width: 34px;
        height: 378px;
        background-image: url(../mainart/right.png);
        background-repeat:no-repeat;
        vertical-align: top;
        margin-top: 0px;
        margin-bottom: auto;
        margin-left: 0px;
        margin-right: auto;

	}

/* FOR IE */
* html #rightshadow
    {
        background-color: transparent;
        background-image: none;
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="mainart/right.png", sizingMethod="crop");
    }



#head
	{
        text-align: center;
        width: 900px;
        height: 90px;
        vertical-align: top;
	}


#content
	{
        text-align: left;
        width: 900px;
        vertical-align: top;
        background-color: #fff;

	}

#padda
	{
		margin: 30px;
	}

#nav
	{
        text-align: center;
        height: 32px;
        width: 700px;
	}

#tab_r
	{
		float: left;
        width: 12px;
        height: 32px;
        background-image: url(../mainart/tab_r.gif);
        background-repeat:no-repeat;
	}


#tab_l
	{
		float: left;
        width: 12px;
        height: 32px;
        background-image: url(../mainart/tab_l.gif);
        background-repeat:no-repeat;
	}


#tab_c
	{
		float: left;
        height: 32px;
        background-image: url(../mainart/tab_c.gif);
        background-repeat: repeat-x;
        line-height:1.6em;
        font-size: 20px;
        color: #fff;
	}

#tab_c a {color: #000; text-decoration:none;}

#tab_c a:hover {color: #A4C53D; text-decoration:none;}

#tab_e
	{
		float: left;
        width: 12px;
        height: 32px;

	}

#tab_d
	{
		float: left;
        height: 32px;
        line-height:1.6em;
        font-size: 20px;
        color: #fff;
	}

#tab_d a {color: #fff; text-decoration:none;}

#tab_d a:hover {color: #A4C53D; text-decoration:none;}

#sitename
	{
        text-align: left;
        width: 900px;
        height: 58px;
        font-size: 30px;
        line-height:1.9em;
        color: #fff;
	}

#navplz
	{
		float: left;
		width: 50px;
		height: 50px;
	}

#subnav
	{
		float: left;
		width: 100%;
		/*
		height: 230px;
		*/
		padding: 5px;
		line-height:1.9em;
		font-size: 15px;

	}
#subsubnav
	{
		/*width: 180px;
		height: 230px;
		*/
		padding: 5px;
		line-height:1.9em;
		font-size: 11px;

	}


#inaktiv
	{

		background-color: #A4C53D;
		color: #fff;
		line-height:1.9em;
		padding: 4px;
		text-decoration: none;
	}
#subnav a:hover
	{

		background-color: #fff;
		color: #000;
		line-height:1.9em;
		padding: 4px;

	}

#subsubnav a:hover
	{

		background-color: #fff;
		color: #000;
		line-height:1.9em;
		padding: 4px;

	}

#aktiv
	{

		background-color: #fff;
		color: #000;
		line-height:1.9em;
		padding: 4px;
		text-decoration: none;

	}

#subcont
	{

		/*
		float: left;
		width: 180px;
		height: 230px;
		*/
		background-color: #fff;
		color: #000;
		padding: 20px;
		padding-top: 0px;
		line-height:1.2em;
	}

#green
	{
		color: #A4C53D;
	}

#line
	{
		background-color: #222;
		width: 100%;
		height: 1px;
	}
