@charset "utf-8";
/* CSS Document */
/* designed by Fabian Keller 09 */
/* part of Maturaarbeit - findmind.ch */

/* general tags */
html {
	height:100%;
	width:auto;
	margin:0;
	padding:0;
}
body {
	height:100%;
	width:auto;
	background:url(../pics/background.png) #FFFFFF repeat;
	padding:0;
	margin:0;
	color:#000000;
	font-size:13px;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	text-align:left;
}
h1 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:24px;
	color:#DB0025; /* Findmind Rot: #DF0025 */
	clear:both;
}
h2 {
	font-family:Tahoma, Arial, Geneva, sans-serif;
	font-size:18px;
	clear:both;
}
img {
	border:none;
	margin:0px;
}
hr {
	border:1px;
	background-color:#666666;
	height:1px;
	margin-right:10px;
	clear:both;
}
table, td, tr {
	margin:0px;
	padding:0px;
}
p {
	clear:both;
}


/* . tags */
.maindiv {
	width:900px;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto -56px;
	padding:0 15px 0 15px;
	background:url(../pics/bg_main_body.png) repeat-y;
}
.div_banner {
	width:900px;
	height:100px;
	color:#999999;
}
.div_navi {
	height:101px;
	background:url(../pics/bg_main_navi_subnavi.png) no-repeat;
	margin:0 -15px 0 -15px;
	padding:10px 0 0 25px;
}
.div_content {
	padding:10px;
	text-align:left;
	clear:both;
}
.div_spacer {
	height:56px;
}
.div_copyright {
	height:26px;
	padding:20px 0 0 0;
	margin:0 auto;
	background:url(../pics/bg_main_navi_subnavi_inv.png) no-repeat top;
	text-align:center;
}
.icon {
	width:18px;
	height:18px;
	margin-right:5px;
	vertical-align:middle;
}


/* navi */
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display:block;
	font-weight:bold;
	font-size:17px;
	height:40px;
	line-height:40px;
	background:#3A7CCB;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
}

#nav a:hover {
	background:#FFFFFF;
	color:#3A7CCB;
	border:#3A7CCB solid 2px;
	height:36px;
	line-height:36px;
}

#nav li ul a {
	display: block;
	width: 200px;
	
	background:#5599ff;
	font-size:15px;
	height:30px;
	line-height:30px;
	text-align:left;
	padding-left:10px;
}

#nav li ul a:hover {
	color:#5599ff;
	border:#5599ff 2px solid;
	height:26px;
	line-height:26px;
	width:196px;
}

#nav li {
	float: left;
	width: 10em;
}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}


#subnav, #subnav ul {
	padding:0;
	margin:56px 0 0 105px;
	*margin-top:66px; /* Only IE7 */
	*white-space:nowrap; /* Only IE7 */
	list-style: none;
}

#subnav a {
	display: block;
	font-weight:bold;
	font-size:15px;
	height:25px;
	line-height:25px;
	background:#5599ff;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
}

#subnav a:hover {
	background:#FFFFFF;
	color:#5599ff;
	border:#5599ff solid 2px;
	height:21px;
	line-height:21px;
}

#subnav li {
	float: left;
	width: 9em;
}
#subnav form {
	text-align:right;
	margin-right:125px;
	*margin:-26px 0 0 226px; /* IE7 Only */
	padding:2px;
}
#subnav form input {
	width:115px; 
	height:17px; 
	border:1px solid #999999;
}
#subnav form button {
	padding:1px 10px;
	*padding:0 4px; /* IE7 Only */
	*margin:0 0 4px 5px; /* IE7 Only */
	line-height:17px;
	*line-height:13px; /* IE7 Only */
	*vertical-align:middle; /* IE7 Only */
}

/* links */
a {
	color:#0066FF;
	text-decoration:none;
}
a:hover, a:focus {
	color:#0066FF;
	text-decoration:underline;
}
a:active {
	color:#E20025;
	text-decoration:none;
}
a[target="_blank"]{ /* externe Links */
	
}



