﻿/* Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
{ 
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 12px;
}	

h1,h2,h3,h4,h5,h6
{
	font-size: 100%;
	font-weight: normal;
}

/* Allgemein */
body, html
{
    background: white url(img/bg.jpg) repeat-x;
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
}

#content
{
    width: 1024px;
    padding: 0 0 0 40px;
}

a
{
    color: #013476;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

.a_white{
    color: White;
}

h1
{
    font-size: 16px;
    margin: 10px 0 20px 0;
    color: #6aacda;
}

hr
{
    border: none;
    border-bottom: dotted 1px #C5C6C8;
}

p
{
    margin: 10px 0 10px 0;
}

#head
{
    background: transparent url(img/head.jpg) no-repeat;
    width: 172px;
    height: 132px;
}

#head_connect
{
    background: transparent url(img/head_connect.jpg) no-repeat;
    width: 272px;
    height: 132px;
}

#head_atypon {
    background: transparent url(img/atypon.gif) no-repeat;
    width: 272px;
    height: 132px;
}

#head_vk_flaeche
{
    background: transparent url(img/head_vk_flaeche.jpg) no-repeat;
    width: 445px;
    height: 132px;
}

#footer
{
    margin: 30px 0 0 0;
    background: #f3f3f3 url(img/footer.jpg) no-repeat 0px 60px;
    height: 210px;
    width: 100%;
}

#footer #links
{
    margin: 10px 0 0 50px;
    font-family: Verdana; 
    font-size: 9px; 
    color: #013476;
    position: absolute;
}

#footer a
{
    text-decoration: underline;
}

#footertxt
{
    margin: 30px 0 0 350px;
    font-family: Verdana; 
    font-size: 9px; 
    color: #013476;
    position: absolute;
}

#footertxtWBA
{
    margin: 20px 0 0 350px;
    font-family: Verdana; 
    font-size: 9px; 
    color: #013476;
    position: absolute;
}

#aspnetForm
{
    /* margin: 0 0 0 20px; */
}

.inactive
{
    color: #C5C6C8;
}

.redtext
{
    color: Red;
}

.strongBlue
{
    font-weight: bold;
    color: #013476;
}

/* Layer */
#mask
{
    background-color: #013476;
    width: 100%;
    height: 100%;
    z-index: 100;
    position: fixed;
    opacity: 0.5;
    display: none;
}

#popupbox
{
    border: 1px solid #C5C6C8;
    margin: -120px 0 0 25px;
    position: absolute;
    z-index: 200;
    width: 500px;
    height: 500px;
    display: none;
    /*background: white url(img/bg_box.jpg) no-repeat 1px 1px;*/
    background-color: White;
    padding: 30px 25px 30px 30px;
    -webkit-box-shadow: -5px 5px 6px 1px rgba(0, 0, 0, 0.5);
    box-shadow: -5px 5px 6px 1px rgba(0, 0, 0, 0.5); 
}

#popupboxtext
{
    overflow: auto;
    width: 100%;
    padding: 0 10px 0 0;
    height: 100%;
}

#close
{
    background: transparent url(img/close.png) no-repeat;
    width: 21px;
    height: 22px;
    cursor: pointer;
    top: 0px;
    left: 0px;
    margin: -10px 0 0 544px;
    position: absolute;
}

/* Formular */
.formular
{
    margin: 20px 0 0 0;
}

.zeile
{
    height: 30px;
}

.titel
{
    float: left;
    width: 180px;
    padding-top: 3px;
}

.form
{
    height: 650px;
}

input
{
    border: solid 1px #C5C6C8;
    width: 194px;
    height: 20px;
    padding: 0 3px 0 3px;
}

.inputstrasse
{
    border: solid 1px #C5C6C8;
    width: 137px;
    height: 20px;
    padding: 0 3px 0 3px;
}

.inputstrassenr
{
    border: solid 1px #C5C6C8;
    width: 45px;
    height: 20px;
    padding: 0 3px 0 3px;
}

.inputort
{
    border: solid 1px #C5C6C8;
    width: 137px;
    height: 20px;
    padding: 0 3px 0 3px;
}

.inputortplz
{
    border: solid 1px #C5C6C8;
    width: 45px;
    height: 20px;
    padding: 0 3px 0 3px;
}

.inputgeb
{
    border: solid 1px #C5C6C8;
    width: 45px;
    height: 20px;
    margin-right: 4px;
    padding: 0 3px 0 3px;
    text-align: center;
}

select
{
    border: solid 1px #C5C6C8;
    width: 202px;
    height: 22px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
}

