@charset "utf-8";
/*--------------------------------------------------------------------------------------------------
CSS Styles for <IFJ>.
version:   1.0
--------------------------------------------------------------------------------------------------*/
/* =CSS Reset
-------------------------------------------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End CSS Reset
--------------------------------------------------------------------------------------------------*/
/* =Toolkit
--------------------------------------------------------------------------------------------------*/
/* Micro Clearfix Hack by Nicholas Gallagher (http://nicolasgallagher.com/micro-clearfix-hack/) */
/* For modern browsers */ 
.cf:before, .cf:after { content:""; display:table; }
.cf:after { clear:both; }
/* For IE 6/7 (trigger hasLayout) */
.cf { zoom:1; }
/* general purpose classes */
.nodisplay { display:none; }
.nodisplay_strict { display:none !important; }
.alignleft { float:left; }
.alignright { float:right; }
/* End Toolkit
--------------------------------------------------------------------------------------------------*/
/* =Normalization - mostly derived from normalize.css (https://github.com/necolas/normalize.css/) but without comments and compressed to keep the file small
--------------------------------------------------------------------------------------------------*/
hr { display:block; height:1px; border:0; margin:1em 0; padding:0;
	border-top:1px solid #cccccc; /* change border colour to suit your needs */
}
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html { overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body, button, input, select, textarea { font-family: sans-serif; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
h1 { font-size: 2em; line-height: 1; outline: none;}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul { margin: 10px 0 1em; }
del { text-decoration: line-through; }
abbr[title] { border-bottom: 1px dotted; cursor:help; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
mark { background: #ff0; color: #000; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
small { font-size: 75%; }
sub,sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0; -ms-interpolation-mode: bicubic; }
svg:not(:root) { overflow: hidden; }
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; *margin-left: -7px; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
input, select { vertical-align:middle; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }
p{line-height: 21px;}
i{ color: #7c7c7c;}
/* End Normalization
--------------------------------------------------------------------------------------------------*/
/* =Typography
--------------------------------------------------------------------------------------------------*/
/* Setting up the fonts */
body{
	font: 14px/16px Helvetica, Arial, Verdana;
	color:#3a3c3e;
	min-width:980px;
	position:relative;
}
/*
@font-face {
	font-family: HelveticaLight;
	src: url('/demandit/files/M_BB941CC4DCEF687AD98/dms/File/Helvetica_Light.otf');
}*/

/* End Typography
--------------------------------------------------------------------------------------------------*/
/* =Headings
--------------------------------------------------------------------------------------------------*/
#header{
	width:100%;
	position:relative;
	display:table;
	margin:0 0 -2px;
	z-index:2;
	background-color:#dc0c28;
}
.header-holder{
	width:938px;
	margin:0 auto;
	height: 77px;
	position: relative;
}
.navbar-holder{
	width:938px;
	margin:0 auto;
	height: 38px;
	position: relative;
}
#header:after,
.navbar:after,
.header-holder:after,
.navbar-holder:after{
	content:"";
	display:block;
	clear:both;
}
.logo{
	float:left;
	display:inline;
	width:250px;
	height:57px;
	text-indent:-9999px;
	overflow:hidden;
	margin:30px 0;
	background:url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/Inno-Swiss-250V2.png) no-repeat;
}
.logo a{
	display:block;
	height:100%;
}
.search-form{
	position: absolute;
	right: 0;
	padding:0 1px 0 0;
	margin:6px -5px 18px;
}
.search-form fieldset{
	float:right;
	width:140px;
	border: none;
	padding-left: 15px;
	background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/vkick_search-form-bg.png) no-repeat;
}
.search-form .submit{
	background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/stupre_search-bg.png) no-repeat;
	width:17px;
	height:16px;
	cursor:pointer;
	padding:0;
	font-size:0;
	line-height:0;
	border:0;
	float:right;
	margin:0;
	margin: 2px 5px 0 0;
}
.search-form .text{
	padding:0;
	margin:0;
	border:0;
	float:left;
	width:110px;
	background:0;
	color:#dadada;
	height:16px;
	font:14px/16px Arial, Tahoma, Verdana, sans-serif;
	outline:none;
}
.navbar{
	width:100%;
	background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/vkickre_nav-bg.png);
	height: 40px;
	margin-bottom: 50px;
}
.navbar-home{
	width:100%;
	/* background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/vkickre_nav-bg.png); */
	height: 40px;
}
/* End Headings
--------------------------------------------------------------------------------------------------*/
/* =Signin
--------------------------------------------------------------------------------------------------*/

