/*
Titel:    CSS fuer Ahlers&Vogel Rechtsanwaelte
Autor:    vektorrausch GmbH, Tobias Herold
Erstellt: 16.03.2009

Inhalt:		- Grundstruktur
			- Schriften
			- Links
			- Navigation
			- Hauptinhalt
			- Formulare
*/

/* Grundstruktur
*************************************/

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 75%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #003064;
	background: #eae7e5 url('/tl_files/ahlers-vogel/images/layout/bg-body.gif') repeat-x top;
}

#wrapper {
	display: block;
	padding-top: 20px;
	background: url('/tl_files/ahlers-vogel/images/layout/bg-border-top.png') no-repeat left top;
}

/* Header */

#header {
	position: relative;
	display: block;
	height: 240px;
	width: 960px;
	margin: 0 auto 20px !important;
	background-position: right top;
	background-color: #fcfcfc;
	background-repeat: no-repeat;
	background-image: url('/tl_files/ahlers-vogel/images/header/pan-hb-kapitel2.jpg'); /* Standardbild */
}

/* Header-Bilder */

body.Aktuelles #header { background-image: url('/tl_files/ahlers-vogel/images/header/pan-hh-ausblick2.jpg'); }

body.Kanzlei #header { background-image: url('/tl_files/ahlers-vogel/images/header/pan-bremen.jpg'); }
body.page_5 #header { background-image: url('/tl_files/ahlers-vogel/images/header/pan-geschichte.jpg'); }

body.Standorte #header { background-image: url('/tl_files/ahlers-vogel/images/header/pan-hb-schild.jpg'); }
body.page_9 #header { background-image: url('/tl_files/ahlers-vogel/images/header/pan-hb-garten2.jpg'); }
body.page_10 #header { background-image: url('/tl_files/ahlers-vogel/images/header/pan-hh-strasse.jpg'); }
body.page_11 #header { background-image: url('/tl_files/ahlers-vogel/images/header/pan-rostock.jpg'); }

body.Tätigkeitsbereiche #header { background-image: url('/tl_files/ahlers-vogel/images/header/pan-bilderwand.jpg'); }
body.Notariat #header { background-image: url('/tl_files/ahlers-vogel/images/header/pan-siegel.jpg'); }
body.Anwälte #header { background-image: url('/tl_files/ahlers-vogel/images/header/pan-schiff.jpg'); }

body.Kooperation #header { background-image: url('/tl_files/ahlers-vogel/images/header/pan-pause.jpg'); }
body.Karriere #header { background-image: url('/tl_files/ahlers-vogel/images/header/pan-gespraech2.jpg'); }
body.Veröffentlichungen #header { background-image: url('/tl_files/ahlers-vogel/images/header/pan-buecher.jpg'); }

body.Law #header { background-image: url('/tl_files/ahlers-vogel/images/header/pan-bremen.jpg'); }
body.page_61 #header { background-image: url('/tl_files/ahlers-vogel/images/header/pan-geschichte.jpg'); }

body.Locations #header { background-image: url('/tl_files/ahlers-vogel/images/header/pan-hb-schild.jpg'); }
body.page_64 #header { background-image: url('/tl_files/ahlers-vogel/images/header/pan-hb-garten2.jpg'); }
body.page_65 #header { background-image: url('/tl_files/ahlers-vogel/images/header/pan-hh-strasse.jpg'); }
body.page_66 #header { background-image: url('/tl_files/ahlers-vogel/images/header/pan-rostock.jpg'); }

body.Our #header { background-image: url('/tl_files/ahlers-vogel/images/header/pan-bilderwand.jpg'); }
body.page_69 #header { background-image: url('/tl_files/ahlers-vogel/images/header/pan-siegel.jpg'); }
body.Lawyers #header { background-image: url('/tl_files/ahlers-vogel/images/header/pan-schiff.jpg'); }

body.Co-operation #header { background-image: url('/tl_files/ahlers-vogel/images/header/pan-pause.jpg'); }
body.Career #header { background-image: url('/tl_files/ahlers-vogel/images/header/pan-gespraech2.jpg'); }


#header h1 {
	position: absolute;
	top: 40px;
	left: 36px;
	width: 385px;
	height: 70px;
	background: url('/tl_files/ahlers-vogel/images/layout/logo.png') no-repeat left top;
}

