@import url('jquery.fancybox.css');

body, html { 
	font-family: 'Trebuchet MS',Arial, Verdana, Tahoma; 
	font-size: 14px;
	margin: 0px auto; 
	padding: 0px; 
	color: #282828; 
	height: 100%; 
	width: 100%;
        background: #fff url('../img/general-bg.gif') top left repeat-x;
}

a { text-decoration: underline; color: #282828; text-decoration: none; }
a:hover { text-decoration:underline; color: #282828; }
a[rel="nofollow"] { background-color: none !important; text-decoration: none !important; }

h1 { font-size:24px; display:inline; color: #c10000; }
  h1.redBorder { display:block; text-decoration: none; font-size: 13pt; font-weight: bold; border-bottom: 2px solid #c10000; width: 80%; margin-bottom: 2px; }
  h1.red, h1.red a { display: block; text-decoration: none;}
h2 { font-size: 12pt; margin: 2px 0px 2px 0px; }
  h2.redBorder { display:block; text-decoration: none; font-size: 12pt; font-weight: bold; border-bottom: 2px solid #c10000; width: 80%; margin-bottom: 2px; }
  h2.redBorder_100percent { display:block; text-decoration: none; font-size: 12pt; font-weight: bold; border-bottom: 2px solid #c10000; width: 100%; margin-bottom: 2px; }
  h2.red, h2.red a { display: block; text-decoration: none; font-weight: bold; color: #c10000; }
h3 { font-size: 12pt; margin: 2px 0px 2px 0px; }
  h3.redBorder { display:block; text-decoration: none; font-size: 12pt; font-weight: bold; border-bottom: 2px solid #c10000; width: 80%; margin-bottom: 2px; }
  h3.red, h3.red a { display: block; text-decoration: none; font-weight: bold; color: #c10000; }

h4 { text-decoration: none; font-size: 11pt; }
h5 { display:block; text-decoration: none; font-size: 13pt; font-weight: bold; border-bottom: 2px solid #c10000; margin-bottom: 2px; }
h6 { display:block; text-decoration: none; font-size: 10pt; font-weight: bold; border-bottom: 2px solid #c10000; margin-bottom: 2px; }

img { border:0px; padding: 0px; margin: 0px; }

p, td { font-size: 14px; text-align: left; }
blockquote, pre { border-left: 1px solid #D9D9D9; font-size: 10pt; padding-left: 5px; }
small { font-size: 8pt; }
input, textarea { border: 1px solid  #A9A9A9; padding-left: 2px; width: 400px; }
input[type="submit"] { width: 120px; }
textarea { width: 400px; height: 200px; }
fieldset { border: 0px solid  #A9A9A9; }
label {	border: 0px solid  #A9A9A9; text-decoration: none; font-size: 13pt; font-weight: bold; margin-bottom: 2px; display: block; }
fieldset div.input { margin-bottom: 10px; }
select { border: 1px solid  #A9A9A9; }

.ajax_loading { background: transparent url('../img/ajax-loader.gif') center center no-repeat; }
.clear{ clear: both; font-size:0px; line-height: 0px;  }
.pheadline { display:block; text-decoration: none; font-size: 10pt; font-weight: bold; border-bottom: 2px solid #c10000; width: 80%;margin-bottom: 2px; }
.blackBorder { border: 1px solid #808080; padding: 1px; }
.websnapr { border: 1px solid #dfdfdf; padding: 0px; margin-right: 5px; }
#simpleTooltip { padding: 7px; border: 1px solid #282828; background: #7A0F03; color: #fff; font-weight: bold; }
.back { margin: 10px 0px 10px 0px; font-weight: bold; }
.small { font-size: 12px; }

/*.submit { border: 0px; background-color: #f2f2f2; font-weight: bold; height: 25px; display: inline; margin-left: 12px; } */

/* Flash-Messages */
.additionalInfo { background: #F7F9F3; border: 1px solid #DFDFDF; color:#C10000; left:-99999px; padding:10px; position:absolute; text-align:left; }
#flashMessage.message { border: 1px solid #C10000; background: #414E54; color: #f2f2f2;	font-weight: bold; font-size: 12px; padding: 10px; width: 640px; }
.error-message { color: darkred; font-weight: bold; font-size: 12px; }


.hr_grey {
border: 0px solid black;
background-image:url("../img/hr-bg.gif");
height: 10px;
/*width: 90%;*/
}

ul { font-size: 10pt; }

/* -- Paginator -- */
.paginator {
	font-size: 13px;
	background: #F7F9F3;
	margin: 5px 0px 5px 0px;
	padding: 5px;
	width: 675px;
}

.paginator a {  }
.align-right { text-align: right; }
#general { margin: 0px auto; width: 990px; }

#header {
	height: 130px;
        width: 990px;
	background: #fff url(../img/header-bg.jpg) top left no-repeat;
	position: relative;
	top: 0px;
	left:0px;
	padding: 0px 0px 0px 0px;
        margin: 0px auto;
}


#header_quickbar {
	width:500px;
	text-align: center;
        float: right;
	background: #7B953A;
	padding: 5px 5px 5px 5px;
	height: 20px;
        z-index: 100;
}
#header_quickbar a { text-decoration: none; color: #f2f2f2; }
#header_quickbar ul { list-style: none; margin:0px; padding: 0px; }
#header_quickbar ul li { display: inline;  }
#header_quickbar ul li.seperator { padding: 0px 8px 0px 8px; color: #f2f2f2;}


#header .logo {
	float:left;
	width:304px;
	height: 78px;
	border: 0px;
	margin-left: 10px;
	padding-bottom: 18px;
}
#header .logo a { display: block; }


#header #banner {
	float:left;
	width:468px;
	height: 70px;
	background: green;
	margin: 5px 0px 0px 0px;

}

#header #navigation {
	clear: both;
	color: #5F5F5F;
	/*width: 940px;*/
	height: 33px;
	padding-top: 2px;
	background: #b50000 url(../img/navi-bg.gif) top left no-repeat;
}

#header #navigation ul { 
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#header #navigation ul li { 
	display: block;
	float: left;	
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#header #navigation ul li a {
	display: block;	
	color:  #f2f2f2;
	text-decoration: none;
	padding: 7px 10px 8px 10px;	
	text-transform:none; 	
	margin: 0px;
	font-weight: bold;
}

#header #navigation ul li a:hover, #navigation ul li a.active {
	background: #7A0F03 url(../img/navi-active-bg.gif) top left;
	color: #fff;
}

#subnavi {
background-color: #7a0f03;
color:  #fff;
padding-left: 10px;
width: 929px;
height: 20px;
margin-left: 6px !important;
padding-top: 3px;
font-size: 9pt;
}


#subnavi a {
text-decoration: underline;
color: #fff;
margin-right: 15px;
}

#subnavi a:hover, a:active {
text-decoration:underline;
color: #dfdfdf;
}

#content .breadcrumb { font-size: 12px; font-weight: bold; margin: 20px 0px 20px 0px; }



.neighbors { 
    float: left;
    width: 675px;
	font-size: 12px; 
	padding: 10px;	
	margin: 10px 0px 10px 0px;
	background: #F7F9F3;
	border: 1px solid #dfdfdf;
}

.neighbors .prev { float: left; height: 30px;}
.neighbors .prev a.txtlinkLeft {
	text-decoration: none; 
	padding-top: 9px;
	display: block;
	width: 300px;
}
.neighbors .next { float: right; height: 30px; line-height: 30px; }

.neighbors .next a.txtlinkRight {
	float: left;
	text-decoration: none; 
	padding-top: 1px;
	display: block;
	width: 300px;
	text-align: right;
}



#wrapper {
	width: 990px;
	float: left;
	position: relative;
	top: 0px;
        left: 0px;
        float: left;
}



#content {
	float:left;
	width: 674px;
	padding: 5px;
	margin-left: 6px !important;
	margin-left: 3px;
	padding-bottom: 20px;
	padding-right: 15px;
	border: 0px solid black;
}

#content #Gmap {
	border: 1px solid #808080;
	width: 80%; 
	height: 400px;
	margin: 20px 0px 20px 0px;
}

#content_right {
	float:right;
	width: 260px;
	height: 100%;
	min-height: 100%;
	margin: 0%;
	padding: 0%;
	padding-top: 0px;
	border-right: 0px solid #c10000;
	background-color: #7A0F03;
}

#content_right p { padding:0px; margin:5px; }

#content_right .interview_teaser { background: #fff; padding: 10px 0px 10px 0px; }
#content_right .interview_teaser a img { padding-bottom: 10px; }

#content_right .fotowissen_teaser { border-top: 10px solid #fff; color: #ffffff; padding: 10px; }
#content_right .fotowissen_teaser a { color: #ffffff; font-weight: bold; }

#content_right .cameras_teaser { border-top: 10px solid #fff; color: #ffffff; padding: 15px 5px 5px 10px; height: 80px; }
#content_right .cameras_teaser a { color: #ffffff; font-weight: bold; }
#content_right .cameras_teaser .cameras_teaser_ajaxbox_item {  }
#content_right .cameras_teaser .cameras_teaser_ajaxbox_item .cameras_item { margin: 0px; width: 225px; }
#content_right .cameras_teaser .cameras_teaser_ajaxbox_item .cameras_item_image { background: #ffffff; padding: 5px; overflow: hidden; }


/* --- TAGS --- */

.tags { text-decoration: none; }
.list_tags { border: 1px solid #dfdfdf; padding:10px; background: #F7F9F3; width:663px; }
.list_tags.factories { width: 600px; border: 0px solid #dfdfdf; background: none; padding-left: 0px; font-size: 12px; }
.list_tags ul { list-style: none; margin-left: 0px; padding-left: 0px; }
.list_tags ul li { display: inline; color: #c10000; margin-right: 5px; }
.list_tags ul li a, .list_tags.factories a { color: #c10000; border-bottom: dotted 1px; text-decoration: none; }
.list_tags ul li a:hover, .list_tags.factories a:hover { text-decoration: none; }
.list_tags_underlined { color: #c10000; text-decoration: none; border-bottom: dotted 1px; }
.list_tags .related { margin-bottom: 2px; }

#tagcloud_right { padding:1px 10px 10px 10px; text-align:justify; color: white; height: 100%; min-height: 100%; }
#tagcloud_right form { padding: 0px; margin: 0px; }
#tagcloud_right div { padding:0px; padding-top: 10px; padding-bottom: 10px; }
#tagcloud_right h4 { font-size: 16px; }
#tagcloud_right ul { color: #e2e2e2; list-style:none; margin: 0px; padding: 5px; }
#tagcloud_right ul li { display: inline; }
#tagcloud_right ul li a { text-decoration: none; color: #e2e2e2; }
#tagcloud_right ul li a:hover { text-decoration: underline; }
#tagcloud_right ul li.size_5 { font-size: 160%; }
#tagcloud_right ul li.size_4 { font-size: 130%; }
#tagcloud_right ul li.size_3 { font-size: 100%; }
#tagcloud_right ul li.size_2 { font-size: 90%; }
#tagcloud_right ul li.size_1 { font-size: 80%; }
#tagcloud_right .searchinput { border: 1px solid  #7a0f03;  background-color: #f2f2f2; padding-left: 5px; padding-right: 5px; }
#tagcloud_right .searchbutton { border: 0px solid  #7a0f03; padding-top: 5px; }


/* --- WERKSTAETTEN --- */

#werkstaetten .bdlaender  { float:left; margin-left:50px;  list-style:square; }
#werkstaetten .bdlaender li  { font-size: 10pt; list-style:square; line-height: 18px; }
#werkstaetten .firmatab { border: 0px solid black; margin:0px; padding: 5px; }
#werkstaetten .firmatab p { display: inline;  text-decoration: none; margin-left: 5px; padding: 0px; font-size: 10pt; }
#werkstaetten .firmatab blockquote, pre { border-left: 2px solid #414e54; font-size: 8pt; padding-left: 5px; }
#werkstaetten .bundeslandImage { float: left; margin-right: 00px; }
#werkstaetten .bundeslaender { 
	float:left; 
	position:relative;
	top: -20px;
	left: 0px;
	margin-left: 0px; 
	width: 310px;
}
#werkstaetten .bundeslaender ul { list-style:none; }
#werkstaetten .bundeslaender ul li { 
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #dfdfdf;
	}

#werkstaetten .factoryList { 
	float:left;
	width: 675px;
	margin-bottom: 0px; 
	padding: 10px;
	border-bottom: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	background: #fff;
	position: relative;
}
#werkstaetten .factoryList.greengrey { 
	background: #F7F9F3; 
}

#werkstaetten .factoryList.details {
	border: 1px solid #dfdfdf;
} 
	

#werkstaetten .factoryList .detailLink {
	width: 125px;
	height: 20px;
	border: 4px solid #dfdfdf;
	padding: 5px;
	font-size: 12px;
	position: absolute;
	top: 45px;
	left: 360px;
	background: #fff url(../img/button-gradient-bg.jpg) top left repeat-x;
	font-weight: bold;
	
}

#werkstaetten .factoryList .detailLink a { 
	display: block; 
	padding-top: 2px; 
	text-decoration: none; 
}

#werkstaetten .factoryList .gmaps { 
	padding: 0px;
	border: 4px solid #7a0f03;
	width: 640px;
} 

#werkstaetten .factoryList .image { 
	float: right; 
	width: 120px;
	height: 120px;
	padding: 0px;
	border: 4px solid #7a0f03;
}
#werkstaetten .factoryList .image a,
#werkstaetten .factoryList .gmaps a { text-decoration: none; }

#werkstaetten .factoryList .company { 
	float: left; 
	width: 450px;
}
#werkstaetten .factoryList .company h2,
#werkstaetten .factoryList .company h2 a { 
	text-decoration: none; 
	font-size: 13pt; 
	font-weight: bold; 
	margin-bottom: 2px;
	color: #7a0f03;
}
#werkstaetten .factoryList .address { 
	float: left; 
	width: 300px;
}
#werkstaetten .factoryList .additional { 
	float: left; 
	width: 300px;
}

