﻿body 
{
    background-color:#ffffff;
    margin-top:10px;
}

a:link
{
	text-decoration: none;
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	color:White;
	font-size:14px;
	font-weight:bold;
}

a:visited
{
	text-decoration: none;
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	color:White;
	font-size:14px;
	font-weight:bold;
}

a:active
{
	text-decoration: none;
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	color:White;
	font-size:14px;
	font-weight:bold;	

}

a:hover
{
	text-decoration: none;
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	color:#ea0506;
	font-size:14px;
	font-weight:bold;
}

.banner
{
    background-image:url("../logo/banner.jpg");
    width:1000px;
    height:212px; 
}

.menu
{
    width:1000px;
    height:20px;
    background-color:#1c4481;
    border-top-style:solid;
    border-top-color:#000000;
    border-top-width:1px;
    border-left-style:solid;
    border-left-color:#000000;
    border-left-width:1px;
    border-right-style:solid;
    border-right-color:#000000;
    border-right-width:1px;
}

.content
{
    width:1000px;
    height:430px;
    border-left-style:solid;
    border-left-color:#000000;
    border-left-width:1px;
    border-right-style:solid;
    border-right-color:#000000;
    border-right-width:1px;
}

.bund
{
    width:1000px;
    height:20px;
    background-color:#1c4481;
    border-bottom-style:solid;
    border-bottom-color:#000000;
    border-bottom-width:1px;
    border-left-style:solid;
    border-left-color:#000000;
    border-left-width:1px;
    border-right-style:solid;
    border-right-color:#000000;
    border-right-width:1px;
}
