﻿/* CSS Document */

div#header { 
    margin: 0px;
    width: 1024px;
     }

div#bildheader {
    margin: 0px;
    width: 1000px;
}


div#copy{
    margin: 0px;
	margin-left: 0px;
}

a.normal:link {text-decoration: none;}
a.normal:visited {text-decoration: none;} 	

div#main {
    margin: 0px;
    width: 950px;
    background-color: White; 	
	font-size: 14px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
}
div#subsubmenu
{
	margin: 0px;
	width: 1000px;
	font-size: small;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	background-color: #d3e7ff;
	text-align: left;
}

#subsubmenu A
{
	text-decoration: none;
	color: Black;
}

#subsubmenu TD
{
	padding-left: 10px;
	padding-right: 10px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #b9c7ff;
}


div#submenu
{
	margin: 0px;
	width: 1000px;
	font-size: small;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	background-color: #a9cbff;
	text-align: left;
}

#submenu A
{
	text-decoration: none;
	color: Black;
}

#submenu TD
{
	padding-left: 10px;
	padding-right: 10px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #b9c7ff;
}

div#topmenu {
    margin: 0px;
    width: 1000px;
	font-size: medium;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	background-color: #8dafff;
	text-align: left;
}

#topmenu A
{
	text-decoration: none;
	color: Black;
}

#topmenu TD
{
	padding-left: 10px;
	padding-right: 10px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #b9c7ff;
}

IMG
{
	padding-left: 0px;
	padding-right: 0px;
}

h1 
{
	font-size: 22px;
	font-family: Century Gothic;
}

h2
{
	font-size: 15px;
	font-family: Century Gothic;
}