.selectZG
{
    border: solid 1px #C5C6C8;
    width: 400px;
    height: 22px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
}

#validators
{
    display: none;
}

.inputcb input
{
    float: left;
    margin: -1px 5px 0 0;
    border: none;
    width: auto;
    cursor: pointer;
}

.inputcb label
{
    cursor: pointer;
}

.inputcb_error input
{
    float: left;
    margin: -1px 5px 0 0;
    border: none;
    width: auto;
    cursor: pointer;
}

.inputcb_error label
{
    cursor: pointer;
    color: #cc0000 !important;
}

.inputrb input
{
    margin: 3px 5px 0 0;
    border: none;
    width: auto;
    height: auto;
    cursor: pointer;
}

.inputrb label
{
    cursor: pointer;
    margin: 0 10px 0 0;
}

.inputrb_error input
{
    margin: 3px 5px 0 0;
    border: none;
    width: auto;
    height: auto;
    cursor: pointer;
}

.inputrb_error label
{
    cursor: pointer;
    margin: 0 10px 0 0;
    color: #cc0000 !important;
}

.drpDwnLst_error
{
    border: 1px solid #cd3246;
}

.input_error
{
    border: 1px solid #cc0000 !important;
}

.txt_error
{
    color: #cc0000 !important;
}

.BtnAbsenden
{
    /*width: 150px;
    height: 22px;
     margin: 0 0 0 189px; */
    background-color: #cc0000;
    color: White;
    font-weight: bold;
    padding: 4px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}


/* NL Boxen */
.nlbox
{
    border: 1px dotted #c5c6c8;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    margin: 00px 0 0 0;
    width: 550px;
    height: 30px;
    overflow: hidden;
    /*background: white url(img/bg_box.jpg) no-repeat 1px 1px;*/
    background-color: white;
    padding: 10px;
}

.nlbox_medizin
{
    border: 1px dotted #c5c6c8;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    margin: 00px 0 0 0;
    width: 550px;
    height: 100px;
    overflow: hidden;
    /*background: white url(img/bg_box.jpg) no-repeat 1px 1px;*/
    background-color: white;
    padding: 10px;
}

#nlbox5{
    border: 1px dotted #c5c6c8;
    border-left: 0px;
    border-right: 0px;
}

#nlboxclick1,
#nlboxclick2,
#nlboxclick3,
#nlboxclick4,
#nlboxclick5
{
    cursor: pointer;
    background: transparent url(img/pfeil_down.jpg) no-repeat 0 2px;
    padding-left: 13px;
}

#nlboxclick1_up,
#nlboxclick2_up,
#nlboxclick3_up,
#nlboxclick4_up,
#nlboxclick5_up
{
    cursor: pointer;
    background: transparent url(img/pfeil_up.jpg) no-repeat 0 2px;
    padding-left: 13px;
}

.inputcb_nlbox input
{
    float: left;
    margin: -1px 5px 0 0;
    border: none;
    width: auto;
    cursor: pointer;
}

.inputcb_nlbox label
{
    cursor: pointer;
}

.zeile_nl
{
    height: 30px;
}

.spalteA_nl
{
    float: left;
    width: 200px;
}

/* Container */

.ctnrFrame
{
    width: 230px;
    height: auto;
    position: absolute;
    margin: 30px 0 0 600px;
    padding: 1px;
}
.ctnrRight
{
    width: 230px;
    height: auto;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

.ctnrRightHead
{
    background: white url(img/bg_cntnr_head.jpg) repeat-x;
    font-weight: lighter;
    height: auto;
    color: White;
    padding: 5px 10px 5px 10px;
}

.ctnrRightContent
{
    padding: 5px 5px 10px 15px;
    margin: 0px 1px 0px 1px;
    font-size: 10px !important;
    background-color: #f3f3f3;
}

.ctnrRightContent ul
{
    padding-left: 10px;
}

.ctnrRightContent ul li
{
    font-size: 10px !important;
}

.ctnrRightDatenAendern
{
    width: 210px;
    height: auto;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
    background: #245995 url(img/bg_cntnr_head.jpg) repeat-x;
    font-weight: lighter;
    height: auto;
    padding: 5px 10px 5px 10px;
}

.ctnrRightDatenAendern a
{
    color: White !important;
}

.middle
{
    width:137px;
}

.small
{
    width:45px;
}

.impkont
{
    position: absolute;
    margin-left: -310px;
    color: #013476;
    font-family: Verdana;
    font-size: 9px;
}
