/*-- Ayee GmbH & Co. Kg --*/
/*-- ayee-allgemein --*/

body{
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 0px;
  width: 100%;
  text-align: center;
}

#ayee_web {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  line-height: 1.2em;
  color: #333;
  margin: 0px auto;
  width: 982px;
}

#ayee-kopf, #ayee-footer{
  position: relative;
  width: 100%;
  min-height: 100px;
  display: block;
}

.ayee-note{
  height: 100px;
  margin: 0px;
  line-height: 1.0em;  
  font-size: 1.8em;
  vertical-align: baseline;
  padding: 10px 0px 0px 53px;
  letter-spacing: -0.025em;
  display: block;  
}

.ayee-note .eins, .ayee-note .vier{
  color: #A3A3A3;
}

.ayee-note .zwei, .ayee-note .drei{
  color: #1F1F1F;
}

.ayee-note .drei{
  vertical-align: super;  
}

.ayee-note .lang-allg{
  display: inline;
}

.ayee-note .vier{
  font-size: 1.2em;
}

#ayee-lang a.lang-fr{
  color: #9ABC10;
  text-decoration: none;
}

#ayee-lang a.lang-en{
  color: #4B8CC6;
  text-decoration: none;
}

#ayee-lang a.lang-en:hover,
#ayee-lang a.lang-fr:hover{
  font-weight: bold;
}

.ayee-clearer{
  clear: both;
  height: 25px;
}

.ayee-error{
	color: #c80000;
}

/*--- Infoboxen ---*/  
a.info-box{
	position: relative;
	text-decoration: none;
}

.info-text{ 
	position: absolute;

	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	
	-moz-box-shadow:  2px 2px 8px #aaa;
	-webkit-box-shadow: 2px 2px 8px #aaa;
	box-shadow: 2px 2px 8px #aaa;
	
	background-color: #4C5B77;
	color: #ffffff;
	text-align: left;
	padding: 5px 5px 5px 20px;
	width: 400px;
	top: 2em;
	left: 2em;
	/*z-index: 100;*/
	z-index: 7000;
}
.short{
	width: 130px;
}
.midi{
	width: 200px;
}

.center{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/*#go .info-text,*/
a.info-box .info-text{ 
	display: none;
	font-weight: normal;
}

/*#go .info-box:hover .info-text,*/
a.info-box:hover .info-text{ 
	display: block;
}
  
  
/***--- Kopf ---***/
#ayee-kopf {
    height: 130px;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
}
#ayee-kopf-top {
    height: 100px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#ayee-logo {
    background: url("/design/images/ayee_logo.png") no-repeat scroll center center transparent;
    height: 100%;
    left: 0;
    position: absolute;
    top: -2px;
    width: 195px;
}
#ayee-login {
    background: url("/design/images/ayee_bg.png") repeat scroll left top #3E4148;
    border-bottom: 1px solid #252525;
    border-left: 1px solid #252525;
    height: 57px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 785px;
}

#ayee-lang-top{
	padding-top: 19px;
	padding-left: 15px;
}	
#ayee-lang-top a{
	text-decoration: none;
	opacity: 0.65;
}
#ayee-lang-top .akt,
#ayee-lang-top a:hover,
#ayee-lang-top a:focus{
	text-decoration: none;
	opacity: 1.0;
}

#ayee-lang-top .lang-de,
#ayee-lang-top .lang-fr,
#ayee-lang-top .lang-en{
	margin-right: 4px;
	display: block;
	float: left;
	width: 32px;
	height: 25px;
	background: url("/design/images/lang_flag.png") no-repeat 25px 25px;
	background-size: auto 22px;
}
#ayee-lang-top .lang-de{
	background-position: 0px 0;
}
#ayee-lang-top .lang-fr{
	background-position: -97px 0;
}
#ayee-lang-top .lang-en{
	background-position: -33px 0;
}

#ayee-login #user, #ayee-login #pwd {
    display: inline;
    height: 20px;
    position: absolute;
    top: 0;
    width: 128px;
}

