/* 
####################################################
###### Attac Forms CSS for Relaunch 2012      ######
###### (c) Nico Wehnemann                     ######
###### Letzte Änderung am 28.08.2012 von Nico ###### 
####################################################
*/



.tx-extbase-flash-message  {
background-color:red;
color:#ffffff;
font-weight:bold;
list-style-position:inside;
list-style-type: none;
padding-left: 5px;


}

.button-forms {
background-color: #dde3c8;
border:1px solid #a3465c;
padding: 2px;
font-size:12px;
font-weight:bold;
}

/*Die InfoBox*/
.infotext{
 font-size:12px;
 padding:5px;width:200px;display:none;
 position:absolute;top:25px;left:0px;
 background-color:#dde3c8;color:#a3465c;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -moz-box-shadow: 0px 0px 7px #000;
 -webkit-box-shadow: 0px 0px 7px #000;
 box-shadow: 0px 0px 7px #000 ;
 border:1pt solid #666;
}

.info{
color:#444;

position: relative;
}

.info:hover .infotext{display:inline;}

/*TellaFriend*/

#tellafriend {
font-size:12px;
border-buttom: 1px solid #dde3c8;

}

#form-border {
font-size:12px;
}

.tx-attacforms-index-table td, tx-attacforms-index-table tr, tx-attacforms-index-table table {
border:none;
}

.attacLinkAction{
	border:2px solid #D5D5D5;background-image: -moz-linear-gradient(center top , #F6F6F6 10%, #D5D5D5 90%);padding:2px 4px;	border: 1px solid #7C7C7C;
border-radius: 1px 1px 1px 1px;
}

.f3-widget-paginator li{
	display:inline;margin:1px !important;
}

/* Anpassung für Groupmap */
div#content #attacgroupsmap img {
    background-attachment: scroll;
    background-color: transparent;
    background-image: none;
}
#attacInfoWindow{
	width:200px;
}

/* Fehlermeldungen in Forms mit UL */
.typo3-message{
margin: 0;
padding: 0;
list-style-type: none;
font-weight:bold;
}