@charset "utf-8";


@import url("jquery.lightbox-0.5.css");

#lightbox-image {
	width: 100%;
}
body #jquery-overlay {
	position: fixed;
}

html, body {
	font-family: Helvetica, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	background: #f3f3f3;
	height: 100%;
	font-size: 12px;
	color: #262626;
	text-align: center;
	behaviour: url('css/csshover3.htc');
}

/* ie6 png fix*/
/*img, div, hr {
	behavior: url('css/iepngfix.htc');
}*/

input, textarea, select {
	color: #262626;
	background: #f3f3f3;
	border-color: #262626;
	border-width: 1px;
	border-style: solid;
	font: inherit;
	vertivcal-align: middle;
}
input, textarea {
	padding: 2px;
}
optgroup {
	vertical-align: middle;
	font-family: inherit;
	color: #4f77b0;
}
option {
	vertical-align: middle;
	font-family: inherit;
	font-weight: normal;
	color: #262626;
	padding-left: 10px;
}
input.submit {
	border: 1px solid #262626;
	color: #4f77b0;
	padding: 1px 6px;
}
input.submit:hover {
	background: #ffffff;
	border-color: #aaaaaa;
	cursor: pointer;
}

.ieonly {
	display: none;
}

a, a:active, a:visited, a:link {
	text-decoration: none;
	color: #4f77b0;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

br.clear {
	clear: both;
}

.content-width {
	width: 930px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

span.error {
	font-weight: bold;
	color: #ff3333;
}
span.success {
	font-weight: bold;
	color: #4f77b0;
}

div.error {
	font-weight: bold;
	color: #ff3333;
	margin: 3px 0px;
}
div.success {
	font-weight: bold;
	color: #4f77b0;
	margin: 3px 0px;
}

.hidden {
	visibility: hidden;
}

/* ## header ## */
#header {
	text-align: center;
	height: 91px;
	background: url('../img/page-header-bg.png') center repeat-x;
}

#header .logo {
	float: left;
	margin-right: 0px;
	position: absolute;
}

#header .main-navigation {
	float: right;
	text-align: right;
}

#header .main-navigation a {
	text-transform: uppercase;
	display: block;
	font-size: 12px;
	float: left;
	height: 36px;
	margin-left: 25px;
	margin-top: 51px;
	padding-top: 10px;
	color: #494949;
}

#header .main-navigation a:hover, #header .main-navigation a.active {
	text-decoration: none;
	color: #003f8e;
	background: url('../img/header-li-hover-bg.png') center bottom no-repeat;
}

/* ## wrapper ## */
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -42px;
}

#wrapper .push {
	height: 37px;
}

/* ## body ## */
#body {
	text-align: center;
	background-image: url('../img/big-bg-blue.jpg');
	background-position: center top;
	background-repeat: repeat-x;
	min-height: 500px;
}
#body.rte {
	padding: 5px;
	background-image: none;
	height: auto;
	min-height: 0px;
	text-align: left;
	font-size: 12px;
	position: static;
}

#body #navigation {
	width: 310px;
	float: left;
	background: url('../img/sbhead.png') left top no-repeat;
}

#body #navigation .header {
	font-size: 14px;
	color: #003f8e;
	padding-top: 38px;
	padding-bottom: 12px;
	padding-left: 27px;
	text-transform: uppercase;
}

#body #navigation ul {
	list-style: none;
	padding-left: 27px;
	font-size: 11px;
}

#body #navigation ul li {
	margin-bottom: 10px;
}

#body #navigation ul li img {
	float: left;
	margin-right: 5px;
}

#body #navigation ul li a {
	display: block;
	margin-top: 4px;
	float: left;
	color: #494949;
	text-transform: uppercase;
}

#body #navigation ul li a:hover, #body #navigation ul li a.active {
	text-decoration: none;
	color: #003f8e;
}

#body #navigation .nav-ruler {
	display: block;
	margin: 20px 0px 10px 0px;
}

#body #navigation .notar-at-logo {
	margin-left: 50px;
	display: block;
}

#body #content {
	float: left;
	width: 620px;
}

#body #content .header {
	padding-top: 38px;
	text-transform: uppercase;
	color: #003f8e;
	font-size: 14px;
}

#body #content .content-ruler {
	margin-bottom: 20px;
}

#body #content p, #body.rte p {
	margin: 0px;
	line-height: 15px;
}