#ayee-login .logged#user {
    width: 270px;
}
#ayee-login #pwd {
    left: 623px;
}
#ayee-login #user {
    left: 480px;
}
#ayee-login #user input.box, #ayee-login #pwd input.box {
    background: url("/design/images/ayee_login_bg.png") no-repeat scroll center center transparent;
    height: 22px;
    padding-left: 3px;
    padding-top: 1px;
    position: absolute;
    top: 19px;
    width: 122px;
    border: 0px solid transparent;
}
#ayee-login h3 {
    position: absolute;
    top: 2px;
    color: #FFFFFF;
    font-size: 0.6em;
    margin: 0;
}
#ayee-login #titel {
    bottom: 0;
    height: 16px;
    left: 478px;
    position: absolute;
    width: 300px;
}
#ayee-login h1 {
    color: #C8C8C8;
}
#ayee-login h1 a {
    color: #C8C8C8;
    text-decoration: none;
}
#ayee-login h2 {
    bottom: -5px;
    clip: rect(0px, 300px, 12px, 0px);
    color: #585B62;
    font-size: 1.7em;
    left: 0;
    margin: 0;
    padding-left: 0;
    position: absolute;
}
#ayee-login #go {
    background: url("/design/images/ayee_login_but.png") no-repeat scroll center center transparent;
    height: 15px;
    left: 756px;
    position: absolute;
    top: 23px;
    width: 15px;
}
#ayee-menu {
    bottom: 0;
    clear: both;
    height: 40px;
    right: 0;
    width: 785px;
}
ul#ayee-menu {
    border-bottom: 1px solid #252525;
    border-left: 1px solid #252525;
    bottom: 1px;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
}
ul#ayee-menu li {
    float: left;
    line-height: 41px;
    list-style: none outside none;
    width: 117px;
}
ul#ayee-menu a {
	display:block;
   color: #C8C8C8;
   font-weight: 600;
   letter-spacing: -0.05em;
   text-decoration: none;
}
ul#ayee-menu li:hover, ul#ayee-menu li:active, ul#ayee-menu .blau_akt {
    background: #21567C url("/design/images/ayee_but_akt.png") repeat scroll center center;
}
ul#ayee-menu li:hover a, ul#ayee-menu li:active a, ul#ayee-menu li .blau_akt a {
    color: #FFFFFF;
}
.menu {
    border-right: 1px solid #252525;
}
li.menu {
}
#ayee-breadcrumbnav {
    background: url("/design/images/ayee_breadcr.png") repeat-x scroll center center transparent;
    border: 1px solid #252525;
    bottom: 0;
    height: 30px;
    position: absolute;
    right: 0;
    width: 100%;
}
.ayee-bread {
    background: url("/design/images/ayee_breadcr_trenner.png") no-repeat scroll right center transparent;
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 20px 0 10px;
}
a.ayee-bread {
    color: #5B5A5B;
    font-weight: 600;
    letter-spacing: -0.05em;
    text-decoration: none;
    vertical-align: middle;
}
a.ayee-bread:hover {
    color: #828388;
}
#e01 {
    float: left;
    height: 30px;
    width: 45px;
}
#e01:hover {
    background: url("/design/images/ayee_breadcr_home_akt.png") no-repeat scroll left center transparent;
    float: left;
    height: 30px;
    width: 45px;
}

/***--- Body ---***/
	
#ayee-body{
  position: relative;
  text-align: left;
}

#ayee-body h1{
  color:#7F7F7F;
  font-weight: normal;
  margin: 27px 0px 20px 0px;
}

#ayee-body h3{
  font-weight: normal;
  font-size: 1.17em;
  margin: 17px 0px 0px 0px;
}


#ayee-slider{
  position: relative;
  top: 0px;
  left: 0px;
  height: 350px;
  /*border: 1px solid #0000FF;*/
}

#ayee-slider .prod_button{
  position: absolute;
  top: 226px;
  left: 50px;
  z-index: 1000;
}

#ayee-slider .prod_button img{
  top: 0px;
  left: 0px;
}