#signin_menu {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display:none;
	background-color:#e6e6e6;
	position: absolute;
	width:220px;
	z-index:1000;
	border:3px solid #c4c4c4;
	text-align:left;
	padding:12px;
	top: 58px; 
	right: 0;
	margin-top:20px;
}
#signin_menu a{
	color: 	#7C7C7C;	
}
#signin_menu table{
	margin: 0;	
}
#signin_menu p{
	margin-top: 0;	
	font-size: 12px;
}
*+html #signin_menu{
	margin-left: -250px;	
}
.fb-connect{
	float: right;
}
/* End Signin
--------------------------------------------------------------------------------------------------*/
/* =Links
--------------------------------------------------------------------------------------------------*/
a{
	color:#bdbdbd;
	text-decoration:none;
	outline:none;
}
a:hover{text-decoration:underline;}
/* End Links
--------------------------------------------------------------------------------------------------*/
/* =Main Nav
--------------------------------------------------------------------------------------------------*/
#main-nav{
	float:left;
	font:14px/19px Helvetica, Arial, sans-serif;
}
#main-nav ul{
	list-style:none;
	overflow:hidden;
	padding:0;
	margin:0;
}
#main-nav li{
	float:left;
	height:38px;
	line-height: 38px;
	color: #C3C6C9;
}
#main-nav ul li:first-child a{
	margin-left: 0;	
}
#main-nav a{
	text-decoration:none;
	color:#dfdfdf;
	float:left;
	margin: 0 20px;
	text-transform: uppercase;
}
#main-nav a.fw-nav-selected{
	color: #b24f31;
}
#main-nav-subpages{
	float:left;
	font:14px/19px Helvetica, Arial, sans-serif;
}
#main-nav-subpages ul{
	list-style:none;
	overflow:hidden;
	padding:0;
	margin:0 0 0 -20px;
}
#main-nav-subpages li{
	float:left;
	height:22px;
	line-height: 22px;
	color: #C3C6C9;
	margin: 8px 20px 0 20px;
}
#main-nav-subpages li a{
	text-decoration:none;
	color:#dfdfdf;
	float:left;
	text-transform: uppercase;
}
#main-nav-subpages li.fw-nav-selected{
	background: url("/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/vkick_nav-active-left.gif");
	margin: 8px 7px 0 7px;
}
#main-nav-subpages li a.fw-nav-selected{
		display: block;
		padding: 0 13px;
		color: #636466;
		margin: 0;
		background: url("/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/vkick_nav-active-right.gif") no-repeat top right;
}
/* End Main Nav
--------------------------------------------------------------------------------------------------*/
/* =Sub Nav
--------------------------------------------------------------------------------------------------*/
.sub-nav{
	border-bottom: 1px solid #dedede;	
	width:938px;
	margin:0 auto;
	height: 14px;
	padding: 12px 0;
}
.sub-nav ul{
	margin: 0;
}
.sub-nav ul li:first-child{
	padding: 0 11px 0 0;	
	background: none;
}
.sub-nav ul li{
	float: left;	
	padding: 0 12px;
	background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/stupre_sub-nav-divider.gif) no-repeat 0 center;
}
.sub-nav ul li a{
	color: #7c7c7c;
	text-decoration: none;
}
.sub-nav a.fw-nav-selected{
	color: #da0f1d;	
}
.log-bar{
	float:right;
	margin-top: 40px;
}
.log-bar ul{
	list-style:none;
	padding:0;
	margin:0;
	color:#75858f;
	font:14px/20px Arial, Tahoma, Verdana, sans-serif;
}
.log-bar li:first-child{
	background: none;	
}
.log-bar li{
	float:left;
	padding:0 13px 0 16px;
	background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/vkickre_sub-nav-divider.gif) no-repeat 0 center;
}
.log-bar .login{
	background:none;
	padding:0;
}
.log-bar .login a{
	float:left;
	background:url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/stupre_login-bg.gif) no-repeat 0 4px;
	padding:0 0 0 20px;
	color: #7c7c7c;
}
/* End Sub Nav
--------------------------------------------------------------------------------------------------*/
/* =Main Content
--------------------------------------------------------------------------------------------------*/
header,
footer,
article,
section,
hgroup,
nav,
figure,
aside{display:block;}
img{
	border-style:none;
	vertical-align:top;
}
.alignleft{float:left;}
.alignright{float:right;}
.main{
	width:100%;
	position:relative;
	z-index:1;
	background: #ffffff;
	padding: 0 0 80px;
}
.main.home{
	overflow: hidden;
}
.main.top{
	background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/stupre_body-bg-top100.png) repeat-x bottom;	
}
.main.detail{
	background: #ecedf1 url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/stupre_body-bg-detail.jpg) repeat-x;		
}
.m1{
	width:942px;
	position:relative;
	margin: 0 auto;
}
.m1 a{
	color: #7C7C7C;	
}
.article-t{
	float:left;
	clear:both;
	width:942px;
	height:5px;
	background:url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/stupre_article-t-bg.png) no-repeat;
}
.article-c{
	float:left;
	width:938px;
	padding:0 2px;
	background:url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/stupre_article-c-bg.png) repeat-y;
}
.article-b{
	float:left;
	clear:both;
	width:942px;
	height:5px;
	background:url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/stupre_article-b-bg.png) no-repeat;
}
.visual{
	width:100%;
	overflow:hidden;
	position:relative;
	z-index:1;
	margin-top: -40px;
	background: #f3f3f3;
}
.v1{
	width:1300px;
	position:relative;
	float:left;
	left:50%;
}
.v2{
	width:1300px;
	position:relative;
	float:left;
	left:-50%;
	border-bottom: 1px solid #dadada;
	background: #f3f3f3;
}
.visual-holder{
	overflow:hidden;
	width:100%;
}
.visual-frame{
	overflow:hidden;
	width:938px;
	margin:0 auto;
	position:relative;
}
.visual .visual-box{
	position: absolute;
	left: 618px;
	top: 40px;
	margin: 33px 0 0 0;
}
.visual h1{
	font:300 40px/44px Helvetica;
	color: #3a3c3e;
	margin: 0;
}
.visual h2{
	font: 26px/28px Helvetica;
	color: #636466;
	margin: 5px 0 28px 0;
}
.visual .btn{
	background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/vkickre_visual-button.png);
	width: 147px;
	height: 42px;
	font: normal 18px/40px Helvetica;
	color: #f8e7e8;
}
.visual .btn:hover{
	background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/vkickre_visual-button.png);
	width: 147px;
	height: 42px;
	line-height: 40px;
}
.visual .visual-person{
	position: absolute;
	left: 505px;
	bottom: 8px;
	height: 34px;
	line-height: 34px;
	padding: 0 20px;	
	background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/vkickre_visual-person.png);
}
.visual .function{
	color: #da0f1d;
	font: normal 14px/14px;
}
.visual .year{
	color: #7c7c7c;
	font: normal 14px/14px;	
}
.title{	
	margin: 72px 0 68px;
	/*min-height: 88px;*/
}
.title.update{
	margin: 72px 0 0;
}
.title img{
	margin: 5px 10px 0 0;	
}
.title h1{
		font:300 40px/44px Helvetica;
		margin: 50px 0 68px;
		min-height: 88px;
		/*text-transform: uppercase;*/
}
.title h1.withsubtitel{
	margin-bottom: 5px;	
}
.title.update h1{
	margin: 50px 0 5px 0;	
}
.title h1 .grey{
	font: 300 26px/30px Helvetica;
	color: #636466;	
}
.article-holder{
	position:relative;
	margin:-5px 0 -3px;
}
.featured{
	overflow:hidden;
	width:942px;
	margin:0 0 46px;
}
.featured .article-frame{
	overflow:hidden;
	height: 298px;
}
.featured-col1{
	float:left;
	width:560px;
	min-height: 298px;
	position: relative;
}
.featured-col2{
	float:right;
	width:297px;
	min-height: 204px;
	border-left: 1px solid #8b7e59;
	padding: 47px 40px;
	background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/stupre_gewinner-gold.jpg);
}
.featured-col2 h2{
	font:28px/28px Helvetica, Arial, sans-serif;
	color: #fff;
	margin: 0;
}
.featured h3{
	font:18px/18px Helvetica, Arial, sans-serif;
	color: #fff;	
	margin-top: 0;
}
.featured p{
	color: #323232;	
	line-height: 23px;
	font-size: 14px;
}
.featured-col2 a{
	display: block;
	text-decoration: none;
	width: 230px;
	color: #fff;	
	background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/stupre_arrow.png) no-repeat right;
}
.idea{
	width:942px;
	margin: 50px 0 80px;
	position: relative;
}
.idea h1{
	margin-top: 0;	
}
.idea .idea-list li{
	display: block;
	float: left;
	border: 1px solid #d8d8d8;
	text-align: center;
	width: 247px;
	margin-left: 30px;
	padding: 30px 22px 60px 22px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/vkick_idea-bg.gif);
}
.idea .idea-list li:first-child{
	margin: 0;	
}
.idea-list .plus{
	position: absolute;	
}
.idea-list .plus.first{
	top: 215px;
	left: 281px;
}
.idea-list .plus.second{
	top: 215px;
	left: 604px;
}
.idea-list img{
	margin: 0 0 25px;	
}
.idea-list h1{
	margin: 0 0 6px;
}
.idea-list h1 a{
	font: bold 22px/18px Helvetica;
	color: #da0f1d;
	text-decoration: none;
}
.idea-list h2{
	margin: 0;
}
.idea-list h2 a{
	font: bold 18px/18px Helvetica;
	color: 3a3c3e;
	text-decoration: none;
}
.idea-list p{
	font-size: 14px;
	margin: 10px 0 18px;
}
.idea-list p a{
	color: #636466;
	text-decoration: none;
}
.idea-list .link{
	color: #177d96;
}
.container-box{
	width:942px;
	margin: 0 0 80px;
	position: relative;		
}
.container-box h1{
	font-weight: normal;
	margin: 10px 0 14px 0;	
}
.container-box h1.teilnahme{
	margin-top: 50px;ont	
}
.container-box h2{
	margin: 30px 0 7px 0;
	font: bold 18px/18px Helvetica;	
}	
.container-box ul{
	list-style: disc;
	margin-left: 20px;
}
.container-box ul li{
	color: #7c7c7c;	
	line-height: 1.6;
}
.container-box.teilnahme ul li{
	color: 	#3A3C3F !important;
}
.container-box .video{
	margin: 14px 0 0 0;
	width: 320px;
	float: right;	
}
.container-box .video-text{
	float: left;
	width: 550px;
}
.threesteps{
	margin: 0 0 0 22px;
	list-style: none !important;
}
.threesteps li{
	float: left;
	width: 270px;
	margin-left: 54px;	
}
.threesteps h3{
	font: bold 18px/18px Helvetica;	
	color: #3a3c3f;
}
.container-box .apply{
	display: block;
	width: 123px;
	height: 41px;
	line-height: 39px;
	margin: 40px 20px 0 0;
	color: #fff;
	float: left;
	text-align: center;
	font-size: 16px;
	background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/vkick_apply.png);
}
.container-box .apply:hover{
	text-decoration: none;	
}
.container-box .conditions{
	display: block;
	margin-top: 100px;
}
.container-box .faq{
	display: block;
	width: 125px;
	height: 41px;
	line-height: 39px;
	margin: 40px 20px 0 0;
	color: #fff;
	text-align: center;
	font-size: 16px;
	background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/vkickre_faq-button.png);
}
.container-box .faq:hover{
	text-decoration: none;	
}
.threesteps li:first-child{
		margin: 0;
}
.resources-box{
	margin: 0 0 20px 0;	
}
.resources-box .heading{
	overflow:hidden;
	width:100%;
	text-align:center;
	background:url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/vkick_divider.png) no-repeat;
	height: 18px;
}
.resources-box .resources.small{
	width: 275px;
	min-height: 300px;
	border: 1px solid #e1e1e1;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;		
	float: left;
	padding: 20px;
}
.resources-box .resources.wide{
	width: 563px;
	min-height: 300px;
	border: 1px solid #e1e1e1;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;		
	float: left;
	padding: 20px;
}
.resources-box div:first-child{
	margin: 0 20px 0 0;	
}
.resources.small.right{
	float: right;	
}
.resources-box .news_block{
	float: left;	
	width: 300px;
}
.resources-box .news_block p{
	color: #000;
}
.resources-box .news_block ul{
	list-style: disc;
	margin-left: 20px;
}
.news-fotos{
    float: left;
	margin: 4px 0 0 0;
}
.resources-box .news_block h3{
	margin-top: 0;	
	font-size: 14px;
}
.resources-box .img-block{
	float: left;	
}
.resources-box .text-block{
		float: left;
		width: 340px;
}
.resources-box .text-block h2{
	margin: 0 0 14px 0;	
}
.resources-box .text-block h4{
	margin: 0 0 1px;
}
.resources-box .text-block p{
	margin: 0 0 13px;
	font-size: 12px;
}
.resources-box .text-block h3{
	font: 20px/24px Helvetica,Arial,Verdana,sans-serif;
}
.resources-box .text-block a.register{
	color: #3A3C3E;
    float: left;
    font-weight: normal;
    line-height: 33px;
    margin: 10px 5px 0 0;
    padding: 0 !important;
    text-transform: none;
	text-decoration: none;
	background: url("/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/ifjre_register-bg.png") no-repeat scroll 0 0 transparent;
	color: #000;
	width: 113px;
	text-align: center;
}
.resources-box .text-block a.register.active{
	background: url("/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/ifjre_register-bg-active.png") no-repeat scroll 0 0 transparent;
	color: #fff;
}
.resources-box .text-block .sip_all {
    margin-top: 10px;
}
.resources-box .btn{
	display:block;
	color:#fff;
	width:92px;
	text-align:center;
	background:url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/ifjre_btn4-bg.png) no-repeat;
}
.resources-box .btn:hover{
	display:block;
	color:#fff;
	width:92px;
	text-align:center;
	background:url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/ifjre_btn4-bg.png) no-repeat;
}
.resources dl{
	background: url("/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/ifjre_arrow.png") no-repeat scroll 0 9px transparent;
    margin: 0 0 21px;
    overflow: hidden;
    padding: 5px 0 0 25px;
    width: 222px;
}
.resources dt{
	font: bold 14px/19px Helvetica,Arial,Verdana,sans-serif;
	color: #000;
}
.resources dl a{
	text-decoration: none;
}
.resources dd{
	font: 12px/19px Helvetica,Arial,Verdana,sans-serif
}
.resources-box .video-buchhaltung{
	height: 178px;	
}
/* Resources New*/
.resources-box-new{
    margin: 0 0 42px;
    width: 942px;
}
.resources-box-new .heading{
	overflow:hidden;
	width:100%;
	text-align:center;
	background:url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/vkick_divider.png) no-repeat;
}
.resources-new{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E1E1E1;
    border-radius: 5px 5px 5px 5px;
    min-height: 200px;
    padding: 20px;
    width: 412px;
	overflow: auto;
	margin: 0 0 35px 0;
}
.resources-new.wide{
	width: 615px;
}
.resources-new.left{
	float: left;
}
.resources-new.right{
	float: right;
}
.resources-new.empty{
	display: none;
}
.resources-new img{
	float: left;
}
.resources-new .no-float{
	float: none;	
}
.resources-new .text-content{
	margin: 0;
	float: right;
	width: 273px;
}
.resources-new .text-content.camp{
	margin: 0;
	float: right;
	width: 397px;
}
.resources-new .text-content.wide{
	width: 100%;
}
.resources-new .text-content h3{
	color: #117e93;
	font-size: 14px;
	margin: 0;
	font-weight: bold;
}
.resources-new .text-content h4{
	font-size: 12px;
	color: #636466;
	margin: 0;
}
.resources-new .text-content h5{
	font-size: 18px;
	color: #3a3c3e;
	font-weight: bold;
	margin: 5px 0 0;
	line-height: 1.2;
}
.resources-new .text-content a.mehr{
	background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/vkickre_more-arrow-green.gif) no-repeat right 5px;
	padding-right: 12px;
	color: #117e93;
}
.botrplayer{
	width: 275px !important;	
}
#botr_Ad42OQMG_sStdEMyX_div embed{
 	width: 275px;
}
.nominiert-box{
	width:942px;
}
.nominiert-box.bottom{
	margin: 0 0 60px;
}
.nominiert-box .news-title{
	width: 700px;	
}
.nominiert-box .heading{
	overflow:hidden;
	width:100%;
	text-align:center;
	background:url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/vkick_divider.png) no-repeat;
}
.nominiert-box .heading h2{
	color:#7c7c7c;
	margin:0 0 12px;
	font: 14px/18px Helvetica, Arial, Verdana, sans-serif;
	padding:0 37px;
	display:inline;
}
.nominiert-list{
	margin: 0 0 77px;	
}
.nominiert-list li{
	float: left;
	width: 290px;
	margin-left: 35px;	
	position: relative;
}
.nominiert-list li:first-child{
	margin-left: 0;	
}
.nominiert-list li .category{
	position: absolute;
	padding: 5px 15px;
	background: #EE6436;
	color: #fff;
	text-transform: uppercase;
	text-decoration:none;
	right: 0;
	top: 146px;
}
.nominiert-list li img{
   -webkit-box-shadow:  1px 1px 2px 1px #858585;        
    box-shadow:  1px 1px 2px 1px #858585;	
}
.nominiert-list li h2{
	font-weight: bold;
	color: #177d95;
	font-size: 14px;
	margin: 22px 0 2px;
}
.nominiert-list li p.name{
	font-size: 12px;
	margin: 0;
	color: #7c7c7c;
}
.text-content{
	margin-bottom: 60px;	
}
.text-content h1{
	font: 300 40px/40px Helvetica;
	color: #7c7c7c;
	margin: 50px 0 26px;
}
.text-content h4,.title h4{
	font: 300 18px/26px Helvetica, Arial, Verdana, sans-serif;
	color: #4d4e4e;
}
.text-content .more{
	padding-right: 17px;
	color:#ee6436;
	text-decoration: none;
	text-transform: uppercase;
	font: 18px/26px Helvetica, Arial, Verdana, sans-serif;
	background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/stupre_arrow-orange.png) no-repeat right;
}
.topstartup-box{
	width:942px;
	margin-bottom: 60px;
}
.topstartup-box .heading{
	overflow:hidden;
	width:100%;
	text-align:center;
	margin:0 0 25px;
	background:url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/stupre_divider.png) repeat-x 9px;
}
.topstartup-box .heading h2{
	color:#7c7c7c;
	margin:0 0 12px;
	font: 14px/18px Helvetica, Arial, Verdana, sans-serif;
	padding:0 37px;
	display:inline;
}
.topstartup-list li:first-child{
	margin-left: 0;	
}
.topstartup-list li{
	float: left;
	width: 290px;
	margin-left: 35px;	
	position: relative;
}
.topstartup-boxes{
	border: 1px solid #d1d1d2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	padding: 20px;
	/* behavior: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/File/ie-css3.htc); */
}
.topstartup-boxes-t{
	margin-bottom: 30px;
}
.topstartup-boxes-b{
	border-top: 1px dashed #cccdce;
	padding: 11px 0 0;
	position: absolute;
	bottom: 0;
	width: 248px;
	margin-bottom: 20px;
	height: 18px;
}
.topstartup-boxes-b li{
	display: inline;	
	width: auto;
}
.topstartup-boxes h2{
	margin: 0 0 2px;
}
.topstartup-boxes h2 a{
	font: bold 18px/18px Helvetica, Arial, Verdana, sans-serif;	
	color:#ee6136;
	text-decoration: none;
}
.topstartup-boxes .place{
	margin: 0;
	color: #9c9c9c;
}
.topstartup-boxes .category,
.column-right .category{
	padding: 3px 12px;
	font-size: 12px;
	color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-decoration: none;
}
.jury{
	margin-top: 24px;
}
.jury-box{
	width: 312px;
	min-height: 180px;
	border: 1px solid #e1e1e1;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;		
	float: left;
	margin: 0 10px 10px 0;
	padding: 20px;
}
.jury-box.second{
	margin-right: 0;	
}
.jury-box img{
	float: left;
	margin: 0 18px 0 0;	
}
.jury-box h5{
	margin: 0 0 5px;
	font: normal 18px/18px Helvetica, Arial;	
}
.jury-box h5 a{
	color: #177d95;
}
.jury-box h5 a:hover{
	color: #636467;
	text-decoration: none;
}
.jury-box .company{
	font: normal 14px/14px Helvetica, Arial;
	color: #7c7c7c;
}
.donors-box{
	width: 	249px;
	border: 1px solid #e1e1e1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	background: #fff;
	margin: 0 32px 20px 0;
	padding: 20px 20px 40px 20px;
	float: left;
}
.donors-box.third{
	margin-right: 0;	
}
.donors-box h5{
	margin: 0 0 4px;	
}
.donors-box h5 a{
	color: #177e96;	
	font-weight: bold;
}
.donors-box .more{
	margin: 0;
	color: #177d95;
}
.donors-box img{
	display: block;
	width: 249px;
	border-bottom: 1px dotted #c4c4c4;
}	
.swissnex-box{
	width: 	249px;
	height: 180px;
	border: 1px solid #e1e1e1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	background: #fff;
	margin: 0 32px 20px 0;
	padding: 20px 20px 40px 20px;
	float: left;
}
.swissnex-box.third{
	margin-right: 0;	
}
.swissnex-box h5{
	margin: 0 0 4px;	
}
.swissnex-box h5 a{
	color: #177e96;	
	font-weight: bold;
}
.swissnex-box .more{
	margin: 0;
	color: #177d95;
}
.news-holder{
	margin: 40px 0 0;	
}
.news-leftcol{
	float: left;
	width: 213px;
	margin-right: 20px;
}
.news-rightcol{
	float: left;
	width: 700px;
}
.news-leftcol h4{
	font-weight: bold;	
	margin: 0 0 5px 0;
}
.news-leftcol table{
	margin: 0;	
}
.news-leftcol td{
	padding-bottom: 10px;	
}
.news-leftcol .service li{
	line-height: 1.6;
}
.news-leftcol .DetailArtImageText{
	font-size: 12px;	
}
.news-rightcol p{
	margin-top: 0;
}
.news-rightcol h4.additional{
	font-weight: bold;	
	margin: 20px 0 0 0;
}
.news-rightcol ul li{
	line-height: 1.6;
}
ul.categorys li{
	float: left;
	margin: 0 5px 10px 0;
	width: auto;
}
.topstartup-boxes .category.orange,
.column-right .category.orange{
	background: #177E96;
}
.topstartup-boxes .category.blue,
.column-right .category.blue{
	background: #94b7db;
}
.column-holder:after{
 	content:""; display:table;
	overflow: auto;
}	
.column-holder-detail{
	margin: 50px 0 0;
}
.column-holder-about{
	margin-bottom: 77px;	
}
.column-left{
	width: 560px;
	float: left;
}
.column-left.donator ul{
	list-style: disc;	
}
.column-left .main-logo{
	margin-bottom: 18px;
}
.column-left .personen-header{
	overflow: auto;	
}
.column-left .personen-header .company{
	display: block;
	font: bold 14px/14px Helvetica, Arial, Verdana, sans-serif;
}
.column-left .personen-header .function{
	color: #7c7c7c;		
}
.whatsup .column-left h1{
	font: bold 20px/20px Helvetica, Arial, Verdana, sans-serif;	
	margin: 0 0 10px;
}
.whatsup .column-left .short{
	margin: 0 0 50px 0;
}
.column-left h1{
	font: bold 28px/30px Helvetica, Arial, Verdana, sans-serif;
	margin-top: 0;
}
.column-left h1.detail{
	font: bold 28px/30px Helvetica, Arial, Verdana, sans-serif;
	margin: 0 0 3px;
}
.column-left h1.small{
	font: bold 20px/22px Helvetica, Arial, Verdana, sans-serif;
}
.column-left h1 .icon{
	padding-top: 5px;	
}
.column-holder-detail h3{
 	margin-top: 35px;
}
.column-left .founded{
	margin: 0 0 8px;
	color: #7c7c7c;
}
.column-left .date{
	color: #7c7c7c;
}
.column-left .detail-img{
	margin: 28px 0 50px;
}
.column-left .personen-img img{
	float: left;	
	margin: 0 35px 35px 0;
}
.column-left ul li{
	line-height: 1.6;
}
.column-left ul li a{
	text-decoration: none;	
}
.column-left h2{
	font: bold 20px/20px Helvetica, Arial, Verdana, sans-serif;
	margin: 40px 0 20px 0;
}
.topstartup-boxes h2{
	margin: 0 0 2px;
}
.column-left h3{
	font: bold 14px/14px Helvetica, Arial, Verdana, sans-serif;
	margin-top: 35px;
}
.column-left p{
	margin: 1.75em 0;	
}
.column-left > p{
	margin-top: 0;	
}
.column-left a{
	color: #177e96;
	line-height: 1.6;
}
.column-right{
	width: 290px;
	float: right;
}
.column-right .divider{
	margin-bottom: 50px;
}
.column-right h1.small{
	margin-top: 0;
	font: bold 14px/14px Helvetica, Arial, Verdana, sans-serif;
	padding: 0 0 5px;
	border-bottom: 1px dashed #d9dadb;
	text-transform: uppercase;
}
.column-right h2{
	font: bold 14px/14px Helvetica,Arial,Verdana,sans-serif;
	margin-top: 0;
	padding-bottom: 5px;
	padding-top: 4px;
	margin: 0;
	text-transform: uppercase;
	border-bottom: 1px dotted #bdbdbd;	
}
.column-right dd{
	line-height: 1.6;	
}
.column-right .firmalogo{
	padding: 0 0 10px;
	border-bottom: 1px dashed #bdbdbd;	
	margin-bottom: 20px;
}
.column-right h3{
	font: bold 14px/19px Helvetica, Arial, Verdana, sans-serif;	
	margin: 0;
}
.column-right .cbHead h3{
    border-bottom: 1px dashed #BDBDBD;
    font: bold 14px/19px Helvetica,Arial,Verdana,sans-serif;
    margin: 0;
    padding-bottom: 5px;
    padding-top: 4px;
    text-transform: uppercase;
}
.column-right .btn{
	margin: 26px 0 0;
}
.column-right .name a{
	color: 	#177e96;
}
.column-right p{
	margin: 0.5em 0;	
}
.column-right a{
	color: #7C7C7C;
}
.column-right .mail{
	color: #177d95;	
}
.column-right .website{
	color: 	#177e96;
}
.column-right .social-media{
	overflow: auto;	
}
.column-right .social-media li{
	float: left;
	margin: 0 20px 8px 0;
}
.column-right .information td{
	padding: 0 10px 5px 0;
}
.column-right .sharing td{
	padding: 0 10px 10px 0;
}
.column-right .personen{
	margin: 40px 0 0;	
}
.column-right .personen h4{
	font-weight: bold;
}
.light{
	color: #7C7C7C;
}
.column-right .video-frame{
	margin: 10px 0;
	-webkit-box-shadow:  2px 2px 2px 2px #848586;        
    box-shadow:  1px 1px 2px 1px #848586;
}
.divider h2 .count{
	font-weight: normal;
	font-size: 12px;
}
.column-right .arrow-list li{
	line-height: 1.6;
}
.column-right .arrow-list li a{
	padding-right: 10px;
	color: #7c7c7c;
	background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/stupre_arrow-silver.png) no-repeat right;		
}
.column-left-member{
	width: 466px;
	margin: 0 20px 0 0;
	float: left;
}
.column-right-member{
	width: 455px;
	float: left;
}
.column-left-member h3,
.column-right-member h3{
	font-size: 2em;
}
.column-left-member .btn,
.column-right-member .btn{
	border: 0 none;
}
.filter{
	width: 183px;
	float: left;
	margin-right: 33px;
	position: relative;
}
.filter h4{
	font-weight: bold;
	color: #323232;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
.filter h4.second-title{
	margin-top: 35px;	
}
.filter .reset-filter{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 13px;
}
.filter .reset-filter a{
	color: #7C7C7C;
	text-decoration: none;
}
.filter .reset-filter a:hover{
	color: #177d95;
}
.filter .reset-filter.gold a{
	color: #B99F66;
}
.filter .filter-button{
	display: block;	
	background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/stupre_filter-title.png) no-repeat;
	height: 32px;
	line-height: 30px;
	padding: 0 13px 0 22px;
	color: #cfcfcf;
	text-decoration: none;
	margin-bottom: 8px;
	font-size: 12px;
	position: relative;
}
.filter .filter-button span{
	position: absolute;
	right: 10px;
	top: 0;	
	display: block;
}
.filter .divider{
	height: 1px;	
	margin: 10px 0;
}
.filter .divider.dashed{
	border-top: 1px dashed #bdbdbd;
}
.filter .divider.solid{
	border-top: 1px solid #bdbdbd;
}
.filter .more-filters{
	font-size: 12px;
	color: #7c7c7c;
}
.filter .arrListe{
	margin: 0;
	padding: 0;
}
.list-content{
	width: 719px;
	float: right;
}