#werkstaetten .prevNextFactories { 
    float: left;
    width: 675px;
	font-size: 12px; 
	padding: 10px;	
	margin: 10px 0px 10px 0px;
	background: #F7F9F3;
	border: 1px solid #dfdfdf;
}


#FactoryZipcodesearchForm, #FactoryAddForm {
	/*width: 200px;*/
	display: block;
	margin: 0px 0px 20px 0px;
	position: relative;
}
#FactoryZipcodesearchForm fieldset, #FactoryAddForm fieldset { padding:0px; margin: 20px 0px 0px 0px; }
#FactoryZipcodesearchForm label, #FactoryAddForm label { font-size: 14px;  }
#FactoryZipcodesearchForm input, #FactoryAddForm input { font-size: 18px; padding-top: 2px; }
#FactoryZipcodesearchForm .submit_zipcode,
#FactoryAddForm .submit_zipcode,
#FactoryIndexForm .submit_zipcode,
.submit_zipcode {
	 margin-left: 10px; 
	 background: #7A0F03;
	 width: 154px;
	 height: 30px;
	 border: 0px solid #000;
	 padding: 0px;
	 float: left;
}
#FactoryZipcodesearchForm .error-message,
#FactoryAddForm .error-message{  position: absolute; bottom: -30px; }
.factoryplz { width: 80px; height: 25px; float: left; }