#header h1 a {
	display: block;
	width: 385px;
	height: 70px;
	outline: none;
}

#header .mod_changelanguage li {
	position: absolute;
	top: 212px;
	right: 783px;
	list-style: none;
}

#header .mod_changelanguage li a:link,
#header .mod_changelanguage li a:visited {
	color: #5c5958;
	text-decoration: none;
	padding-right: 24px;
}

#header .mod_changelanguage li.lang-en a {
	background: url('/tl_files/ahlers-vogel/images/layout/lang-en-off.gif') no-repeat right center;
}

#header .mod_changelanguage li.lang-en a:hover,
#header .mod_changelanguage li.lang-en a:focus {
	color: #002247;
	background: url('/tl_files/ahlers-vogel/images/layout/lang-en-on.gif') no-repeat right center;
}

#header .mod_changelanguage li.lang-de a {
	background: url('/tl_files/ahlers-vogel/images/layout/lang-de-off.gif') no-repeat right center;
}

#header .mod_changelanguage li.lang-de a:hover,
#header .mod_changelanguage li.lang-de a:focus {
	color: #002247;
	background: url('/tl_files/ahlers-vogel/images/layout/lang-de-on.gif') no-repeat right center;
}

/* Main */

#container {
	display: block;
	border-left: 20px solid #003064;
	border-right: 20px solid #003064;
	background: #fff url('/tl_files/ahlers-vogel/images/layout/bg-main-mid.gif') repeat-y center;
	padding-bottom: 0px;
}

#main {
	display: block;
	width: 590px;
	min-height: 700px;
	margin: 0 auto;
	background: url('/tl_files/ahlers-vogel/images/layout/bg-main-btm.gif') no-repeat center bottom;
}

#main .inside {
	display: block;
	width: 510px;
	padding: 0 40px;
	background: url('/tl_files/ahlers-vogel/images/layout/bg-main-top.gif') no-repeat center top;
	overflow: auto;
}

body.Willkommen #main .inside {
	height: 600px;
}

body.Anwälte #main .inside {
	height: 1150px;
}

#main .inside .ce_text {
	text-align: justify;
}


#arrows-big {
	margin: 25px 0 80px;
}

#main .block {
	position: relative;
	margin: 0;
	line-height: 150%;
}

#main .block p {
	margin-bottom: 15px;
}

#main .block ul {
	list-style: square;
	margin-left: 15px;
}

body.page_12 #main .block ul li {
	list-style: none;
	padding-left: 15px;
	background: url('/tl_files/ahlers-vogel/images/layout/li-unterstrich.gif') no-repeat left 12px; 

}

body.page_153 #main .block ul li {
	list-style: none;
	padding-left: 15px;
	background: url('/tl_files/ahlers-vogel/images/layout/li-unterstrich.gif') no-repeat left 12px; 

}

#main .block li {
	line-height: 125%;
	margin-bottom: 10px;
}

/* Breadcrumb */

#main .mod_breadcrumb {
	padding: 30px 0 0 0;
	margin: 0 0 20px;
	color: #73706f;
}

#main .mod_breadcrumb a {
	color: #73706f;
}

#main .mod_breadcrumb a:active,
#main .mod_breadcrumb a:focus,
#main .mod_breadcrumb a:hover {
	text-decoration: underline;
}


/* Left Sidebar */

#left .inside {
	text-align: right;
}

#left .block {
	margin: 30px 27px 0;
}

/* Right Sidebar */

#right {
	overflow: auto;
}

#right .inside {
	display: block;
	margin-left: 10px;
}

#right .block {
	margin-top: 30px;
	width: 145px;
	font-size: 97.22%;
}

#right .block p {
	margin-bottom: 7px;
}

#right ul {
	margin-top: 5px;
}

#right li {
	margin-bottom: 5px;
}

#right div.mod_contentbox,
#right div.mod_contentbox_inside,
#right div.mod_article {
	margin-top: 0;
}

#right div.mod_contentbox,
#right div.mod_contentbox_inside,
#right div.mod_box_items,
#right div.mod_contentbox_inside div.ce_text {
	width: 165px;
}

/* Footer */

#footer {
	padding: 0 0 25px 0;
	border: 20px solid #003064;
	border-top: none;
	background: #fff;
}