.list{
	border: 1px solid #dadbdd;
	background: #fff;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	border-radius: 4px; 
	/* behavior: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/File/ie-css3.htc); */
}

.apply-box{
	width:942px;
	margin:  50px 0 0;
}
.apply-box-left{
	width: 325px;
	float: left;
}
.apply-box-left img{
	margin-left: 50px;	
}
.apply-box-right{
	width: 560px;
	float: right;
}
.apply-box-right h1{
		font: 300 40px/44px Helvetica;
		margin: 0 0 17px;
}
.apply-box-right .grey{
	color: #7c7c7c;	
}
.apply-box p{
	color: #7c7c7c;	
}
.more.gold{
	background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/stupre_arrow-gold.png) no-repeat right;
	color: #b99f66;
}
.apply-button{
	background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/stupre_apply-buttons-inactive-orange.png);	
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	cursor: pointer;
	color: #fff;
	width: 183px;
	height: 40px;
	line-height: 38px;
	margin-top: 50px;
}
.apply-button:hover{
	background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/stupre_apply-buttons-active-orange.png);	
}
.apply-button.red{
	background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/stupre_form-buttons-inactive-red.png);	
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	cursor: pointer;
	color: #fff;
	width: 183px;
	height: 40px;
	line-height: 38px;
	margin-top: 43px;	
}
.apply-button.red:hover{
	background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/stupre_form-buttons-active-red.png);	
}
.winner-box{
	width:942px;	
}
.winner-list{
	overflow: auto;
}
.winner-list li:first-child{
	margin-left: 0;	
}
.winner-list li{
	float: left;
	width: 290px;
	margin-left: 35px;	
	position: relative;
}
.winner-list li img{
   -webkit-box-shadow:  2px 2px 2px 2px #848586;        
    box-shadow:  1px 1px 2px 1px #848586;	
}
.winner-list .teaser{
	position: absolute;
	bottom: 0;
	height: 17px;
	width: 250px;
	padding: 12px 20px;
	background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/stupre_teaser-balken.png) repeat-x;	
}
.winner-list .teaser .count{
	font:18px/18px Helvetica, Arial, sans-serif;	
	color: #b99f66;
	border-right: 1px solid #b99f66;
	width: 40px;
	float: left;
	text-shadow: 2px 2px 2px #202020;
}
.winner-list .teaser .desc{
	margin-left: 11px;
	float: left;
}
.winner-list .teaser .desc span{
	color: #fff;
	text-shadow: 2px 2px 2px #202020;
    filter: dropshadow(color=#202020, offx=2, offy=2);
}
.winner-list .teaser .desc .name{
	font: bold 18px/18px Helvetica, Arial, sans-serif;
	text-shadow: 2px 2px 2px #202020;
    filter: dropshadow(color=#202020, offx=2, offy=2);
}
article.divider{
	width:942px;
	background:url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/vkick_divider.png) no-repeat;
	height: 18px;
}
.quote-box{
	width:942px;
	margin: 0 0 77px;	
}
.quote-box .heading{
	overflow:hidden;
	width:100%;
	text-align:center;
	background:url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/vkick_divider.png) no-repeat;
	height: 18px;
}
.quote-box h1{
	font-weight: normal;
}
.quote-box .heading h2{
	color:#7c7c7c;
	margin:0 0 12px;
	font: 14px/18px Helvetica, Arial, Verdana, sans-serif;
	padding:0 37px;
	display:inline;
}
.quote-box-list li:first-child{
	margin-left: 0;	
}
.quote-box-list li{
	float: left;
	width: 290px;
	margin-left: 35px;	
	position: relative;
}
.quote-box-list li .quote{
	background: #fff;
	border: 1px solid #c9cbcc;
	padding: 17px 20px;
	position: relative;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-bottom: 24px;
}
.quote-box-list li .quote cite{
	line-height: 1.6;	
	color: #8d8d8f;
}
.quote-box-list li .quote-arrow{
	width: 19px;
	height: 19px;
	background: url("/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/vkick_quote-arrow.png") no-repeat;
	position: absolute;
	bottom: -19px;
	left: 17px;
}
.quote-box-list .person-box{
	margin: 18px 0 0 5px;
}
.quote-box-list .person-box .picture{
	float:left;
	margin-right:10px;
}
.quote-box-list .person-box .name a{
	font: bold 12px/14px Helvetica, Arial, sans-serif;
	color: #177d96;
	text-decoration: none;
}
.quote-box-list .person-box .desc{
	font: 12px/14px Helvetica, Arial, sans-serif;
	color: #3a3c3f;	
}