#body #content div.hr {
	background: url('../img/content-ruler2.png') left no-repeat;
	margin: 10px 0px;
	height: 1px;
}

#body #content div.hr hr {
	display: none;
}

#body #content h1, #body.rte h1 {
	color: #003f8e;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 5px;
}

#body #content h2, #body.rte h2 {
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 0px;
}

#body #content h3, #body.rte h3 {
	font-size: 12px;
	color: #003f8e;
	text-transform: uppercase;
	margin-bottom: 0px;
}

#body #content h4, #body.rte h4 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
}

#body #content h5, #body.rte h5 {
	font-size: 13px;
	color: #003f8e;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 0px;
}

#body #content h6, #body.rte h6 {
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 5px;
}

/* ## block-list ## */
.block-list .block {
	border: 1px solid #f3f3f3;
	padding: 2px;
}

.block-list .block:hover {
	border: 1px solid #4f77b0;
}

.block-list .block .block-bar {
	margin-bottom: 3px;
	display: none;
	padding: 2px;
}

.block-list .block:hover .block-bar {
	display: block;
	background: #4f77b0;
	text-align: right;
}

/* ## footer ## */
#print-footer {
	display: none;
}
#footer {
	text-align: center;
	height: 40px;
	background: #dddddd;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #404040;
}

#footer .info {
	margin-top: 13px;
	font-size: 12px;
	color: #4f4f4f;
	text-align: center;
}





/* ## start ## */
body.start {
	background: #cccccc;
}

/* ## body-start ## */
#body-start {
	text-align: center;
	height: 546px;
	background: url('../img/big-bg.jpg') center repeat-x;
	color: #ffffff;
	font-size: 12px;
}

#body-start .text {
	padding-left: 5px;
	width: 350px;
	height: 90px;
	overflow: hidden;
}

#body-start .text a {
	color: #ffffff;
}

#body-start .text p {
	margin: 4px 0px;
}

#body-start .top {
	padding-top: 24px;
}

#body-start .middle {
	padding-top: 24px;
}

#body-start .bottom {
	padding-top: 30px;
}

#body-start .left {
	width: 478px;
	float: left;
}

#body-start .right {
	float: left;
}

#body-start .top .r-n-p-logo {
	margin-left: 135px;
}

#body-start .top .notar-message {
	margin-left: 2px;
}

#body-start .middle .team {
	margin-left: 5px;
}

#body-start .bottom .aktuelles {
	margin-left: 2px;
}

#body-start ul {
	list-style: none;
	padding-left: 2px;
	margin: 0px;
}

#body-start ul li {
	line-height: 25px;
}

#body-start ul li img {
	margin-right: 15px;
}

/* ## footer-start ## */
#footer-start {
	text-align: center;
	height: 235px;
	background: url('../img/footer-bg.png') center repeat-x;
}

#footer-start .notes {
	padding-top: 20px;
	padding-bottom: 15px;
}

#footer-start .notes .note {
	padding-left: 15px;
	padding-top: 4px;
	color: #0e1e3f;
	font-size: 11px;
	float: left;
	width: 274px; /*original width: 289*/
	height: 166px; /*original width: 170*/
	background: url('../img/footer-block-bottom.png') center no-repeat;
	margin-right: 31px;
}

#footer-start .notes .note .note-title {
	text-transform: uppercase;
	margin-bottom: 20px;
}

#footer-start .notes .note.nomargin {
	margin-right: 0px;
}

#footer-start .notes .note.nomargin .note-title {
	margin-bottom: 15px;
}

#footer-start .notes .note p {
	margin: 10px 0px;
	line-height: 13px;
}

#footer-start .info {
	font-size: 11px;
	color: #4f4f4f;
	text-align: center;
}

#footer-start .notes .note ul {
	padding-left: 0px;
	list-style: none;
	margin: 5px 0px;
}

#footer-start .notes .note ul li {
	margin-bottom: 4px;
}

#footer-start .notes .note ul li img {
	float: left;
	margin-right: 5px;
}

#footer-start .notes .note ul li a {
	display: block;
	margin-top: 2px;
	float: left;
	width: 250px;
}

/* safari anpassungen */
@media screen and (-webkit-min-device-pixel-ratio:0){
	
	#wrapper .push {
		height: 52px;
	}
}