#footer .inside {
	padding: 10px 0 10px;
}

#footer .mod_customnav ul {
	margin: 0 0 0 229px;
	padding: 0;
}

#footer .mod_customnav li {
	list-style: none;
	display: inline;
	margin: 0 25px 0 0;
}

#footer .mod_customnav li p {
	display:inline;
}


/* Schriften
*************************************/

h1, h2, h3, h4 {
	font-family: 'Arial Narrow', Arial, Verdana, Helvetica, sans-serif;
}

h2 {
	width: 500px;
	font-size: 180%;
	margin: 20px 0 25px;
	padding-bottom: 5px;
	text-align: left;
}

#main h2 {
	width:375px;
}

.page_165 h2 {
	width: 340px;
	line-height: 120%;
}

h3 {
	margin: 20px 0;
	font-size: 150%;
	line-height: 110%;
}

#right {
	color: #5c5958;
}

#right h4 {
	margin-bottom: 10px;
	font-size: 130%;
}

#right h5 {
	margin-bottom: 10px;
	font-size: 120%;
}

/* Links
*************************************/

a:link, a:visited {
	color: #003064;
	text-decoration: none;
}

a:hover, a:focus {
	color: #000;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: underline;
}

#right a:link, #right a:visited {
	color: #5c5958;
	text-decoration: underline;
}

#right a:hover, #right a:focus {
	color: #003064;
	text-decoration: none;
}

/* Druckausgabe */

div.pdf_link {
	position: absolute;
	top: 21px;
	right: 0;
	z-index: 10;
}

div.pdf_link a {
	display: block;
	padding-right: 20px; 
	font-size: 93%;
	color: #a29c9a;
	background: url('/tl_files/ahlers-vogel/images/icons/icon_pdf.gif') no-repeat right top;
}


/* News */

#right div.mod_newslist div.layout_simple,
#right div.mod_newslist div.layout_simple a {
	display: block;
	overflow-x: hidden;
}


/* Main Navi */

#left .mod_navigation {
	margin: 30px 0 0 10px;
	width: 98%;
}

#left .mod_navigation ul {
	margin: 0;
	padding: 0;
}

#left .mod_navigation li {
	margin: 5px 0;
	list-style: none;
	line-height: 115%;
	color: #5c5958;
}

#left .mod_navigation ul.level_2 {
	display: none;
}

#left .mod_navigation .active ul.level_2,
#left .mod_navigation .trail ul.level_2 {
	display: block;
	margin: 3px 0 13px;
}

#left .mod_navigation .active {
	margin: 0;
	color: #002247;
}

#left .mod_navigation ul span,
#left .mod_navigation ul a {
	display:block;
	color:#5c5958;
	margin-right:27px;
	padding:0;
	text-decoration:none;
}

#left .mod_navigation .level_1 .submenu a.active,
#left .mod_navigation .level_1 .submenu a.trail,
#left .mod_navigation .level_1 .submenu p.active,
#left .mod_navigation .level_1 .submenu p.trail {
	margin-right: 27px;
	padding: 0;
	font-weight: bold;
	color: #002247;
	background: transparent;
}

#left .mod_navigation .level_2 a {
	color: #5c5958;
}

#left .mod_navigation li.active .submenu,
#left .mod_navigation li.trail {
	margin-top: 10px;
}


#left .mod_navigation a.trail,
#left .mod_navigation .submenu .level_2 a.active,
#left .mod_navigation .submenu .level_2 a.trail,
#left .mod_navigation .submenu .level_2 span.active,
#left .mod_navigation .submenu .level_2 span.trail {
	font-weight: normal;
	margin-right: 6px;
	padding-right: 21px;
	background: url('/tl_files/ahlers-vogel/images/layout/arrow-medium-blue.gif') no-repeat right bottom;
}

#left .mod_navigation a.trail {
	font-weight: bold;
	color: #002247;
}

#left .mod_navigation ul a:hover,
#left .mod_navigation .submenu .level_2 a:hover {
	font-weight: bold;
	margin-right: 6px;
	padding-right: 21px;
	color: #002247;
	background: url('/tl_files/ahlers-vogel/images/layout/arrow-medium-blue.gif') no-repeat right bottom;
}

#left .mod_navigation .submenu .level_2 a:hover {
	font-weight: normal;
}