/*Slider*/

/*Angebote*/

.angebote{
	margin: 0 0 50px;	
}
.angebote h4{
	font: bold 14px/19px Helvetica, Arial, Verdana, sans-serif;	
	margin: 13px 0 6px;
}
.angebote a{
	color: #177d96;
	display: block;
}
.angebote img{
	padding-top: 1px;
}
.angebote h5{
	font-weight: bold;	
	margin: 5px 0 0 0;
}
.angebote p a{
	margin: 5px 0 30px 0;		
}

/*iFrame pages*/
.iframe-pages{
	padding: 0 35px 0 0;
}
.iframe-pages a{
	color: #7C7C7C;	
}
.iframe-pages h2{
	margin-top: 20px;
	font: bold 16px/19px Helvetica, Arial, Verdana, sans-serif;		
}
.iframe-pages ul{
	list-style: disc;	
	margin-left: 30px;
}
.iframe-pages ul ul{
	margin: 0 0 0 20px;	
}
.iframe-pages li{
	line-height: 1.6;	
}
.iframe-pages input[type="checkbox"], .iframe-pages input[type="radio"]{
	margin: 0 10px 0 0;
}
.iframe-pages table table td{
	padding: 3px 0;
}
.bg-white{
	background: #fff;
}
.bg-white table td{
	vertical-align: top;
}

