/*******************************************************************************
                       Standard rules
*******************************************************************************/
html 
{margin: 0;padding: 0;width:100%;height:100%;}

body {
margin: 0;padding: 0;
font-family: Arial, Verdana, sans-serif;
font-size:12px;
width:100%;height:100%;
background-image: url(pics/punkte.gif);
color: #000000;
background: #B2CCFF;
}

.title
{font-size: 14px; font-weight: bold; }

.bildrand
{border: 1px solid #0033cc;}

input, textarea, select, option
{border: 1px solid #2B4ECB;}

.logo
{font-size:9px;color: white;}

#spalte1
{position: absolute; top: 0; left: 0; height:100%; width:145px; background-image:url(/_entwicklung/pics/links.jpg); background-repeat:no-repeat;}
#spaltefein
{position: absolute; top: 0; left: 0; height:100%; width:145px; background-image:url(/_entwicklung/pics/feinwerktechnik.jpg); background-repeat:no-repeat;}
#spalte2
{height:100%; width:145px; position: absolute; top: 0; left: 145px; background: #2B4ECB; color: #FFFFFF;font-size: 14px; }
#spaltemed
{height:100%; width:145px; position: absolute; top: 0; left: 145px; background: #2B4ECB; color: #FFFFFF;font-size: 14px; background-image:url(/_entwicklung/pics/medizin.jpg); background-repeat:no-repeat;}
#spalte3
{height:100%; width:639px; position: absolute; top: 0; left: 290px; background: #FFFFFF;}
#spalte4
{height:100%; width:71px; position: absolute; top: 0; left: 929px; background: #FFFFFF; border-right: 1px solid #2B4ECB; }



/*******************************************************************************
                       Links / Navi
*******************************************************************************/

.menulink
{
text-align: center;
padding-left:16px;
padding-right:16px;
font-weight:bold;

}

a.navi:link {color: #FFFFFF;}
a.navi:visited {color: #FFFFFF;}
a.navi:hover {color: #AAAAAA;  text-decoration: none;}


a.navia:link {color: #AAAAAA;}
a.navia:visited {color: #AAAAAA;}
a.navia:hover {color: #AAAAAA; text-decoration: none;}

a.navi2{font-size: 12px;padding-left:8px;}
a.navi2:link {color: #FFFFFF;}
a.navi2:visited {color: #FFFFFF;}
a.navi2:hover {color: #AAAAAA;  text-decoration: none;}

a.navi2a{font-size: 12px; padding-left:8px;}
a.navi2a:link {color: #AAAAAA;}
a.navi2a:visited {color: #AAAAAA;}
a.navi2a:hover {color: #AAAAAA; text-decoration: none;}

a:link {text-decoration: none;color:#0033cc}
a:visited {text-decoration: none;color:#0033cc}
a:hover {text-decoration: underline;color:#AAAAAA}




