/* === basic style === */

/* Reset margins */
body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea {
	margin:0;
	padding:0;
}

/* Format basic elements */
table {
	border-collapse:collapse;
	border-spacing:0;
}
caption,th,td {
	text-align:left;
	vertical-align:top;
}
abbr,acronym {
	font-variant:normal;
	border-bottom:1px dotted #666;
	cursor:help;
}
blockquote,q {
	quotes:none;
}
fieldset,img {
	border:0;
}
li {
  list-style:none;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
del {
	text-decoration:line-through;
}
ins {
	text-decoration:none;
}
a , .ci{
	color:#d8652f;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
:focus {
	outline:0;
}

/* Font settings */
body {
	font: normal 14px/24px Arial,Verdana,sans-serif;
	color:#000;
  	background-color: #C9C9C9;
}
input,button,textarea,select {
	font-family:inherit;
	font-size:99%;
	font-weight:inherit;
}
pre,code {
	font-family:"Lucida Console",Monaco,monospace;
	font-size:12px;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	color: #333;
}
/* Default margins */
h1,h2,h3,h4,h5,h6 {
	margin-top:0.5em;
}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form {
	margin-bottom:12px; /* Should match font size */
}
h1 {
	font-size:25px;
	line-height:1.2em;
  margin-bottom: 5px;
}
h2 {
	font-size:17px;
	font-weight: bold;
}
h3 {
	font-size:15px;
}
table {
	font-size:inherit;
}
caption,th {
	font-weight:bold;
}
.highlight {
 font-weight: bold;
}
p.error {
	color: #CC0000 !important;
}
.clear {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
 
}
.invisible{
  display: none !important;
}
.printImg {
  display: none !important;
}
/*  === main styles === */
#wrapper {
  background: #fff url(/tl_files/images/html/wrapper-bg.png) repeat-y; 
  width: 843px;
  margin: auto;
  text-align: left;
  margin-top: 0;
  padding: 5px 25px 0 25px;
}
#contentWrapper {
  clear: both;
  margin-bottom: 25px;
}
#headNav {
  float: right;
  background: #f5f5f5 url(/tl_files/images/html/headnav-bg.gif) bottom left no-repeat;
  width: 213px;
  padding: 0;
  margin-right: -20px;
}
#headNav ul {
  margin: 0 5px;
}
#headNav li {
  float: left;
  margin: 0 5px 3px 5px;
}
#headNav a, #headNav span.active {
  font: normal 12px/14px Arial, Helvetica, "Lucida Grande","Lucida Sans Unicode",verdana, sans-serif;
  color: #333;
  display: block;
  height: 18px;
  margin-top: 3px;
}
#headNav span.active {
  font-weight: bold;
}

#headNav a[title="RSS"]  {
  background: #f5f5f5 url(/tl_files/images/html/rss-icon.png) 0 2px no-repeat;
  padding: 4px 9px 0 20px;
  border-right: 1px solid #d1d1d1;
  margin-top: 0;
}

#logo {
  margin-top: 5px;
}
.mod_breadcrumb  {
  margin: -10px 0 0 0;
  height: 28px;
  padding-left: 8px;
  color: #8b8b8d;
  font-size: 11px; 
  background: #fff url(/tl_files/images/html/breadcrumb-bg.png) repeat-x bottom left;
}

#contentHeader {
  clear: both;
  margin: 0;
	width: 843px;
	overflow: hidden;
}

#left {
  float: left;
	width: 610px;
}