#ayee-slider img{
  border: 0px solid transparent;  
}
#ayee-slider .quali_siegel{
  position: absolute;
  /*top: 126px;
  left: 650px;*/
  height: 75px;
  width: 75px;
  z-index: 1000;
}

#ayee-slider .quali_siegel p{
  position: absolute;
  color: #55491f;
    font-family: serif;
    font-size: 0.7em;
    font-weight: bold;
    line-height: 0.9em;
    margin-left: 18px;
    margin-top: 24px;
    position: absolute;
    text-align: center;
}

#siegel-1{
  top: 120px;
  left: 840px;
}
#siegel-2{
  top: 230px;
  left: 625px;
}
#siegel-3{
  top: 145px;
  left: 810px;
}
#siegel-4{
  top: 5px;
  left: 765px;
}
#siegel-5{
  top: 75px;
  left: 760px;
}

#ayee-slider .slider{
  position: absolute;
  top: 16px;
  left: 50px;
  z-index: 1000;
}
.slider h1{
	color: #9ABC10 !important;
	font-size: 1.8em !important;
	line-height: 1.4em !important;
	padding: 0px  !important;
	margin: 20px 0px 0px 0px  !important;
}
.slider p{
	font-size: 1em !important;
	color: #1F1F1F !important;
	padding: 0px !important;
	margin: 20px 0px 0px 0px;
}
.formular {
    margin: 60px 0 80px;
    width: 100%;
	 position: relative;
}

.formular a{
    color: #4B8CC6;
    text-decoration: none;
}

.prod_text a {
    color: #4B8CC6;
    text-decoration: none;
}
.formular a:hover{
    /*font-weight: bold;*/
}

.prod_text a:hover {
	color: #4B8CC6;
	text-shadow: #0c0c0c 3px 3px 5px;
}

a.norm {
    color: #DDDDDD;
    text-decoration: none;
}
a.norm:hover {
    text-decoration: none;
	 text-shadow: #c0c0c0 3px 3px 5px;
    /*font-weight: bold;*/
}

a.blue {
    color: #4B8CC6 !important;
}
a.blue:hover {
    color: #95C9E5 !important;
	 text-shadow: #c0c0c0 3px 3px 5px;
}
/*
.formular a, #ayee-body a {
    color: #4B8CC6;
    text-decoration: none;
}
.formular a:hover, #ayee-body a:hover {
    font-weight: bold;
}
*/
.container{
  position: absolute;
  top: 0px;
  left: 0px;
}

#slider{
  height: 309px;
  /*border: 1px solid #ff5555;*/
}
#verlauf{
  width: 100px;
  margin: 10px auto;
  padding: 0px;
}

#ayee-produkt{
  padding-left: 22px;
  /*border: 1px solid #ff5555;*/
}
#prod_1,#prod_2,#prod_3,
.prod_1,.prod_2,.prod_3{
  width: 255px;
  margin: 0px 26px;
  float: left;
}

#prod_1 ul,#prod_2 ul,#prod_3 ul,
.prod_1 ul,.prod_2 ul,.prod_3 ul{
  margin: 0px;
  padding: 0px 0px 0px 14px;
}
.prod_titel{
  height: 18px;
  /*border: 1px solid #55ff55;  */
}
li.prod_titel {
  margin-left:14px;
  padding-top: 16px;
  font-size: 0.8em;
}
.prod_head{
  padding-top: 7px;
  padding-left: 15px;
  height: 30px;
  color: #FFFFFF;
  background: #3E4148 url("/design/images/ayee_bg.png") repeat left top;
  /*border: 1px solid #55ff55;  */
}
.bold{
	font-weight: bold;
}
.inline{
	display:inline;
}
.green{
  color: #9ABC10;
  font-weight: bold;
  font-size: 1.4em;
  vertical-align: middle;
  display: inline;
}

.prod_pic{
  /*border: 1px solid #55ff55;  */
}
#prod_3_top .prod_pic{
  text-align: center;
}
.prod_text{
  font-size: 0.8em;
  padding: 10px 25px;
  /*border: 1px solid #55ff55;  */
}
.subject{
  font-weight: bold;
  display: inline;
}

