#top-navigation form{
/*    float:right;*/
    position:absolute;
    right:0;
    top: 10px;
}
#top-navigation input.searchbox{
/*    -moz-border-radius:5px 5px 5px 5px;*/
    background:none repeat scroll 0 0 #fff;
    border:solid 1px #ccc;
/*    margin-top:5px;*/
    padding:4px;
    width:175px;
    height: 12px;
    color: #ccc;
}
* html #top-navigation input.searchbox{
    padding:0;
}
#top-navigation input.search-button{
    background:url(img/icon_lupe_22x22.png) no-repeat scroll center center;
    height:22px;
    width:22px;
    border: none;
}
/*-----Datenbank Forms--------------------------------------------------*/
form div.row {
    margin-bottom:10px;
    position:relative;
    height: 30px;
    width: 600px;
}
form div.row.submit {
  text-align: right;
  border-top: solid 1px #ccc;
  padding-top: 20px;
}
.left{
  float: left;
}
.right{
  float: right;
}
.clear {
    clear:both;
}
form select{
  width: 200px;
/*  margin-right: 20px;*/
}
#bildungsangebote div.row-name{
  padding-left: 10px;
  width: 160px;
}
#bildungsangebote label[title="radio-label"] {
  margin-right: 35px;
}
/*Kontaktformular*/
.kontakt-form {
    padding:10px 0 0 0;
}
.form-row {
    margin-bottom: 10px;
}
.form-row .left {
    width: 170px;
}
.form-row .form-element {
    
}
.form-footer {
    margin-left: 170px;
    width: 380px;
}
ul.errors li {
    font-weight: bold;
    color: #8C0008;
}


/*-------------------------------------PKF--------------------------------*/

.searchControl input[type="search"], .searchControl input[type="text"] {
/*    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background-color: #F9F9F9;*/
    padding: 2px;
}
.searchControl input {
    border: medium none;
    background-color: transparent;
    width: 152px;
    height: 26px;
    padding: 2px;
}
.searchControl input.button {
    height: auto;
    padding: 3px 8px 3px 16px;
}
a.action, input.action, input.action, p.action {
    background: url("img/right_arrow.png") no-repeat scroll left center transparent;
    color: #0055A5;
    font-weight: bold;
    min-height: 1px;
    padding-left: 8px;
}
a.button {
    background-position: 5px center;
    display: inline-block;
}
a.button, input.action {
/*    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    -moz-box-shadow: 1px 1px 0 #CCCCCC, 0 0 4px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 1px 1px 0 #CCCCCC, 0 0 4px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 1px 1px 0 #CCCCCC, 0 0 4px rgba(0, 0, 0, 0.1) inset;
    background-color: #F1F1F1;
    border: 1px solid #CCCCCC;*/
    color: #0055A5;
    font-weight: 700;
    padding: 3px 8px 2px 16px;
    text-decoration: none;
}
a.button{
    background: url("img/right_arrow.png") 11px center  no-repeat;
}

input.action {
    background: url("img/right_arrow.png") no-repeat scroll 11px center;
    cursor: pointer;
    font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    overflow: visible;
    width: auto;
}

a.action:hover, a.action:focus, p.action, p.action:focus input.action:hover, input.action:focus {
    color: #009BFF;
    cursor: pointer;
}
a.action.button:active {
    background: url("img/right_arrow.png") 8px center  no-repeat;
    background: url("img/right_arrow.png") no-repeat scroll 8px center;
}
.errorMessages {
    color: Red;
}