﻿html, body
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	position: relative;
}

.layouttable
{
	position: relative;
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-collapse: collapse;
}

.layouttable td
{
	border: 0px !important;
	margin: 0px !important;
	padding: 0px !important;
	vertical-align: top;
}


#eventlist h1, #medcolumns h1, #seminarlist h1
{
	border: 0px !important;
	padding: 0px;
}

#eventlist h1, #seminarlist h1
{
	margin-bottom: 12px;
}

.column
{
	border-left: 2px solid rgb(255,220,0);
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
	width: 100%;	
}

.columnitem
{
	margin-top: 16px;
}


#ml
{
	position: relative;
	min-width: 960px;
	min-height: 640px;
}

#header
{
	position: relative;
	height: 136px;
	width: 100%;
}

#title
{
	position: absolute;
	top: 0px;
	left: 89px;
	width: 138px;
	padding-top: 29px;
	background-image: url('../../media/layout/frey/header.line.png');
	background-repeat: no-repeat;
	background-position: top right;
	z-index: 2;
}
#title2
{
	position: absolute;
	top: 0px;
	padding-top: 29px;
	left: 244px;
	z-index: 2;
}


#logo
{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 278px;	
	height: 128px;
	z-index: 2;
	background-color: White;
}



#content
{
	position: relative;
	padding-top: 24px;
	/*height: 311px;*/
}

.leftmargin
{
	display: block;
	width: 80px;
	height: 10px;
}

.medmargin
{
	display: block;
	width: 32px;
	height: 10px;
}

.rightmargin
{
	display: block;
	width: 48px;
	height: 10px;
}

#medcolumns
{
}

#newscolumn
{
}

#eventcolumn
{
	width: 97%;
}


#focuscolumn
{
	margin-right: 20px;
	width: 228px;
}

#frontimage
{
	position: absolute;
	background-image: url('../../media/layout/frey/front.image.jpg');
	background-repeat: no-repeat;
	background-color: rgb(255,220,0);
	height: 110px;
	width: 500px;
	top: 242px;
	margin-top: 0px;
	margin-left: 9px;
}
#frontimage2
{
	position: absolute;
	right: 0px;
	top: 242px;
	background-image: url('../../media/layout/frey/front.image2.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	background-color: rgb(255,220,0);
	width: 258px;
	height: 110px;
}

#footerrow
{
	position: absolute;
	top: 488px;
	left: 0px;
	width: 100%;
	background-color: rgb(0,102,72);
}

#footerbg
{
	position: relative;	
	background-image: url('../../media/layout/frey/front.bg.gif');
	background-position: 8px 8px;
	width: 100%;
	padding-bottom: 60px;
	min-height: 120px;
}

#eventlist
{
	padding-left: 89px;
	margin-top: 30px;
	padding-bottom: 16px;
	padding-right: 14px;
	background-color: rgb(0,102,72);
	display: block;
	width: 320px;
	float: left;
}

#seminarlist
{
	padding-left: 20px;
	margin-top: 30px;
	margin-left: 30px;
	padding-bottom: 16px;
	padding-right: 14px;
	background-color: rgb(0,102,72);
	display: block;
	width: 320px;
	float: left;
}

#footer
{
	background-image: url('../../media/layout/frey/footer.lines.gif');
	background-repeat: repeat-x;
	background-position: top left;
	text-align: right;
	margin-top: 32px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background-color: rgb(0,102,72);
}


#copyright
{	
	position: absolute;
	bottom: -68px;
	left: 10px;
}

#copyright_links
{
	font-size: 12px;
	color: rgb(0, 102, 72);
	margin-bottom: 10px;
}

#copyright_text
{
	font-size: 10px;
	line-height: 13px;
	color: rgb(0, 102, 72);
}