.prod_button,
.help_button{
  position: relative;
  height: 67px;
  width: 209px;
  margin: 0px 25px;
  background: transparent url("/design/images/ayee_test_but.png") no-repeat 0 0;
  text-align: left;
  /*padding: 15px 40px;*/
  /*right: -50px;*/ /* 2x padding*/
}
.help_button{
  position: absolute;
  /*right: -80px;*/ /* 2x padding*/
}

.prod_button span,
.prod_button a,
.help_button a{
	padding: 18px 30px;
	display: block;
	width: 100%;
	height: 100%;
  text-decoration: none;
  font-weight: 600;
  color: #000000;
}

.prod_button a p{
  margin: 0px;
  padding: 0px;
  color: #000000;
}

#ayee-slider .prod_button p{
  margin: 0px;
  padding: 0px;
  font-weight: 600;
  color: #000000;
}

#ayee-slider .prod_button:hover p{
  color: #ffffff;
}

.prod_button .link-nota,
.help_button .link-nota{
  font-size: 0.7em;
  font-weight: 500;
  line-height: 1.0em;
  color: #4B8CC6;
}
.prod_button:hover,
.help_button:hover{
  background: transparent url("/design/images/ayee_test_but_akt.png") no-repeat 0 0;
}
.prod_button:hover a,
.help_button:hover a{
  color: #ffffff;
}
.prod_button:hover .link-nota,
.help_button:hover .link-nota{
  color: #aaaaaa;
}

.nText{
  width: 100%;
}

.nText_rot{
  color: #ff0000;
  width: 100%;
}

.nota {
    font-size: 0.8em;
    line-height: 1em;
    margin: 0 0 15px;
}

.scroll-field {
    height: 450px;
    overflow: auto;
	padding-right: 10px; 
}
.body-block{
    background: url("/design/images/ayee_bg.png") repeat scroll left top #3E4148;
    color: #DDDDDD;
    float: left;
    font-size: 1.1em;
    line-height: 1.4em;
    padding: 0 53px;
    position: relative;
    text-align: justify;
    width: 581px;
    display: block;
    min-height: 500px;
}

#ayee-help{
  position: relative;
  text-align: left;
  width: 255px;
  margin: 20px;
  float: left;
}

#ayee-help > a,
.prod_1 > a,
.prod_2 > a{
	color: inherit;
	text-decoration: inherit;
}
.help_head{
  padding-top: 7px;
  padding-left: 15px;
  height: 30px;
  color: #FFFFFF;
  background: #3E4148 url("/design/images/ayee_bg.png") repeat left top;

}
.help_pic{

}
.help_text{
  font-size: 0.8em;
  padding: 10px 25px;

}

.weiter_button,
.zurueck_button {
	position: absolute;
	right: 53px;
	width: 134px;
	height: 38px;
	background: transparent url("/design/images/ayee_but_bg.png") no-repeat 0 0;
	text-align: center;
	line-height: 38px;
	
	bottom: 20px;
}
.zurueck_button {
    right: 197px;
}

#passremind.weiter_button{
	right: 0px;
	bottom: 0px;
}
.weiter_button a,
.zurueck_button a{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	font-weight: 300;
	color: #000000;
	background: transparent url();
	
	 padding: 0;
}

#rechnung .zurueck_button,
#rechnung .weiter_button{
	top: 20px;
	right: 200px;
	z-index: 500;
}
#rechnung .weiter_button {
	 right: 0px;
}

.weiter_button:hover,
.zurueck_button:hover{
	background: transparent url("/design/images/ayee_but_bg_akt.png") no-repeat 0 0;
}

.weiter_button:hover #anmeld1,
.zurueck_button:hover #anmeld1{
	border: 1px #342937 solid;
}
.weiter_button:hover a,
.zurueck_button:hover a{
	color: #ffffff;
}

.weiter_button input {
	background-color: transparent;
	border: 0 solid transparent;
	color: #000000;
	cursor: pointer;
	line-height: 38px;
	width: 100%
}	
.weiter_button input:hover{
	color: #ffffff;
}