/* --- HOME ---*/
.homebox {
display: block;
border: 1px solid #414e54;
width: 680px;
height: 240px;
}

.homebox .headline {
display:block;
padding:5px;
background-color: #c10000;
color: #fff;
padding-bottom: 0px;
}

.homebox .msg {
float: left;
padding: 5px;
padding-top: 0px;
}

.homebox .image {
float: right;

}

.homebox li, .homebox a {
font-weight: bold;
text-decoration: none;
}

#textlinks li {
font-size: 10pt;
padding-bottom: 5px;
}


#spacer { border: 1px solid black; }
.red_bold { color: #c10000; font-weight: bold; } 
.beschreibung { font-size:8pt; }
#linklift { width: 965px; color: #000000; font-size: 8pt; padding-top: 5px; }

/* --- FOOTER --- */

#footer {
clear:both;
bottom:0;
color: #000000;
font-size: 8pt;
padding-bottom:10px;
margin-top: 20px;
text-align:center;
padding-top: 10px;
background: #f7f9f3;

}

#footer a { text-decoration: none; }
#footer a:hover { text-decoration: underline; }
#footer_loginbar {
	position:fixed;
	bottom:0;
	left:0;
	background:#f7f9f3 url(../img/footer-loginbar-bg.jpg) no-repeat;
	border-top:1px solid #abb2b5;
	height:20px;
	padding:10px 13%;
	width:94%;
	text-align:left;	
	line-height:30px;
	z-index:99;
	font-size:10pt;
	color:#414e54;
	display: none;	
}


