@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #43313b url(../images/bg_bot.png) repeat-x bottom;
	background-attachment: fixed;
	color: #fff;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	font-size: 10pt;
}

a, a:visited {
	text-decoration: underline;
	color: #eee;
}

a:hover, a:focus {
	text-decoration: none;
	color: #ccc;
}

table, img { border: 0; }

p.bodytext { text-align: left; }

div#all {
	width: 90%;
	background: url(../images/bg_top.png) repeat-x top;
	padding: 60px 5% 50px 5%;
}


div#all div#lang {
	float: left;
	position: relative;
	top: -25px;
	left: 10px;
	font-size: 7.5pt;
}

div#all div#lang div {
	padding-top: 4px;
}

div#all div#lang a {
	text-decoration: none;
}

div#all div#lang span.active-lang a {
	color: #777;
}


div#all a#rss {
	position: relative;
	z-index: 40;
	display: block;
	left: -10px;
	width: 98px;
	height: 74px;
	background: url(../images/rss.png) no-repeat left;
	visibility: hidden;
}

*+html div#all a#rss {
	left: -100px;
}

*html div#all a#rss {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fileadmin/templates/anjalehmann/images/rss.png');
	left: -100px;
}

div#all div#head {
	min-width: 900px;
	max-width: 1100px;
	height: 238px;
	border-top: 2px solid #fdf;
	border-left: 2px solid #fdf;
	border-right: 2px solid #fdf;
	border-bottom: 1px solid #291e23;
	background: url(../images/head_verlauf.png) repeat-y left;
	overflow: hidden;
	margin-top: -76px;
}

*html div#all div#head {
	width: 900px;
}

div#all div#head div#banner {
	float: right;
	position: relative;
	z-index: 20;
	width: 972px;
	height: 238px;
	background: url(../images/head_bg.png) no-repeat right;
	overflow: hidden;
}

*html div#all div#head div#banner {
	margin-left: 79px;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fileadmin/templates/anjalehmann/images/head_bg.png', sizingMethod='crop');
}

div#all div#head a#line {
	position: relative;
	z-index: 30;
	display: block;
	width: 385px;
	height: 148px;
	background: url(../images/head_line.png) no-repeat left;
	margin: 40px 0 0 10%;
}

*+html div#all div#head a#line {
	top: -235px;
}

*html div#all div#head a#line {
	top: -235px;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fileadmin/templates/anjalehmann/images/head_line.png', sizingMethod='crop');
}

div#all ul#navi {
	float: left;
	position: relative;
	z-index: 100;
	min-width: 870px;
	max-width: 1070px;
	height: 27px;
	list-style: none;
	margin: -27px 0 0 0;
	padding-left: 10px;
	color: #fdf;
	font-size: 10.25pt;
}

*html div#all ul#navi {
	position: absolute;
	margin: -29px 0 0 0;
}

div#all ul#navi li.headlink {
	float: left;
	width: 107px;
	padding: 5px 0 4px 0;
	margin: 0 3px 0 0;
	background: url(../images/navi_li.png) no-repeat top left;
	text-align: center;
	cursor: pointer;
	border-bottom: 1px solid #291e23;
}

*html div#all ul#navi li.headlink {
	background: none;
	background-color: #5f3d4e;
	border: 1px solid #2c2025;
	border-top-width: 2px;
}

div#all ul#navi li.headlink:hover {
	background-position: top right;
}

*html div#all ul#navi li.headlink:hover {
	background: none;
	background-color: #6f384c;
}

div#all ul#navi li.headlink a {
	color: #fdf;
	text-decoration: none;
	display: block;
	width: 100%
}

div#all ul#navi li.headlink a:hover,
div#all ul#navi li.headlink:hover a {
	color: #fecadc;
}

div#all ul#navi li.active {
	margin-top: -5px;
	padding: 7px 0 7px 0;
	background-position: top right;
}

*html div#all ul#navi li.active {
	background: none;
	background-color: #6f384c;
	margin-top: 0;
	padding: 5px 0 4px 0;
}

div#all ul#navi li.headlink ul {
	position: relative;
	z-index: 90;
	list-style-type: none;
	padding: 0 0 2px 0;
	display: block;
	margin: 3px 0 0 0;
	zoom: 1;
}

div#all ul#navi li.headlink ul li {
	margin: -1px 0 -1px 0;
	padding: 1px 0 1px 0;
	padding-left: 13px;
	font-size: 8.5pt;
	text-align: left;
}

div#all ul#navi li.headlink:hover ul li a {
	color: #fdf;
	text-decoration: none;
}

div#all ul#navi li.headlink ul li a:hover {
	color: #fff;
	font-size: 9pt;
}

div#all div#main {
	position: relative;
	z-index: 10;
	min-width: 840px;
	max-width: 1040px;
	padding: 30px 30px 10px 30px;
	border-left: 2px solid #fdf;
	border-right: 2px solid #fdf;
	border-bottom: 2px solid #fdf;
	background: url(../images/bg.jpg) 0 0;
}

