/*
Name:		Stylesheet für das mobile Mieterschutzbund e.V. Filial-Portal
Author:		Martin Neumann
Author URI:	http://www.epicit.de
*/

/*---------------------------------------------- Body ----------------------------------------------*/
body {font-family:Arial, Helvetica, sans-serif; margin:0; padding:0; background:#FFFFFF; }

/*--------------------------------------- DIV Elements (Layout) ------------------------------------*/
div#logo { width:300px; height:116px; margin-top:15px; margin-left:auto; margin-right:auto; background: url('../gfx/msblogo.png') no-repeat; }
div#content { width:851px; min-height:200px; margin:0 auto; margin-top:30px; background:#FFFFFF; }
div#main_office_img { width:252px; float:left; }
div#main_office_txt { width:570px; padding:5px 10px 0 10px; float:left;}
div#btn_route {  width:851px; height:50px; margin:0 auto; background:#005897; margin-bottom:30px; margin-top:-4px; text-align:center; }
div#clr_float { clear:both; }

/*-------------------------------------- DIV Elements (Effects) ------------------------------------*/
.content_fx { border-radius:10px; -webkit-box-shadow:0px 0px 2px 0px #666666; box-shadow:0px 0px 2px 0px #666666; }
.offices_img { border-top-left-radius:10px; }
.btn_fx { border-bottom-left-radius:10px; border-bottom-right-radius:10px; }

/*---------------------------------------------- Typo ----------------------------------------------*/
h1 { font-size:26px; color:#000000; white-space:nowrap;}
p { font-size:24px; color:#000000; white-space:nowrap; }
span#tab { display:block; margin-left:210px; margin-top:-27px; }
span#tabtime { display:block; margin-left:120px; margin-top:-27px; }
span#txt_route { font-size:20px; font-weight:bold; color:#FFFFFF; line-height:48px; }
a, a:link, a:visited, a:active { color:#666666; text-decoration:none; }
a:hover { color:#005897; text-decoration:underline; }
a.lnk_route, a.lnk_route:link, a.lnk_route:visited, a.lnk_route:active, a.lnk_route:hover { color:#FFFFFF; text-decoration:none; }