﻿body 
{
	margin:0px;
	/*background-color:White;*/
	background-color:#F9F2F5;
}

#all
{
	height:775px;
	width:1100px;
	margin-right:auto;
	margin-left:auto;
	border-width:0px;
}

#menu
{
	float:left;
	height:775px;
	width:300px;
	border-width:0px;
	background-image:url('images/menu.jpg');
}
#menuTopSpace
{
	float:left;
	height:200px;
	width:300px;
	border-width:0px;
}
#menuLeftSpace
{
	float:left;
	height:575px;
	width:100px;
	border-width:0px;
}
#menuButtons
{
	float:left;
	height:575px;
	width:200px;
	border-width:0px;
}

.btnMenu
{
	/*padding-top:4px;*/
	padding-bottom:7px;
}



#top
{
	float:left;
	height:165px;
	width:800px;
	border-width:0px;
	/*background-image:url('images/topBackground.jpg');*/
}

#content
{
	float:left;
	height:610px;
	width:800px;
	border-width:0px;
	background-color:#FDFFC4;
}

#contentLeft
{
	float:left;
	height:520px;
	width:100px;
	border-width:0px;
	background-image:url('images/cont_left.jpg');
}

#contentMain
{
	float:left;
	width:530px;
	height:520px;
	border-width:0px;
	font-family:Verdana;
	font-size:13px;

	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-face-color: #c8cacc;
	scrollbar-arrow-color: #c8cacc;
	scrollbar-shadow-color: #000000;
}


#contentRight
{
	float:left;
	height:520px;
	width:170px;
	border-width:0px;
	background-image:url('images/cont_right.jpg');
}

#contentButtom
{
	float:left;
	width:800px;
	height:90px;
	border-width:0px;
	background-image:url('images/cont_buttom.jpg');
}










table#kalender
{
	width: 100%;
}
table#kalender td
{
	padding-top:6px;
	padding-bottom:6px;
}
.yellowRow
{
	background-image:url('images/YellowContentBar1Long.jpg');
	height:1px;
}
.yellowRow td
{
	padding:0px;
}
.yearRow
{
	font-family:Verdana;
	font-style: italic;
	font-size:25px;
	height:50px;
}
.headerRow
{
	font-family:Verdana;
	font-size:15px;
	color:#871135;
}
.eventRow
{
	font-family:Verdana;
	font-size:12px;
}
.spaceRow
{
	height:20px;
}
