body {
}

.container {
	background: white;
	margin: auto;
	margin-top: 15px;
	width: 90%;
	min-width: 30em;
}

.head {
	position: relative;
	height: 100px;
	margin: auto;
	min-width: 15em;
}

.head h1 {
	display: none;
	position: absolute;
	left: 0.3em;
	bottom: 0.2em;
	margin: 0px;
}

.head h2 {
	position: absolute;
	color: white;
	right: 0.3em;
	bottom: 0.2em;
	margin: 0px;
	font-size: 170%;
}

.menu {
	height: 1em;
	border-bottom: 0.5em solid #8c8c8c;
}

.main_content {
	display: table-row !important;
	display: block;
}

.leftmenu {
	background: white;
	padding: 0.5em;
	display: table-cell;
	width: 10em;
	float: none !important;
	float: left;
}

.content {
	background: white url(img/semideg_se-t2.png) bottom right no-repeat;
	border-left: 0.3em solid #8c8c8c;
	margin-left: 0.5em;
	margin-left: auto;
	padding: 0.6em;
	text-align: justify;
	position: relative;
	display: table-cell;
	float: none !important;
	float: right;
	max-width: 73%;
}

.content h1 {
	font-size: 120%;
	text-align: center;
	margin: 0 0 -0.5em 0;
	border-bottom: 1px solid gray;
}

.boxes {
	position: relative;
	width: 100%;
	margin-top: 1em;
}

.boxcontent {
}

.boxleft {
	background: #f9f9f9 url(img/semideg_se-t1.png) bottom right no-repeat;
	position: relative;
	width: 50%;
	border: solid 1px #c4c4c4;
	vertical-align: top;
	text-align: left;
	padding: 0.5em;
}

.boxright {
	background: #f9f9f9 url(img/semideg_se-t1.png) bottom right no-repeat;
	position: relative;
	width: 50%;
	border: solid 1px #c4c4c4;
	vertical-align: top;
	text-align: left;
	padding: 0.5em;
}

.boxleft h1 {
	margin-top: -1.7em;
	text-align: left;
	margin-bottom: 0.5em;
	margin-left: -0.3em;
	border: none;
}

.boxright h1 {
	margin-top: -1.7em;
	text-align: right;
	margin-bottom: 0.5em;
	margin-right: -0.3em;
	border: none;
}

.boxes h2 {
	font-size: 100%;
	margin: 0px;
}

.boxes ul {
	margin: 0px;
	margin-bottom: 0.5em;
	padding-left: 1em;
}

.boxes ul .locked {
	list-style-type: none !important;
	list-style-type: disc;
	margin-left: -17px !important;
	margin-left: 0px;
}

.boxes ul .locked:before {
	content: url('img/lock_icon_firefox-t1b.png');
	vertical-align: middle;
	margin-right: 3px;
}