/*Nomination*/

.nomination-preview{
	height: 600px;
	overflow-y: scroll;
	overflow-x: hidden;	
}

/*Accordion News*/
.news.featured-col1 .news_accordion{
	list-style: none;	
	margin-left: 0;
}
.news_accordion img{
	float: left;
	margin: 0 30px 30px 0;
}
.news_accordion block{
	float: left;
}
.news_accordion li:first-child{
	padding: 0;
}
.news_accordion li{
	float: left;
	width: 100%;
	padding: 30px 0;
	border-bottom: 1px solid #dbdbdb;
}
.news_accordion li:last-child{
	border: none;
}
.news_accordion span.date{
	font-size: 0.75em;
	margin-bottom: 10px;
	display: block;
}
.news_opener{
	display: inline !important;
	padding: 0 !important;	
}
.hidden_data {
    overflow: hidden;
}
.news_slide{
	float: left;	
}
.news_slide a{
	display: inline !important;
	line-height: 1.4em;
	padding: 0 !important;
}
.news_accordion h4 {
    margin-bottom: 0.5em;
	font-weight: bold;
}
.news_accordion h2{
	margin:0 0 26px;
	color:#3a3c3e;
	font:35px/39px Helvetica, Arial, sans-serif;
}
.news_accordion h3{
	margin-top: 0;
	color: #3A3C3E;
    font: 20px/24px Helvetica,Arial,Verdana,sans-serif;
}
/* Accordion
--------------------------------------------------------------------------------------------------*/
.ui-accordion h1,
.filter h1{
	display: block;	
	background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/vkick_filter-title.png) no-repeat;
	height: 32px;
	line-height: 30px;
	padding: 0 13px 0 22px;
	color: #cfcfcf;
	text-decoration: none;
	margin-bottom: 8px;
	font-size: 12px;
	position: relative;
	cursor: pointer;
	color: #4c4e50;
	margin-top: 0;
}
.ui-accordion h1.ui-state-active,
.filter h1.ui-state-active{
	background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/vkick_filter-title-active.png) no-repeat;
	margin: 0;	
	height: 30px;
}
.ui-accordion span,
.filter .ui-accordion span{
	position: absolute;
	right: 10px;
	top: 0;	
	display: block;
}
.accordion_content,
.filter .accordion_content{
	background: #fff;
	border-left: 1px solid #cdcfd0;
	border-right: 1px solid #cdcfd0;
	border-bottom: 1px solid #848586;
	margin: 0 0 8px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.ui-accordion .filter-list,
.filter .filter-list{
	margin: 0;
}
.ui-accordion .filter-list li,
.filter .filter-list li{
	border-top: 1px solid #e5e3e4;
	padding: 8px 15px;
	position: relative;	
}
.filter-list li a{
	color: #7c7c7c;	
	display:block;
}
.ui-accordion .filter-list li:first-child{
	border: none;	
}
.ui-accordion .filter-list li:hover,
.filter .filter-list li:hover,
.ui-accordion .filter-list li.branche_selected,
.filter-list li.branche_selected{
	background: #177d95;
}
#containerSuche.gold .filter-list li:hover,
#containerSuche.gold li.branche_selected{
	background: #B99F66;	
}
.ui-accordion .filter-list li.branche_selected:after,
.filter-list li.branche_selected:after{
	content:"";
	display:block;
	clear:both;
	position: absolute;
	right: -9px;
	top: 0;
	height: 30px;
	width: 10px;
	background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/vkick_branche-selected-arrow.png) no-repeat left center;
}
#containerSuche.gold li.branche_selected:after{
	background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/stupre_branche-selected-arrow-gold.png) no-repeat left center;
}
.ui-accordion h1 a,
.filter h1 a{
	color: #CFCFCF;
	text-decoration: none;
}
.arrListe h1.branche_selected a{
	color: 	#B24F31;
}
.ui-accordion .filter-list li:hover a,
.filter .filter-list li:hover a{
	color: #fff;
}
.ui-accordion .filter-list li.branche_selected span span,
.filter-list li.branche_selected span span{
	color: #177d95;	
}
#containerSuche.gold .filter-list li.branche_selected span span{
	color: #000;	
}
.ui-accordion .filter-list li.branche_selected a,
.filter-list li.branche_selected a{
	color: #fff;	
}
.ui-accordion .filter-list li span,
.filter .filter-list li span{
	visibility: hidden;	
}
.ui-accordion .filter-list li:hover span,
.filter .filter-list li:hover span,
.ui-accordion .filter-list li.branche_selected span{
	visibility: visible;
}
.ui-accordion .filter-list li:hover span span,
.filter .filter-list li:hover span span,
.ui-accordion .filter-list li.branche_selected span span{
	display: inline;
	padding: 2px 7px;	
	position: relative;	
	background: #fff;
	right: 5px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.ui-accordion .filter-list li span,
.filter .filter-list li span{
    display: block;
    position: absolute;
    right: 10px;
    top: 4px;	
	font-size: 11px;
    font-weight: bold;
}
.ui-accordion .filter-list li a,
.filter .filter-list li a{
	font-size: 12px;
	text-decoration: none;
}
/* End Accordion
--------------------------------------------------------------------------------------------------*/
/* =Berichte
--------------------------------------------------------------------------------------------------*/
.bericht_tabelle{
	width: 100%;
	margin: 0;
}
.bericht_tabelle.header{
	margin-bottom: 10px;
}
.bericht_tabelle.header tr:hover{
	background: none;	
}
.bericht_tabelle tr:hover{
	background: #f6f6f6;	
}
.bericht_tabelle tr:hover h5 a{
	color: #323232;
}
.bericht_tabelle th{
	font-weight: bold;
	text-align: left;
	padding: 0 14px;
	text-transform: uppercase;
}
.bericht_tabelle th a{
	color: #323232;
	text-decoration: none;
	text-transform: uppercase;
}
.bericht_tabelle th.col1{
	padding-left: 0;
	width: 200px;
}
.bericht_tabelle td:first-child{
	border-left: none;	
}
.bericht_tabelle tr:first-child td{
	border-top: none;
}	
.bericht_tabelle td{
	padding: 9px 14px 15px 14px;
	font-size: 12px;
	border-left: 1px dashed #dddedf;
	border-top: 1px solid #dedede;
	vertical-align: top;
}
.bericht_tabelle .col1{
	width:164px;
	border-left: 0;
	padding-left: 5px;
}
.bericht_tabelle .col2{
	width:292px;
}
.bericht_tabelle .col-icons{
	border-left: 0 none;	
	padding: 9px 5px 15px 5px;
	min-width: 21px;
}
.image-stopped{
	display: inline-block;
	width: 21px;
	height: 21px;	
	background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/vkickre_startup-stopped.png);
}
.image-stopped:hover, .image-stopped.active{
	background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/vkickre_startup-stopped-hover.png);	
}
.image-dollar{
	display: inline-block;
	width: 21px;
	height: 21px;	
	background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/vkickre_startup-dollar.png);	
}
.image-dollar:hover, .image-dollar.active{
	background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/vkickre_startup-dollar-hover.png);	
}
.bericht_tabelle.top100.header .col1{
	padding-right: 0;
	padding-left: 0;	
	width: 50px;
}
.bericht_tabelle.top100 .col1{
	width:20px;
}
.bericht_tabelle.top100 .col2{
	width:164px;
}
.bericht_tabelle.investors .col1{
	width:180px;
}
.bericht_tabelle.investors .col2{
	width:120px;
}
.bericht_tabelle.investors .col3{
	width:100px;
}
.bericht_tabelle.top100archiv .col1{
	width:40px;
}
.bericht_tabelle.top100archiv .col2{
	width:200px;
}
.bericht_tabelle td h5{
	margin: 0;	
}
.bericht_tabelle td h5 a{
	font-weight: bold;
	font-size: 14px;
	color: #177d95;	
	text-decoration: none;
}
.bericht_tabelle.gold td h5 a{
	color: 	#B99F66;
}
.bericht_tabelle td .place{
	color: #7c7c7c;
}
.bericht_tabelle.awards h5{
	font-weight: bold;
	font-size: 14px;
	color: #ee6436;	
	text-decoration: none;
}
.labels{
	margin: 0;
}
.labels li{
	float: left;
	margin: 0 5px 0;
}
.labels li a{
	display: block;
}
.labels li a.venturekick{
	width: 16px;
	height: 16px;
	background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/stupre_labels-venturekick.png) no-repeat;
}
.labels li a.venturekick:hover{
	background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/stupre_labels-_venturekick-color.png);
}
.labels li a.venturelab{
	width: 20px;
	height: 18px;
	background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/stupre_labels_venturelab.png);
}
.labels li a.venturelab:hover{
	background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/stupre_labels-venturelab-color.png);
}
.labels li a.ventureleaders{
	width: 20px;
	height: 18px;
	background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/stupre_labels_venutreleaders.png);
}
.labels li a.ventureleaders:hover{
	background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/stupre_labels-ventureleaders-color.png);
}
.labels li a.cti{
	width: 23px;
	height: 18px;
	background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/stupre_labels_cti.png);	
}
.labels li a.cti:hover{
	background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/stupre-labels-cti-color.png)  no-repeat;	
}
.labels li a.top100{
	width: 35px;
	height: 18px;
	background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/stupre_labels_top100.png);	
}
.labels li a.top100:hover{
	background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/stupre_labels-top100-color.png);	
}