*html div#all div#main {
	width: 840px;
}


/* Foot */
div#all div#foot {
	min-width: 904px;
	max-width: 1104px;
	height: 50px;
	background: url(../images/foot_left.png) no-repeat left;
	font-size: 8.5pt;
}

*html div#all div#foot {
	background: url(../images/foot_bg.png) repeat-x left top;
	width: 892px;
	margin-left: -10px;
}

div#all div#foot div#right {
	height: 50px;
	background: url(../images/foot_bg.png) repeat-x left;
	margin: 0 13px 0 9px;
	padding-left: 20px;
}

*html div#all div#foot div#right {
	background: none;
}

div#all div#foot div#right div#center {
	width: 100%;
	height: 50px;
	background: url(../images/foot_right.png) no-repeat right;
	padding-right: 13px;
}

*html div#all div#foot div#right div#center {
	background: none;
}

div#all div#foot div#bee {
	position: relative;
	z-index: 50;
	float: right;
	width: 144px;
	height: 206px;
	background: url(../images/bee.png) no-repeat right;
	margin: -180px -50px 0 0;
}

* html div#all div#foot div#bee {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fileadmin/templates/anjalehmann/images/bee.png');
}

div#all div#foot div#right div#center div#rights {
	float: right;
	margin: 15px 30px 0 0;
}

div#all div#foot div#right div#center div#rights span.lehmann {
	font-size: 11.5pt;
	font-weight: bold;
}

div#all div#foot div#right div#center div#links {
	float: right;
	margin: 19px 80px 0 0;
}


/* Inhalt */
div#all div#main div.bg {
	background: url(../images/content_bg.png) repeat top;
	padding: 20px;
	margin-bottom: 20px;
}

*html div#all div#main div.bg {
	width: 90%;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fileadmin/templates/anjalehmann/images/content_bg.png', sizingMethod='scale');
}

div#all div#main h2.headline,
div#all div#main h1.csc-firstHeader,
h1, h2 {
	color: #fdf;
	font-size: 11.5pt;
	font-weight: bold;
	margin: 0 0 7px 0;
	text-align: left;
}


div#all div#main div.content-left {
	float: left;
	width: 300px;
	text-align: center;
}

div#all div#main div.content-right:after {
	content: "clear";
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

div#all div#main div.content-right {
	margin-left: 360px;
}

div#all div#main div.content-right-small {
	float: right;
	width: 200px;
}

div#all div#main div.content-left-wide {
	margin-right: 240px;
}

div#all div#main div.content-left-wide:after {
	content: "clear";
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

div#all div#main div.content-left-wide div.bg div.left {
	float: left;
	width: 150px;
	margin: 0 20px 0 0;
}

div#all div#main div.content-left-wide div.shop {
	min-height: 150px;
}

div#all div#main h2.headline span.write,
div#all div#main h1.csc-firstHeader span.write,
h1 span.write, h2 span.write {
	color: #eee;
	font-size: 7.5pt;
	font-weight: normal;
}

div#all div#main img,
div#all div#main div.add {
	margin: 3px;
	padding: 2px;
	border: 1px solid #aaa;
	background-color: #333;
}

div#all div#main div.add {
	height: 120px;
}

div#all div#main .fotos {
	margin: 45px 5px 10px 10px;
}

div#all div#main .delete {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
}


/* Shop */
div#all div#main iframe {
	background: transparent !important;
	border: none;
}

div#all div#main div.content-right-small div.bg div.cart {
	float: right;
	width: 64px;
	height: 64px;
	background: url(../images/cart.png) no-repeat top;
}

*html div#all div#main div.content-right-small div.bg div.cart {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fileadmin/templates/anjalehmann/images/cart.png');
}

div#all div#main div.content-left-wide div.bg div.right div.preis {
	text-align: right;
	font-size: 11.5pt;
	font-weight: bold;
	color: #fdf;
	margin-top: 5px;
}

div#all div#main div.content-left-wide div.bg div.right div.preis span {
	font-size: 7.5pt;
	font-weight: normal;
	color: #ccc;
}

div#all div#main div.content-left-wide div.bg div.gesamt {
	font-size: 10.5pt;
	font-weight: bold;
	color: #fdf;
	text-align: right;
	margin: 0 20px 10px 0;
}


/* Blog */
div#all div#main ul.items {
	list-style: none;
	padding: 0;
	display: block;
	margin: 3px 0 0 0;
}

div#all div#main ul.items li {
	background: url(../images/item.png) no-repeat 1px 5px;
	padding: 1px 0 1px 0;
}

*html div#all div#main ul.items li {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fileadmin/templates/anjalehmann/images/item.png');
}

div#all div#main ul.items li:hover {
	background: url(../images/item_hover.png) no-repeat 1px 5px;
}

