@CHARSET "UTF-8";
/**
 * Nicht vergessen:
 * Wenn hier die Styles für Links, normalen Text oder
 * Überschriften geändert werden, so sollten diese
 * auch in editor_content_ctypeX.css angepasst werden!
 *
 * ctype1 - Hauptinhalt
 * ctype2 - Leistentext
 * cytep3 - Schlüsselwörter (Tags) (wahrscheinl. irrelevant)
 **/

body {
	font-family: Arial;
	font-size: 12px;
	background: white;
	width: 99%;
	padding: 0px;
	margin: 0px;
	position: relative;
}

/**************** Container ********************/

#page {
	position: relative;
	width: 935px;
	margin: 0 auto;
}

#baum {
	position: absolute;
	top: 0;
	margin: 0 auto;
}

div#baum {
	background: transparent url("../images/baum.png") center 0 no-repeat;
	width: 950px;
	height: 241px;
}

#header {
	position: relative;
	width: 100%;
	height: 250px;
}

#header #logo {
	position: absolute;
	right: 0;
	top: 120px;
	z-index: 200;
}

#header #socialmedia {
	position: absolute;
	right: 0;
	top: 10px;
	z-index: 200;
}

#header #socialmedia img {
	vertical-align: text-bottom;
	margin: 0 2px;
}

#container {
	background: transparent url("../images/bar.png") 200px repeat-y;
	width: 935px;
}

#content {
	position: relative;
	width: 390px;
	float: right;
	font-size: 11px;
}

#bar {
	position: relative;
	width: 308px;
	margin: 0;
	float: left;
	margin-left: 200px;
	color: white;
	min-height: 500px;
	padding-bottom: 150px;
	background: transparent url("../images/roth_logo.png") bottom left no-repeat;
}

#quicklinks {
	margin-bottom: 20px;
	margin-top: 32px;
	border-top: 1px dashed #E8E1D2;
	padding-top: 17px;
	font-size: 10px;
	color: #D2C3A6;
	line-height: 180%;
}

#content a.linked {
	background: url("../../files/images/arrowrdown_content.png") no-repeat left 50%;
	padding-left: 15px;
}

#content a.linkedRight {
	background: url("../../files/images/arrowrdown_content.png") no-repeat left 50%;
	padding-left: 11px;
	margin-left: 165px;
}

#content a.extern {
	background: url("../../files/images/arrowright_content.png") no-repeat left 50%;
	padding-left: 11px;
}

#content p.divider {
	font-weight: bold;
	border-top: 1px dashed #F4EFE9;
	padding-top: 10px;
	margin-bottom: -15px;
}

.article a {
	border-bottom: 1px dotted black;
	color: black;
}

#content .info_message,
#content .error_message {
	margin-top: 25px;
	font-weight: bold;
	color: #E30045;
}

#content .entry .error {
	background-color: #EFA8B6;
	border-color: #EFA8B6;
}

/**************** Leistenelemente ********************/

#bar .mceContentBody,
p.bar {
	line-height: 150%;
	margin:1.5em 30px;
}

#bar .mceContentBody p {
	line-height: 150%;
}

#bar a {
	color: white;
	text-decoration: none;
}

#bar .barContact .error {
	background-color: #F8CCD9;
	border-color: #F8CCD9;
}

#bar a.linked {
	background: url("../../files/images/arrowdown_bar.png") no-repeat left 50%;
	padding-left: 15px;
}

/**************** Quicklinks ********************/

#quicklinks a {
	color: #D2C3A6;
	padding: 2px;
}

#quicklinks a:hover,
#quicklinks a:active {
	color: #E30045;
	background: #F4F0E9;
	border: none;
}

/**************** News (Startseite) ********************/

.newsSmall {
	margin: 10px 0px;
	border-bottom: #E8E1D2 dashed 1px;
	padding-bottom: 10px;
	overflow: hidden;
}

.newsSmall img {
	float: left;
	border: 3px solid #E8E1D2;
	margin-right: 15px;
}

.newsSmall p {
	font-size: 11px;
	line-height: 14px;
	margin: 0px;
}

.ref p { font-size: 11px; }

.newsImageLink {
	display: block;
	border: 0px !important;
}

/**************** News (News-Seite) ********************/

.newsSmallFull {
	padding: 10px 0px;
	border-bottom: #E8E1D2 dashed 1px;
	position: relative;
	line-height:120%;
}

.newsSmallFull p,
.newsSmallFull div p {
	font-size: 11px;
	margin: 2px auto;
}

.arrowRead {
	position: absolute;
	float: right;
	bottom: 10px;
	right: 0px;
}

.flowed a, .flowed a:hover {
	text-decoration: none;
	border-bottom: 1px dotted black;
	color: black;
}
	

