/* basic elements */
html, body 
{
    height: 100%;
}

body 
{
	font-size: .7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	min-width: 950px;
	margin: 0px;
    padding: 0px;
	color: #333333;
	background-color: #FFFFFF;
}

p
{
	margin-top: 0px;
	margin-bottom: 10px;
}

a:link
{
	font-weight: bold; 
	text-decoration: none; 
	color: #4c76ab;
}

a:visited
{
	font-weight: bold; 
	text-decoration: none; 
	color: #4c76ab;
}

a:hover, a:active
{
    font-weight: bold;
	text-decoration: underline; 
	color: #4c76ab;
}

h1
{
    font-size: 1.5em;
    color: #4c76ab;
    margin-top: 0px;
}

h2
{
    font-size: 1em;
    color: #333333;
}

h3
{
    color: #6d9dd2;
    font-weight: normal;
    font-size: 1.8em;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 14pt
}

h4
{
    color: #4c76ab;
    font-weight: bold;
    font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 4px;

}

h5
{
    border-bottom: 2px red;
    color: #4c76ab;
    font-weight: bold;
    font-size: 1.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 4px;

}


table
{
    width: 100%;
    color: #333333;
    border-spacing: 0px;
    border-collapse: collapse;
}

table thead th
{
	background-color: #ddd8cb;
    border-bottom: 2px solid #4c76ac;
	padding: 5px 5px 5px 5px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: -1px;
	text-align: left;
	word-spacing: 2px;
	color: #333333;
}

table tbody td
{
    border: none;
	line-height: 12px;
	padding: 2px 0px 2px 0px;
	font-size: 12px;
}

table tbody th
{
	white-space: nowrap;
}

table tbody th a
{
	color:#fff;
}

table tbody td a
{
	color:#333333;
    font-weight: bold;
    text-decoration: none;
}


#lnkAerzte {
    cursor: pointer;
}


/* page layout */
#container
{
    width: 965px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
}


#header
{
    width: 100%;
    height: 100px;
    background: url(images/mednet.gif) 30px 10px no-repeat;
}

#navigation
{
    width: 100%;
    height: 45px;
    border-top: 1px solid #cad4e4;
    border-bottom: 1px solid #fff;
    background-color: #9ebadd;
}

    #navlist
    {
        list-style: none;
        margin: 0px;
        padding: 0px;
        border: none;
    }
    
        #navlist li
        {
            margin: 0px;
            padding: 15px 10px 0 10px;
            height: 30px;
            border-right: 1px solid #9ebadd;
            background-color: #4c76ab;
            float: left;
        }
    
            #navlist li a
            {
                display: block;
                text-decoration: none;
                color: #fff;
            }
            
            #navlist li.aerzte {
                background-color: #9ebadd;
                color: #fff;
            }

    #arztsuche {
        padding-top: 10px;
        height: 35px;
        color: #fff;
    }
    
        #arztsuche #txtSuche {
            color: #979795;
            padding: 3px 5px 3px 8px;
            width: 220px;
            border: 1px solid #c7c7c7;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            -o-border-radius: 3px;
        }
        
        #btnSuchen {
            color: #555;
            box-sizing: border-box;
            cursor: pointer;
            -webkit-box-align: center;
            margin-top: -6px;
            display: inline-block;
            height: 25px;
            width: 92px;
            text-align: center;
            line-height: 18px;
            border: 1px solid #c7c7c7;
            border-color: rgba(24, 24, 19, 0.38);
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            -o-border-radius: 3px;
            background-color: #dbdbdb;
            background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(207,207,207)), color-stop(0.7, rgb(238,238,238)) );
            background-image: -moz-linear-gradient( center bottom, rgb(207,207,207) 0%, rgb(238,238,238) 70% );
            -moz-box-shadow: 1px 2px 4px rgba(24, 24, 19, 0.2);
            -webkit-box-shadow: 1px 2px 4px rgba(24, 24, 19, 0.2);
            -o-box-shadow: 1px 2px 4px rgba(24, 24, 19, 0.2);
            box-shadow: 1px 2px 4px rgba(24, 24, 19, 0.2);
            vertical-align: middle;
            font-weight: bold;
            -moz-text-shadow: 0px 1px 0px #fff, 1px 0px 0px #fff;
            -webkit-text-shadow: 0px 1px 0px #fff, 1px 0px 0px #fff;
            -o-text-shadow: 0px 1px 0px #fff, 1px 0px 0px #fff;
            text-shadow: 0px 1px 0px white, 1px 0px 0px white;
        }
        
        #btnSuchen:focus,
        #btnSuchen:active {
            -moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.5);
            -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.5);
            -o-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.5);
            box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.5);
            border-color: rgba(24, 24, 19, 0.78);
        }

#subnav {
    position: relative;
    top: 20px;
    width: 100%;
    text-align: right;
}

    #subnav a {
        font-weight: normal;
        text-decoration: none;
        color: #95aaca;
    }
    
    #subnav a:hover {
        text-decoration: underline;
    }




