@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(vertikal.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Lucida Sans Unicode";
	font-size: 12px;
}
#menu {
	width: 450px;
}
#content {
	width: 550px;
	position: absolute;
	left: 460px;
	top: 0px;
}
#menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Lucida Sans Unicode";
	font-size: 13px;
	color: #4F2963;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 5px;
	font-style: normal;
	line-height: 20px;
}
#menu a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Lucida Sans Unicode";
	font-size: 13px;
	color: #F29B10;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 5px;
	font-style: normal;
	line-height: 20px;
}
.link {
	color: #4F2963;
	background-color: #FDDA1E;
	font-weight: bold;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.link:hover {
	color: #F29B10;
	background-color: #7B2C99;
}
#content img {
	border: thick solid #F29B10;
	-moz-border-radius: 5px;
	-webkit-border-radius: 8px;
}
.header{
	font-size: 18px;
	font-weight: bold;
	color: #7A2C91;
	margin-top: 85px;
	margin-bottom: 30px;
}
.m_left {
	padding-left: 15px;
}
#logout {
	position:absolute;
	top:0px;
	z-index:1;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Lucida Sans Unicode";
	font-size: 14px;
	color: #FF0000;
	float: right;
	right: 0px;
}
#logout a {
	font-size: 14px;
	font-weight: bolder;
	color: #FF0000;
	text-decoration: underline overline;
}


.edit {
	background-color: #FF0000;
}
.edittext {
	background-color: #FF0000;
}
