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

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

#logo {
	background-image:url(images_laco/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:#FF9922;
}

/* SUB MENU STYLES
----------------------------------------------------*/
#submenu {
	background:#FF9922;
}
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:#EEAA66;
	font-family:Verdana, Helvetica, Arial, sans-serif;
}

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

	vertical-align:top;
	background:#FFCC99;
	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 #882200;
}
div.format_cd_tracklist .format_cd_cover {
	text-align:center;
	background:#FFDDCC;
	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 {
	min-width:540px;
	float:left;
	padding:0 20px 20px 20px;
}

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

	background:#FFCC99;
	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;
}

div.format_text_box {
	text-align:center;
	font-size:12px;
	padding:20px;
	background:#FFCC99;
	
	-webkit-border-radius:25px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
	border-radius:25px;
}
div.format_text_box .kontakt a {
	color:#222222;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	background:#FFDDCC;
	padding:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}
div.format_text_box .kontakt a:hover {
	background:#FF9922;
}