/*
	Default stylesheet
*/

body
{
	background-image: url("../images/petals.jpg");
	background-repeat: repeat-y;
	background-position: center;
}

.menu
{
	height: 80px;
	width: 746px;
	background-image: url("../images/background1.png");
	position: relative;
	top: 168px;
	left: 100px;
}

table.menuTable a
{
	display: block;
	text-decoration: none;
	color: #000000;
}

.menuButton
{
	height: 38px;
	width: 90px;
	background-image: url("../images/menuknap.png");
	vertical-align: middle;
	text-align: center;
	font-size: 15px;
	font-family: sans; 
}

.menuTable
{
	border: 0;
	padding: 0 10px 0 0;
	border-spacing: 0;
	float: left;
	
}

.content
{
	height: 450px;
	width: 722px;
	border: 4px inset silver;
	position: relative;
	overflow: auto;
	background-image: url("../images/background1.png");
	top: 193px;
	left: 100px;
	padding: 10px;
}

.sideblock
{
	height: 410px;
	width: 200px;
	float: right;
	position: relative;
	top: 10px;
}

.calendar
{
	height: 200px;
	width: 200px;
	border: 2px outset #00FFFF;
	position: relative;
	padding: 2px;
	text-align: center;
	overflow: auto;
}

.note
{
	height: 200px;
	width: 200px;
	border: 2px outset #00FFFF;
	position: relative;
	top: 10px;
	padding: 2px;
	text-align: center;
	font-family: sans;
	overflow: auto;
}

.tak
{
	height: 25px;
	width: 746px;
	border: 2px inset red;
	position: relative;
	background-image: url("../images/background1.png");
	top: 203px;
	left: 100px;
	font-family: sans;
	text-align: center;
}

#header
{
	position: absolute;
	left: 108px;
}