/* === article === */
.mod_article .spitzmarke {
	text-transform: uppercase;
	margin: 0 0 -18px 0;
	font-size: 10px;
	font-weight: bold;
	color: #999;
}
.mod_article .intro {
	font-weight: normal;
	margin-top: -5px;
	color:#666;
}
.mod_article h3 {
	font-weight: bold;
	margin-bottom: 0;
}
.pdf_link {
	text-align: right;
	padding-bottom: 2px;
}
.pdf_link a {
	display: block;
	width: 18px;
	height: 18px;
	background: #fff url(/tl_files/images/html/print.png) no-repeat top left;
	position:relative;
	top: 15px;
	left: 590px;
}
.pdf_link a:hover {
	text-decoration: none;
}
.ce_text ul, .checklist ul {
  margin-left: 20px;
}
.ce_text ul li, .checklist ul li {
  background: #fff url(/tl_files/images/html/checklist.png) no-repeat top left;
  padding-left: 30px;
  padding-bottom: 10px;
}
.ce_text ol li {
  list-style: decimal;
   margin-left: 40px;
}
.right .image_container {  
  float: right;
  padding: 5px 0 3px 10px;
}
.left .image_container {  
  float: left;
  padding: 5px 15px 3px 0;
}
.image_container .caption {
	font-size: 11px;
  line-height: 14px;
	color: #666;
	margin: -5px 0 3px 0;
}
.subcolumns {
  margin-top: 20px;
}
.subcolumns h2 {
  margin-top: -20px;
}
#referenzen .subcolumns .c50l {
  float: left;
  width:  300px;
  margin-right: 50px;
  background: #fff url(/tl_files/images/html/col-bg.png) repeat-y top right;
}
#referenzen-neu .subcolumns .c50l {
  float: left;
  width:  300px;
  margin-right: 50px;
  background: #fff url(/tl_files/images/html/col-bg.png) repeat-y top right;
}
#konzepte .subcolumns .c50l {
  float: left;
  width:  312px;
}
#leistungen .subcolumns .c30l,
#leistungen .subcolumns .c40l,
#leistungen .subcolumns .c30r {
  float: left;
  width:  202px;
}
#netzwerk .subcolumns .c33l,
#netzwerk .subcolumns .c33r  {
  float: left;
  width:  203px;
}
#netzwerk .subcolumns .second img {
  margin-left: 3px;
}
.philosophie table .col_0, .philosophie table .col_2 {
  width: 50px;
  font-weight: bold;
  vertical-align: middle;
}
.philosophie table .col_1, .philosophie table .col_3 {
  width: 260px;
}
#table_93 .col_first {
  width: 120px;
}

#team h2 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 8px;
  margin-top: 37px;
}
#team .image_container  {
  width: 105px;
  margin-top: 25px;
}
#team .image_container .caption  {
  font-style: italic;
}
#team .sm_footer {
	background-color: #ededed;
	padding: 3px 5px;
	color: #666;
	font-size: 12px;
	height: 22px;
	margin-top: -5px;
	font-weight: bold;
}
#team .sm_footer a, #team .sm_footer span {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	margin-right: 7px;
}
#team .sm_footer a:hover {
	text-decoration:none;
}
#team .sm_footer span {
	width: auto;
}
#team .sm_footer a.xing {
	background-image: url(/tl_files/images/html/xing-icon.png);
	margin-top: 3px;
}
#team .sm_footer a.linkedin {
	background-image: url(/tl_files/images/html/linkedin-icon.png);
	margin-top: 3px;
}
#team .sm_footer a.skype {
	background-image: url(/tl_files/images/html/skype-icon.png);
	margin-top: 3px;
}


#kontakt  .iconvcard {
	background: url(/tl_files/images/html/vcard.gif) no-repeat;
	padding: 3px 0 3px 35px;
	display: block;
  margin: -22px 0 15px 0;
}

#kontakt  .mod_dlh_googlemaps {
  float: right;
	margin-top: 3px;
}

#leadership-innovation #htmlContainer {
	position: relative;
  width:605px;
	height:262px;
	background-image: url(/tl_files/images/html/leadership-innovation-bg-blank.png);
}
#leadership-innovation #htmlContainer h2 {
	font-size: 12px;
	line-height: 13px;
	text-align: center;
	padding-top:11px;
}
#leadership-innovation #htmlContainer h3 {
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
}
#leadership-innovation #htmlContainer div {
	width: 110px;
	text-align: center;
	float: left;
	margin-left: 13px;
	font-size: 12px;
	line-height: 14px;
	padding-top: 14px;
}
#leadership-innovation #htmlContainer #col1 {
	margin-left: 2px;
}
#leadership-innovation #htmlContainer h4 {
	padding-top: 10px;
	font-weight: bold;
}
#leadership-innovation #htmlContainer .text {
	font-size: 11px !important;
	line-height: 13px;
}
#leadership-innovation #htmlContainer #footing {
	position: absolute;
  top: 235px;
  left: 233px;
	text-align: center;
}
	