#footer-login input {
border: 1px solid #414e54;
display:inline;
}

#footer #partner ul {
list-style:none;
font-size: 8pt;
margin: auto;
text-align:center;
}

#footer #partner li { display: inline; margin-right: 5px; }
#footer #partner a,a:hover, a:active { }
.linkpartner { height: 50px; }
#footer #sitemap {
 clear: both;
 margin: 0 auto;
 padding: 0px 0px;
 background: #f7f9f3;
 width: 810px;
 height: 170px;
 text-align:center;
}
/*
#footer #sitemap ul {
 margin:0px;
 padding-left: 0;
 list-style-type: none;

}*/
#footer #sitemap div {
 float: left;
 padding-right: 2em;
 border-right: 1px solid #808080;
 margin-right: 20px;
 height: 140px;
 text-align:left;
 line-height: 130%;
}

#footer #sitemap div.noBorder { border:0px solid #808080; }

#footer #sitemap div a.topic { margin: 0px 0px 5px 0px; font-weight:bold; }

#footer #sitemap div a {
 color: #151515;
 display: block;
 font-size: 11px;
}

/* --- LENSES --- */
.lenses { }
.lenses .prevNextLenses { 
    float: left;
    width: 665px;
	font-size: 12px; 
	padding: 10px;	
	margin: 10px 0px 10px 0px;
	background: #F7F9F3;
}

.lenses .objektiveTable { 
	border: 1px solid #dfdfdf; 
	border-right: 0px;
	width: 685px; 
	padding: 0px; 
}
.lenses .objektiveTable thead { 
	background: #c10000; 
	color: #ffffff; 
	font-weight:bold;  
}

#content .lenses .objektiveTable thead a,
#content .lenses .objektiveTable thead a:hover,
#content .lenses .objektiveTable thead a:active,
#content .lenses .objektiveTable thead a:visited { color: #ffffff; text-decoration:none; }

