/* mystyle.css */

body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:#FFF
	}
	
h4	{
	font-size: 16px;
	text-align: center;
	color: black;
	}
	
h1	{
	color: red;
	font-size:20px;
	text-align:center;
	}
		
p	{
	text-align: left;
	font-size: x-large;
	line-height: 14px;
	font-size: 12px;
	font-weight: bold;
	color: black;
	}
	
h2	{
	text-align: center;
	font-size: x-large;
	line-height: 15px;
	font-size: 10px;
	font-weight: bold;
	color: black;
	}

h3	{
	text-align: center;
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
	color: black;
	}	
		
img {
	border: none;
	text-align: left;
	}

a {
	color: black;
	text-decoration: none;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	}

a:visited {
	color: black;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	color: red;
	text-decoration: none;
	font-weight: bold;
	}
	
#sideskabelon {
	width: 788px;
	height: 560px;
	text-align: left;
	background-color: #FFFFFF;
	vertical-align: middle;
	}
	
td.billede		{
	text-align: center;
	height: 145px;
	width: 150px;
	}
	
td.overskrift	{
	text-align: inherit;
	font-color: #ffffff;
	height: 145px;
	width: 580px;
	}
	
#topbar			{
	text-align: center;
	font-size: 36px;
	background-color: #FFFFFF;
	width: 770px;
	height: 180px;
	}

	
#ramme	{
	position: relative;
	background-color: #FFFFFF;
	text-align: left;
	width: 770px;
	height: 375px;
	}

td.menu	{
	color:#FFF
	vertical-align: baseline;
	text-align: center;
	text-indent: 20px;
	background-image: url("billeder/logoblomst.jpg");
	width: 190px;
	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: #FFFFFF;
	width: 580px;
	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:#FFFFFF;
	width: 788px;
	text-align: center;
	height: 60px;
	}