#krisenkreislauf #htmlContainer {
	width:605px;
	height:394px;
	background-image: url(http://www.convio.de/tl_files/images/html/krisenkreislauf-bg-blank.png);
}
#krisenkreislauf #htmlContainer h2 {
	font-size: 12px;
	line-height: 13px;
	position: relative;
}
#krisenkreislauf #leadership { top: 133px; left: 235px; }
#krisenkreislauf #einsatzgebiete { top: 133px; left: 257px; }
#krisenkreislauf #produktisierung { top: 276px; left: 261px; }
#krisenkreislauf #postmerger { top: 274px; left: 242px; }
#krisenkreislauf #strategiereview { top: 274px; left: 264px; }
#krisenkreislauf #projektmanagement { top: -43px; left: 464px; }
#krisenkreislauf #neuausrichtung { top: -44px; left: 475px; }
#krisenkreislauf #prozessoptimierung { top: 71px; left: 469px; }
#krisenkreislauf #systemintegration { top: 69px; left: 472px; }
#krisenkreislauf #komplexitaetsmanagement { top: 67px; left: 485px; }

  
/* === search === */
.mod_search  h3 {
  font-weight: bold;
}
.mod_search  .url {
  font-size: 12px;
  color: #666;
}
.mod_search .even,
.mod_search .odd ,
.mod_newsarchive .even,
.mod_newsarchive .odd,
.mod_newslist .even,
.mod_newslist .odd  {
  margin-bottom: 15px;
  padding: 0 10px;  
}
.mod_search .even, .mod_newsarchive .even, .mod_newslist .even {
  background-color: #ededed;
}

/* === news === */
#left .layout_latest .info {
  font-size:  12px;
  color:  #666;
  margin-bottom:  0;
}
#left .layout_latest h2, #left .layout_latest .teaser {
  margin:  0;
}
#left .layout_latest .more {
  text-align: right;
  margin: 0;
  font-size:  12px;
}
#left .news_teaserlist {
  clear: both;
  margin-top: 25px;
  border-right: 2px solid #ececec;
  background: #f2f2f2 url(/tl_files/images/html/newsbox-bg.png) no-repeat bottom left;
  overflow: hidden;
}
#left .news_teaserlist h2 {
  font-weight:  bold;
  /*color: #d8652f;*/
  color: #333;
  padding-left: 17px;
  margin-bottom: 3px;
}
#left .news_teaserlist ul {
  background-color: #fff;
  margin: 0 15px 20px 15px;
  padding: 5px 10px;
}
#left .news_teaserlist li {
  font-size: 11px;
  color: #666;
  border-bottom: 1px solid #ececec;
  margin-bottom: 3px;
}
#left .news_teaserlist li.last {
  font-size: 11px;
  color: #666;
  border-bottom: none;
  margin-bottom: 0;
}
#left .news_teaserlist a {
  display: block;
  margin-top: -10px;
  font-size: 14px;
  margin-bottom: 3px;
}
#left .news_teaserlist a:before {
  content:"\00BB \00A0";
}
#left .news_teaserlist .even, #left .layout_full {
  background-color: #fff;
}