/***--- Footer ---***/
	
#ayee-footer {
    height: 120px;
    text-align: left;
}
#ayee-impfoot, ul#imp-menu, #ayee-copy {
    bottom: 0;
    position: absolute;
}
#ayee-impfoot, ul#imp-menu, ul#imp-menu li, #ayee-copy {
    color: #828388;
    font-weight: 500;
    height: 34px;
    letter-spacing: -0.04em;
    line-height: 34px;
    margin: 0;
}
#ayee-impfoot {
    background: url("/design/images/ayee_bg.png") repeat scroll left top #3E4148;
    display: block;
    position: relative;
    width: 100%;
}
#imp-menu {
}
ul#imp-menu {
    clip: rect(10px, 600px, 25px, 0px);
    left: 0;
    padding-left: 49px;
    text-align: center;
    width: 58%;
}
ul#imp-menu li {
    float: left;
    list-style: none outside none;
    padding: 0 7px;
}
ul#imp-menu a {
    color: #828388;
    text-decoration: none;
}
ul#imp-menu a:hover {
    color: #FFFFFF;
    text-decoration: none;
}
ul#imp-menu li:hover a, ul#imp-menu li:active a {
    color: #FFFFFF;
}
.imp-foot {
    border-right: 1px solid #828388;
}
.last .imp-foot {
    border-right: medium none;
}
#ayee-copy {
    padding-right: 10px;
    right: 0;
    width: 42%;
}
	
/***--- Slider ---***/
	
.container {
    cursor: pointer;
    height: 310px;
    overflow: hidden;
    position: relative;
    width: 980px;
}
.slides {
    left: 0;
    position: absolute;
    top: 0;
}
/*
.slides div {
    display: none;
    position: absolute;
    top: 0;
    width: 982px;
}
*/
.slides a, #ayee-slider a {
    border: 0 solid transparent;
    color: transparent;
}
#loopedSlider, #newsSlider {
    clear: both;
    margin: 0 auto;
    position: relative;
    width: 982px;
}
ul.pagination {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
ul.pagination li {
    float: left;
}
ul.pagination li a {
    background: url("/design/images/ayee_bullet_out.png") no-repeat scroll center center transparent;
    color: transparent;
    padding: 5px;
}
ul.pagination li.active a {
    background: url("/design/images/ayee_bullet_over.png") no-repeat scroll center center transparent;
}
.slide_dot {
    margin: 5px 1px;
}

/***--- Anmeldung ---***/


#ayee-anmeldung {
    position: relative;
    text-align: left;
}
#ayee-anmeldung .nota {
    font-size: 0.8em;
    line-height: 1em;
    margin: 0 0 15px;
}
.bg-field {
    color: #000000;
    display: block;
    width: 100%;
}
.grupp-name {
    font-size: 1em;
    line-height: 1em;
    margin: 0;
}
#anmeld3 .bg-field {
    color: #9F9F9F;
    padding: 10px;
}
.pflicht {
    float: left;
    text-align: center;
    width: 15px;
}
.pflicht span {
    color: #000000;
}
.pflicht_rot span {
    float: left;
    text-align: center;
    width: 15px;
    color: #FF0000;
}
select {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid transparent;
    font-size: 1em;
    width: 97%;
}
select option{
   color: #DDDDDD;
}
.tx-field {
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 1em;
    width: 95%;
}
.anred {
    margin: 0 5px 0 0;
    padding: 0;
}
.grau01 {
    background-color: #EEEEEE;
}
.grau02 {
    background-color: #BBBBBB;
}
.grau03 {
    background-color: #888888;
}
#anmeld .posbottom, #anmeld2 .posbottom {
    margin: 10px 0 15px;
}
#anmeld .postop, #anmeld2 .postop, #anmeld .pos, #anmeld2 .pos {
    margin: 15px 0 5px;
}
a.agb {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}
a.agb:hover {
    color: #DDDDDD;
}

.webcurrent{
	display: block;
}
.non{
	display: none;
}

/***--- Impressum ---***/
	
.imp-field {
}
	
/***--- Company ---***/

