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

body {
	background-color:#332255;
	background-image:url(images_agentura/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:#AA66FF;
}

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

div.format_rounded_title {
	text-align:center;
	font-size:11px;
	background:#EEDDFF;
	padding:5px;
	
	-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;
}
div.format_rounded_title h1 {
	font-size:20px;
	font-weight:bold;
}

div.format_text_box {
	text-align:justify;
	font-size:12px;
	padding:10px;
	background:#CCAAFF;
}
div.format_text_box b.title {
	font-size:15px;
	font-weight:bold;
}

div.format_rounded_footer {
	background:#CCAAFF;
	width:auto;
	height:auto;
	
	-webkit-border-bottom-left-radius:25px;
	-webkit-border-bottom-right-radius:25px;
	-moz-border-radius-bottomleft:25px;
	-moz-border-radius-bottomright:25px;
	border-bottom-left-radius:25px;
	border-bottom-right-radius:25px;
}
div.format_rounded_footer .kontakt a {
	color:#222222;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	background:#EEDDFF;
	padding:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}
div.format_rounded_footer .kontakt a:hover {
	background:#AA66FF;
}