/********************/
/* Additional Stuff */
/********************/

/* Buttons */
.buttons a, .buttons button, input[type="submit"], button{
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-size:100%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:2px 7px 3px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:1px 7px 0 7px; /* IE6 */
}
.buttons button[type]{
    padding:2px 7px 2px 7px; /* Firefox */
}
*:first-child+html button[type]{
    padding:1px 7px 0 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 5px -3px 0 !important;
	*margin:0 0 -3px 0 !important; /* IE7 Only */
    padding:0;
	*padding:0 5px 0 0; /* IE7 Only */
    border:none;
    width:16px;
    height:16px;
}
button:hover, .buttons a:hover, input[type="submit"]:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
button:active, .button a:active, input[type="submit"]:active{
	background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

.buttons a.blue {
	color:#0066ff;
}

/* Pure CSS Form */
.pureform {
	width:400px;
	padding:14px;
}
#basic {
;
}
#basic p {
	font-size:11px;
	color:#666666;
	margin-bottom:20px;
	border-bottom:solid 1px #dedede;
	padding-bottom:10px;
}
#basic label {
	display:block;
	font-weight:bold;
	text-align:right;
	width:140px;
	float:left;
}
#basic .small {
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:140px;
}
#basic input {
	float:left;
	width:240px;
	margin:2px 0 30px 10px;
}
#basic textarea {
	float:left;
	width:240px;
	margin:2px 0 0px 10px;
}
#basic font {
	display:block;
	margin:0px 0px 0px 0px;
	text-align:right;
}
#basic button {
	clear:both;
	margin-left:150px;
}

/* Home Features */
#home_feat_con {
	margin:0px;
	padding-left:10px;
}
#home_feat_con img {
	width:20px;
	height:20px;
	vertical-align:middle;
	margin-right:6px;
}
.home_feat {
	display:block;
	float:left;
	margin:0px;
	margin-right:10px;
	background-color:#DDDDDD;
	line-height:30px;
	padding-left:10px;
	padding-right:10px;
	cursor:pointer;
}
.home_feat:hover {
	background-color:#5B9DEC;
}
.home_feat_desc {
	width:750px;
	border:solid 1px #666666;
	padding:10px;
	min-height:64px;
}
.home_feat_desc img {
	float:left;
	width:64px;
	height:64px;
	margin-right:10px;
}
.home_table_left{
	width:400px;
	margin-top:30px;
	margin-right:25px;
	float:left;
}
.home_table_left td{
	padding:10px;
	border-bottom:1px solid #999;
}
.home_table_left img{
	float:left;
	margin-right:20px;
}
.home_table_right{
	width:425px;
	margin-top:30px;
	padding-left:25px;
	border-left:1px solid #999;
	float:left;
}
.home_table_right td{
	padding:10px;
	border-bottom:1px solid #999;
}
.home_table_right img{
	float:left;
	margin-right:20px;
}

/* Welcomeloggedin */
.welcomeloggedin_box{
	float:left; 
	width:258px;
	padding:10px; 
	border:2px solid #CCC; 
	-webkit-border-radius:4px;
    -khtml-border-radius:4px;
    -moz-border-radius:4px;
    border-radius: 4px;
}
.welcomeloggedin_info{
	padding:10px; 
	margin-bottom:15px;
	border:2px solid #CCC; 
	-webkit-border-radius:4px;
    -khtml-border-radius:4px;
    -moz-border-radius:4px;
    border-radius: 4px;
	background:
}
.welcomeloggedin_info:hover{
	
}
.welcomeloggedin_title{
	font-weight:normal;
	margin-top:0px;
}

/* addnewelement */
.addnewelement {
	margin:10px 0px;
}
.addnewelement fieldset{
	-webkit-border-radius:4px;
    -khtml-border-radius:4px;
    -moz-border-radius:4px;
    border-radius: 4px;
	border:solid 1px #999;
	padding:10px 15px 10px 15px;	
}
.addnewelement fieldset legend {
	font-weight:bold;
	font-size:14px;
	color:#0066FF;
}
.addnewelement button {
	color:#0066FF;
}

