/* @group General Settings */
* {
  margin: 0;
  outline: none;
  padding: 0;
}
table { border-collapse: collapse; border-spacing: 0; }
fieldset,img { border: 0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style: normal; font-weight: normal; }
li { list-style-position: inside; list-style-image: none; list-style-type: none; }
caption,th { text-align: left; }
h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal; }
abbr,acronym { border: 0; font-variant: normal; }
input,textarea,select { font-family: inherit; font-size: inherit; font-weight: inherit; }
a { text-decoration: none; color: inherit; cursor: pointer; }
html {
  height: 100%;
}
body {
  background-attachment: fixed;
  background-color: #EEEEEE;
  background-position: left top;
  color: #333333;
  font-family: Verdana, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 62.5%;
  font-style: normal;
  font-weight: normal;
  height: 100%;
  line-height: 140%;
  margin: 0;
}
body body {width: 100%;}
.invisible { display: none; }
.right { float: right; }
.left { float: left; }
.clear { clear: both; }
.centered { margin:	0 auto; }
#once { clear: left; }

a:link { color: #333333; }
a:active { color: #333333; }
a:visited { color: #333333; }
a:hover { color: #62B922; }
/* @end */
/* @group Header */
#header {
  background: transparent;
  left: 20px;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 204px;
  z-index: 90;
}
#header h1 {
  background: transparent;
  border-color: #DDDDDD;
  border-style: solid;
  border-width: 0px 2px;
  height: 70px;
}
#header h1 a {
  background: transparent url(img/default/drosimo-design-logo.png) no-repeat left bottom;
  display: block;
  height: 70px;
  width: 200px;
}
#header h1 a:hover {
  background: #DDDDDD url(img/default/drosimo-design-logo.png) no-repeat left top;
}
body.section-1 #header h1 a:hover {
  background: transparent url(img/default/drosimo-design-logo.png) no-repeat left top;
}
/* @end */
/* @group Menu */
#navigation { /* Im PRE-NAV-Text des CMS eingefügte Hauptnavigation für Google */
  display: none;
}
#menu {
  -moz-border-radius: 0px 0px 6px 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  background: #FFFFFF;
  border-color: #DDDDDD;
  border-radius: 0px 0px 6px 6px;
  border-style: solid;
  border-width: 0px 2px 2px 2px;
  overflow: hidden;
  padding-bottom: 15px;
  text-align: left;
}
div#menu ul {
  clear: both;
  margin-bottom: 10px;
  overflow: hidden;
}
div#menu li {
  border-bottom: #DDDDDD solid 1px;
}
div#menu li.active {
  background: #FFFFFF;
  font-weight: bold;
}
div#menu li.active a {
  color: #62B922;
}
div#menu li.section-title {
  background: #FFFFFF;
  clear: both;
  color: #777;
  cursor: pointer;
  display: block;
  float: none;
  font: italic 17px / 110% "Excelsior LT Std", Georgia, "Times New Roman", Times, serif;
  padding: 3px 3px 4px 3px;
}
div#menu li.section-title h2 { /* h2 in ../site/plugin/index.php 6x um li.section-title geschrieben */
  border: none;
  height: auto;
  margin-bottom: 0;
}
div#menu li.section-title:hover {
  color: #62B922;
}
div#menu li a {
  display: block;
  padding: 2px 5px;
}
div#menu a:link,
div#menu a:visited {
  color: #111111;
}
div#menu a:hover,
div#menu a:active {
  color: #50a30f;
}
div#menu li.active a {
  color: #50a30f;
}
#content {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background: #FFFFFF;
  border-color: #DDDDDD;
  border-radius: 6px;
  border-style: solid;
  border-width: 2px;
  clear: both;
  margin: 40px 0px 0px 240px;
  overflow: hidden;
  padding: 15px;
  z-index: 4;
}
.column-thin {width: 320px;}
.column-medium {width: 655px;}
.column-wide {width: 990px;}
.container {overflow: hidden;}
/* @group Typography */
#content h1/*,
.container h3*/ {
  border-bottom: 1px solid #DDDDDD;
  color: #62B922;
  font: italic 22px / 140% "Excelsior LT Std", Georgia, "Times New Roman", Times, serif;
  margin-bottom: 15px;
}
#content h2 {
  font: italic 17px / 140% "Excelsior LT Std", Georgia, "Times New Roman", Times, serif;
  margin-bottom: 5px;
}
h4 {
  color: #62B922;
  font: italic 10px / 160% "Excelsior LT Std" Georgia, "Times New Roman", Times, serif;
  letter-spacing: .25em;
  margin-bottom: 5px;
  text-transform: uppercase;
}
#content h1 a,
#content h2 a,
#content h3 a,
div.news h4 a {
  border: none !important;
  color: #62B922;
  cursor: pointer;
}
.container a {
  border-bottom: #62B922 solid 1px;
}
.container a:hover, #content a:active {
  border-bottom: none;
  color: #62B922;
}
.container p {
  line-height: 150%;
  margin-bottom: 10px;
  text-align: left;
}
span.p,
ul {
  display: block;	
  margin-bottom: 15px;
}
ul.list li,
dl.list dd {
  background: transparent url(img/default/arrow-list.png) no-repeat left 5px;
  margin-bottom: 2px;
  padding-bottom: 1px;
  padding-left: 10px;
}
dl.list {
  margin-bottom: 10px;
}
dl.list dt {
  margin-bottom: 3px;
}
dl.vita dt {
  display: inline;
  float: left;
  width: 80px;
}
dl.vita dd {
  margin-bottom: 2px;
  padding-left: 80px;
}
dl.vita dd ul {
  margin-bottom: 0;
}
/* @group Adresse (nur für Screenshot benötigt) */
dl.address {
  margin-top: 15px;
}
dl.address dt {
  display: block;
  float: left;
  margin-right: 15px;
  width: 120px;
}
dl.address dt,
dl.address dd {
  margin-bottom: 5px;
}
dl.address dd {
  padding-left: 135px;
}
dl.address em {
  color: #888;
}
/* @end */
p.bild-legende img {
  margin-bottom: 5px;
  width: auto;
}
p.bild-legende em {
  font-family: "Excelsior LT Std" Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  letter-spacing: .05em;
}
p.bild-legende {
  clear: both;
}
/* @end */
/* @group Section 1 (Archiv: Neuigkeiten) */
body.section-1 {
  background-color: #62B922;
}
body.section-1 #content {
  background: transparent;
  border: none;
  padding: 0 8px;
  width: auto;
}
body.section-1 div.news {
  -moz-border-radius: 0px 6px 32px 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 32px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 6px;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  border-radius: 0px 6px 32px 6px;
  border-style: solid;
  border-width: 2px;
  color: #333333;
  float: left;
  height: 225px;
  margin: 0 7px 14px 7px;
  overflow: hidden;
  padding: 5px 6px 6px 6px;
  width: 200px;
}
* html body.section-1 div.news {
  height: 250px;
}
body.section-1 div.news h4 {
  border-bottom: #DDDDDD solid 1px;
  color: #62B922;
  font: italic 15px / 100% "Excelsior LT Std", Georgia, "Times New Roman", Times, serif;
  letter-spacing: 0;
  margin: 0px;
  padding-bottom: 2px;
  text-align: right;
  text-transform: none;
}
body.section-1 div.news p {
  line-height: 136%;
  width: 100% !important;
}
body.section-1 div.news p.date {
  background-color: #FFFFFF;
  font: italic 10px / 100% "Excelsior LT Std", Georgia, "Times New Roman", Times, serif;
  letter-spacing: ;
  margin-bottom: 0px;
  padding: 5px 0px 5px 0px;
}
body.section-1 #content p {	display: none; }
body.section-1 #content .news p { display: block; }
body.section-1 #content .news p.permalink { display: none; }
body.section-1 div.news a {
  color: #111111;
}
body.section-1 div.news h4 a {
  color: #62B922;
}
body.section-1 div.news a.img {
  border: none;
  display: block;
  width: 200px;
}
body.section-1 div.news a.img:hover {
  opacity: .8;
}
body.section-1 div.news img {
  display: block;
  margin-bottom: 5px;
  width: 200px;
}
/* @end */
/* @group Section 8 (Info) */
body.section-8 {
  background: #FFFFFF url(img/default/drosimo-design-simon-droscha.jpg) no-repeat fixed 80% bottom;
}
body.section-8 img {
  width: auto;
}
body.section-8 iframe {
  margin-bottom: 15px;
}
/* @end */
body.section-9 {
  background-position: bottom right;
  background-repeat: no-repeat;
}
body.section-9 #content,
body.section-13 #content,
body.section-14 #content {
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.text-container {
  -moz-border-radius: 0px 0px 6px 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  background: #FFFFFF;
  border-color: #DDDDDD;
  border-radius: 0px 0px 6px 6px;
  border-style: solid;
  border-width: 0px 2px 2px 2px;
  margin: 0 auto;
  overflow: hidden;
  padding: 10px 10px 0 10px;
  position: fixed;
  right: 20px;
  text-align: center;
  top: 0;
  width: 180px;
  z-index: 80;
}
#content .text-container h1 {
  text-align: left;
  font: bold 10px Verdana, "Trebuchet MS", Tahoma, sans-serif;
  padding-bottom: 2px;
  margin-bottom: 5px;
}
body.section-9 .stripTransmitter,
body.section-13 .stripTransmitter,
body.section-14 .stripTransmitter {
  bottom: 15px;
  margin: 0 auto;
  position: fixed;
  right: 18px;
  width: 204px !important;
}
/* @end */
table.layout-centered {
  height: 100%;
  width: 100%;
}
table.layout-centered td {
  vertical-align: top;
}
body.section-9 #content,
body.section-9 .container,
body.section-13 #content,
body.section-13 .container,
body.section-14 #content,
body.section-14 .container {
  height: 100%;
}
body.section-9 table.layout-centered td,
body.section-13 table.layout-centered td,
body.section-14 table.layout-centered td {
  vertical-align: middle;
}
/* @group Section 10 (Shop) */
body.section-10 #content {
  background: transparent;
  border: none;
}
body.section-10 #content a {
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
  background: #FFFFFF url(http://www.drosimo.de/sign/files/bg-shirts-drosimo-de-big-centered.png) no-repeat scroll center -450px;
  border-color: #FFFFFF;
  border-radius: 500px;
  border-style: solid;
  border-width: 6px;
  display: block;
  height: 486px;
  width: 486px;
}
body.section-10 #content a:hover {
  border-color: #EEEEEE #ccc;
}
body.section-10 #content span {
  display: none;	
}
/* @end */
body.section-15	#content {
  width: 500px;
}
body.section-16	#content {
  width: 320px;
}
body.section-8	#content,
body.section-18	#content {
  display: inline-block;
}
body.section-16	#content img {
  width: 320px;
}
body.section-16	#content .backgrounded img {
  width: auto !important;
}
.woodtli {
  margin-left: 10px;
  width: 80px !important;
}
/* @group Slider */
div.svw {
  background: transparent;
  clear: both;
  margin: 0 auto;
  padding: 100px 0;
  text-align: center;
}
#content img.ldrgif {
  height: 32px !important;
  width: 32px !important;
}
.stripViewer {
  margin: 0 auto !important;
}
.stripViewer ul li {
  overflow: hidden !important;
}
.stripViewer img {
  cursor: pointer;
}
.stripTransmitter {
  margin: 15px auto 0;
}
.stripTransmitter ul {
  overflow: hidden !important;
  margin: 0 !important;
}
.stripTransmitter li {
  margin: 0 0px 1px 0 !important;
  height: 25px;
  overflow: hidden;
  width: 25px !important;
}
.stripTransmitter a {
  -moz-border-radius: 0px 4px 4px 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 4px;
  background: #FFFFFF;
  border-color: #DDDDDD;
  border-radius: 0px 4px 4px 4px;
  border-style: solid;
  border-width: 2px;
  color: #DDDDDD;
  display: block;
  height: 21px;
  line-height: 20px !important;
  overflow: hidden;
  width: 20px !important;
}
.stripTransmitter a.current {
  background: #62B922;
  border-color: #62B922;
  color: #FFFFFF !important;
}
#content .stripTransmitter a:hover {
  border-color: #62B922;
  border-style: solid;
  border-width: 2px;
  color: #62B922 !important;
}
#tooltip { 
  -moz-border-radius: 0px 4px 4px 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 4px;
  background: #FFFFFF; 
  border-radius: 0px 4px 4px 4px;
  border: 2px solid #62B922; 
  color: #62B922; 
} 
#tooltip h3 {  
  font: italic 17px / 140% "Excelsior LT Std", Georgia, "Times New Roman", Times, serif;
  margin: 0;  
  padding: 4px 3px;  
  border: 0; 
} 
/* @end */
/* @group IWAKAMI (Corporate Design) */
body.section-15 p#nums {
  border-left: 1px solid #DDDDDD;
  float: right;
  line-height: 21px !important;
  padding: 1px 0 1px 5px;
  text-align: right;
}
body.section-15 div#pics {}
body.section-15 div#pics .pic {}
body.section-15 div#pics .pic h2 {
  border-color: #DDDDDD;
  border-style: solid;
  border-width: 1px 0 0 0;
  font: normal 1em / 20px Verdana, "Trebuchet MS", Tahoma, sans-serif;
  height: 21px;
  margin-bottom: 10px;
  margin-top: 15px;
  padding-right: 30px;
}
body.section-15 div#pics .pic a {
  clear: both;
}
body.section-15 div#pics .pic a img {
  height: auto !important;
  width: 500px !important;	
}
/* @end */
img#typekit-badge-its6swi {
  display: none !important;
}