* { /* basic font family */
	/*font-family:Arial, Helvetica, sans-serif;
    font-size: 12px; */
}
.agp-content * {
    font-family:Arial, Helvetica, sans-serif;
    /*font-size: 12px;*/
}
body {
    font-size: 62.5%;
}
/*-----|| basic color codes ||-----*/
h1, h2, h3, a, a:visited, a:hover, a:active, a.lnTxtIcon { /* "global" font-colors */
	color:#004276;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clear {
    clear: both;
}
.au-red {
    color: #ff0033 !important;
}
.au-blue {
    color: #004276 !important;
}
/*
   base styles for delivered agp sites
*/

.prepend-top {
    margin-top: 10px !important;
}
.prepend-top-4 {
    margin-top: 4px !important;
}
.append-bottom {
    margin-bottom: 10px !important;
}
.append-bottom-4 {
    margin-bottom: 4px !important;
}
.width-100 {
    width: 100% !important;
}
.width-90 {
    width: 90% !important;
}
.width-80 {
    width: 80% !important;
}
.width-70 {
    width: 70% !important;
}
.width-65 {
    width: 65% !important;
}
.width-60 {
    width: 60% !important;
}
.width-50 {
    width: 50% !important;
}
.width-40 {
    width: 40% !important;
}
.width-35 {
    width: 35% !important;
}
.width-30 {
    width: 30% !important;
}
.width-20 {
    width: 20% !important;
}
.width-10 {
    width: 10% !important;
}
.text-left {
    text-align: left;
}
.centered-content-container {
    float: left;
    position: relative;
    left: 50%;
}
.centered-content-container .centered-content {
    float: left;
    position: relative;
    left: -50%;
}
/*main layout areas*/

.content {
    /*overflow: hidden;*/
    width: 819px;
    border-right: 1px solid transparent;
}

.column {
    float: left;
    /*overflow: hidden;*/
    padding: 20px 10px;
}

/*some layout specific column names, selected by the pharamcist*/


/*content column for single articles*/
.content .content-column {
    padding:20px 10px;
}

/* forms (see global form elements section within globalScreen.css)*/
form div.form-line {
    margin-bottom: 10px;
}
form div.input-holder {
    padding-right: 18px;
}
/*the fullsize-div is a wrapper to prevent input fields overlap bounds*/
form div.fullsize {
    padding-right: 12px;
}

form div.form-line input.text,
form div.form-line textarea {
    width: 100%;
}

label {
    display: block;
    line-height: 16px;
    margin-bottom: 4px;
}

.agp-box input.text,
.agp-box textarea {
    background: #FFF url(../../images/gp/fmTxt.png) 0 0 no-repeat;
    border: 1px solid #CCC;
    color: #999;
    display: block;
    font-size: 13px;
    padding: 2px 5px 0 5px;
}

input.text {
/* text input field */
    height: 17px;
}

textarea {
/* text field */
    height: 210px;
    overflow: auto;
}

textarea:focus,
input.text:focus {
/* font color if field is focused. just for modern browsers */
    color: #121212;
}

input[type=checkbox] {
    margin: 0 4px 0 8px;
    vertical-align: middle;
}

.submit-btn {
/* surrounding button element to give borders crossbrowser */
    display: block;
    border: 1px solid #CCC;
    margin-right: 10px;
}

.agp-box .submit-btn input {
/* form submit button */
    height: 19px;
    padding: 0 3px 3px;
    margin: 0;
    float: left;
    display: block;
    background: url(../../images/gp/xRapGlobal.png) 0 -200px repeat-x;
    color: #004276;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    width: auto;
    line-height: 20px;
}

.submit-btn input:hover {
/* form submit button mouseover */
    background-position: 0 -221px;
    color: #FFF;
}

label.form-error, h4.form-error, p.form-error, .box p.form-error {
    color: #CC0000;
}

input.form-error, textarea.form-error {
    border: 1px solid #CC0000;
}

/*typo*/
.agp-box p,
.agp-box span,
.agp-box label{
    font-size: 13px;
    color: #121212;
}
a.highlighted-link {
    font-weight: bold;
}
.agp-box h1 {
    font-size: 18px;
}
.agp-box h2 {
    font-size: 18px;
    font-weight: normal;
}
.agp-box h3 {
    font-weight: bold;
    font-size: 16px;
}
.agp-box h4 {
    font-weight: normal;
    font-size: 16px;
}
.agp-box h5 {
    font-size: 12px;
    font-weight: bold;
    color: #121212;
}
.agp-box h6 {
    font-size: 12px;
    font-weight: normal;
    color: #121212;
}
/* icons */
.pharmacy-icon {
    padding-left: 20px;
    background: transparent url("../../images/agp/apotheken.png") no-repeat left center;
}
.red-cross-icon {
    padding-left: 20px;
    background: transparent url("../../images/agp/rote_kreuz.png") no-repeat left center;
}