/* ----------------------------------------------------------------------------
Screen CSS File
Graf von Westphalen
Copyright 2009 by Softloop
---------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------
Farben:

- #9ca4bc (Hellblau)
- #002d5c (Dunkelblau) 
- #bbb (Hellgrau)
---------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------
Allgemeine Tags und Klassen
---------------------------------------------------------------------------- */

* {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

body {
	font: 11px Arial, sans-serif;
	color: #666;
}

html {
	overflow-y: scroll;
}

a {
	color: #002d5c;
}

p {
	font-size: 14px;
}

h2 {
	font-weight: normal;
	color: #002d5c;
	font-size: 14px;
}

#wrapper {
	padding-top: 4px;
	margin: 0 auto;
	width: 900px;
	overflow: hidden;
}

.articlePreview {
	overflow: hidden;
}

.tooltip {
	position: absolute;
	top: 136px;
	visibility: hidden;
}

.tooltip a {
	display: block;
	color: #FFF;
}

.tooltiptext {
	float: left;
	background: url("../pics/tooltip.png");
	width: 230px;
	padding: 10px;
	font-size: 11px;
	height: auto !important;
	color: #FFF;
}

#header {
	width: 900px;
	position: relative;
}

#logo {
	float: left;
	background: #002850;
	padding-top: 14px;
	width: 328px;
	height: 82px;
}

*+html #logo {
	overflow: hidden;
}

#logo_print {
	display: none;
}

#logo a {
	padding-top: 24px;
	padding-right: 70px;
	padding-bottom: 34px;
}

#content {
	margin-top: 4px;
	width: 900px;
	padding-bottom: 45px;
}

#content .tinymcewysiwyg {
	padding-left: 20px;
	padding-right: 20px;
}

#content .tinymcewysiwyg a {
	color: #666;
	text-decoration: underline;
}

#content .tinymcewysiwyg a.blau {
	color: #002d5c;
	text-decoration: none;
}

#article {
	float: left;
	margin-top: 5px;
	margin-right: 4px;
	width: 568px;
	min-height: 100px;
	overflow: hidden;
}

#article p {
	padding-bottom: 20px;
}

#article .news {
	padding-top: 15px;
	padding-left: 20px;
}

#article .news .moreLink a {
	padding-left: 10px;
	background-image:url(../pics/arrow_inaktiv.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	font-size: 18px;
	color: #9ca4bc;
}

#article .news .moreLink {
	display: none;
}

.news .smallHidden a {
	text-decoration: underline;
	color: #666;
}

#article .news .moreLink a:hover {
	background-image:url(../pics/arrow_aktiv.gif);
	color: #002d5c;
}

#article .blau {
	color: #002d5c;
}

#article .hellblau {
	color: #9ca4bc;
}

#article a.linkblau {
	color: #002d5c;
}

#article .big {
	font-size: 23px;
}

#article .big a {
	color: #666;
	text-decoration: underline;
}

/* #article .smallHidden {
	visibility: hidden;
	overflow: hidden;
} */

#article .smallHidden p {
/*	font-size: 14px; */
}

#article li {
	font-size: 14px;
	margin-left: 15px;
	list-style-type: disc !important;
}

*html #article {
	height: auto !important;
	height: 100px;
}

#sidebar {
	float: left;
	width: 328px;
	overflow: hidden;
	font-size: 14px;
	margin-top: 5px;
}

/**
	Top-News
**/

#sidebar .articlePreview {
	padding-left: 8px;
}

#sidebar .articleItem {
	width: 260px;
	padding-bottom: 16px;
}

#sidebar .articleItem h3 {
	font-weight: normal;
	color: #9ca4bc;
	font-size: 14px;
}

#sidebar .articleItem p {
	font-size: 14px;
	color: #002d5c;
}

#sidebar .articleItem a {
	padding-left: 10px;
	background-image: url('../pics/arrow_aktiv.gif');
	background-repeat: no-repeat;
	background-position: 0 5px;
	font-weight: bold;
	color: #002d5c;
}

#sidebar .readMoreContainer {
	padding-left: 8px;
}

#sidebar .readMoreContainer a {
	color: #9ca4bc;
}

/* ----------------------------------------------------------------------------
Suche
---------------------------------------------------------------------------- */

#searchWrapper {
	float: left;
	padding-left: 10px;
	width: 316px;
	padding-top: 7px;
	height: 23px;
	border: 1px solid #002850;
	margin-bottom: 4px;
}