#content .lenses .objektiveTable tbody th.header { background:#F7F9F3; }
#content .lenses .objektiveTable tbody tr.header th { 
	border-bottom: 1px solid #dfdfdf;  
	padding: 4px 15px 4px 2px;
	cursor: pointer; 
    font-weight: bold; 
	background: #F7F9F3 url(../img/sorter-bg.gif);
    background-repeat: no-repeat; 
    background-position: center right;
}
#content .lenses .objektiveTable td .nolink {text-decoration:none; }
#content .lenses .objektiveTable th { font-size: 12px; text-align:left; border-right: 1px solid #dfdfdf; }
#content .lenses .objektiveTable th.headerSortUp { background-image: url(../img/small_asc.gif);  } 
#content .lenses .objektiveTable th.headerSortDown { background-image: url(../img/small_desc.gif); } 
#content .lenses .objektiveTable td { 
	height: 40px;
	text-align:left; 
	border-right: 1px solid #dfdfdf; 
	
	padding: 6px;
}
#content .lenses .objektiveTable .left { text-align:left; border-right:1px solid #dfdfdf; padding-left:0px; }

#content .lenses .objektiveTable .greengrey { background:#f7f9f3; }
#content .lenses  .objektiveTable .preImage { 
	float:right;
	padding: 0px;
	margin-top:-16px; 
	border: 1px solid #dfdfdf;
	background:#F7F9F3;;
}
#content .lenses .lensImg { padding: 5px 0px 5px 0px; text-align: center;}
#content .lenses .lensImg img { border: 1px solid #DFDFDF !important; padding:0px !important; }
#content .lenses .prevNextLenses .prev,
#werkstaetten .prevNextFactories .prev { float: left; height: 30px;}
#content .lenses .prevNextLenses .prev a.txtlinkLeft,
#werkstaetten .prevNextFactories .prev a.txtlinkLeft {
	text-decoration: none; 
	padding-top: 9px;
	display: block;
	width: 300px;
}
#content .lenses .prevNextLenses .next a.txtlinkRight,
#werkstaetten .prevNextFactories .next a.txtlinkRight {
	float: left;
	text-decoration: none; 
	padding-top: 1px;
	display: block;
	width: 300px;
	text-align: right;
}
#content .lenses .prevNextLenses .next,
#werkstaetten .prevNextFactories .next { float: right; height: 30px; line-height: 30px; }


#content .partners .textLinks { 
	list-style: none; 
	
	margin-left: 0px; 
	padding-left: 0px; 
} 
#content .partners .textLinks li {
	width: 310px; 
	height: 95px;
	float:left; 
	display: block;
	padding: 0px 10px 0px 10px; 
	background:#f7f9f3; 
	border-bottom: 1px solid #dfdfdf;
	
}
#content .partners .textLinks li.first { border-right: 1px solid #dfdfdf;  }

#content .partners .textLinks li a { display: block; margin: 15px 0px 15px 0px; }
#content .partners .textLinks li small { color:#808285; text-decoration: none; }

#content .partners .bannerLinks a { padding-bottom: 8px; display: block; }
#content .partners .php, #content .partners .html {
	background: #f2f2f2;
	border: 0px solid #fff;
	padding: 10px;
	display: block;
	
}
#content .partners .php ol { list-style: none; margin:0px; padding:0px; }
#content .partners .php ol li div { display: inline; }


#content .review {
	border: 1px solid #dfdfdf;
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 0px 0px;
	float: left;
	width: 300px;
	height: 400px;
	position: relative;
	background: #F7F9F3 url(../img/reviews-reviewBox-bg.jpg) repeat-x;
	color: #fff;
}

#content .review.right { margin-right: 0px; }

#content .review a { text-decoration: none; }

#content .review h2 a { 
	text-decoration: none; 
	font-size: 20px;
	color: #fff;
}
#content .review .headline, #content .review .desc { 
	width: 100%; 
	float: left; 
	font-weight: bold;
	margin-bottom: 10px;
}



#content .review .latestReviews ul { list-style: none; margin-left: 10px; padding-left: 0px; }
#content .review .latestReviews ul li { 
	border-bottom: 1px solid #9aaf5f;
	width: 280px;
	padding: 8px 5px 8px 5px;
}
#content .review .latestReviews ul li a { 
	text-decoration: none; 
	color: #fff;
	font-size: 12px;
}


#content .review .allReviews { 
	position: absolute;
	bottom: 20px;
	left: 90px;
	font-size: 12px; 
	border: 1px solid #dfdfdf;
	margin-top: 20px;
	padding: 5px;
	width: 200px;
	height: 30px;
	background: #8ca24b url(../img/reviews-reviewBox-more-bg.jpg) repeat-x;
}

#content .review .allReviews img.arrow { float: right; } 
#content .review .allReviews a { 
	position: relative;
	top: 6px;
	left: 10px;
	color: #fff;
	display: block;
	font-weight: bold;
}

#content .reviewByCategory  { margin: 20px 0px; }
#content .reviewByCategory .item { margin: 0px 0px 30px 0px; padding: 10px 10px 10px 10px; border: 1px solid #DFDFDF; background: #F7F9F3; }