#ayee-comp, #ayee-kont, #ayee-prod {
    position: relative;
    text-align: left;
}

#unternehmen .nText, #kontakt .nText {
    width: 100%;
}
#unternehmen .grupp-name, #kontakt .grupp-name {
    font-size: 1em;
    line-height: 1em;
    margin: 0;
}
#unternehmen .bg-field, #kontakt .bg-field {
    color: #000000;
    display: block;
    width: 100%;
}
.imp-field, .kont-field {
}

#agb-field {
  /*  height: 450px;
    overflow: auto;
*/	
}

/***--- FAQ ---***/
#faqs .formular > .akordeon-item {
    margin-bottom: 35px;
}
#faqs .akordeon-head{
	cursor: pointer;
}
	
#faqs .nText {
    width: 100%;
	 margin: 5px 0px 15px 25px;
}
.faq-field {
}
.faq_bigdetail, .faq_detail {
    display: none;
    margin: 0 0 0 15px;
}
.faq_bigblock:hover .faq_bigdetail, .faq_bigblock:active .faq_bigdetail, .faq_block:hover .faq_detail, .faq_block:active .faq_detail {
    display: block;
}

/***--- Produkt ---***/

#ayee-willkommen {
    position: relative;
    text-align: left;
}
#ayee-willkommen .nota {
    font-size: 0.8em;
    line-height: 1em;
    margin: 0 0 15px;
}
#ayee-willkommen .formular {
    margin: 10px 0 40px;
}
.top_img {
    left: -53px;
    position: relative;
    width: 687px;
}

.top_img_big{
	position: relative;
	width: 100%;
}

#produkte01 .ico_img, #produkte01 h1 .ico_img, #produkte01_01 .ico_img {
    float: left;
    left: -10px;
    margin: -10px 0 20px -40px;
    position: relative;
}
.produkt .formular {
    margin: 0 0 80px 27px;
}
.prod {
    color: #DDDDDD;
    float: left;
    font-size: 0.8em;
    padding: 0 5px 0 0;
    position: relative;
    width: 180px;
}
#prod_gal_light, #prod_gal_light_01 {
}
#prod_gal_unlim {
}
#produkte01_01_01 .prod, #produkte01_02_01 .prod, #produkte01_03_01 .prod {
    width: 581px;
}
.prod_img {
/*    background: url("/design/images/icons/ayee_icon_prod_schein.png") no-repeat scroll 0 0 transparent;*/
	 background: url("/design/images/ayee_bullet.gif") no-repeat scroll 0 0 transparent;
    position: relative;
    width: 100%;
}
#produkte01_01 .prod_img, #produkte01_01_01 .prod_img, #produkte01_02 .prod_img, #produkte01_02_01 .prod_img, #produkte01_03a .prod_img, #produkte01_03 .prod_img, #produkte01_03_01 .prod_img {
    background: url("/design/images/icons/ayee_icon/prod_schein4.png") no-repeat scroll left center transparent;
    height: 190px;
    margin: 0;
    text-align: center;
    width: 190px;
}
#produkte01_01_01 .prod_img, #produkte01_02_01 .prod_img, #produkte01_03_01 .prod_img {
    text-align: left;
}
.prod:hover .prod_img, #produkte01_01 .prod:hover .prod_img, #produkte01_01_01 .prod:hover .prod_img, #produkte01_02 .prod:hover .prod_img, #produkte01_02_01 .prod:hover .prod_img, #produkte01_03a .prod:hover .prod_img {
    background: url("/design/images/icons/ayee_icon_prod_schein.png") no-repeat scroll 0 0 transparent;
}
.prod_img .thumb {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.thumb img {
    left: 0;
    position: absolute;
    top: 0;
}
.prod_img .view {
    display: none;
    height: 1px;
    left: -1px;
    position: absolute;
    top: -1px;
    width: 1px;
}
.prod_img:hover .view {
    display: block;
    height: 380px;
    left: 20px;
    position: absolute;
    top: -20px;
    width: 400px;
    z-index: 500;
}


#rapid .prod_img{
	position: relative;
	height: 175px;
}

