﻿body 
{
	margin:0px;
	padding:0px;
	background-image:url(../grafik/back.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#D6DBE1;	
    font-family:Helvetica;
    line-height:16px;
    font-size:12px;
}

hr
{
    height:1px;
    border: solid 1px #fff;
    color:#fff;
}

a
{
    
    color:#3974DC;
    text-decoration:none;
    font-weight:bold;
}

a:hover
{
    text-decoration:underline;
}

.imgFrame
{
    border: solid 1px #D9D5BD;
    padding:3px;
}

.mainFrame
{
    position:absolute;
    width:790px;
    left:50%;
    margin-left:-395px;
	background-repeat:repeat-y;
}

.header
{
	width:100%;
	position:relative;
	height:214px;
	background-color:White;
	background-image:url(../grafik/header.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	margin-top:20px;
}

.content
{
    position:relative;
    width:790px;
    background-color:White;    
}


.contentMain
{
    position:relative;
    width:700px;
    padding:20px;
	font-size:14px;
	line-height:24px;
}

.menu
{
	position:absolute;
	top:77px;
	left:5px;
}

.menu a
{
	height:40px;
	border-right:solid 1px #999;
	padding:10px;
	padding-right:6px;
	color:#575133;
}

.menu a:hover
{
	border-right:solid 1px #fff;
	color:White;
	text-decoration:none;
}