/*Milestones*/
.milestones{
	width: 549px;
	margin: 0 0 80px;	
}
.milestones.detail{
	margin: 0;	
}
.milestones tr{
	border-bottom: 1px dotted #d5d5d7;
	background: #f3f3f3;
}
.milestones  tr:first-child{
	border-top: 1px dotted #d5d5d7;
}
.milestones tr:hover{
	background: #ebebeb;
}
.milestones tr .milestone-title a{
	color: #177E96 !important;
}
.milestones tr:hover .milestone-title a{
	color: #323232 !important;
}
.milestones td{
	padding: 8px 15px 12px 0;
}
.milestones td.col1{
	width: 20px;
	padding: 0 0 0 15px;
}
.milestones td.col1 img{
	margin-top: 4px;	
}
.milestones .milestone-title a{
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
}
.milestones .date{
	font:  12px/12px Helvetica,Arial,Verdana,sans-serif;
}
.milestones a{
	color: #323232;
}
.milestones p{
	font:  12px/12px Helvetica,Arial,Verdana,sans-serif;
	margin: 5px 0 0;
}
.bericht_tabelle.milestones tr:hover{
	background: none;
}
.bericht_tabelle.milestones td{
		
}
/*Milestones -> Facescroll*/

.styled-v-bar{ /* sample CSS class for a different vertical scrollbar look */
	background:	url(http://www.startup.ch/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/custom-scroll-bar.png) center top no-repeat;
	width: 10px;
	margin-right: 0;
	margin-bottom: 4px;
	min-height: 60px;
}
.styled-v-bar ins{ /* Style for the "ins" inner element, or bottom of the scrollbar */ 
	display: block;
	background:	url(http://www.startup.ch/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/custom-scroll-bar.png) center bottom no-repeat;
	width: 10px;
	height: 4px;
	position: absolute;
	top: 100%;
}
.alt-scroll-holder{
	overflow: hidden;
}
.alt-scroll-holder:hover {
	background:url('/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/NaviBarV2.png') no-repeat right top;
}
div.mousescroll {
    height:600px;
    resize:both;
    overflow:scroll;
}
#MediaContact.link-color a,
#PressReview.link-color a{
		color: #177E96;
}
/*Inno-Swiss*/
#StartupNews{
	margin-top: 30px;	
}
.inno-swiss {
	width: 549px;
	background: #F3F3F3;
	margin: 0;
}
.inno-swiss li:first-child{
	margin-top: 0;	
}
.inno-swiss li{
	margin-top: 37px;	
}
.inno-swiss h5{
	font:  bold 14px/16px Helvetica,Arial,Verdana,sans-serif;
	margin: 0 0 4px 0;
}
.inno-swiss h5 a{
	line-height: 1;	
}
.inno-swiss .date{
	font:  12px/12px Helvetica,Arial,Verdana,sans-serif;
	color: #000;	
}
.inno-swiss p{
	font:  14px/21px Helvetica,Arial,Verdana,sans-serif;	
	margin: 14px 0 0;	
}
.inno-swiss .more{
	color: #7c7c7c;
}

/*Videos*/