/* ie7 anpassungen */
* + html .ieonly {
	display: block;
}
* + html #header {
	position: absolute;
}
* + html .ieonly.ie7-fix-p1 {
	height: 91px;
}
* + html #footer-start .notes .note ul li {
	height: 12px;
}
* + html #footer-start .info {
	padding-top: 15px;
}
* + html #body-start {
	font-size: 11px;
}

* + html #body #navigation ul {
	padding: 0px 0px 1px 0px;
	margin: 10px 27px;
}
* + html #body #navigation ul li {
	height: 16px;
}
* + html #body #content div.hr {
	border-top: 10px solid #f3f3f3;
	height: 11px;
}

* + html .team-member {
	margin: 20px 0px 40px 0px;
}
* + html #footer-start .notes .note ul li {
	display: block;
	height: 23px;
}

* + html #footer-start .notes .note ul li a {
	width: 250px;
}


* + html img.leistungsspektrum, * + html img.kontakt, * + html img.kanzlei-ueber-uns, * + html img.aktuelles {
	margin-top: 6px;
}

/* ie6 anpassungen */

* html img.leistungsspektrum, * html img.kontakt, * html img.kanzlei-ueber-uns, * html img.aktuelles {
	margin-top: 6px;
}

* html #header .main-navigation a:hover, * html #header .main-navigation a.active {
	background: url('../img/header-li-hover-bg.gif') center bottom no-repeat;
}
* html #header .main-navigation {
	position: absolute;
	right: 0px;
}
/*#header .main-navigation*/
* html #header .main-navigation a {
	height: 46px;
}
* html #footer-start .notes .note ul li {
	height: 12px;
}
* html #footer-start .info {
	padding-top: 15px;
}
* html #body-start {
	font-size: 11px;
}
* html #body-start ul {
	font-size: 12px;
}
* html #body-start ul li {
	line-height: 25px;
	height: 25px;
}

* html #footer-start .notes .note ul li a {
	width: 230px;
}

* html #body-start .middle {
	padding-top: 20px;
}

* html #body-start .bottom {
	padding-top: 20px;
}

* html #body #navigation ul {
	padding: 0px 0px 1px 0px;
	margin: 10px 27px;
}
* html #body #navigation ul li {
	height: 16px;
}
* html #body #content div.hr {
	border-top: 10px solid #f3f3f3;
	height: 11px;
}

* html .team-member {
	margin: 20px 0px 40px 0px;
}
* html #body-start .sitemap-level ul li .sitemap-functions {
	visibility: visible;
}

* html .block-list .block {
	border: 1px solid #4f77b0;
}

* html .block-list .block .block-bar {
	display: block;
	background: #4f77b0;
	text-align: right;
}

/* IMAGES _ FIX */
img.r-n-p-logo {
	background: url('../img/start/r-n-p-logo.png');
}
img.rasteiger-logo {
	background: url('../img/rasteiger-logo.png');
}
img.rasteiger-logo-admin {
	background: url('../img/rasteiger-logo-admin.png');
}
img.notar-message {
	background: url('../img/start/notar-message.png');
}
img.start-leistung {
	background: url('../img/start/header-leistung.png');
}
img.check {
	background: url('../img/start/check.png');
}
img.start-team {
	background: url('../img/start/team-2.png');
}
img.start-thema-woche {
	background: url('../img/start/header-thema-woche.png');
}
img.aktuelles.start-aktuelles {
	background: url('../img/start/header-aktuelles.png');
}
img.kanzlei-ueber-uns {
	background: url('../img/messages/kanzlei-ueber-uns.png');
}
img.leistungsspektrum {
	background: url('../img/messages/leistungsspektrum.png');
}
img.aktuelles {
	background: url('../img/messages/aktuelles.png');
}
img.kontakt {
	background: url('../img/messages/kontakt.png');
}
img.notar-at-logo {
	background: url('../img/notar-at-logo.png');
}

img.bullet-white {
	background: url('../img/icons/bullet_white.png');
}

img.bullet-orange {
	background: url('../img/icons/bullet_orange.png');
}

img.arrow-up {
	background: url('../img/icons/arrow_up.png');
}

img.arrow-down {
	background: url('../img/icons/arrow_down.png');
}

img.delete {
	background: url('../img/icons/page_delete.png');
}

img.edit {
	background: url('../img/icons/edit.png');
}