#left .mod_navigation .level_1 a.active,
#left .mod_navigation .level_1 span.active {
	font-weight: bold;
	margin-right: 6px;
	padding-right: 21px;
	background: url('/tl_files/ahlers-vogel/images/layout/arrow-medium-blue.gif') no-repeat right bottom;
}

#left .mod_navigation .level_1 .submenu span.submenu {
	font-weight: bold;
	margin-right: 6px;
	padding-right: 21px;
	background: url('/tl_files/ahlers-vogel/images/layout/arrow-medium-blue.gif') no-repeat right bottom !important;
}

body.page_60 #left .mod_navigation .level_1 span.submenu,
body.page_4 #left .mod_navigation .level_1 span.submenu,
body.page_35 #left .mod_navigation .level_1 span.submenu,
body.page_42 #left .mod_navigation .level_1 span.submenu,
body.page_44 #left .mod_navigation .level_1 span.submenu, 
body.page_60 #left .mod_navigation .level_1 span.submenu {
	margin-right: 27px;
	padding: 0;
	font-weight: bold;
	color: #002247;
	background: none !important;
}




/* Nachrichten-Ansicht */

div.mod_newslist {
	padding-bottom: 20px;
	border-bottom: 1px dotted #a29c9a;
}


div.mod_newslist h1 { /* Hauptueberschrift */
	margin: 20px 0 3px;
}

div.mod_newslist p.info { /* Datum */
	color: #a29c9a;
	font-size: 90%;
}

div.mod_newslist h2 { /* Zwischenunterschrift */
	font-size: 130%;
	margin: 0 0 20px;
}

/* 3spaltige Taetigkeitsbereiche
*************************************/

ul.colleft, 
ul.colright {
	float: left;
	display: block;
	width: 230px;
	margin: 0 20px 0 0 !important;
}

ul.colright {
	margin: 0 !important;
}

/* Formulare
*************************************/

/* Search */

#left .mod_form {
	width: 98%;
	position: relative;
	overflow: hidden;
}

#left .mod_form .formbody {
	width: 100%;
	padding-left: 7px;
}

#left .mod_form input.text {
	float: left;
	margin: 0;
	padding: 0 3px;
	width: 118px;
	border: 1px solid #c5b8b4;
	background: url('/tl_files/ahlers-vogel/images/layout/input-bg.gif') no-repeat left top;
	color: #5c5958;
	text-align: right;
}

#left .mod_form .submit_container {
	width: 100%;
}

#left .mod_form input.submit {
	position: absolute;
	top: -20px;
	right: 20px;
	width: 10px;
	height: 13px;
 	border: none;
	background: none;
}

/* Kontakt */

body.Kontakt h4 {
	margin-bottom: 2px;
	font-size: 130%;
}

/* Formular-CSS */

.formbody label {
	clear: left;
	float: left;
	display: block;
	width: 75px;
	height: 1em;
	padding: 2px;
	color: #003064;
}

label.mandatory {
	background: url('/tl_files/ahlers-vogel/images/layout/required.gif') no-repeat 65px top;
}

.formbody input.text,
.formbody textarea {
	display: block;
	width: 250px;
	padding: 2px;
	color: #003064;
	border: 1px inset #003064;
}

.formbody input.captcha {
	float: left;
	display: block;
	width: 30px;
	padding: 2px;
	margin-right: 10px;
	color: #003064;
	border: 1px inset #003064;
}

.submit_container {
	clear: both;
	display: block;
	padding: 20px 0 0 0;
}

input.submit {
	height: 25px;
	width: 130px;
	margin-top: 20px;
	padding: 2px 4px 4px;
	color: #003064;
	border: 1px solid #003064;
	background: #dcdcdc;
	cursor: pointer;
}


/* Aktuelles 
******************************************************************/ 

body.page_2 div.layout_full {
	border-bottom: 1px dotted #a29c9a;
}

body.page_2 div.layout_full h1 {
	font-size: 180%;
	line-height: 110%;
}

body.page_2 div.layout_full h2 {
	font-size: 120%;
	font-weight: normal;
	color: #a29c9a;
}

body.page_2 div.layout_full h2 a {
	font-size: 100%;
	font-weight: normal;
	color: #a29c9a;
}