/* mysurveys */
.mysurveys {
	line-height:30px;
	border-bottom:solid 1px #666666;
	table-layout:fixed;
	width:880px;
}
.mysurveys_line {
	padding-left:5px;
	padding-right:5px;
	border-top:solid 1px #666666;
	overflow:hidden;
	height:30px;
	white-space:nowrap;
}
.mysurveys_line_hover {
	padding-left:5px;
	padding-right:5px;
	border-top:solid 1px #666666;
	overflow:hidden;
	height:30px;
	white-space:nowrap;
}
.mysurveys_line_hover:hover {
	overflow:visible;
	z-index:20;
	position:absolute;
	background-color:#EEEEEE;
}
.mysurveys_title {
	display:block;
	float:left;
	width:500px;
	overflow:hidden;
}
.mysurveys_line:hover {
	background-color:#EEEEEE;
}
.mysurveys img {
	width:16px;
	height:16px;
	vertical-align:middle;
	margin-right:3px;
}


/* Viewsurvey */
.viewsurvey_element {
	margin:10px 0px;
}
.viewsurvey_button_question{
	float:right;
	margin-left:45px;
}
.viewsurvey_element_number{
	float:left;
	width:40px;
	height:25px;
	border:1px solid #999;
	margin-right:-1px;
	padding:3px;
	color:#FFF;
	font-size:20px;
	font-weight:bold;
	text-align:right;
	background:#5599ff;
}
.viewsurvey_element_number_disabled{
	background:#CCC;
	float:left;
	width:40px;
	height:25px;
	border:1px solid #999;
	margin-right:-1px;
	padding:3px;
	color:#FFF;
	font-size:20px;
	font-weight:bold;
	text-align:right;
}
.viewsurvey_element fieldset{
	-webkit-border-radius:4px;
    -khtml-border-radius:4px;
    -moz-border-radius:4px;
	-webkit-border-top-left-radius:0;
    -khtml-border-top-left-radius:0;
    -moz-border-radius-topleft:0;
    border-radius: 4px;
	border-top-left-radius:0;
	border:solid 1px #999;
	padding:15px;
}
.viewsurvey_element button {
	color:#0066FF;
}
.viewsurvey_element_title {
	font-weight:bold;
	font-size:14px;
	color:#DB0025;  /* H2 Rot: #DB0025 */
	margin-top:0;
}
.viewsurvey_element_title_oblig {
	font-weight:bold;
	font-size:14px;
	color:#DB0025;
	margin-top:0;
	background:#CCC;
}
.viewsurvey_teilnehmerfilter{
	-webkit-border-radius:4px;
    -khtml-border-radius:4px;
    -moz-border-radius:4px;
    border-radius: 4px;
	border:solid 1px #999;
	padding:2px 10px 2px 10px;	
}
.viewsurvey_table {
	margin:0px;
	padding:0px;
	border:none;
}
.viewsurvey_table_firstrow {
	width:210px;
	font-weight:bold;
}
.question_advice_title {
	color:#F00;
	font-style:italic;
}
.question_advice {
	color:#333;
	font-style:italic;
}

/* trend */
.viewsurvey_trend_container {
	display:block;
	clear:both;
	margin:1px;
}
.viewsurvey_trend_div_title_top {
	display:block;
	float:left;
	width:150px;
	padding:2px 2px 0px 0px;
	margin:1px;
}
.viewsurvey_trend_div_rating {
	display:block;
	float:left;
	width:60px;
	text-align:center;
	padding:2px 0px;
	margin:1px;
	background-color:#5599FF;
	color:#FFF;
	border:solid 1px #666666;
}
.viewsurvey_trend_div_left {
	display:block;
	float:left;
	width:150px;
	text-align:right;
	padding:4px 2px 0px 0px;
	margin:1px;
	*margin:-18px 1px 1px 1px; /* IE7 Only */
}
.viewsurvey_trend_div_right {
	display:block;
	float:left;
	width:150px;
	padding:2px 0px 0px 2px;
	margin:1px;
	*margin:-18px 1px 1px 1px; /* IE7 Only */
}
.viewsurvey_trend_div_radio {
	display:block;
	float:left;
	width:60px;
	height:20px;
	text-align:center;
	line-height:20px;
	margin:1px;
	*margin:-18px 1px 1px 1px; /* IE7 Only */
	background-color:#CCC;
	border:solid 1px #666666;
}
.viewsurvey_trend_div_radio:hover {
	background-color:#999;
}

