/*
	Stylesheet-Definitionen für Bayerische Beamten Versicherungen a.G Vermittler-Bereich
	Ausgabemedium: Bildschirm
	Browser: alle
*/

/*
	-----------------------------------------------------------------------------
	Container
	-----------------------------------------------------------------------------
*/

DIV#container_center
{
	overflow:visible;
}

DIV#container_center_padding
{
	overflow:visible;
}

DIV#container_middle
{
	background-color:#fdfedd;
}


DIV#container_right_background
{
	background-color:#ffffff;
}

BODY.body_home DIV#container_right_background
{
	background-color:#00a8ed;
}

DIV#container_right
{
	color:#0c72a6;
	width:200px;
}

BODY.body_home DIV#container_right
{
	color:#ffffff;
}

DIV#container_right DIV.container_box
{
	background-color:#e2eef7;
}

DIV#container_right INPUT.input_text
{
	width:140px;
}

DIV#container_right INPUT.input_logout
{
	background-position:right center;
	background-repeat: no-repeat;
	border:none;
	padding:0px;
	text-align:left;
	width:75px;
}

BODY.body_home DIV#container_right INPUT.input_logout
{
	color:#ffffff;
}

/*
	-----------------------------------------------------------------------------
	Formularelemente
	-----------------------------------------------------------------------------
*/

INPUT.input_webkit
{
	width:250px;
}

/*
	-----------------------------------------------------------------------------
	Links
	-----------------------------------------------------------------------------
*/

BODY.body_home DIV#container_right A:active,
BODY.body_home DIV#container_right A:focus,
BODY.body_home DIV#container_right A:link,
BODY.body_home DIV#container_right A:visited
{
	color:#ffffff;
	text-decoration:none;
}

DIV#container_right A:hover
{
	text-decoration:underline;
}