body.page_2 div.layout_full h2 a:hover {
	color: #003064;
}

body.page_2 div.layout_full img {
	padding-top: 8px;
}

/* News 
******************************************************************/ 

/*
body.page_235 div.layout_full {
	border-bottom: 1px dotted #a29c9a;
}
*/

body.page_235 div.layout_full h1 {
	font-size: 180%;
	line-height: 110%;
}

body.page_235 div.layout_full h2 {
	font-size: 120%;
	font-weight: normal;
	color: #a29c9a;
}

body.page_235 div.layout_full h2 a {
	font-size: 100%;
	font-weight: normal;
	color: #a29c9a;
}

body.page_235 div.layout_full h2 a:hover {
	color: #003064;
}

body.page_235 div.layout_full img {
	padding-top: 8px;
}


/* pager */

div.pagination {
	padding-top: 10px;
}
div.pagination ul {
	text-align: center;
}

div.pagination ul li {
	display: inline;
	padding-right: 2%;
	list-style: none;
}


/* Anwälte 
******************************************************************/

div.bremenzwei h1 {
	display: none;
}

div.bremen,
div.bremenzwei,
div.hamburg,
div.rostock  {
	float: left;
	width: 210px;
}

div.bremen,
div.hamburg {
	width: 225px;
	padding-right: 60px;
}

div.bremenzwei ul {
	margin-top: 57px;
}

div.bremenzwei ul li,
div.bremen ul li,
div.hamburg ul li,
div.rostock ul li {
	font-size: 90%;
	color: #5c5958;
	text-align: left;
}

div.bremenzwei ul li a, 
div.bremen ul li a,
div.hamburg ul li a,
div.rostock ul li a {
	font-size: 115%;
	color: #003064;
	text-align: left;
}

body.page_176 #main .mod_contentbox,
body.page_33 #main .mod_contentbox {
	height: 150px;
}

#right div#legende li {
	color: #5c5958;
}

/* Veröffentlichungen
******************************************************************/

body.page_48 #main div.ce_text {
	padding-bottom: 20px;
	border-bottom: 1px solid #003064;
}

body.page_48 #main .mod_contentbox div.ce_text {
	border: none;
}

body.page_48 #main div.ce_text h3 {
	margin-bottom: 15px;
}


/* Impressum + Kontakt
******************************************************************/
body.Legal #main .inside .ce_text a, 
body.Impressum #main .inside #impressum .ce_text a {
	display: block;
	margin: 5px 0 0;
}

body.Legal #main .inside .ce_text a#vr,
body.Impressum #main .inside #impressum .ce_text a#vr {
	display: inline !important;
}

body.Contact #main .inside #contact .ce_text a,
body.Kontakt #main .inside #kontakt .ce_text a {
	display: block;
	margin: -10px 0 0;
}

/* Sitemap
******************************************************************/

body.Sitemap #main .inside #sitemap .mod_sitemap ul.level_1 li a {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}

body.Sitemap #main .inside #sitemap .mod_sitemap ul.level_2 li a {
	display: inline;
	margin-bottom: 0;
	font-weight: normal;
}

/* Accordion
******************************************************************/

.ce_accordion {
	margin: 2px 0 0 !important;
	border-bottom: 1px dotted #dfdbda;
	text-align: justify;
}

.toggler {
	padding: 6px 4px;
	font-size: 125%;
	font-weight: bold;
	cursor: pointer;
}

.toggler:hover {
	background: #f5f4f4 url('/tl_files/ahlers-vogel/images/layout/lupe.jpg') no-repeat 99% center;
}

.accordion {
	margin: 1px 0;
}

.accordion div {
	padding-bottom: 10px;
}


/* Routenplaner
******************************************************************/

.mod_routenplaner td {
	padding: 5px;
}

div.info {
	width: 315px;
}

div.info img.locpic {
	float:right;
	margin-left:1em;
}


/* Sitemap
******************************************************************/

.mod_sitemap .verschickt {
	display: none;
}



/* Welcome
******************************************************************/

body.Welcome #main {
	height: 400px;
}


/* Link Icons
******************************************************************/

a.vcf:link, a.vcf:visited {
	padding: 5px 0 5px 20px;
	background: url('/tl_files/ahlers-vogel/images/icons/icon_vcard.gif') no-repeat center left;
}