/* Jumplist */
.jumplist{
	display:inline;
	font-size:12px;
}
.jumplist_td{
	padding-left:10px;
}


/* Results */
.results_mc {
	width:651px;
	display:block;
	border-right:solid 1px #666666;
	margin-top:10px;
}
.results_mc_container {
	clear:both;
	display:block;
}
.results_mc_left {
	width:250px;
	margin:0px;
	vertical-align:middle;
	line-height:20px;
	height:21px;
	overflow:hidden;
	display:inline-block;
	float:left;
	border-bottom:solid 1px #666666;
}
.results_mc_left:hover {
	background:#CCC;
}
.results_mc_right {
	height:21px;
	margin:0px;
	vertical-align:middle;
	line-height:20px;
	display:inline-block;
	background-color:#3A7CCB;
	background-image:url(../pics/results_bar_bg.png);
	background-repeat:repeat-x;
	border-bottom:solid 1px #666666;
	border-left:solid 1px #666666;
}
.results_mc_right:hover {
	background-image:url(../pics/results_bar_bg_hover.png);
}
.results_mc_bottom {
	margin-top:-1px;
	border-top:solid 1px #666666;
	width:651px;
	height:0px;
}
.results_mc a {
	color:#000000;
	background:none;
}
.results_trend {
	width:716px;
	display:block;
	margin-top:10px;
}
.results_trend_container {
	width:563px;
	display:block;
	float:left;
	border-bottom:solid 1px #666666;
	clear:both;
	background-image:url(../pics/bg_trend.png);
	background-repeat:no-repeat;
	background-position:right;
}
.results_trend_left {
	width:150px;
	vertical-align:middle;
	line-height:20px;
	height:21px;
	overflow:hidden;
	padding-right:2px;
	text-align:right;
	display:inline;
	float:left;
}
.results_trend_left:hover {
	background:#CCC;
}
.results_trend_middle {
	height:21px;
	vertical-align:middle;
	line-height:20px;
	display:inline-block;
	background-image:url(../pics/results_trend_bar_bg.jpg);
	background-repeat:no-repeat;
	background-position:right;
	border-left:solid 1px #666666;
}
.results_trend_middle:hover {
	background-image:url(../pics/results_trend_bar_bg_hover.jpg);
}
.results_trend_right {
	width:150px;
	vertical-align:middle;
	line-height:20px;
	height:21px;
	overflow:hidden;
	padding-left:2px;
	float:right;
	display:inline-block;
	border-bottom:solid 1px #666666;
	border-left:solid 1px #666666;
}
.results_trend_right:hover {
	background:#CCC;
}
.showip_table td {
	padding-right:10px;
	padding-left:10px;
	margin:0px;
	height:20px;
}
.showip_title {
	font-weight:bold;
	height:30px;
	vertical-align:top;
}
.showip_row1 {
	background-color:#DDDDDD;
}
.showip_ip {
	font-weight:bold;
}

/* help / F.A.Q. */
.help_element_title {
	font-weight:bold;
	font-size:16px;
	color:#0066FF;
	margin-top:15px;
}
.tipps_table{
	border:solid 1px #CCC;
	margin:0px;
	padding:0px;
}
.tipps_table td{
	margin:0px;
	padding:7px;
	border:solid 1px #CCC;
}

