/*----------------------------------------------------
beaalbrecht.com CSS FILE
version: 1.0
----------------------------------------------------*/
@import url("common.css");

body {
	background-color:#115522;
	background-image:url(images_produkce/background_tile.jpg);
	background-position:50% 0%;
	background-repeat:repeat-x;
}

#logo {
	background-image:url(images_agentura/agentura_header.png);
	background-repeat:no-repeat;
}

/* MAIN MENU STYLES
----------------------------------------------------*/
div#menu .inactive a {
	color:#EEEEEE;
	background:#222222;
}
div#menu .inactive a:hover {}
div#menu .active a {
	color:#333333;
	background:#339944;
}

/* SUB MENU STYLES
----------------------------------------------------*/
#submenu {
	background:#339944;
}
div#submenu .inactive a {
	color:#333333;
}
div#submenu .inactive a:hover {
	text-decoration:underline;
}
div#submenu .active a {
	color:#FFFFFF;
}

/* PAGE BODY STYLES
----------------------------------------------------*/
#body {
	background:#55CC66;
	font-family:Verdana, Helvetica, Arial, sans-serif;
}

div.format_cd_tracklist {
	font-size:13px;
	overflow:hidden;
	width:100%;

	vertical-align:top;
	background:#88EE99;
	text-align:justify;
	
	-webkit-border-top-left-radius:25px;
	-webkit-border-top-right-radius:25px;
	-moz-border-radius-topleft:25px;
	-moz-border-radius-topright:25px;
	border-top-left-radius:25px;
	border-top-right-radius:25px;
	
	border-bottom:2px solid #339944;
}
div.format_cd_tracklist .format_cd_cover {
	text-align:center;
	background:#DDFFDD;
	padding:20px;

	width:190px;
	min-height:190px;
	float:left;
	
	-webkit-border-bottom-right-radius:25px;
	-moz-border-radius-bottomright:25px;
	border-bottom-right-radius:25px;
}
div.format_cd_tracklist .content_title {
	min-width:540px;
	float:left;
	padding:20px;
	font-weight:bold;
}
div.format_cd_tracklist .content_left {
	min-width:270px;
	float:left;
	padding:0 20px 20px 20px;
}
div.format_cd_tracklist .content_right {
	min-width:270px;
	float:left;
	padding:0 20px 20px 20px;
}

div.format_cd_footer {
	padding:5px 20px 20px 20px;
	font-size:12px;

	background:#88EE99;
	text-align:justify;

	-webkit-border-bottom-right-radius:25px;
	-webkit-border-bottom-left-radius:25px;
	-moz-border-radius-bottomright:25px;
	-moz-border-radius-bottomleft:25px;
	border-bottom-right-radius:25px;
	border-bottom-left-radius:25px;
}