#bild {
    position: relative;
    width: 100%;
    height: 220px;
}

    .winter {
        background-image: url(images/winter_2011.png);
    }

    #cover {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        opacity: 0.8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        filter: alpha(opacity=80);
    }
    
    #arztcover, #suchcover {
        display: none;
        background: url(images/transparent.png) top left repeat;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    
        #arztmenu {
            position: absolute;
            top: 0;
            right: 0;
            background-color: #e3dfd5;
            height: 28px;
            width: 419px;
            padding-left: 30px;
            padding-top: 10px;
            border-bottom: 1px solid #c0c5c9;
            border-left: 1px solid #c0c5c9;
            -webkit-border-bottom-left-radius: 4px;
            -moz-border-radius-bottomleft: 4px;
            border-bottom-left-radius: 4px;
        }
    

    
        #suchergebnisse {
            position: absolute;
            top: 0;
            right: 0;
            width: 450px;
            background-color: #fff;
            height: 100%;
            overflow: auto;
        }
        
            #ulSuchergebnisse {
                padding: 0;
                margin-left: 10px;
                list-style: none;
            }
        
                #ulSuchergebnisse li {
                    border-bottom: 1px solid #f0f0f0;
                    line-height: 20px;
                }
                
                #ulSuchergebnisse li:hover {
                    background-color: #f0f0f0;
                }

    #notdienstcover {
        display: none;
        background: url(images/transparent.png) top left repeat;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

        #notdienstmenu {
            position: absolute;
            top: 0;
            right: 0;
            background-color: #e3dfd5;
            height: 28px;
            width: 641px;
            padding-left: 20px;
            padding-top: 10px;
            border-bottom: 1px solid #c0c5c9;
            border-left: 1px solid #c0c5c9;
            -webkit-border-bottom-left-radius: 4px;
            -moz-border-radius-bottomleft: 4px;
            border-bottom-left-radius: 4px;
        }

#content
{
    float: left;
    width: 705px;
    padding-left: 0px;
    padding-right: 20px;
    padding-top: 30px;
}





#teaser {
    float: right;
    width: 240px;
    padding-top: 30px;
}

#loginbox, #newsbox
{
    width: 220px;
    background-color: #e3dfd5;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 10px;
    margin-bottom: 15px;
}

    #loginbox {
        text-align: center;
    }
    
    #loginbox #txtBenutzer, #loginbox #txtPasswort {
        color: #979795;
        padding: 3px 5px 3px 8px;
        margin-bottom: 5px;
        width: 150px;
        border: 1px solid #c7c7c7;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -o-border-radius: 3px;
    }
    
    #loginbox h3, #newsbox h3 {
        text-align: left;
        margin-bottom: 15px;
    }



#contentwrapper
{
    float: left;
    width: 555px;
    /* margin-left: 365px; */
}



#borderRight
{
    float: left;
    width: 38px;
    height: 100%;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    padding-top: 120px;
    /* background-color: #ddd8cb; */
    background-repeat: no-repeat;
    background-position: top left;
}



/* specific divs and classes */
#contentheader
{
    height: 109px;
    padding-left: 30px;
    padding-top: 10px;
    background-color: #4c76ab;
    color: #ffba00;
    font-weight: bold;
    font-size: 1.5em;
    width:525px;
}











#subnavlist
{
    background-color: #ffba00;
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: none;
    border-right: 1px solid #ffffff;
}

#subnavlist li
{
    margin: 0px;
    padding: 0px;
    background: url(images/background_orte.gif) top left repeat-y;
}

#subnavlist li a
{
    display: block;
    border-bottom: 1px solid #ffffff;
    padding: 5px 0px 5px 35px;
    text-decoration: none;
    color: #000000;
    width:139px;
    height: 19px;
}



#ortsliste
{
    background-color: #9ebadd;
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: none;
    border-right: 1px solid #ffffff;
}

#ortsliste li
{
    margin: 0px;
    padding: 0px;
    background: url(images/background_navigation.gif) top left repeat-y;
}

#ortsliste li a
{
    display: block;
    border-bottom: 1px solid #ffffff;
    padding: 5px 0px 5px 35px;
    text-decoration: none;
    color: #000000;
    width:139px;
    height: 19px;
}



.subheadernav:link, .subheadernav:visited, .subheadernav:hover, .subheadernav:active
{
	font-weight: normal; 
	text-decoration: none; 
	color: #000000;
}

.headernav:link, .headernav:visited, .headernav:hover, .headernav:active
{
	font-weight: normal; 
	text-decoration: none; 
	color: #ffffff;
}

.mitgliedersuche:link, .mitgliedersuche:visited, .mitgliedersuche:hover, .mitgliedersuche:active
{
    background: url(images/arrow_p.gif) center left no-repeat;
    padding-left: 15px;
    margin-top: 4px;
    font-weight: normal;
    color: #ffffff;
    font-size: .8em;
}


.selMitgliedersuche
{
    width: 200px;
}

.tblLogin
{
    width: 100%;
    border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 40px; 
}


