* {
    margin: 0;
    padding: 0;
}


body {
	width: 980px;
	margin: 0 auto;
	text-align: center;
	font-size: 10pt;
	font-family: sans-serif;
}

body>* {
	text-align: left;
}

h1 {

}

h2 {

}

h3 {

}

h1, h2, h3 {

}

ul, ol {
	padding-left: 3em;
	margin: 0.5em 0;
}

img {
	border: 0;
}

a, a:visited {

}

a:hover {

}

/*********************************************************/
/********* HEADER ****************************************/
/*********************************************************/
header {
	background: url(/gfx/foto.png) no-repeat 95% 12px;
	width: 980px;
	height: 250px;
}

#main_title {
	background: url(/gfx/baner.png) no-repeat 30px 12px;
	width: 980px;
	height: 215px;
}

#main_title span {
	display: none;
}

nav {
	border-bottom: 1px solid #8985B9;
}

#top_menu {
	float: right;
}

#main_menu {
	float: left;
}

nav a, nav a:visited {
	text-decoration: none;
	display: inline-block;
	padding: 7px 12px;
	margin: 0 0 0 -2px;
	font-size: 8pt;
	font-weight: bold;
	color: #EEE;
	background-color: #8985B9;
	border-radius: 10px 0 0 0;
}

nav a:first-child {
	margin-left: 0;
}

nav a.highlight, nav a.highlight:visited {
	color: #FFF;
	background-color: #5B448F;
}

nav a:hover {
	color: #FFF;
	background-color: #EE7C23;
}

/*********************************************************/
/********* CONTENT ***************************************/
/*********************************************************/
#main {
	width: 725px;
	margin: 10px 0 20px 10px;
}

article p {
	margin: 0.5em 0 0;
}

article p:first-letter {
	margin-left: 1em;
}

#sidenote {
	width: 235px;
	float: right;
	text-align: right;
	overflow: hidden;
	margin: 10px 10px 20px 0;
	border-left: 1px dotted #8985B9;
}

#sidenote>* {
	text-align: right;
}

footer {
	font-size: 8pt;
	text-align: center;
}

/*********************************************************/
/********* MISC ******************************************/
/*********************************************************/
.highlight {
	font-weight: bold;
}

.summary {

}

#prices_table {
}