#rapid .prod_img a{
	position: relative;
	height: 175px;
	display: table-cell;
	vertical-align: middle;
}

#rapid .schein{
	position: absolute;
	width: 2px;
	height: 2px;
	left: 10%;
	top: 15%;
	border-radius: 20px;
	box-shadow: 60px 60px 60px 60px #ffffff;
	display: none
}

#rapid .prod:hover .schein{
	display: block;
}

#rapid .prod:hover {
    text-decoration: none;
	 text-shadow: #c0c0c0 3px 3px 5px;
}
#rapid .prod_img img{
	position: relative;
	width: 160px;
}
#rapid .lightimg{
	width: 90px !important;
	margin: 0 30px;
}

.prod_desc {
    text-align: left;
}

.prod_desc .info-text{
	top: auto;
	bottom: -3em;
	left: 5em;
	width: 150px;
}
.prod_desc h3 {
    margin: 0;
    padding: 0;
    font-weight: bold !important;
}
.prod ul {
    margin: 0;
    padding-left: 15px;
}

.inaktiv{
	opacity: 0.5;
}

.checkline {
    clear: left;
    float: left;
    margin-right: 10px;
    margin-top: 4px;
}
label {
    float: left;
    line-height: 1.2em;
    padding: 4px 0 6px;
    width: 95%;
}

.tab, table {
    border-collapse: collapse;
    display: table;
    margin: 0 0 5px;
    width: 100%;
    border: 1px solid;
}
.zeile {
    border: 1px solid #909090;
    display: table-row;
}
.th {
    font-weight: bolder;
}
.gerade {
    font-weight: normal;
}
.ungerade {
    font-weight: normal;
}
.spalte {
    border: 1px solid #909090;
    display: table-cell;
    padding: 3px 5px;
    text-align: center;
    width: 150px;
}
.no01 {
   text-align: left;
	vertical-align:middle;
   width: 230px;
}
.no02, .no03, .no04, .no05 {
	vertical-align:middle;
}
.no03 {
}
.no04 {
}

.no04 input,
.no05 input{
	cursor: pointer;
	background: radial-gradient(#94D3E0 0%, #134770 70%) 0px 30px;
	color: #ffffff;

	/*background: #ffffff;*/
	/*background: radial-gradient(#94D3E0 20%, #134770 80%) 0px 30px;*/
	border: 1px solid transparent;
	/*color: #c8c8c8;*/
	
}

.no04 input:hover,
.no05 input:hover{
	background: #ffffff;
	/*background: radial-gradient(#94D3E0 20%, #134770 80%) 0px 30px;*/
	color: #606060;
/*
	background: radial-gradient(#94D3E0 0%, #134770 70%) 0px 30px;
	color: #ffffff;
*/	
	/*radial-gradient(#134770 20%, #94D3E0 80%) 0px 30px;*/
}

.no04 a,
.no05 a{
	border: solid transparent 1px;
}
#zertifikat img{
	float: right;
	margin-left: 10px;
}

#konto .no01,#konto .no02,#konto .no03,#konto .no04,#konto .no05{
	width: 20%;
	text-align: center;
   vertical-align: middle;
}
#konto .no03, 
#auszug .no05{
	text-align: right;
}
#konto .no01,#konto .no03{
	width: 15%;
}
#konto .no02{
	width: 30%;
	text-align: left;
}

#konto input#but_re, #konto input#but_view {
	width: 90%;
}


/***--- myProdukt ---***/

.my_prod {
    color: #DDDDDD;
    float: left;
    font-size: 0.8em;
    padding: 0 5px 0 0;
    position: relative;
    width: 170px;
	text-align: center;
}

.my_prod:hover .prod_img {
   background: url("/design/images/icons/ayee_icon_prod_schein.png") no-repeat scroll 0 0 transparent;
}

.my_prod .prod_desc {
    text-align: center;
}

/*.akordeon-body */
textarea{
	width: 95%;

	background-color: transparent;
	border: 2px solid #DDDDDD;

	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	
	color: #DDDDDD;
	padding: 5px;
}