/* === sitemap === */
#left .mod_sitemap ul {
  margin-bottom: 2px;
}
#left .mod_sitemap .level_1 {
  padding-left: 35px;
}
#left .mod_sitemap .level_2 li {
  padding-left: 35px;
  border-left: 1px dotted #999;
}
#left .mod_sitemap .level_3 li {
  padding-left: 35px;
  border-left: 1px dotted #999;
}
#left .mod_sitemap .level_2 li {
  background: #fff url(/tl_files/images/html/sitemap-seperator.png) no-repeat 0 9px;
}
#left .mod_sitemap .level_3 li {
  background: #fff url(/tl_files/images/html/sitemap-seperator.png) no-repeat center left;
}
/* === sidebar === */
#right {
  float: right;
  width: 216px;
  font: normal 13px/17px Arial,Verdana,sans-serif;
  background: #fff url(/tl_files/images/html/sidebar_bg.png) repeat-x top left;
  border-right: 2px solid #f1f1f1;
  border-bottom: 2px solid #f1f1f1;
  margin-top:  15px;
}
#right .block {
  margin: 0 10px 10px 15px;
  padding-bottom: 10px;
  background-image: url(/tl_files/images/html/sidebar_box_footer.png);
  background-repeat: no-repeat;
  background-position: bottom left;
}
#right .block h3 {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 18px;
}
#right .mod_form {
  background-color: #b3b4b9;
  height:  23px;
  background-image: none;
  padding: 0 10px 10px 15px;
  margin:  0;
  width:  193px;
  overflow: hidden;
}
#right .mod_form .formbody {
  margin-bottom: 0;
  padding:  0;
  background-color: #b3b4b9;
}
#right .keywords {
  color:#d8652f;
  background: #b3b4b9 url(/tl_files/images/html/suche_bg.png) top left no-repeat;
  margin: 5px 0 -5px -7px;
  padding-left:  30px;
  width:  180px;
  height: 23px;
  border: none;
}
#right .mod_html img, #right .link_box {  
  margin: 10px 0 3px 0;
}
#right .mod_html .icon_left {  
  float:  left;
  margin-right: 10px;
  margin-top: 2px;
}
#right .mod_newsmenu .year {
  font-weight: bold;
}
#right .mod_newsmenu .year {
  font-weight: bold;
}
#right .mod_newsmenu .level_2 a {
  font-weight:  normal;
}
#right .mod_newsmenu a:before {
  content:"\00BB \00A0";
  font-weight:  normal;
}

/* news sidebar */
#right .news_teaserlist h2 {
  font-size: 18px;
  margin-bottom: 3px;
}
#right .news_teaserlist ul {
  margin: 0 0 0 -10px;
}
#right .news_teaserlist li {
  font-size: 11px;
  color: #666;
  /*border-bottom: 1px solid #ececec;*/
  margin-bottom: 7px;
  background: none;  
}
#right .news_teaserlist a {
  display: block;
  margin: -3px 0 3px 13px;
  font: normal 13px/17px Arial,Verdana,sans-serif;
  text-indent: -12px;
}
#right .news_teaserlist a:before {
  content:"\00BB \00A0";
}

/* === forms === */
.ce_form {
 background: #eeeeee;
 border: 1px solid #999;
 padding: 10px;
}
.ce_form .col_0, .ce_form .col_1 {
  padding: 5px;
}

/* === footer === */
#footer {
  clear: both;
  height: 25px;
  background: #f5f5f5 url(/tl_files/images/html/footer-bg.png) no-repeat top left;
  margin: 0 -19px 0 -18px;
  font-size: 11px;
  color: #333;
}
#copyright {
  float: left;
  padding: 3px 0 0 15px;
}
#footerNav {
  float: right;
  padding: 2px 12px 0 0;
}
#footerNav  ul{
  height: 10px;
  margin-top: 3px;
}
#footerNav  li {
  float: left;
  padding: 0 7px 0 7px;
  height: 15px;
  margin-top: 3px;
  border-right: 1px solid #999;
}
#footerNav  li.last {
  border-right: none;
}
#footerNav  li a, #footerNav  li .active {
  color: #333;
  line-height: 11px;
  display: block;
  margin-top: 2px;
}

/* styles tabcontrol */
.ce_tabcontrol_tabs{padding-top:2px;}
.ce_tabcontrol_tabs ul{margin-left:0px;}
.ce_tabcontrol_tabs ul li{float:left;display:block;padding:4px 10px 4px 6px;text-align:center;background-color:#f5f5f5;border-top:1px solid #e6e6e6;border-right:1px solid #e6e6e6;border-left:1px solid #e6e6e6;color:#333;list-style-type:none;center;border-bottom:1px solid #f5f5f5;-moz-border-radius-topleft: 5px;border-top-left-radius: 5px;-moz-border-radius-topright: 5px;border-top-right-radius: 5px;}
.ce_tabcontrol_tabs ul li.selected,
.ce_tabcontrol_tabs ul li:hover {padding:4px 10px 4px 6px;background-color:#c46d42;border-bottom:1px solid #c46d42;color:#fff;}
.tabs{font-weight:bold;}
.hover{cursor: pointer;}
.panes{padding:15px;  border: 1px solid #e6e6e6; clear: both;}