/* 	

{}

*/

body {
	background: yellow;
}

.container {

}

#description {
	display: none;
}

#header {
	position: absolute;
	height: 314px;
	background: url(../img/layout/head.jpg) top right no-repeat;
}

#header #mini-nav {	
	position: absolute;
	top: 0px;
	left: 10px;
	color: black;
	font-size: 100%;
	font-style: italic;
}

#header #mini-nav a {
	color: black;
	text-decoration: none;
	padding: 3px;
}

#header #mini-nav a:hover {
	background: black;
	color: yellow;
}

#header h1 {
	position: absolute;
	top: 70px;
}

#header p {
	position: absolute;
	top: 120px;
	font-style: italic;
	font-size: 125%;
	margin-left: 35px;
}

#content {
	position: absolute;
	top: 314px; {}

}

#resumee {
	font-size: 120%;
	color: #333;
}

#multimedia img {
	width: 300px;	
}

#multimedia .dont-show {
	display: none;
}

#multimedia ul {
	margin: 0;
}

#multimedia ul li {
	list-style: none;
}

#multimedia ul  {
	text-align: right;
}

#multimedia blockquote {
	font-size: 110%;
	margin-bottom: 0.3em;
	margin-right: 0;
}

#content a {
	color: #333;
	border-bottom: 1px dotted black;
	padding: 3px 3px 0 3px;
	text-decoration: none;
}

#content a:hover {
	color: yellow;
	background: black;
}