.elastic-video {
	    position: relative;
	    padding-bottom: 55%;
	    padding-top: 15px;
	    height: 0;
	    overflow: hidden;
}
.elastic-video iframe,
.elastic-video object,
.elastic-video embed {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
}
.elastic-video-wrapper {
	    width: 550px;
	    max-width: 100%;
}
/* End Berichte
--------------------------------------------------------------------------------------------------*/
/* =Formulare
--------------------------------------------------------------------------------------------------*/
form .auswahl{
	margin-bottom: 42px;	
}
.form_hintergrund.textalignleft .form_bezeichner{
	text-align: left;
}
form .row{
	padding: 3px 5px 2px 0;
}
form .row label{
	padding-top: 3px;	
}
.formspacing{
	height: 14px;
}
.dem_meldung{
	color: red;
	padding-bottom: 10px;
	font-style: italic;
	font-size: 12px;
}
.form_hintergrund.wrap .form_bezeichner{
	white-space: normal;
}
.form_bezeichner, .form_bez_bizsPark{
	vertical-align: top !important;
	text-align:left;
	padding: 5px 15px 0 0;
	color: #7c7c7c;
	white-space:nowrap;
}
.form_hintergrund table .form_bezeichner{
	white-space: normal !important;
	vertical-align: top;
}
.form_element_plz .form_element{
	width: 40px;
	margin-right: 20px;
}
.form_element_ort .form_element{
	width: 128px;	
}
.form_bezeichner.light{
	font-weight: normal;
	text-align: left;
}
.form_bezeichner.titel{
	padding: 10px 10px 0 0;
}
.column-right .form_hintergrund .divider{
	border-bottom: 1px dashed #bdbdbd;
	margin: 10px 0 5px 0;
}
.form_bezeichner.input{
		padding: 0;
		text-align: left;
}
form table table{
	margin: 0;	
	padding: 0;
}
form table table .form_bezeichner{
	padding-right: 5px;
}
form table table .form_bezeichner.input{
	font-weight: normal;
	padding-right: 10px;
    padding-top: 4px;
}
.form_bezeichner table td{
	padding: 0 5px 5px 0;	
	text-align: left;
}
*+html .form_bezeichner.input{
	padding-top: 8px;
}
.form_element{
	height: 26px;
	line-height: 26px;
	border: 1px solid #b4b4b4;
	margin-bottom: 10px;
	float: left;
	-webkit-border-radius: 04px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 04px;
	-moz-border-radius-topleft: 0;
	-webkit-box-shadow: inset 0px 1px 2px 0px #dcdcdc;
	box-shadow: inset 0px 1px 2px 0px #dcdcdc;
	border-radius: 4px;
	width: 200px;
	padding: 0 5px;
}
.form_element_widget{
	height: 26px;
	border: 1px solid #b4b4b4;
	margin-bottom: 10px;
	float: left;
	-webkit-border-radius: 04px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 04px;
	-moz-border-radius-topleft: 0;
	-webkit-box-shadow: inset 0px 1px 2px 0px #dcdcdc;
	box-shadow: inset 0px 1px 2px 0px #dcdcdc;
	border-radius: 4px;
	width: 290px;
	padding: 0 5px;
	font-size: 12px;
}
.form_hintergrund.col1 .form_element{
	width: 168px;
}
.form_bg_color_false{
	border: 1px solid red;	
}
select.form_element{
	width: 200px;	
	padding: 4px;
	width: 212px;
	height: 28px;
}
.form_hintergrund.col1{
	margin: 0;	
}
.form_hintergrund.col1 select.form_element{
	width: 180px;	
}
textarea.form_element{
	height: 60px;
	padding-top: 5px;
	resize:none;
}
textarea.form_element_widget{
	height: 120px;
	resize:none;
}
.form_hintergrund .btn{
	background: url("/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/stupre_form-button-inactive.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font: 14px/29px Helvetica,Arial,Verdana,sans-serif;
    margin: 0 0 10px 0;
    width: 183px;
	height: 40px;
	text-align: center;
}
.form_hintergrund .btn:hover{
	background: url("/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/stupre_form-button-active.png") no-repeat scroll 0 0 transparent;	
}
.form_hintergrund .btn.wide{
	width: 231px;
	background: url("/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/stupre_form-button-inactive-wide.png") no-repeat scroll 0 0 transparent;	
}
.form_hintergrund .btn.wide:hover{
	background: url("/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/stupre_form-button-active-wide.png") no-repeat scroll 0 0 transparent;			
}
.btn.red{
	background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/stupre_button-inactive-red.png) no-repeat;	
	text-align: center;
	text-decoration: none;
	display: block;
	cursor: pointer;
	color: #fff;
	width: 102px;
	height: 32px;
	line-height: 32px;	
}
.form_hintergrund .btn.red:hover{
	background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/stupre_button-active-red.png) no-repeat;	
}
.btn.black{
	background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/stupre_button-inactive.png) no-repeat;	
	text-align: center;
	text-decoration: none;
	display: block;
	cursor: pointer;
	color: #fff;
	width: 102px;
	height: 32px;
	line-height: 32px;	
}
.btn.black:hover{
	background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/stupre_buttons-active.png) no-repeat;
}

.btn{
	background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/stupre_button-inactive.png) no-repeat;
	text-align: center;
	display: block;
	cursor: pointer;
	width: 102px;
	height: 32px;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
}
.btn:hover{
	background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/stupre_buttons-active.png) no-repeat;
	text-decoration: none;	
}
.btn.wide{
	color: #fff;
	width: 183px;
	background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/stupre_button-inactive-wide.png) no-repeat;	
}
.btn.wide:hover{
	background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/stupre_button-active-wide.png) no-repeat;	
}
/* End Formulare
--------------------------------------------------------------------------------------------------*/
/* =Partners
--------------------------------------------------------------------------------------------------*/
.partner{
	border-top: 1px solid #d9dada;	
}
.partners-box{
	overflow:hidden;
	margin: 0 auto 110px auto;
	padding: 26px 0 0 0;
	position: relative;
	width: 942px;
}
.partners-box .partners-list{
	list-style:none;
	padding:0 0 0 0px;
	margin:0;
	/* font:14px/19px Helvetica, Arial, Verdana, sans-serif; */
	list-style: none;
}
.partners-box .partners-list:after{
	content:"";
	display:block;
	clear:both;
}
.partners-list{
	list-style: none !important;
	margin-left: 0;
}
.partners-list li{
	list-style: none !important;
	margin: 0 0 50px 0;
	display: block;
	overflow: auto;
}
.article-partner .partners-list, 
.partners-box .partners-list li:last-child{
 padding: 0;
}
.partners-box .partners-list li{
	float:left;
	width:220px;
	padding:0 20px 0 0;
}
.article-partner .partners-list li, 
.blank .partners-list li{
	float:left;
	width:218px;
	padding:0 0 0 100px;	
}
.blank .partners-list li{
	float:left;
	width:247px;
	padding:0 0 0 100px;	
}
.article-partner .partners-list li:first-child, 
.blank .partners-list li:first-child{
	padding-left: 0;
}
.partners-box .partners-list .img-box,
.article-partner .partners-list .img-box,
.blank .partners-list .img-box{
	overflow:hidden;
	width:100%;
	margin:0 0 1em;
	height: 80px;
}
.partners-list .img-box{
	margin-bottom: 1em;	
}
.partners-box .partners-list strong,
.article-partner  .partners-list strong{
	display:block;
	padding:0 0 15px;
}
#main .partners-box .partners-list p{margin:0 0 12px;}
.partners-box .partners-list a{
	display:block;
	color:#177D96;
	text-decoration:none;
}
.partner_product{
	overflow: auto;
	margin-top: 95px;	
}
.partners-box .heading{
	overflow:hidden;
	width:100%;
	margin:0 0 25px;
	/*text-align:center;
	background:url("/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/vkick_divider-space_breit.gif") repeat-x center;*/
}
.partners-box .heading h2{
	color:#7c7c7c;
	margin:0 0 12px;
	/* font: bold 14px/18px Helvetica, Arial, Verdana, sans-serif; */
	font-weight: bold;
	display:inline;
	background: #fff;
	text-transform: uppercase;
	padding-left: 17px;
}
.partners-box .partners-list .img-box{
	overflow:hidden;
	margin:0 0 1em;
	height: 80px;
}
.partners-box p{
	color: #7C7C7C;
}

/* End Partners
--------------------------------------------------------------------------------------------------*/

