
/*
    Style für die einzelnen Controls
*/

/* main menu */
.mainmenu
{
    width: 100%;
    /* border-bottom: 1px solid silver; */
    color: White;
    padding-left: 10px;
}
.mainmenu a
{
    text-decoration: none;
    color: White;
    margin-right: 0px;
}

/*
#menu .mainmenu a:hover{ color: White; background-color: inherit; text-decoration: underline;}
#menu .mainmenu .mainmenuitem:hover{ color: white; background-color: inherit;}
#menu .mainmenuitem:hover{ color: white; background-color: inherit;}
*/
#menu .mainmenu a:hover{ color: white; /*background-color: #3399CC;*/ text-decoration: none; }
#menu .mainmenu .mainmenuitem:hover{ color: white; background-color: #3399CC;
     background-image: url(../images/akTab.gif);
	 background-repeat: no-repeat;
	 background-position: right top;
}
#menu .mainmenuitem:hover{ color: white; background-color: #3399CC;
     background-image: url(../images/akTab.gif);
	 background-repeat: no-repeat;
	 background-position: right top;
}

.mainmenuitem a,
.mainmenuitemactiv a
{
    text-transform: uppercase; 
    outline: none;
}

.mainmenuitem
{
    display: inline;
    font-size: 10px;
    padding: 5px 5px 5px 5px;
    margin-left: 0px;
    margin-right: 0px;
    line-height: 22px;
    border-left: solid 1px #3399CC;
  	
   	background-image: url(../images/inakTab.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.mainmenuitemactiv
{
    display: inline;
    font-size: 10px;
    padding: 5px 5px 5px 5px;
    margin-left: 0px;
    margin-right: 0px;
    line-height: 22px;
    border-left: solid 1px #3399CC;
    
	background-image: url(../images/akTab.gif);
	background-repeat: no-repeat;
	background-position: right;
    background-color: #3399CC;
}

*+html #menu .mainmenuitem,
*+html #menu .mainmenuitemactiv
{
    margin-right: 3px;
}

#menu2 .mainmenu a:hover{ color: #b3d4f4; background-color: inherit; text-decoration: underline; }
#menu2 .mainmenu .mainmenuitem:hover{ color: #b3d4f4; background-color: inherit; border-left: solid 1px #3399CC;}
#menu2 .vamedismenuitem:hover{ color: #b3d4f4; background-color: inherit; border-left: solid 1px #3399CC;}

.vamedismenuitem a
{
    outline: none;
}
.vamedismenuitem
{
    display: inline;
    font-size: 10px;
    padding: 5px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    line-height: 20px;
}

/* subnavigation */
.subnavigationmodule
{
    margin: 0px;
    padding:0px;
    /*position: relative;
    margin-left: -5px;
    margin-right: 0px;
	 width: 100%;
	 height: 100px;*/
	 background-color: #3399cc;
	 z-index: 1;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    padding-bottom: 10px;
    border: 0;
}
.subnavigationmodule a
{
    color: White;
    /*text-decoration: none;*/
    margin: 5px;
}

.subnavigationitem1,
.subnavigationitem2,
.subnavigationitem3
{
    width: 90%;
    height: 20px;
    line-height: 20px;
    border-left: 5px solid #3399cc; /*#00659C;*/
    
    padding-left: 10px;
    background-image: url(../images/subnavi_arrow.gif);
    background-repeat: no-repeat;
	background-position: left top;
}

.subnavigationitemselected1,
.subnavigationitemselected2,
.subnavigationitemselected3
{
    width: 90%;
    height: 20px;
    line-height: 20px;
    border-left: 5px solid #3399cc; /*#00659C;*/
    	 color: #b3d4f4;
/*	 font-weight: bold;*/
    /* background-color: #b3d4f4;
    color: Black; */
    padding-left: 10px;
    background-image: url(../images/subnavi_arrow.gif);
    background-repeat: no-repeat;
	background-position: left top;
}
.subnavigationitemselected1 a,
.subnavigationitemselected2 a,
.subnavigationitemselected3 a
{
    /*color: #b3d4f4; */
	 color: #b3d4f4;
	 font-weight: normal;
}
.subnavigationitem3,
.subnavigationitemselected3/*,
.subnavigationitemselected3 a*/
{
	margin-left: 10px;
}

.reqsub .subnavigationitem2,
.reqsub .subnavigationitemselected2
{
	margin-left: 10px;
}

.subnavigationmodule a:hover{ border-bottom: 1px solid #b3d4f4; color: #b3d4f4; /*background-color: #b3d4f4; */ }
.subnavigationmodule a:hover{ border-bottom: 1px solid white; color: white; /*background-color: #b3d4f4; */ }

.subnavigationitem2:hover{ color: #b3d4f4; border-left: 5px solid #3399cc; /* background-color: #b3d4f4; */ }
.subnavigationitem2:hover a{ border-bottom: 1px solid #b3d4f4; color: #b3d4f4;  /* background-color: #b3d4f4; */ }
.subnavigationitem2:hover{ color: white; border-left: 5px solid #3399cc; /* background-color: #b3d4f4; */ }
.subnavigationitem2:hover a{ border-bottom: 1px solid white; color: white;  /* background-color: #b3d4f4; */ }

.subnavigationitem1:hover{ color: #b3d4f4; border-left: 5px solid #3399cc; /* background-color: #b3d4f4; */ }
.subnavigationitem1:hover a{ border-bottom: 1px solid #b3d4f4; color: #b3d4f4;  /* background-color: #b3d4f4; */ }
.subnavigationitem2:hover{ color: #b3d4f4; border-left: 5px solid #3399cc; /* background-color: #b3d4f4; */ }
.subnavigationitem2:hover a{ border-bottom: 1px solid #b3d4f4; color: #b3d4f4;  /* background-color: #b3d4f4; */ }
.subnavigationitem3:hover{ color: #b3d4f4; border-left: 5px solid #3399cc; /* background-color: #b3d4f4; */ }
.subnavigationitem3:hover a{ border-bottom: 1px solid #b3d4f4; color: #b3d4f4;  /* background-color: #b3d4f4; */ }

.subnavigationitemselected2:hover{ color: #b3d4f4; border-left: 5px solid #3399cc; /* background-color: #b3d4f4; */ }
.subnavigationitemselected2:hover a{ border-bottom: 1px solid #b3d4f4; color: #b3d4f4;  /* background-color: #b3d4f4; */ }
.subnavigationitemselected2:hover{ color: white; border-left: 5px solid #3399cc; /* background-color: #b3d4f4; */ }
.subnavigationitemselected2:hover a{ border-bottom: 1px solid white; color: white;  /* background-color: #b3d4f4; */ }

.subnavigationitemselected1:hover{ color: #b3d4f4; border-left: 5px solid #3399cc; /* background-color: #b3d4f4; */ }
.subnavigationitemselected1:hover a{ border-bottom: 1px solid #b3d4f4; color: #b3d4f4;  /* background-color: #b3d4f4; */ }
.subnavigationitemselected2:hover{ color: #b3d4f4; border-left: 5px solid #3399cc; /* background-color: #b3d4f4; */ }
.subnavigationitemselected2:hover a{ border-bottom: 1px solid #b3d4f4; color: #b3d4f4;  /* background-color: #b3d4f4; */ }
.subnavigationitemselected3:hover{ color: #b3d4f4; border-left: 5px solid #3399cc; /* background-color: #b3d4f4; */ }
.subnavigationitemselected3:hover a{ border-bottom: 1px solid #b3d4f4; color: #b3d4f4;  /* background-color: #b3d4f4; */ }

/* breadcrumb navigation */
.breadcrumb
{
    color: white;
    width: 100%;
    margin: 0px;
    padding: 0px;
	padding-left: 0px;
	font-size: 9px;
    /*padding-left: 10px;*/
}
/* IE7 Hack */
*+html .breadcrumb{ /*padding-left: 5px;*/}

.breadcrumbitem
{
    display: inline;
    padding: 0px;
    /*line-height: 20px;*/
    color: White;
}
.breadcrumb a,
.breadcrumbitem a
{
    text-decoration: none;
    color: white;
}
.breadcrumb a:hover,
.breadcrumbitem a:hover
{
    text-decoration: underline;
    color: white;
}
.content .breadcrumb
{
    margin-bottom: 0px;
    color: Black;
}
.content .breadcrumb,
.content .breadcrumb a,
.content .breadcrumb a:hover
{
    color: Black;
}

/* rechte navigation */
.requirednavigation
{
}

.requirednavmodule
{
    float: right;  
    margin: 0px;
    margin-top: 22px;
    padding: 0px;
    height: 22px;
    color: White;
    background-color: Transparent;
    margin-right: 93px;
	 /* Überschrieben wegen Downloads */
    margin-right: 80px;
    /* border-left: 2px solid #00659C;
    border-bottom: 2px solid #00659C; */
    /*background-color: #00659C;*/
    margin-right: 0px;
}
.requirednavmodule a
{
    color: White;   
}


/* navigation im Footer */
.infonavigation
{
    color: black;  
    width: 100%;
    text-align: center; 
}
.infonavigation mainmenuitem
{
    color: black;   
}

.infonavigation a
{
    color: black;   
}

/* html modul */
.htmlmodule
{
    margin: 0px;
    padding: 0px;  
}



/* Sitemap */
.sitemap
{
	margin: 0px;
	padding: 0px;
}
.sitemap h4
{
	padding-left: 0px;
}
.sitemap ul
{
    list-style-image: inherit;
	margin-bottom: 20px;
	color: #3399CC;
}
.sitemap li
{
	 margin-top: 5px;
	 list-style: square;
    list-style-image: inherit;
	 color: #3399CC;
}

.faq li
{
	 list-style: square;
	 color: #3399CC;	
}
.faq span
{
	color: black;
	text-decoration: none;
}
.faq .blue
{
    color: #00659C;
}


/* Impressum */
.imprint
{
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.imprint .blue
{
    color: #00659C;
}

.impheader
{
    width: 100%;
}
.impleft
{
    width: 39%;
    float: left;
    margin-top: 10px;
    font-weight: bold;
}
.imprintleft
{
    width: 39%;
    float: left;
    margin-top: 10px;
    /*font-weight: bold;*/
}
.impright
{
    width: 59%;
    float: left;
    margin-top: 10px;
}
.address
{
}

/* Datenschutz */
.privacy
{
    margin: 0px;
    padding: 0px;
}

/* Nutzungsbedingung */
.nutzungsbedingungen
{
    margin: 0px;
    padding: 0px;
    width: 100%;
}

/* Kontakt */
.contactmodule
{
    margin: 0px;
    padding: 0px;
}
.contactform
{
    /*width: 510px;*/
    width: 100%;
    margin-bottom: 0px;
    margin: 0px;
    padding: 0px;
}
.contactform .contactleft
{
    width: 20%;
    float: left;
    margin-bottom: 0px;
    text-align: right;
}
.contactform .contactright
{
    width: 78%;
    float: right;
    margin-bottom: 0px;
}

.contact
{
    /*width: 510px;*/
    width: 100%;
    margin-bottom: 0px;
    margin: 0px;
    padding: 0px;
}

.contactrow
{
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
}
.contactleft
{
    width: 33%;
    float: left;
    margin-bottom: 0px;
    text-align: right;
}
.contactright
{
    width: 65%;
    float: right;
    margin-bottom: 0px;
}

.tbcontact
{
    width: 240px;
    height: 15px;
    border: 1px solid silver;
}

.tbcontent
{
    width: 465px;
    height: 200px;
    border: 1px solid silver;
}

.subject
{
    width: 245px;
    height: 20px;
    border: 1px solid silver;
}
.subjectlabel
{
    width: 245px;
    height: 20px;
	 font-weight: bold;
}
.ddlday{ display: inline; margin-right: 20px; }
.ddlmonth{ display: inline; margin-right: 20px; }
.ddltime{ display: inline; margin-right: 20px; }

/* captcha */
.commentsinput
{
    width: 197px;
    border: 1px solid silver;
}

/* Home */
.warumvamedis
{
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.vamedisheader h4
{
    display: inline-block;
    margin-top: 10px;
    color: #00659C;
}
.highblue
{
    font-size: 1.5em;
    color: #00659C;
}

/* Anfahrt */
.wegbeschreibung
{
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.wegbeschreibung a
{
    font-weight: bold;
}

.left
{
    width: 60%;
	 min-height: 20px;
    float: left;
}
.right
{
    width: 38%;
	 min-height: 20px;
    float: right;
    text-align: right;
}
.downloadlink
{
    /*color: #00659C;*/
}

/* Jobs */
.joblistitem
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    overflow: hidden;    
}
.jobdetail
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    overflow: hidden;
}
.jobheader
{
    /*font-size: 17px;*/
    font-weight: bold;
}

/* vamedis network */
.vamedisnetwork
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    overflow: hidden;
}

/* Login Modul */
#contentright #login
{
    width: 100%;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
    text-align: center;
    border-top: 1px solid #3399CC; /* #b3d4f4; */
    border-bottom: 1px solid #3399CC; /* #b3d4f4; */
    color: White;
}
#contentright #login img
{
    border: 0; 
    outline: 0px;  
    vertical-align: middle;
    padding-bottom: 2px;
}
*+html #contentright #login img { padding-bottom: 0px; }
#contentright #login a:hover
{
    text-decoration: none;
    color: #3399CC;
}
#contentright #logoff
{
    width: 100%;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
    border-top: 1px solid #3399CC; /* #b3d4f4; */
    border-bottom: 1px solid #3399CC; /* #b3d4f4; */
    color: White;
}
#contentright #logoff a,
#contentright #login a
{
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    color: White;
}
#menu2 #login,
#menu2 #logoff,
#menu2 #logoff a,
#menu2 #login a
{
    border: 0;
    font-size: 10px;
    text-align: left;
    font-weight: bold;
    float: right;
    margin-right: 100px;
    margin-top: 2px;
}

#contentright .loginmodule
{
    position: absolute;
    left: 0px;
    /*top: 23px;*/
	top: 0px;
    width: 100%;
    height: 100px;
    border-top: 0px solid #3399CC; /* #b3d4f4; */
}
#contentright .loginform
{
    width: 100%;
    margin: 5px;
	margin-top: 5px;
    color: White;
}
#contentright .loginform a
{
    color: White;	
}
#contentright .loginlabel
{
    margin: 5px;
    color: White;
}
#contentright .logininput
{    
    background-color: #b3d4f4;
    border: 1px solid #3399CC;
    color: #00659C; /*#404040;*/
    width: 130px;
    width: 135px;
}
#contentright .loginbutton
{
    color: White;
}
#contentright .loginwarning
{
    color: Red;
    font-weight: bold;
    text-transform: uppercase; 
    margin-left: 5px;
}

.newpassword
{
    margin: 5px 0px;
    padding: 5px 0px;
}
.newpassword .label
{
    margin: 5px 0px;
    padding: 5px 0px;
    color: Black;
}
.newpassword .input
{
    background-color: white; /* #b3d4f4; */
    color: Black;
    width: 250px;
    border: 1px solid silver;
}
*+html .newpassword .label{ padding: 0px;}


.vamedisartikel
{
	margin: 0px;
	padding: 0px;
}
.vamedisartikellistview
{
   width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
	border-bottom: 1px solid black; /* #00659C;*/
}
.artikeldetailview
{
	width: 100%;
}
.artikeldetailview .abstract
{
	margin: 0 auto;
	width: 90%;
}

/* Link Module*/
.link
{
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	overflow: hidden;
}
.link img
{
	outline: none;
	border: none;	
}
.linkimg
{
	width: 100px;
	height: 50px;
	float: left;
}
.linkurl
{
	margin-bottom: 10px;
	width: 100%;	
	/*width: 535px;
	float: right;	*/
}
.linkdescription
{
	width: 535px;
	float: right;
}

.headerproducts
{
	margin-bottom: 20px;
}
.hersteller
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
.hersteller a,
.hersteller img
{
	text-decoration: none;
	outline: none;
	border: none;	
}
.herstellerimg
{
	border-right: solid 0px black;
	width: 110px;
	float: left;	
	text-align: left;
	padding-right: 0px;
	height: 100%;
}
.herstellertitle
{
	width: 505px;
	float: left;	
	font-weight: normal;
}
.herstellerpreview
{
	padding-left: 0px;
	width: 535px;
	float: right;	
}


.qualilist li
{
	margin-bottom: 5px;
}

.map
{
	text-align: center;	
}

.linklist
{
	list-style: none;
	list-style-position: outside;
	margin-left: -40px;
}

.standorte
{
    overflow: hidden;
    margin-top: 10px;
}
.standorte .left{ font-weight: bold; width:200px; margin-top: 5px;}
.standorte .right{ width: 400px; text-align: left; margin-top: 5px;}

/* Downloads */
.downloads
{
    margin-bottom: 20px;
}

.downloadslistitem
{
    margin-bottom: 20px;
}
.dli_title
{
    display: inline-block;
    width: 350px;
    margin-right: 10px;
}
.dli_title2
{
    display: inline-block;
    width: 90px;
    margin-right: 10px;
}
.dli_fileicon
{
    display: inline-block;
    width: 20px;
    margin-right: 10px;
}
.dli_filesize
{
    display: inline-block;
    width: 50px;
    margin-right: 10px;
}
.dli_more
{
    display: inline-block;
    width: 50px;
}

.downloadsdetails
{
}

.sps_table
{
    width: 100%;
    border: solid 1px White;
    margin-bottom: -3px;
}
.sps_table td
{
    border: solid 1px White;
}
.sps_people_tr
{
}
.sps_people_tr img
{
    width: 50px;
}
.sps_people_td
{
    width: 50px;
}
.sps_people_td_title
{
    width: 80px;
}
.sps_people_td_img
{
    width: 50px;
}
.sps_people_td_name
{
    width: 180px;
}
.sps_people_td_nachname
{
    width: 180px;
}
.sps_people_td_standort
{
    width: 70px;
}
.sps_people_td_public
{
    width: 40px;
}
.sps_people_td_kategory
{
    width: 70px;
}


