/* page wide */
body {
	font-family: "Verdana";
	font-size: 11px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: justify;
}

a {
	text-decoration: none;
	color: #FFFFFF;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

h1, h2 {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	height: 15px;
}

img {
	border: 0px;
}

div.clear {
	clear: both;
}

/* container */
div.container {
	width: 980px;
	margin: 0 auto;
}

/* header */
div.header {
	background-image: url('/img/frontend/topmenu_background.png');
	height: 193px;
	margin-bottom: 10px;
}

div.menu_piano {
	float: left;
	width: 67px;
}

div.menu_logo {
	float: left;
	width: 181px;
	padding-top: 25px;
	padding-left: 40px;
}

div.menu_container {
	width: 680px;
	float: left;
	position: relative;
}

div.menu_items {
	position: absolute;
	top: 100px;
}

div.menu_items a {
	font-weight: bold;
}

div.menu_items div {
	float: left;
	text-align: center;
	margin-right: 20px;
	cursor: pointer;
}

div.language {
	float: right;
	height: 15px;
}

img.fade {
	opacity: 0.5;
	filter: alpha(opacity = 50);
	width: 16px; /* stupid IE */
}

/* center */
div.center {
	margin-bottom: 10px;
}

div.content {
	background-color: #000000;
	float: left;
	min-height: 580px;
	height:auto !important;
	height:580px;
	width: 720px;
	*width: 740px;
	padding: 10px;
	/*padding-right: 30px;*/
	font-size: 12px;
}

div.content h1 {
	color: #B3071B;
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
}

div.content span {
	color: #B3071B;
	font-weight: bold;
}

div.content img {
	margin: 5px;
}

div.main_header {
	margin-top: 10px;
}

div.main_header a {
	color: #FFFFFF;
	font-size: 13px;
}

div.main_content {
	margin-top: 10px;
}

/* sidebar */
div.sidebar {
	float: right;
	width: 230px;
	margin-left: 10px;
}

div.calendar {
	background-color: #000000;
	margin-bottom: 10px;
	padding: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 180px;
}

div.tagcloud {
	background-color: #B3071B;
	margin-bottom: 10px;
	padding: 0px;
	height: 190px;
}

div.review {
	background-color: #F18E00;
	padding: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 190px;
	text-align: left;
}

div.review span.name a {
	color: #B3071B;
	font-weight: bold;
	float: left;
}

div.review span.date {
	float: right;
}

div.review p {
	
}

div#flashcontent {
	width: 230px;
	height: 190px;
}

div.comment {
	border-top: 1px solid #B3071B;
}

div.comment_box {
	padding: 5px;
	display: none;
}

div.comment_box td {
	/*width: 250px;*/
	vertical-align: top;
}

div.comment_box img {
	margin: 0px;
}

div.comment_item {
	height: 100% !important;
	height: 50px;
	min-height: 50px;
	padding: 5px;
	border: 1px solid #B3071B;
	border-top: 0px;
}

object.hide {
	visibility: hidden;
}

div.image {
	width: 175px;
	float: left;
}

div.image_right {

}

/* footer */
div.footer {
	background-image: url('/img/frontend/topmenu_background.png');
	margin-bottom: 5px;
	vertical-align: center;
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* error and message box */
.error {
	background-color: #FFD8D8;
	border: 1px solid #7F0000;
	padding: 10px;
	color: #7F0000;
	font-weight: bold;
	width: 700px;
	text-align: center;
	margin: 0 auto;
}

.message {
	background-color: #E4FFD8;
	border: 1px solid #007F0E;
	padding: 10px;
	color: #007F0E;
	font-weight: bold;
	width: 698px;
	text-align: center;
	margin: 0 auto;
}