.deal-box{
	margin: 50px 0 0;
}
.deal-box .heading{
	overflow:hidden;
	width:100%;
	text-align:center;
	background:url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/stupre_divider.png) repeat-x 9px;
}
.deal-box .heading h2{
	color:#7c7c7c;
	margin:0 0 12px;
	font: 14px/18px Helvetica, Arial, Verdana, sans-serif;
	display:inline;
}
.deal-box .partners-list:first-child{
	margin-top: 0;	
}
.deal-box .partners-list{
	overflow: auto;	
	margin: 30px 0;
}
.deal-box .partners-list li{
	padding: 0 0 0 35px;
	float: left;
	width: 290px;
}
.deal-box .partners-list li:first-child{
	padding: 0;
}
.deal-box .img-box{
    height: 80px;
    margin: 0 0 1em;
    overflow: hidden;
	background: #fff;
	border-top: 1px dashed #d5d5d7;
	height: 160px;
	display: table;
	width: 100%;
}
.something-else-semantic{
   display: table-cell;
   text-align: center;
   vertical-align: middle;	
}
*:first-child+html .something-else-semantic{
   margin-top: 20px;
}
/* =Footer
--------------------------------------------------------------------------------------------------*/
#footer{
	overflow:hidden;
	width:100%;
	background: #252525;
	min-height:80px;
	padding:48px 0 22px;
	color:#c0c4c7;
	font:14px/17px Helvetica, Arial, sans-serif;
}
.footer-holder{
	overflow:hidden;
	width:940px;
	margin:0 auto;
}
.navigation{
	float:left;
	width:220px;
	padding:0 24px 0 0;
}
.navigation ul{
	overflow:hidden;
	list-style:none;
	padding:0;
	margin:0;
}
.navigation li{
	vertical-align:top;
	margin:0 0 8px;
}
.navigation strong{
	display:block;
	font:bold 14px/17px Helvetica, Arial, sans-serif;
	padding:0 0 7px;
}
.navigation a{
	color:#b14e30;
	text-decoration:none;
}
.navigation.top100 a{
	color: #B99F66;
}
.navigation a:hover{text-decoration:underline;}
footer .contacts-box{
	float:right;
	width:211px;
}
footer .contacts-box.left{
	float: left;	
}
footer .contacts-box strong{
	display:block;
	font:bold 14px/17px Helvetica, Arial, sans-serif;
	padding:0 0 15px;
}
footer .contacts-box address{
	padding:0 0 7px;
	font-style:normal;
	line-height: 1.45;
}
footer .contacts-box dl{
	overflow:hidden;
	width:100%;
	margin:0;
}
footer .contacts-box dd{display:inline;}
footer .contacts-box dt{
	display:inline;
	margin:0;
}
footer .contacts-box a{
	color:#B14E30;
	text-decoration:underline;
}
footer .contacts-box a:hover{
	color:#bebebe;
	text-decoration:underline;
}
footer .contacts-box a:hover{text-decoration:none;}
/* End Footer
--------------------------------------------------------------------------------------------------*/
/* =Popup
--------------------------------------------------------------------------------------------------*/
iframe body, iframe html{
	background: none !important;
	border: none;
}
#iframe{
	width: 942px;	
	overflow: hidden;
}
#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:10;
	border: none;
}
#popupContact{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	width:940px;
	z-index:11;
	border: none;
}
body > #main{padding: 0 !important; border: 1px solid transparent;}
#popupContactClose{
	font-size:25px;
	line-height:14px;
	right:6px;
	top:20px;
	position:absolute;
	font-weight:700;
	display:block;
	cursor: pointer;
}
#popupContactClose:hover{
	text-decoration: none;
}
.popup.featured .article-frame{
	height: auto;	
	padding-top: 5px;
		background: url("/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/ifjre_article-c-bg.gif") repeat-x scroll 0 5px transparent;
	min-height: 420px;
}
.popup.featured-col1{
	background: url("/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/ifjre_divider3.gif") repeat-y scroll 540px 8px;
	padding: 40px;
    width: 465px;
	min-height: 420px;
}
.popup.featured-col2{
	background: none;
	border: 0 none;
	height: auto;
	width: 313px;
}
#iframe html{
	overflow: visible;	
}
.popup.article-frame h1{
	margin-top: 0;	
}
.popup.featured-col2 .cbHead h3{
	margin: 0;
}
.popup.featured-col1 h2
{
	margin:0 0 26px;
	color:#3a3c3e;
	font:35px/39px Helvetica, Arial, sans-serif;
}
.popup.featured-col2 h2{
	font: bold 18px/20px Helvetica, Arial, sans-serif;		
	color:#3a3c3e;
}
.popup.featured-col1 h3,
.popup.featured-col2 h3
{
	color: #3A3C3E;
	font: 20px/24px Helvetica,Arial,Verdana,sans-serif;
	margin: 0 0 9px;
}
.popup.featured-col1 a,
.popup.featured-col2 a
{
	background: none;
	color: #000;
	display: inline;
	text-decoration: underline;
}
.popup.featured-col2 ul{
	list-style: disc;
	line-height: 1.6;
	color: 	#7C7C7C;
	margin-left: 20px;
}
.popup.featured-col2 ul li{
	margin: 0 0 10px; 	
}
.gmap{
	margin-bottom: 10px;
}
.popup.featured-col1 .firmalogo{
	margin-bottom: 25px;	
}
/* End Popup
--------------------------------------------------------------------------------------------------*/
/* =Coda Slider
--------------------------------------------------------------------------------------------------*/
/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/
	.slider {
		width: 942px;
		position: relative;
		margin: 0 0 80px;
	}	
	.slider-holder,
	.brochure{
		border: 1px solid #d8d8d8;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		padding: 10px;
		background: #fff;
		height: 340px;
	}
	.brochure-grey{
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		background: #f5f5f5;	
		min-height: 340px;
	}
	#coda-nav-1{
		position: absolute;
		top: 440px;
		left: 318px;	
	}
	noscript div { background: #ccc; border: 1px solid #900; margin: 20px 0; padding: 15px }
	#coda-nav-1 ul{	margint: 0;	padding: 0;	width: auto !important;	}
	.coda-slider { height: auto !important; overflow-x: hidden;}
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px }
	
	#coda-slider-small, .coda-slider .panel { width: 920px; padding: 0; }
	#coda-slider-wide, .coda-slider.wide .panel.wide { width: 840px; padding: 20px 0; }  
	
	.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 100px }
	.coda-nav ul li a.current { margin-left: 0; }
	.coda-slider .panel-wrapper .content{
		float: left;	
		width: 418px;
	}
	.panel-wrapper .stat-holder{
		background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/panel-wrapper-stat-bg.gif) no-repeat;
		float: left;
		width: 402px;
		height: 300px;
		margin-right: 35px;
		padding: 20px;
	}
	.panel-wrapper .stat-holder h3{
		color: #da0f1d;
		font-size: 14px; 
		text-transform: uppercase;	
		margin: 0;
	}
	.coda-slider p.loading { padding: 20px; text-align: center }
	.coda-nav ul { 
		clear: both;
		display: block; 
		margin: auto; 
		overflow: hidden 
	}
	.coda-nav ul li { 
		display: inline; 
		float:left; 
		background: url("/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/vkick_coda.png"); 
	}
	.coda-nav ul li:hover { 
		background: url("/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/vkick_coda_active.png"); 
	}
	.coda-nav ul li.current{ 
		background: url("/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/vkick_coda_active.png"); 
	}
	.coda-nav ul li:first-child { 
		display: inline; 
		float:left; 
		background: url("/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/vkick_coda_leftcorner.png"); 
	}
	.coda-nav ul li:first-child.current { 
		background: url("/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/vkick_coda_leftcorner-active.png"); 
	}
	.coda-nav ul li:first-child:hover { 
		background: url("/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/vkick_coda_leftcorner-active.png"); 
	}
	.coda-nav ul li.last { 
		display: inline; 
		float:left; 
		background: url("/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/vkick_coda_rightcorner.png") right; 
	}
	.coda-nav ul li.last.current{ 
		background: url("/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/vkick_coda_rightcorner-active.png") right; 
	}
	.coda-nav ul li.last:hover{ 
		background: url("/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/vkick_coda_rightcorner-active.png") right; 
	}
	.coda-nav ul li a { 
		background: url("/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/vkick_coda_divider.png") no-repeat scroll 100% 0 transparent;
		display: block; 
		float: left; 
		margin-right: 1px; 
		padding: 0 20px; 
		height: 33px;
		line-height: 33px;
		text-decoration: none;
		color: #3a3c3e;
	}
	.coda-nav ul li:last-child a { background:none; }
	.panel-wrapper h2,
	.resources h2{
		font: 28px/32px Helvetica,Arial,Verdana,sans-serif;
		margin: 0 0 21px;
	}
	.panel-wrapper h3{
		font-weight: bold;
		font-size: 18px;	
		margin: 17px 0 0;
	}
	.panel-wrapper p{
		color: #8d8d8f;	
	}
	.panel-wrapper .title{
		display: none;
	}	
	.panel-wrapper img{
		margin-left: -20px;
	}
	.panel-wrapper .more-mint{
		color: #177d96;	
		padding: 0 10px 0 0;
		background: url("/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/vkick_arrow-mint.png") no-repeat right center;
	}
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow-x: hidden; }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: left; display: none; }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }


/* End Coda Slider
--------------------------------------------------------------------------------------------------*/
.list-popup-holder{
	position: relative;
}
.list-popup-icon{
	display: block;
	width: 15px;
	height: 10px;
	position: absolute;
	z-index: 1;
}
.list-popup-icon{
	background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/stupre_arrow-grey.png) no-repeat;
}
.list-popup-icon.orange:hover{
	background: url("/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/vkick_list-arrow-mint.png") no-repeat;
	height: 30px;
}
.list-popup-opener{
	position: absolute;
	right: 0;
	top: 3px;
}
.list-popup-content{
	background: #fff;
	width: 452px;
	padding: 25px;
	min-height: 500px;
	border: 1px solid #b9b9b9;
	display: none;
	position: absolute;
	z-index: 2;
	left: 14px;
	top: -13px;
	 -webkit-box-shadow:  1px 1px 2px 1px #848586;        
    box-shadow:  -1px 2px 2px 1px #dadada;	
}
.list-popup-content .firmalogo{
	margin-bottom: 25px;	
}
.list-popup-content a{
	color: #333333;
	text-decoration: underline;
}
.list-popup-content b.title{
	font:bold 14px/14px Helvetica, Arial, sans-serif;
}
.list-popup-content.gold{
	width: 425px;	
}
.list-popup-opener:hover .list-popup-icon + div{
	display: block;
}
#ajaxLoading{
	margin: auto;	
	width: 30px;
	height: 30px;
	margin-top: 130px;
}

