/* COMMON BLOCK STUFF
---------------------------------------------*/
.block .block_content {
    overflow: hidden;
    background: #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 10px 10px;
}

.block .bendl { background: url(../images/ui/bendl.gif) bottom left no-repeat; float: left; height: 5px; width: 5px; }
.block .bendr { background: url(../images/ui/bendr.gif) bottom left no-repeat; float: right; height: 5px; width: 5px; }
.block .block_head { background: url(../images/ui/bhead.gif) 0 0 repeat-x; height: 54px; line-height: 54px; overflow: hidden; position: relative; }

/* FORM
---------------------------------------------*/
.block form label, .gridinner form label { color: #555; font-size: 12px; font-weight: bold; margin: 0 10px 0 0; vertical-align: middle; }
.block form input.text, .gridinner form input.text {
    width: 260px;
    background: #fefefe;
    border: 1px solid #bbb;
    font-family: "Lucida Grande", Verdana, sans-serif;
    font-size: 14px;
    color: #333;
    padding: 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    vertical-align: middle;
}

.grid_4 input.text { margin: 0 0 10px 0; }

.block form input.text.smaller, .gridinner form input.text.smaller { width: 192px; }
.block form input.text.tiny, .gridinner form input.text.tiny { width: 54px; }
.block form input.text.smallest, .gridinner form input.text.smallest { width: 50px; }
.block form input.text.plz { float: left; margin: 0 20px 0 0; width: 160px; }

.block form input.submitbtn, .gridinner form input.submitbtn {
    background: url(../images/ui/btns.gif) top center no-repeat;
    width: 85px;
    height: 30px;
    line-height: 30px;
    border: 0;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-shadow: 1px 1px 0 #0a5482;
    cursor: pointer;
    margin-right: 10px;
    vertical-align: middle;
}

.block form textarea {
    width: 98%;
    height: 140px;
    padding: 5px;
    background: #fefefe;
    border: 1px solid #bbb;
    font-family: "Lucida Grande", Verdana, sans-serif;
    font-size: 14px;
    color: #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none;
}

.radiogroup {
    line-height: 37px;
    vertical-align: middle;
}

form fieldset {
    margin: 0;
    padding: 10px 10px 10px 0;
}

form fieldset legend {
    color: #0888C3;
    font-weight: bold;
    margin-bottom: 10px;
    padding-top: 10px;
}

.block form input.radio, .block form input.checkbox, .gridinner form input.checkbox { vertical-align: middle; }
.block form p, .gridinner form p { clear: both; overflow: hidden; }
.block .input.checkbox, .gridinner .input.checkbox { clear: both; float: none; line-height: 20px; vertical-align: middle; }
.block .input.checkbox label, .gridinner .input.checkbox label { float: left; line-height: 20px; vertical-align: middle; width: 180px; }
.gridinner .input.checkbox.non label { width: auto; }
.block .input.checkbox input, .gridinner .input.checkbox input { margin-left: 10px; }


/* BLOCK HEAD STUFF
---------------------------------------------*/
.block .block_head .bheadl { background: url(../images/ui/bheadl.gif) top left no-repeat; float: left; height: 54px; width: 20px; }
.block .block_head .bheadr { background: url(../images/ui/bheadr.gif) top right no-repeat; float: right; height: 54px; width: 20px; }

/* BLOCK HEADLINES
---------------------------------------------*/
.block .block_head h2, 
.block .block_head h2 a,
.block .block_head h1, 
.block .block_head h1 a {
    color: #555;
    float: left;
    font-size: 18px;
    font-weight: normal;
} 

.block .block_head h1 {
    padding: 0 !important;
    line-height: 54px !important;
}

.block .block_head h2 a:hover,
.block .block_head h1 a:hover { text-decoration: none; }

.block .block_content h2 {
    color: #0888c3;
    font-size: 1.8em;
    font-weight: normal;
    line-height: 1.4em;
    padding: 5px 0 20px 0;
}

.block .block_content h3 {
    color: #0888c3;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1.4em;
    padding: 0 0 10px 0;
}

.block .block_content h1 {
    color: #066490;
    font-size: 2.5em;
    font-weight: bold;
    line-height: 38px;
    padding: 0 0 20px 0;
}

.block.center {
    background: #fff url(../images/ui/bnd.gif) bottom center repeat-x;
    margin-top: 100px;
    margin-bottom: 100px;
    padding-bottom: 1px;
}

/* End common block stuff */

/* Begin normal block */
.block { width: 980px; }
.block.big.center { margin: 10px auto 0 auto; padding-bottom: 5px; }

/* End normal block */

/* Begin block.small */
.block.small.center.login {
    width: 800px;
    background: #fff url(../images/ui/bnd.gif) bottom center repeat-x;
    margin-top: 100px;
    margin-bottom: 100px;
    padding-bottom: 5px;
}

.block.small.center {
    float: none;
    margin: 20px auto 0;
    padding-bottom: 5px;
}

.block .block_head .bheadl {
    background: url(../images/ui/bheadl.gif) top left no-repeat;
    float: left;
    height: 54px;
    width: 20px;
}

.block .block_head .bheadr {
    background: url(../images/ui/bheadr.gif) top right no-repeat;
    float: right;
    height: 54px;
    width: 20px;
}

.block .block_head h2 {
    color: #555;
    float: left;
    font-size: 18px;
    font-weight: normal;
    text-shadow: 1px 1px 0 #fff;
}

.block.small .block_head { background: url(../images/ui/bhead.gif) 0 0 repeat-x; }
.block.small .block_content { background: #fff; border-left: 1px solid #ccc; border-right: 1px solid #ccc; }

/* End block.small */


