html
{
    min-height: 101%;
}

body /*, div, span, td */
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
    background-color: #EFF6FC; /* #b3d4f4; */
	 background-image: url(../images/bg_vamedis.png);
	 background-repeat: repeat-x;
}

.hide
{
	visibility: hidden;
	display: none;		
}
.show
{
	display: inline;
	visibility: visible;
}

#wrapper a,
a
{
    outline: none;
	 border: none;
}

#wrapper
{
    text-align: left;
    width: 980px;
    margin: 0 auto;
    overflow: hidden;
}
.wrapper
{
}

/* Kopfbereich Print */
#printheader
{
	display: none;
}

/* Kopfbereich */
#header
{
    width: 100%;
    height:76px;  
    background-color: #183c6b;
    margin-bottom: 0px; 
    overflow: hidden;
    /* 
    border:1px solid #183c6b;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -khtml-border-radius-topleft: 10px;
    -khtml-border-radius-topright: 10px;
    */
}
#header a
{
    outline: none;
}
.header
{       
}
    #headerleft
    {    
        background-color: inherit;
        width:250px;
        height: 66px;
        float:left;
        padding: 0px;
        margin: 5px;
        margin-left: 6px;
    }
    #headerright
    {    
        background-color: inherit;        
        width: 400px;
        height: 66px;
        float: right;
        padding: 0px;
        margin: 5px;
        position: relative;
        /*border-left: solid 1px white;
        border-right: solid 1px white;*/
    }
    #headerright a
    {
        text-decoration: none;
    }
    #headerright .mainmenuitem,
    #headerright .mainmenuitemactiv
    {
        background-image: none;
        background-color: inherit;
        border: none;
    }
    #headerright .mainmenuitemactiv:hover
    {
        text-decoration: underline;
    }

    #headerright .mainmenuitem:hover
    {
        text-decoration: underline;
    }

/* Haupt Navigation */
#menu
{
    width: 980px;
    height: 22px;
    padding: 0px;
    padding-left: 148px;
    margin: 0px;
    background-color: #00659C; /* #3399CC; */
    border-top: solid 0px #00659C; 
}
.menu
{
}
#menu2
{
    width: 980px;
    height: 16px;
    padding: 0px;
    margin: 0px;
    background-color: #3399CC;
    color: White;
    padding-left: 165px;   
}
#menu2 a
{
    color: White;
}
.menu2
{
}

    

/******************/
/* Inhaltsbereich */
#contentwrapper
{
    width: 100%;
    background-color: #00659C;
    overflow: hidden;
}

#contentleft
{
    position: relative;
    background-color: #00659C;
    width:150px;
    min-height: 500px;
    height: auto;
    float:left;    
    padding: 5px;     
}
    .imgbox    
    {
        position: absolute;
        left: 0px;
        top: 140px;
        width: 100%;
        height: 200px;
        border: 0;
    }
    .healthcarebox
    {
        position: absolute;
        left: 0px; 
        top: 100px;
        width: 100%;
        height: 30px;
        border-top: 0px solid #3399CC; /* #b3d4f4; */
    }
    .healthcare
    {
        color: White;
        margin: 5px;
        padding: 5px;
    }
    .healthcarebox a
    {
       color: White;
       text-decoration: none;
    }
    .healthcarebox a:visited { color: white; }
    .healthcarebox a:active { color: white; }
    .healthcarebox a:hover { color: white; text-decoration: underline; }


#content
{
    font-size: 12px;
	padding: 5px;
	width: 648px;
	float: left;
	background-color: #b3d4f4;
	min-height: 500px;
	border-left: solid 1px #b3d4f4;
	border-right: solid 1px #b3d4f4;
	padding-bottom: 30px;
	/*letter-spacing: 1px;*/
	line-height: 1.3em;

	background-image: url(../images/weltkarte_landing.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.bgworld
{
    overflow: hidden;
    padding-top: 270px;
	/*
    background-image: url(../images/landingPageBg.gif);
	background-repeat: no-repeat;
	background-position: center;	
    */
}
.bgworld .bgleft
{
    width: 45%; 
    float: left;
}
.bgworld .bgright
{
    text-align: left; 
    width: 53%; 
    float: right;
}
.bgworld .bginnerleft
{
    float:right; 
    text-align:left;
    width:250px;
    border: solid 0px black;
}
.bgworld .bginnerright
{
    float:left; 
    text-align:left; 
    width:305px;
    border: solid 0px black;
}
.landingleft
{
    padding-top: 270px;
    text-align: left; 
    width: 45%; 
    float: left;
}
.landingleft .landinginnerleft
{
    float:right; 
    text-align:left;
    width:250px;
    border: solid 0px black;
}

.landingright
{
    padding-top: 270px;
    text-align: left; 
    width: 53%; 
    float: right;
}
.landingright .landinginnerright
{
    float:left; 
    text-align:left; 
    width:305px;
    border: solid 0px black;
}

.content a { text-decoration: none; color: #00659C; }
/*.content a:visited {text-decoration: none; color: black;}*/
.content a:hover{ text-decoration: underline; color: #00659C; }

#contentright
{
    background-color: #00659C;
    width:150px;
    min-height: 500px;
    float:right;    
    padding: 5px;
    position: relative;
    /*border-left: 1px solid white;*/
}
    #language
    {
        color: White;
  	 	display: inherit;
        text-align: right;
        margin-top: 0px;
        margin-right: 15px;
        margin-right: 0px;
		float: right;
		position: absolute;
		right: 0px;
		top: 0px;
    }
    #language a
    {
        outline: none;
        font-family: Verdana;
        font-size: 10px;
        color: white;
    }
    #language a:hover
    {
        color:White;
        text-decoration: underline;
    }
    #language a:active
    {
        color:White;
        text-decoration: underline;
    }
    #language .mainmenuitemactiv
    {
        background-image: none;
        background-color: inherit;
        border: none;
        color: #3399CC;
    }
    #language .mainmenuitem
    {
        background-image: none;
        background-color: inherit;
        border: none;
    }
    #language .navigationseperator
    {
        margin: 0px;
        padding: 0px;
    }

    #language2
    {
  	 	display: inherit;
        text-align: right;
        margin-top: 0px;
        margin-right: 165px;
		float: right;
    }
	.ddlLang /* Falls keine JQuery DDBox verwendet werden soll !!! */
	{
	 	font-family: Verdana, Arial, Sans-Serif;
        font-size: 11px;
		margin-top: 2px;
	}
/******************/
/* footer         */
#footer
{  
    clear: both;  
    overflow: hidden;
    background-color: #00659C;
    text-align: center;
    width: 100%;
    min-height: 20px;
    height: 20px;
    border-top: solid 1px #00659C;
}
.footer
{
    color: White;
}

.backlink
{
    float: right;
}

.adress
{
    color: White;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 18px;
}
.adressfooter
{
    color: #b3d4f4;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 18px;
}

.clear{ clear: both; }

.spacer10{ height: 10px; }
.spacer20{ height: 20px; }
.spacer30{ height: 30px; }
.spacer40{ height: 40px; }
.spacer50{ height: 50px; }