#searchWrapper label.search {
	padding-top: 10px;
}

#searchWrapper input.submit {
	position: absolute;
	right: 0;
	top: 0px;
	height: 32px;
	width: 32px;
	border: 1px solid #f08a00;
	cursor: pointer;
	background: url("../pics/search.gif") right bottom no-repeat;
}

#searchSubmitButton {
	visibility: hidden;
}

/* ----------------------------------------------------------------------------
Navigation
---------------------------------------------------------------------------- */

#smallNav {
	float: left;
	width: 548px;
	padding-top: 20px;
	padding-left: 20px;
	margin-right: 4px;
}

#smallNav li {
	float: left;
	list-style-type: none;
	padding-right: 10px;
}

#smallNav a {
	color: #002850;
}

#claim {
	height: 58px;
	font-size: 20px;
	color: #687ca7; /* 465a85, 576b96 */
	text-transform: uppercase;
}

#navigation {
	float: left;
	background: #002850;
	padding-left: 20px;
	width: 548px;
	padding-top: 12px;
	padding-bottom: 15px;
	margin-right: 4px;
	height: 69px;
	font-size: 12px;
}

#navigation li {
	padding-right: 10px;
	list-style-type: none;
	float: left;
}

#navigation a {
	color: #FFF;
	outline: none;
	font-size: 11px;
}

#navigation a:hover {
	color: #687CA7; /* 465A85 */
}

#navigation li.rex-current a {
	color: #687CA7;	/* 465A85 */
}

#navigation li.rex-active a {
	color: #687CA7;	/* 465A85 */
}

#navigationLevel2 {
	padding-left: 8px;
	padding-bottom: 40px;
}

#navigationLevel2 li {

}

#navigationLevel2 a {
	padding-left: 10px;
	background-image: url('../pics/arrow_inaktiv.gif');
	background-repeat: no-repeat;
	background-position: 0 5px;
	color: #9ca4bc;
	display: block;
}

#navigationLevel2 .moreFocus a {
	color: #002d5c;
	background-image:url(../pics/arrow_aktiv.gif);
}

#navigationLevel2 li.rex-current a {
	background-image: url('../pics/arrow_aktiv.gif');
	color: #002d5c;
}

#navigationLevel2 a:hover {
	background-image: url('../pics/arrow_aktiv.gif');
	color: #002d5c;
}

#navigationLevel2 .rex-breadcrumb a {
	background: none;
	color: #002d5c;
}

#navigationLevel2 .level3 a {
	background-image: none;
}

#navigationLevel2 .rex-navi2 {
	overflow: hidden;
}

#navigationLevel2 .rex-navi2 li a {
	background: none;
}

#breadcrumb {
	float: left;
	padding-left: 20px;
	margin-bottom: 20px;
	width: 548px;
	height: 20px;
	border-bottom: 1px solid #002d5c;
}

#breadcrumb li {
	font-size: 11px;
	float: left;
	margin-left: 0 !important;
	list-style-type: none !important;
	line-height: 18px;
}

#breadcrumb li.gt {
	padding-left: 5px;
	padding-right: 5px;
	color: #002d5c;
}

#breadcrumb li a:hover {
	color: #9ca4bc;
}

#articleImage {
	overflow: hidden;
}

/* ----------------------------------------------------------------------------
	Ansprechpartner-Suche
---------------------------------------------------------------------------- */

#contactSearch {
	padding-left: 20px;
}

#contactSearch h2 {
	padding-bottom: 15px;
}

#contactSearch select {
	width: 250px;
	color: #9ca4bc;
	font-size: 12px;
	padding: 5px;
	border: 1px solid #002d5c;
}

#contactSearch input {
	width: 238px;
	color: #9ca4bc;
	font-size: 12px;
	padding: 5px;
	border: 1px solid #002d5c;
}

#contactSearch select .rex-current {
	color: #002d5c;
}

#contactSearch .locations {
	padding-bottom: 10px;
}

#contactSearch .specialisms {
	padding-bottom: 10px;
}

/* ----------------------------------------------------------------------------
	Ansprechpartner-Liste
---------------------------------------------------------------------------- */

#contacts {
	padding-left: 8px;
	padding-bottom: 40px;
}

#contacts {
	padding-left: 8px;
}

