body,html,#main_container {
	padding: 0;
	margin: 0;
	height: 100%;
	font: 10pt Arial;
	color: #343434;
	line-height: 1.5em;
}
body{
	background-image: url("../images/page_bg.png");
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #fffff7;
}
p{
	padding:0;
	margin:0;
	margin-bottom:1em;
	margin-top:1em;
}
h1{
	font-size:12pt;
	margin-bottom:1em;
}
h2{
	font-size:10pt;
}
img {
	border: none;
}
a {
	color: #343434;
	text-decoration: underline;
}
li{
	list-style-type:square;
}
a:hover {
	text-decoration: none;
}
.active{
	font-weight: bold;
	text-decoration: none;
}
#main_container{
	width: 975px;
}
#ondrej_stochl{
	float:right;
	margin-right:-65px;
	margin-top: 38px;
}
#title_photo{
	float:right;
	margin-top: 105px;
}
#menu{
	float:left;
	margin-top:187px;
	width:290px;
	line-height:2em;
	text-align: right;
	border:0px solid black;
}
#content{
	float:left;
	width:469px;
	margin-left: 64px;
	margin-top: 28px;
	border:0px solid green;
}
#lang_switcher{
	margin-top:40px;
}
#composition_detail{
	margin-top:30px;
	border-top:1px solid green;
}