/* mystyle.css */

body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #EDECE0;
	}
	
h4	{
	font-size: 18px;
	text-align: center;
	}
		
p	{
	text-align: left;
	font-size: x-large;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	}

h3	{
	text-align: left;
	text-indent: 25px;
	color: #333333;
	}	
		
img {
	border: none;
	text-align: center;
	}

a {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
	}

a:visited {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
	}

a:hover {
	color: #EDECE0;
	text-decoration: none;
	font-weight: bold;
	}
	
#sideskabelon {
	width: 788px;
	height: 560px;
	background-color: #AEB899;
	}
		
#ramme	{
	position: relative;
	background-color: #EDECE0;
	width: 788px;
	height: 375px;
	}

td.menu	{
	color: #333333;
	vertical-align: baseline;
	text-align: left;
	text-indent: 20px;
	background-color: #D4D7C3;
	width: 225px;
	height: 375px;
	border-bottom-style: solid;
	border-bottom: 4px;
	border-bottom-color: #EDECE0;
	}
	
td.indhold	{
	color: #333333;
	text-align: left;
	vertical-align: top;
	background-color: #D4D7C3;
	width: 776px;
	height: 375px;
	border-left-style: solid;
	border-left: 1px;
	border-left-color: #EDECE0;
	border-bottom-style: solid;
	border-bottom: 4px;
	border-bottom-color: #EDECE0;
	}
	
#bund	{
	background-color: #AEB899;
	width: 780px;
	height: 40px;
	}