#contacts a {
	padding-left: 10px;
	background-image: url('../pics/arrow_inaktiv.gif');
	background-repeat: no-repeat;
	background-position: 0 5px;
	color: #9ca4bc;
	display: block;
}

#contacts li.rex-current a {
	background-image: url('../pics/arrow_aktiv.gif');
	color: #002d5c;
}

#contacts a:hover {
	background-image: url('../pics/arrow_aktiv.gif');
	color: #002d5c;
}

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

#forum {
	padding-left: 8px;
	display: none;
}

#forum a {
	padding-left: 10px;
	background-image: url('../pics/arrow_inaktiv.gif');
	background-repeat: no-repeat;
	background-position: 0 5px;
	color: #9ca4bc;
	display: block;
}

#forum li.rex-current a {
	background-image: url('../pics/arrow_aktiv.gif');
	color: #002d5c;
}

#forum a:hover {
	background-image: url('../pics/arrow_aktiv.gif');
	color: #002d5c;
}

/* ----------------------------------------------------------------------------
	Footer
---------------------------------------------------------------------------- */

#footer {
	margin-top: 20px;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 4px;
	font-size: 10px;
	color: #002d5c;
	border-top: 1px solid #002d5c;
	border-bottom: 1px solid #002d5c;
}

/* ----------------------------------------------------------------------------
	Anwaltsprofil
---------------------------------------------------------------------------- */

.lawyerProfile {
	padding-top: 13px;
}

.lawyerProfile p {
	font-size: 14px;
}

.lawyerProfile h2 {
	padding-left: 18px;
}

.backToOverview {
	padding-bottom: 20px;
	padding-left: 18px;
}

.backToOverview a {
	padding-left: 10px;
	background-image: url('../pics/arrow_aktiv.gif'); /* url('../pics/arrow_inaktiv.gif') */ 
	background-repeat: no-repeat;
	background-position: 0 5px;
	color: #002D5C; /* 9ca4bc */
}

.backToOverview a:hover {
	background-image: url('../pics/arrow_aktiv.gif');
	color: #002d5c;
}

#content #sidebar .tinymcewysiwyg {
	padding-left: 18px;
	padding-bottom: 20px;
}

/* ----------------------------------------------------------------------------
	PDF-Downloads
---------------------------------------------------------------------------- */

#downloadPublications {
	padding-left: 20px;
}

#downloadPublications div {
	float: left;
	padding-left: 20px;
	width: 520px;
	margin-bottom: 20px;
	background-image: url('../pics/pdf.gif');
	background-repeat: no-repeat;
	cursor: pointer;
}

.downloadPublications {
	padding-left: 20px;
	margin-bottom: 20px;
}

/* ----------------------------------------------------------------------------
	Suchergebnisse
---------------------------------------------------------------------------- */

#searchResults {
	padding-left: 20px;
	font-size: 14px;
}

#rex-article-69 {
	margin-top: 20px;
	display: none;
}                                                 

/* ----------------------------------------------------------------------------
Kontaktformular 
----------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------------
Formular
----------------------------------------------------------------------------*/
label.error {
	color: #ff0000;
}
#article input.error {
	border: 1px solid #ff0000;
}
textarea.error {
	border: 1px solid #ff0000;
}

.inputText input {
	border: 1px solid #667997;
	display: block;
}

.inputText label {
	display: block;
	padding-top: 5px;
}

#formElement_5 {
	padding-top: 20px;
}

#formElement_6 {
	float: left;
	padding-right: 10px;
}

.inputSubmit input {
	margin-top: 10px;
	margin-bottom: 20px;
	display: inline;
	border: 1px solid #000;
}

.inputRadio input {
	margin-right: 5px;
}

#unsubscribe {
	border-top: 1px solid #002052;	
	padding-top: 10px;
}


.downloads {
	clear: both;
}

.downloads dl {
	float: left;
	clear: both;
}

.downloads dd {
	float: left;
}

.downloads dt {
	width: 24px;
	float: left;
}

#article_bottom .downloads img {
	margin: 0;
}

.smallChart {
	position: absolute;
	top: 251px;
	left: -4px;
}

*html .smallChart img {
	width: 165px;
	height: 100px;
}

.chartTopBorder {
	width: 154px;
	height: 3px;
	border-top: 1px solid #bcbd98;
	margin-left: 4px;
}

.valid_check {
	display: none;
}