.menu_intern
{
    text-align: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: none;
}

.menu_intern li
{
    margin: 0px;
    padding: 0px;
}

.menu_intern li a
{
    display: block;
    border-bottom: 1px solid #d9d5cb;
    padding: 5px 0px 5px 0px;
    text-decoration: none;
    color: #000000;
    width: 220px;
    line-height: 19px;
    font-weight: normal;
}

.menu_intern li a:hover
{
    background-color: #d9d5cb;
}



.menu_admin
{
    text-align: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: none;
}

.menu_admin li
{
    margin: 0px;
    padding: 0px;
    background-color: red;
}

.menu_admin li a
{
    display: block;
    border-bottom: 1px solid #d9d5cb;
    padding: 5px 0px 5px 0px;
    text-decoration: none;
    color: #000000;
    width:220px;
    height: 19px;
    font-weight: normal;
}



.content_intern
{
    margin-top: 20px;
}


.tableMitglieder
{
    width: 100%;
    color: #000000;
    border-spacing: 0px;
    border-collapse: collapse;
}

.tableMitglieder thead th
{
	background-color: #ddd8cb;
	padding: 5px 5px 5px 5px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: -1px;
	text-align: left;
	word-spacing: 2px;
	color: #000000;
    border-bottom: 2px solid #4c76ac;
}

.tableMitglieder tbody td
{
	border-bottom: solid 1px #ddd8cb;
	line-height: 12px;
	padding: 2px 5px 2px 2px;
	font-size: 12px;
	height: 40px;
}

.tableMitglieder tbody th
{
	white-space: nowrap;
}

.tableMitglieder tbody th a
{
	color:#fff;
}

.tableMitglieder tbody td a
{
	color:#000000;
    font-weight: bold;
    text-decoration: none;
}

.tableMitglieder tbody tr:hover
{
	background-color: #4c76ac;
	background-color: #9ebadd;
    color: #000000;
}


.tableMitgliederDetails
{
    width: 100%;
    color: #000000;
    border-spacing: 0px;
    border-collapse: collapse;
}

.tableMitgliederDetails thead th
{
	background-color: #ddd8cb;
	padding: 5px 5px 5px 5px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: -1px;
	text-align: left;
	word-spacing: 2px;
	color: #000000;
    border-bottom: 2px solid #4c76ac;
}

.tableMitgliederDetails tbody td
{
	border-bottom: solid 1px #ddd8cb;
	line-height: 12px;
	padding: 5px 10px 5px 10px;
	font-size: 12px;
	text-align: left;
}

.tableMitgliederDetails tbody th
{
	border-bottom: solid 1px #ddd8cb;
	line-height: 12px;
	padding: 5px 10px 5px 10px;
	font-size: 12px;
	text-align: left;
}

.tableMitgliederDetails tbody th a
{
	color:#fff;
}

.tableMitgliederDetails tbody td a
{
	color:#000000;
    font-weight: bold;
    text-decoration: none;
}



.tblUserdataEdit
{
    width: 100%;
    color: #000000;
    border: none;
    border-spacing: 0px;
}

.tblUserdataEdit thead th
{
	background-color: #ddd8cb;
	padding: 5px 10px 5px 10px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: -1px;
	text-align: left;
	word-spacing: 2px;
	color: #000000;
    border-bottom: 2px solid #4c76ac;
}

.tblUserdataEdit tbody td
{
	border-bottom: solid 1px #ddd8cb;
	line-height: 12px;
	padding: 5px 10px 5px 10px;
	font-size: 12px;
}

.tblUserdataEdit tbody th
{
	white-space: nowrap;
}

.tblUserdataEdit tbody th a
{
	color:#fff;
}

.tblUserdataEdit tbody td a
{
	color:#000000;
    font-weight: bold;
    text-decoration: none;
}


.tblFortbildungen
{
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    border-spacing: 0px;
    margin-bottom: 40px;
}

.tblFortbildungen thead th
{
    padding: 5px 10px 5px 10px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
	letter-spacing: -1px;
	text-align: left;
	word-spacing: 2px;
	background-color: #ddd8cb;
	color: #000000;
    border-bottom: 2px solid #4c76ac;
}

.tblFortbildungen tbody td
{
    padding: 2px 2px 10px 10px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
	text-align: left;
	background-color: #ffffff;
	color: #333333;
}

.tblFobiHead
{
    font-weight: bold;
}

.tblFobiBody
{
    font-weight: normal;
}


.textbox_lang
{
    width: 300px;
    border: 1px solid #999999;
}

.textbox
{
    border: 1px solid #999999;
}

.textboxKontakt
{
    width: 200px;
    border: 1px solid #999999;
}

.textareaKontakt
{
    height: 100px;
    width: 200px;
    border: 1px solid #999999;
}

.selectKontakt
{
    width: 200px;
}


#frmSuche {
    padding: 0;
    margin: 0;
    display: inline;
}


#footer {
    clear: both;
    height: 100px;
    width: 100%;
}