#content .interviews .item.photographer {position: relative; float: left; margin:0px 15px 15px 0px; padding: 10px 5px 10px 10px; border: 1px solid #DFDFDF; width: 300px; height: 160px; background:#F7F9F3; }
#content .interviews .item.photographer .title h2,#content .interviews .item .title h2 a { width: 190px; font-size: 18px; color: #C10000; text-decoration: none;}
#content .interviews .item.photographer .profileimage { float: left; margin-right: 5px; border: 5px solid #282828; position:absolute; }
#content .interviews .item.photographer .photographerDetails { float: left; position:absolute; left: 110px; top: 4px; }
#content .interviews .item.photographer .photographerDetails .websiteItem { margin-top: 0px; }

#content .interviews .item.photographer .imagepreview { float:left; position: absolute; bottom: 10px;  }
#content .interviews .item.photographer .imagepreview .imageItems { margin: 3px; border: 4px solid #282828; display: block; background: #fff; float:left; overflow:hidden; }


#content .interviews.details .photographer { position: relative; }
#content .interviews.details .photographer .photographerImage { position: absolute; top:0px; left: 0px; float: left; margin-right: 10px; border: 5px solid #282828;}
#content .interviews.details .photographer .title { position:relative; top: -5px; left: 110px; font-size: 18px; color: #C10000; text-decoration: none; }
#content .interviews.details .photographer .title a { color: #7A0F03; text-decoration: none;}

#content .interviews.details .photographer .websiteItem { margin-top: 0px; }
#content .interviews.details .photographer .imageCollection { background: #282828; float:left; padding: 20px; color: #fff; }
#content .interviews.details .photographer .imageCollection .portfolioTitle { color: #fff; font-weight: bold; font-size: 22px; margin-left: 5px; }
#content .interviews.details .photographer .imageCollection .portfolioTitle .author { font-size: 14px; }
#content .interviews.details .photographer .imageCollection .imagebox,
#content .interviews.details .photographer .imageCollection .preview { margin: 6px; border: 5px solid #fff; display: block; background: #fff; float:left; overflow:hidden; }
#content .interviews.details .photographer .imageCollection .extras { float:left; margin: 15px 0px 5px 5px; }
#content .interviews.details .photographer .imageCollection .extras a { color: #fff; text-decoration: none; }

#content .interviews.details .photographer .imageCollection.preview { width: 100%; padding: 10px; text-align: center; }
#content .interviews.details .photographer .imageCollection.preview .infobox { float: left; margin-left: 20px; font-weight: bold; margin-top: 10px; }
#content .interviews.details .photographer .imageCollection.preview .infobox .blackAndWhite { background: #fff; color: #282828; text-decoration: none; }

/* Recommendation*/
#content .interviews.details .interestingInterviews {margin-left: 10px; }
#content .interviews.details .interestingInterviews .item { display: inline; float:left; margin: 10px 30px 10px 0px; width: 190px; }
#content .interviews.details .interestingInterviews .item .avatar { float:left; margin-right: 5px; border:1px solid #282828; }
#content .interviews.details .interestingInterviews .item .interviewdata { float:left; padding-top: 5px; }

/* BlogPosts-Teaserbox */
.itemBox { }
.itemBox h2 a { text-decoration: none; }
.itemBox .latestBlognews {  }
    .itemBox .latestBlognews .blogpost { float: left;  padding: 10px 35px 10px 0px; width: 300px; }
    .itemBox .latestBlognews .blogpost_date { font-weight:bold; font-size:14px; float:right;  height:50px; overflow:hidden;}
    
    .itemBox .latestBlognews .blogpost_date .dateday { float:left; font-size: 30px; margin-right: 0px;}
    .itemBox .latestBlognews .blogpost_date .datemonth { padding-top:6px; }
    .itemBox .latestBlognews .blogpost_date .container { float:left; line-height:17px; }

    .itemBox .latestBlognews .headline { padding-top:7px; line-height:16px; float:left; width:215px; }
    .itemBox .latestBlognews .shorttext {}
    .itemBox .latestBlognews .post_link { text-align: right; }
    .itemBox .latestBlognews .post_link a { font-size:12px; font-weight:bold; }

 /* DSLR-Lens-Teaserbox */