#publicationsMoreText {
	overflow: hidden;
}

#publicationsMoreLink {
	margin-top: -20px;
}

#content #publicationsMoreLink a {
	background-image:url(../pics/arrow_inaktiv.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 10px;
	text-decoration: none;
	color:#9ca4bc;
}

#content #publicationsMoreLink a:hover {
	background-image:url(../pics/arrow_aktiv.gif);
	color:#002D5C;
}

.subscribe {
	padding-left: 20px;
}
.subscribe .newsletter_groups label {
	line-height: 19px;
}
.subscribe .label_text {
	display: none;
	width: 200px;
	position: relative;
	z-index: 10;
	top: 0px;
	left: 22px;
}
#article .subscribe .label_text p {
	font-size: 11px;
	background-color: #002850;
	padding: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
}
.newsletter_field_wrapper {
	position: relative;
}
*html .subscribe .label_text {
	left: 30px;
}
*+html .subscribe .label_text {
	top: 20px;
	left: 30px;
}
*+html .newsletter_field_wrapper {
	z-index: 20;
}
*+html .subscribe .newsletter_groups input {
	float: left;
}
*+html .subscribe .newsletter_groups label {
	line-height: 21px;
	display: block;
	float: left;
	position: relative;
	z-index: 1;
}

#thanks {
	padding-left: 20px; 
	padding-bottom: 10px;
}

.printProfile {
	padding-left: 20px;
	padding-top: 20px;
}

.printProfile a {
	color: #666;
}

#content_wrapper {
	padding-left: 20px;
}

.newsletter_grabber {
	padding-left: 20px;
}

.newsletter_grabber .text1 {
	padding-left: 0px !important;
	padding-top: 0px !important;
}

.newsletter_grabber table {
	width: 550px !important;
	clear: both;
}

.newsletter_grabber h1 {
	height: auto !important;
}

.newsletter_grabber .newsletter_head {
	display: none;
}

.newsletter_grabber .newsletter_head h1 {
	color: #002D5C;
	font-weight: normal;
	font-size: 18px;
}

.newsletter_grabber h1.style5 {
	color: #002D5C;
	font-family: Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: normal;
	font-variant: normal;
	margin: 0;
	padding: 0;
}

.newsletter_grabber h1.style4 {
	color: #002D5C;
	font-family: Arial,sans-serif;
	font-size: 10pt;
	font-variant: normal;
	line-height: normal;
	margin: 0;
	padding: 0;
	text-align: left;
}

.newsletter_grabber td {
	vertical-align: top;
}

.articleid_737 h2, .articleid_747 h2, .articleid_754 h2 {
	font-size: 18px;
}

.articleid_747 h2, .articleid_754 h2  {
	padding-bottom: 10px;
}

.articleid_754 #content_1, .articleid_754 #content_2 {
	font-size: 14px !important;
}

.articleid_754 #content_2 {
	font-size: 14px;
}

.articleid_754 input {
	height: 20px !important;
}

.articleid_754 select {
	height: 22px;
}

.articleid_754 p {
	font-size: 14px;	
}

.newsletter_groups input {
	height: 16px !important;
}

#formholder label {
	font-size: 14px;
}

td.notice_choice {
	font-size: 14px;	
}

.world_map {
	width: 568px;
	height: 293px;
	background-image: url(../redaxo/include/addons/map_editor/pics/GvW_Weltkarte_klein.png);
	background-repeat: no-repeat;
	position: relative;
	clear: both;
}

.world_map .image_wrapper .description {
	visibility: hidden;
	/* background-image: url(../pics/tooltip.png); */
	background-color: #002850;
	padding: 5px 10px;
	color: #FFF;
}

.world_map_big {
	width: 1164px;
	height: 600px;
	background-image: url(../redaxo/include/addons/map_editor/pics/GvW_Weltkarte_gross.png);
	background-repeat: no-repeat;
	position: relative;
	clear: both;
}

.world_map_big .image_wrapper .description {
	visibility: hidden;
	background-color: #002850;
	padding: 5px 10px;
	color: #FFF;
}

*+html #article {
	position: relative;
}

.backToHomepage {
	padding-left: 8px;
	clear: both;
	height: 30px;
}

.backToHomepage a {
	padding-left: 10px;
	background-image:url(../pics/arrow_aktiv.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	color: #002d5c;
	display: block;
}