/* css fuer www.gib-mir-eine-stimme.de */


td {
	font-size: 14px;
	color: #333333;
}

.title {
	font-size: 16px;
	font-weight: bold;
	color: #6699cc;
	text-decoration: none;
}
	
.red {
 color: #ff0000;
}
.highlight {
 	/*background-color: #99ccff;*/
 	background-color: #c8e3ff;
}

a:link, a:visited {
	font-size: 14px;
	color: #6699cc;
	text-decoration: none;
}

#navi {
	padding-left: 15px;
}

#maintextbox {
	padding-left: 37px;
}

#popuptextbox {
	font-size: 14px;
	padding-left: 37px;
	line-height: 20px;
}

#input {
	position: relative;
	left: 100px;
}

.activelink {
	font-size: 14px;
	color: #6699cc;
	text-decoration: none;
}

.subnavigation {
	font-size: 14px;
	color: #6699cc;
}

.inactivesubnavi {
	font-size: 14px;
	color: #6699cc;
	text-decoration: underline;
	text-align: left;
}

a.subnavi:link, a.subnavi:visited {
	font-size: 14px;
	color: #6699cc;
	text-decoration: none;
}

a.subnavi:hover, a.subnavi:active {
	font-size: 14px;
	text-decoration: underline;
}

/*question text*/
.question {
	font-size: 20px;
	/*font-weight: bold;*/
	color: #333333;
	text-decoration: none;
}

a.questionlk:link, a.questionlk:visited {
	font-size: 20px;
	color: #6699cc;
	text-decoration: none;
}

a.questionlk:hover, a.questionlk:active {
	font-size: 20px;
	text-decoration: underline;
}


option, select {
	outline-style: solid; 
	background-color: #ffffff; 
	outline-color: #ffffff;
}

/* for border on email info text box */
#rundrum {
  	border-width: 1px;
  	border-style: solid;
  	border-color: #336699;
  	padding: 15px;
  	text-align: left;
  	color: #336699;
}

input.huebsch { 
	margin-top: 10px;
    background-color: #fff; 
    border: 1px solid #666; 
    font-family: verdana; 
    font-size: 13px; 
    padding: 4px;
    color: #333; 
}

/*STIMMZETTEL BLACK*/

.stimmzettel_heading {  
    cursor: pointer; 
	border-width: 1px;
  	border-style: solid;
  	border-color: #666;
  	background-color: #eeeeee;
  	color: #333;
  	font-weight: normal;
  	padding: 10px;
  	vertical-align:middle;
}
.stimmzettel_bl {
	border-width: 1px;
  	border-style: solid;
  	border-color: #666;
  	padding: 10px;
  	height: 40px;
}

/*stimmzettel black mouseovers*/
.checkbox_bl_off {
	background-image: url(../pix/checkbox_sm_off.gif);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.checkbox_bl_on {
	background-image: url(../pix/checkbox_sm_on.gif);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

/*STIMMZETTEL BLUE*/

.stimme {
	font-weight: bold;
  	font-size: 14px;
  	color: #666;
  	vertical-align: top;
}
.stimmzettel_blue_party {
	border-width: 1px;
  	border-style: solid;
  	border-top-color: #6699cc;
  	border-left-color: #6699cc;
  	border-right-color: #ffffff;
  	border-bottom-color: #6699cc;
  	padding: 10px;
  	height: 60px;
  	color: #6699cc;
  	font-weight: bold;
  	font-size: 12px;
}

.stimmzettel_blue {
	border-width: 1px;
  	border-style: solid;
  	border-color: #6699cc;
  	padding: 2px;
  	height: 60px;
  	color: #6699cc;
  	font-size: 12px;
}

/*stimmzettel blue mouseovers*/
.checkbox_blue_off {
	background-image: url(../pix/checkbox_sm_blau_off.gif);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	border-width: 1px;
  	border-style: solid;
  	border-color: #6699cc;
}

.checkbox_blue_on {
	background-image: url(../pix/checkbox_sm_blau_on.gif);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	border-width: 1px;
  	border-style: solid;
  	border-color: #6699cc;
}

/*list of voters -- background highlight*/

tr.bg_normal {
	background-color: #fff;
}
tr.bg_highlight {
	background-color: #e6eff7;
}
/*list of voters -- table format*/
.list_voters_hdg {  
    cursor: pointer; 
	border-width: 1px;
  	border-style: solid;
  	border-color: #69c;
  	background-color: #e6eff7;
  	color: #369;
  	font-weight: normal;
  	padding: 6px;
  	vertical-align:middle;
}
.list_voters {
	border-width: 1px;
  	border-style: solid;
  	border-color: #69c;
  	padding: 6px;
  	color: #369;
}

/*list of sponsors -- background highlight*/

tr.bg_sp_normal {
	background-color: #fff;
}
tr.bg_sp_highlight {
	background-color: #eeeeee;
}
/*list of sponsors -- table format*/
.list_sponsors_hdg {  
    cursor: pointer; 
	border-width: 1px;
  	border-style: solid;
  	border-color: #666;
  	background-color: #eeeeee;
  	color: #333;
  	font-weight: normal;
  	padding: 6px;
  	vertical-align:middle;
}
.list_sponsors {
	border-width: 1px;
  	border-style: solid;
  	border-color: #666666;
  	padding: 6px;
  	color: #333;
}