.itemBox .lensesBox { }
.itemBox .lensesBox .dslr_lenses { }
.itemBox .lensesBox .dslr_lenses .lensimage { float: left; margin: 10px 30px 0px 0px; border: 1px solid #dfdfdf; width: 80px; height: 80px; overflow: hidden; }

 /* Cameras-Teaserbox */
.itemBox .camerasBox { margin: 0px 0px 20px 0px; }
.itemBox .camerasBox .cameras_item { margin: 15px 0px 0px 0px; }


/* Reviews-Teaserbox */
.itemBox .reviewsBox { width: 315px; float: left; margin-right: 20px; }
.itemBox .reviewsBox .reviewItem, .itemBox .factoriesBox .factoriesItem { margin: 10px 0px 0px 15px; padding: 0px; line-height: 140%; list-style: square;}

.itemBox .factoriesBox { width: 335px; float: left; margin-right: 0px; }


/* Search */
.lenses_search_item { position:relative; float:left; height: 70px; margin: 10px 0px 10px 0px; width: 300px; padding: 0px 0px 0px 30px; border-bottom:1px solid #DFDFDF;  }
.lenses_search_item.first { border-right:1px solid #DFDFDF; width: 330px; padding:0px;   }
.lenses_search_item .image_left { float: left; display: inline; margin: 5px 10px 0px 0px; border:1px solid #DFDFDF; }
.lenses_search_item .info { position: absolute; top:0px; left: 65px;}
.lenses_search_item.first .info { left: 35px; }
.lenses_search_item .info h3 { margin: 0px; }

.factories_search_item { position:relative; float:left; height: 70px; margin: 10px 0px 10px 0px; width: 300px; padding: 0px 0px 0px 30px; border-bottom:1px solid #DFDFDF;  }
.factories_search_item.first { border-right:1px solid #DFDFDF; width: 330px; padding:0px;   }
.factories_search_item .image_left { float: left; overflow:hidden; height: 50px; display: inline; margin: 5px 10px 0px 0px; border:1px solid #DFDFDF; }
.factories_search_item .info { position: absolute; top:0px; left: 95px;}
.factories_search_item .form { position: absolute; top:0px; left: 32px; }
.factories_search_item.first .info { left: 65px; }
.factories_search_item .info h3 { margin: 0px; }

.reviews_search_item { position:relative; float:left; height: 100px; margin: 10px 0px 10px 0px; width: 300px; padding: 0px 0px 0px 30px; border-bottom:1px solid #DFDFDF;  }
.reviews_search_item.first { border-right:1px solid #DFDFDF; width: 330px; padding:0px;   }
.reviews_search_item .info { position: absolute; top:0px; left: 10px;}
.reviews_search_item .info.additional { left: 10px; }
.reviews_search_item .info p, .reviews_search_item .info.additional p { padding: 0px; margin: 0px; }
.reviews_search_item.first .info { left: 10px; }
.reviews_search_item .info h3 { margin: 0px; }

.interviews_search_item { position:relative; float:left; height: 140px; margin: 10px 0px 10px 0px; width: 300px; padding: 0px 0px 0px 30px; border-bottom:1px solid #DFDFDF;  }
.interviews_search_item.first { border-right:1px solid #DFDFDF; width: 330px; padding:0px;   }
.interviews_search_item .image_left { float: left; overflow:hidden; height: 80px; display: inline; margin: 5px 10px 0px 0px; border: 5px solid #282828; }
.interviews_search_item .info { position: absolute; top:0px; left: 135px;}
.interviews_search_item.first .info { left: 105px; }
.interviews_search_item .info h3 { margin: 0px; }
.interviews_search_item .imagepreview .imageItems { margin: 3px; border: 4px solid #282828; display: block; background: #fff; float:left; overflow:hidden; }


.fotowissen { position: relative; }
.fotowissen .h1Details { width: 460px; display: block; }
.fotowissen a { text-decoration: underline; }

.fotowissen .chars { width: 600px; margin: 20px 0px 0px 0px; padding: 0px; }
.fotowissen .chars .charItem {
        float: left;
        display: block;       
        background: #282828;
        color: #f2f2f2;
        border: 1px solid #dfdfdf;
        font-weight: bold;
        text-align: center;
        margin: 2px;
        
}

.fotowissen .chars .charItem a { display: block; color: #f2f2f2; height: 30px; width: 40px; padding: 10px 0px 0px 0px; }
.fotowissen .chars .charItem a:hover,
.fotowissen .chars .charItem.active { background: #7A0F03 url(../img/navi-active-bg.gif) top left repeat-x; }

.fotowissen .glossarItem { border-bottom: 1px solid #dfdfdf; padding: 0px 0px 10px 0px }
.fotowissen .glossarItem .subtitle { font-size: 12px; margin: 0px 0px 0px 5px; }
.fotowissen .upperChar { font-weight: bold; display: block; font-size: 18px; }


.fotowissen .glossarDropdown{
	background: #282828;
	width: 200px;
	height: 25px;
        position: absolute;
        top: 4px;
        left: 470px;
}
.fotowissen .glossars_rootItem {
	cursor:pointer;
	height:25px;
	padding: 3px 5px 0px 10px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
	color: #ffffff;
        font-weight: bold;
}

.fotowissen .glossars_dropdown {
	display:none;
        background: #282828;
}

.fotowissen .glossars_dropdown .value{ display:none; }

.fotowissen .glossars_dropdown ul{
	margin:-2px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}
.fotowissen .glossars_dropdown ul li{
	padding:0px;
	width:100%;
	line-height: 140%;
}

.fotowissen .glossars_dropdown .dropdown .upperChar { border-bottom: 1px solid #DFDFDF; }
.fotowissen .glossars_dropdown .dropdown .upperChar a { font-size: 14px; font-weight: bold; }
.fotowissen .glossars_dropdown .dropdown .upperChar ul .glossarItem { border-bottom: 0px;  }
.fotowissen .glossars_dropdown .dropdown .upperChar ul .glossarItem.secondLayer a { padding-left: 15px; font-size: 11px; border-bottom: 1px solid #3b3b3b;  }

.fotowissen .glossars_dropdown ul li a{ color: #ffffff; font-size: 11px; display: block; padding: 2px 5px 2px 10px; }
.fotowissen .glossars_dropdown ul li a:hover{ background: #7A0F03 url(../img/navi-active-bg.gif) repeat-x scroll left top }


/* Sitemaps */
.sitemaps { }
.sitemaps .root { margin: 0px; padding: 0px; list-style: none; }
.sitemaps .rootlayer { margin: 0px 0px 10px 0px; font-size: 14px; }
.sitemaps .secondlayer { margin: 0px 0px 0px 25px; padding: 0px; list-style: square; }

/* Kameras */
.cameras {}
    .cameras_index {}
    .cameras_item { width: 220px; float: left; border: 0px solid #cccccc; margin: 0px 6px 20px 0px; }
    .cameras_item_last { margin-right: 0px; }
    .cameras_item_image { width: 80px; height: 65px; float: left; margin: 0px 10px 5px 0px; }
    .cameras_item_title { font-weight: bold;  }
        .cameras_item_title a { display: block; margin-bottom: 2px; }
    .cameras_item_values { font-size: 11px; }
    .cameras_divider { clear: both; height: 1px; background: #cccccc; margin: 0px 0px 25px 0px; }

    .cameras_view_item { position: relative; }
    .cameras_view_item_image { position: absolute; top: -50px; right: 0px; margin: 0px 0px 20px 20px; }
    .cameras_view_item_values_top { margin: 40px 0px 70px 0px; }
        .cameras_view_item_values_top_option { width: 140px; float: left; margin: 0px 20px 0px 0px; }
        .cameras_view_item_values_top_value { width: 200px; float: left; }
    .cameras_view_item_fullvalues_option { width: 140px; float: left; margin: 0px 20px 0px 0px; }
    .cameras_view_item_fullvalues_value { float: left; width: 180px; }

    .cameras_view_item_votes { float: left; background: #f2f2f2; padding: 5px; width: 100%; margin: 15px 0px 0px 0px; }
    .cameras_view_item_votes_dynamic { float: left; width: 300px; }
    .cameras_view_item_votes_current { float: left; }

    .cameras_items_ajaxbox { height: 120px; position: relative; margin-bottom: 40px; }
     .cameras_items_ajaxbox_title { color: #C10000; margin: 0px 0px 22px 0px; font-size: 18px; }
     .cameras_items_ajaxbox_arrow { position: absolute; top: 19px; left: -14px; }
     .cameras_items_ajaxbox_item { margin: 0px 0px 0px 0px; }
     .cameras_items_ajaxbox_item .cameras_item { margin-bottom: 0px; }

     .cameras_questionteaser {
	width: 675px;
	float:right;
	padding:10px;
	margin:10px 0px 20px 0px;
	}

      .cameras_questionteaser_item {
        width:205px;
        float:left;
        border-top:8px solid #282828;
        margin:0px;
        padding:5px 10px 10px 10px;
        background:#fff;
      }

      .cameras_questionteaser_item_active { background: #282828; color: #fff; }
      .cameras_questionteaser_item_active a { color: #fff; text-decoration: none; }
      .cameras_questionteaser_item_active .cameras_questionteaser_item_title a { color: #f2f2f2; }
      
      .cameras_questionteaser_item_title { font-weight: bold; color: #C10000; display: block; font-size: 16px; }
      .cameras_questionteaser_item_title a { color: #C10000; }

.factories_environment_items_legend { font-size: 11px; margin: 10px 0px 0px 0px; }
.factories_environment_item {
	width: 675px;
	margin-bottom: 0px; 
	padding: 10px 10px 5px 10px;
	border: 0px solid #dfdfdf;
	background: #fff;
	position: relative;
  float: left;
  overflow: hidden;
}
.factories_environment_item_greengrey { background: #F7F9F3; }
.factories_environment_item p { margin: 0px; padding: 2px 0px 2px 0px; }

.factories_environment_item_locationimage { float: left; margin: 0px 10px 0px 0px; border: 2px solid #7A0F03 }
.factories_environment_item_content { float: left; }
.factories_environment_item_content_company { font-size: 14px; }
.factories_environment_item_content_company a { color: #C10000; }

.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
	border: 1px solid #dfdfdf;
}