body, html
{
    width: 100%;
    height: 100%;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    color: #8c8b8b;
    background: #F9F5E9 url(/images/Tallkrogen/bg.jpg);
    padding: 0px;
    margin: 0px;
}

td {
	font-weight: normal
}

#Main
{
    padding-top: 12px;
    width: 1004px;
    position: relative;
    left: 50%;
    margin-left: -502px;
    background-color: #ffffff;
}

#Menu, #Content, #Right
{
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
    /*border: solid 1px black;*/
}

#Menu
{
    width: 192px;
    min-height: 550px;
    padding-right: 30px;
    background-image: url(/images/Tallkrogen/bg_meny2.jpg);
}

#Content 
{
    width: 580px;
    min-height: 550px;
    background-image: url(/images/Tallkrogen/bg_center2.jpg);
}

#Right
{
    width: 157px;
    min-height: 550px;
    padding-left: 40px;
    padding-right: 5px;
    text-align: right;
    background-image: url(/images/Tallkrogen/bg_hoger2.jpg);
}

.Clear
{
    clear: both;
}

.RightTextGray 
{
    font-size: 12px;
	color: #999999;
	margin-bottom: 5px;
	text-align: right;
}

.RightLineGreen
{
    width: 157px;
    height: 2px;
    margin-bottom: 8px;
    margin-top: 8px;
    background-image: url(/images/Tallkrogen/hoger_streck2.gif);
}

.RightTextGreenBig {
	font-size: 20px;
	color: #239017;
	font-weight: bold;
	margin-bottom: 5px;
}

#RightLogo 
{
    background-image: url(/images/Tallkrogen/tallkrogen.gif);
    width: 33px;
    height: 109px;
    margin-right: 5px;
    float: left;
}

#RightContactText
{
    float: left;
    width: 119px;
    text-align: left;
    line-height: 16px;
    font-size: 12px;
}

.MainHeaderText
{
	color: #239017;
	font-weight: bold;
	float: left;
}

.MainHeaderButtons
{
    float: right;
}

.Rubrik
{
	color: #239017;
	font-weight: bold;
}

.Text
{
	color: #000000;
}

div.SearchBorder
{
    width: 120px;
}

input.SearchTextBox
{
    width: 80px;
}