div#all div#main ul.items li a {
	padding: 0 0 0 17px;
	text-decoration: none;
}

div#all div#main ul.items li a .small {
	font-size: 7.5pt;
	color: #aaa;
}

div#all div#main ul.items li a:hover .small {
	color: #ccc;
}


/* Forms */
.button {
	background: url(../images/content_bg.png) repeat top left;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #222;
	border-bottom: 1px solid #222;
	color: #fdf;
	font-size: 10.5pt;
	margin-top: 10px;
	padding: 0 10px 1px 10px;
	cursor: pointer;
}

.button:hover {
	color: #fef;
	border-top: 1px solid #222;
	border-left: 1px solid #222;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}

.textfield {
	width: 250px;
	height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11.5pt;
	margin: 2px;
	padding: 1px 5px 0 5px;
	background: #fff;
	border: solid 1px #aaa;
}

textarea {
	width: 350px;
	height: 150px;
	background: #fff;
	border: solid 1px #aaa;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11.5pt;
	margin: 2px;
	padding: 5px;
}

.label {
	float: left;
	width: 100px;
	padding: 3px 0 0 0;
}


/* Tablesorter */
.header {
	height: 17px;
	padding: 3px 0 2px 20px;
	cursor: pointer;
	background: url(../images/tablesorter.png) no-repeat right center;
}

*html .header {
	background: none;
	background-color: #000;
}

thead,
.tr-even,
.odd {
	background: url(../images/content_bg.png) repeat top;
}

.even { background: transparent; }

*html .odd {
	background: none;
	background-color: #000;
}

table { border-spacing: 2px 8px; }
thead { border-spacing: 2px 0 2px 12px; }
td { padding-left: 5px; }

/* Hacks für Typo3-Kacke */

input.powermail_captcha { float: left; margin: 7px 0 0 3px !important; width: 100px !important; }
img.powermail_captcha { float: left; }

.tx-powermail-pi1_fieldset_14,
.tx-powermail-pi1_fieldset_kontaktformular,
.csc-mailform {
	border: 0;
}

.tx-powermail-pi1_fieldset_14 { width: 80% !important; }
.tx_powermail_pi1_fieldwrap_html_42 label,
.tx-powermail-pi1_fieldset_kontaktformular label,
.csc-mailform-field label {
	float: left;
	width: 100px;
	padding: 3px 0 0 0;
}

.csc-mailform-label {
	font-weight: bold;
}

.tx-srfreecap-pi2-image {
	float: left;
}


.Kontaktformular {
	display: none;
}

.tx-powermail-pi1_fieldset_kontaktformular input,
.csc-mailform-field input {
	width: 250px;
	height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11.5pt;
	margin: 2px;
	padding: 1px 5px 0 5px;
	background: #fff;
	border: solid 1px #aaa;
}

.powermail_submit_uid41,
.powermail_submit_uid21,
.powermail_submit_uid22,
.csc-mailform-field input#mailformformtype_mail {
	width: auto !important;
	height: auto !important;
	background: url(../images/content_bg.png) repeat top left !important;
	border-top: 1px solid #333 !important;
	border-left: 1px solid #333 !important;
	border-right: 1px solid #222 !important;
	border-bottom: 1px solid #222 !important;
	color: #fdf !important;
	margin-top: 40px !important;
	padding: 0 10px 1px 10px !important;
	cursor: pointer !important;
	font-family: Tahoma, Geneva, sans-serif !important;
	font-size: 10.5pt !important;
}

.powermail_submit_uid41:hover,
.powermail_submit_uid21:hover,
.powermail_submit_uid22:hover,
.csc-mailform-field input#mailformformtype_mail:hover {
	color: #fef !important;
	border-top: 1px solid #222 !important;
	border-left: 1px solid #222 !important;
	border-right: 1px solid #333 !important;
	border-bottom: 1px solid #333 !important;
}

.tx-srfreecap-pi2-cant-read {
	float: left;
	display: block;
	height: 50px;
	width: 100px;
	color: #fff;
}
	
.contenttable .bodytext {
	padding: 0;
	margin: 0;
}

.contenttable tr td {
	vertical-align: top;
}

#col77-0 {
	width: 110px;
}

#col77-1 {
	width: 160px;
}

#col77-2 {
	width: 170px;
}


/* external thumbs for smoothgallery */
/* no label */
#externalthumbs .label {
  display:none;
}

/* div with the thumbnails inside */
#externalthumbs{
  width:522px;
  height:480px;
  padding:0px;
  padding-left:0px;
  padding-top:10px;
  margin:0px;
  margin-left:-10px;
}


/* single thumbnail */
.thumbnail{
  float:left;
  padding:4px;
  border:1px solid #ccc;
  margin-right:5px;
  margin-bottom:10px;
  background-color:#333;
  cursor: pointer;
}