/********************** Lexikon **************************/

div.lexikonSmall div {
	font-size: 10px;
	margin-left: 164px;
}

.lexikonSmallFull {
	padding: 8px 0px;
	border-bottom: #E8E1D2 dashed 1px;
}

.lexikonSmallFull div > *,
.lexikonSmallFull > * {
	font-size: 11px;
	margin: 2px auto;
}

.lexikonTextArrowed {
	position: relative;
}

.lexikonArrowRead {
	position: absolute;
	float: right;
	bottom: 0px;
	right: 0px;
}

a.image img,
a.image:hover {
	border: 0px;
	text-decoration: none;
}

/******************* Kontaktformular *********************/

.contactForm{
	overflow: hidden;
	width: 410px;
}

.contactForm .entry{
	padding: 1px;
}

.contactForm .column{
	width: 190px;
}

.contactForm .jsuiSelect {
	width: 192px;
}

table.contactForm {
	width: 100%;
}

table.contactForm td {
	width: 50%;
	padding: 1px;
	vertical-align: top;
}

input.contact,
textarea.contact,
select.contact {
	background: #F4F0E9;
	color: black;
	font-size: 11px;
	border: 3px #F4F0E9 solid;
	width: 186px;
	font-family: Arial;
	margin:0;
	padding: 0;
}

textarea.contact {
	height: 79px;
}

a.sendContact {
	line-height: 17px;
}

a.sendContact span {
	border-bottom: 1px solid #E30045;
}

a.sendContact:hover {
	border:none;
}

a.sendContact:hover span {
	border-bottom: 1px dotted #E30045;
}

.unsubscribeForm { margin-top: 46px; }
.unsubscribeForm tr:first-child td { padding-bottom: 21px; }
.unsubscribeForm td:first-child { width: 88px; }

input.mapson {
	display: none;
}

/************** Seitenleisten-Formular *****************/

table.bar {
	width: 100%;
	margin: auto 30px;
}

table.barContact,
table.barContactRef {
	width: 248px;
	margin: auto 30px;
}

table.bar td,
table.barContact td,
table.barContactRef td {
	padding: 2px;
	vertical-align: baseline;
	font-size: 12px;
}

table.barContact td {
	white-space: nowrap;
	padding: 3px;
	vertical-align: middle;
}

#bar .barContact input[type="text"] {
	width: 203px;
}

#bar .info_message,
#bar .error_message {
	padding: 0px 30px 0px 30px;
	font-weight: bold;
	line-height: 150%;
}

input.bar,
select.bar {
	background: #FFF;
	color: black;
	font-size: 12px;
	border: 0;
	width: 155px;
	height: 18px;
	margin: 0;
	padding: 0;
	padding-left: 2px;
	font-family: Arial;
}

textarea.bar {
	background: #FFF;
	color: black;
	font-size: 12px;
	border: 0;
	width: 155px;
	margin: 0;
	padding: 0;
	padding-left: 2px;
	font-family: Arial;
}

input.bar2,
select.bar2 {
	width: 150px;
	padding: 1px 0px 1px 1px;
}

input.bar3,
select.bar3 {
	font-size: 11px;
	width: 243px;
}

textarea.bar3 {
	font-size: 11px;
	width: 243px;
	height: 40px;
	font-family: Arial;
}

#barSelect {
	vertical-align: top;
}

/************************ Pager *************************/

div.pager {
	text-align: right;
	margin: 15px 0px;
}

a.pager,
a.pager:hover,
span.pager {
	background: #F4F0E9;
	padding: 2px 4px;
	font-size: 10px;
	border: none;
	margin: 0px 3px;
}

/********************* Leistungen ***********************/

div.leistung {
	margin-top: 25px;
}

p.leistungName {
	line-height: 23px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

.leistungChose {
	height: 23px;
	float: right;
	margin: 0px;
}

.leistungBeschreibung {
	clear: both;
	margin: 7px 0px 0px 0px;
}

/********************* Referenzen ***********************/

img.refImage {
	display: inline;
	margin: auto 15px auto auto;
	border: 4px solid #F4EFE9;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
}

.noborder {
	border:none !important;
}

#imageContainer {
	width: 328px;
	overflow: auto;
	white-space: nowrap;
	position: relative;
}

#arrowLeft,
#arrowRight,
#imageContainer {
	height: 130px;
}

#arrowLeft,
#arrowRight,
#innerContainer {
	top: 0;
	position: absolute;
	background: white;
}

#arrowLeft      { z-index: 5; left: 0px; }
#arrowRight     { z-index: 5; right: 0px; }
#innerContainer { z-index: 1; left: 25px; }

#arrowLeft img,
#arrowRight img {
	margin-top: 24px;
}

