/* 
    Document   : default
    Created on : 21.11.2011, 11:03:57
    Author     : mgr
*/

.breite{
    width: 560px;
}

body {
    margin-top: 0px;
    margin-left: 0px;
}

a {
    color: #777777;
    cursor: pointer;
    text-decoration: none;
}

.filterueberschrift {
    font-size: 12px; 
    font-weight: normal;
    text-transform: uppercase;
    padding-left: 4px;
    padding-right: 4px;
    color: #000000;
}

.inhalt {
    /* nothing */
    width: 560px;
}

.rahmen {
    /*-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background:-moz-linear-gradient( center top, #9FB6CD 5%, #dfdfdf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');*/
    /*-moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;*/
    border:none;/*2px solid #999799;*/
    display:inline-block;
    color:#676767; 
    font-family:arial;
    font-size:12px;
    text-decoration:none;
    text-shadow:1px 1px 0px #ffffff;
    width: 560px;
	border-bottom-style: solid;
    border-bottom-color: #babfc2;
	border-bottom-width: 1px;	
	background-color: #FFFFFF;
}



.defaultFont {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-bottom: 4px;
    color: #676767;
}

.defaultInput {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-bottom: 4px;
    color: #000000;
}

.defaultButton {
    /*-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;*/
    background-color:#fafafa;
    /*
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;*/
    border-top-style: solid;
    border-top-color: #babfc2;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #babfc2;
    border-bottom-width: 1px;
    border-left-style: solid;
    border-left-color: #babfc2;
    border-left-width: 1px;
    border-right-style: solid;
    border-right-color: #babfc2;
    border-right-width: 1px;
    display:inline-block;
    color:#111111;
    font-family:arial;
    font-size:12px;
    font-weight:normal;
    padding:4px 8px;
    text-decoration:none;
    text-shadow:1px 1px 0px #ffffff;
    cursor: pointer;
}.defaultButton:hover {
    background-color:#f0f0f0;
}.defaultButton:active {
    position:relative;
    top:1px;
}

.filterDialog {
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background-color:#fafafa;
    /*
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;*/
    border-top-style: solid;
    border-top-color: #babfc2;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #babfc2;
    border-bottom-width: 1px;
    border-left-style: solid;
    border-left-color: #babfc2;
    border-left-width: 1px;
    border-right-style: solid;
    border-right-color: #babfc2;
    border-right-width: 1px;
    display:inline-block;
    color:#111111;
    font-family:arial;
    font-size:12px;
    font-weight:normal;
    padding:4px 8px;
    text-decoration:none;
    text-shadow:1px 1px 0px #ffffff;
    cursor: pointer;
}

/***************/
/**** Menü *****/
/***************/
ul, li {
     margin: 0;
    padding: 0;
}
.tabstyle {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
}
.tabstyle li{
    overflow: hidden;
    padding: 0;
    cursor: pointer;
}

#tabs {
    height: 50px;
    background-color: #FFFFFF;
}

#tabs li {
    float: left;
    width: 137px;
    height: 40px;
    background-color: #FAFAFA;	
    /*-moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;*/
    -moz-box-shadow:inset 0px 1px 0px 0px #efefef;
    -webkit-box-shadow:inset 0px 1px 0px 0px #efefef;
    box-shadow:inset 0px 1px 0px 0px #efefef;
    border:1px solid #babfc2;
}

#tabs li.active {
    background-color: #FAFAFA;
}

.tabUeberschrift {
    font-size: 13px; 
    font-weight: 600;
    float: left; 
    padding-left: 5px; 
    padding-top: 12px
}

.tabBeschreibung {
    margin-left: 176px; 
    font-size: 12px; 
    padding-top: 2px;
    font-weight: normal;
}




/*********************/
/****** Paginate *******/
/*********************/
.jPaginate{
    position:relative;
    color:#676767;
    font-size:small;   
	width:100%;
}
.jPaginate a{
    line-height:15px;
    height:18px;
    cursor:pointer;
    padding:0px 5px;
    margin:2px;
    float:left;
}
.jPag-control-back{
	position:absolute;
	left:0px;
}
.jPag-control-front{
	position:absolute;
	top:0px;
}
.jPaginate span{
    cursor:pointer;
}
ul.jPag-pages{
    float:left;
    list-style-type:none;
    margin:0px 0px 0px 0px;
    padding:0px;
        width: 300px;

}
ul.jPag-pages li{
    display:inline;
    float:left;
    padding:0px;
    margin:0px;
}
ul.jPag-pages li a{
    float:left;
    padding:0px 5px;
}
span.jPag-current{
    cursor:default;
    font-weight:normal;
    line-height:15px;
    height:18px;
    padding:0px 5px;
    margin:2px;
    float:left;
}
ul.jPag-pages li span.jPag-previous,
ul.jPag-pages li span.jPag-next,
span.jPag-sprevious,
span.jPag-snext,
ul.jPag-pages li span.jPag-previous-img,
ul.jPag-pages li span.jPag-next-img,
span.jPag-sprevious-img,
span.jPag-snext-img{
    height:22px;
    margin:0px;
    float:left;
    line-height:18px;
}
.sicherheitsabfrage{
    color: #cc0033;
}

.arberaktivCARDbeschreibung0 {
    margin-left: 10%;
    margin-right:10%;
    margin-top:10px;
    font-size: 14px; 
    font-weight: lighter;   
    
}

.akzeptanzheader{
    width:100%;
    font-weight: bold;
    font-size: 16px;
}
.akzeptanzspalte{
    padding: 5%;
    width: 80%;
    font-weight: lighter;
    font-size: 12px;
}
.akzeptanzueber{
    width:100%;
    font-weight: bold;
    font-size: 16px;
    text-decoration: underline;
}
.arberaktivcardbeschreibungheader{
    font-weight: bold;
    font-size: 16px;
}
.arberaktivcardbeschreibungtext{
    font-weight: lighter;
    font-size: 12px;
}
.arberaktivcardbeschreibungbuttons{
    margin-top: 15px;
}

.subumerkmale{
    margin-left: 25%;
}