@charset "UTF-8";

* {
   margin:0;
   padding:0;
   border:none;
}

html {
   height:100%;
}

body {
   font-family:arial,helvetica,verdana,sans-serif;
   color:#666666;
   font-size:11px;
   height:100%;
   background-image:url(../gfx/bg_body_gradient.jpg);
   background-repeat:repeat-x;   
}

a {
}


h1 {
   display:inline;
   font-size:18px;
   color:#006aaf;
   font-weight:normal;
   letter-spacing:1px;
   font-style:italic;
}

h2 {
   display:inline;
   font-size:11px;
   color:#666666;
   font-weight:bold;
}

#content-wrap {
   display:inline;
   position:absolute;
   left:50%;
   margin-left:-425px;
   width:850px;
   height:659px;
   overflow:hidden;
}

#cwl-logo {
   position:absolute;
   display:inline;
   top:55px;
   left:0;
   width:251px;
   height:31px;
}

#intro-text {
   position:absolute;
   display:inline;
   top:115px;
   left:64px;
   width:415px;
   font-size:11px;
   color:#6f7072;
   line-height:18px;
}

/* ########## NAVI META ########## */

#navi-meta {
   position:absolute;
   width:350px;
   left:500px;
   text-align:right;
   top:80px;
}

#navi-meta a {
   text-decoration:none;
   color:#868788;
}

#navi-meta a:hover {
   color:#006aaf;
}

#navi-meta ul {
   display:inline;
   list-style-type:none;
}


#navi-meta li {
   display:inline;
}


/* ########## HAUPTNAVI ########## */

#button-unternehmen-wrap {
   position:absolute;
   left:313px;
   top:378px;
   width:188px;
   height:93px;
   display:inline;
   background-image:url(../gfx/button_unternehmen.jpg);
   background-repeat:no-repeat;    
}

#button-leistungen-wrap {
   position:absolute;
   left:637px;
   top:378px;
   width:127px;
   height:93px;
   display:inline;
   background-image:url(../gfx/button_leistungen.jpg);
   background-repeat:no-repeat;    
}

#button-anwendungen-wrap {
   position:absolute;
   left:434px;
   top:441px;
   width:146px;
   height:116px;
   display:inline;
   background-image:url(../gfx/button_anwendungen.jpg);
   background-repeat:no-repeat;    
}

#button-kontakt-wrap {
   position:absolute;
   left:282px;
   top:531px;
   width:153px;
   height:119px;
   display:inline;
   background-image:url(../gfx/button_kontakt.jpg);
   background-repeat:no-repeat;    
}

#button-jobboerse-wrap {
   position:absolute;
   left:720px;
   top:495px;
   width:130px;
   height:95px;
   display:inline;
   background-image:url(../gfx/button_jobboerse.jpg);
   background-repeat:no-repeat;    
}

#menu-unternehmen {
   position:absolute;
   display:inline;
   top:280px;
   left:190px;
}

#menu-anwendungen {
   position:absolute;
   display:inline;
   top:350px;
   left:460px;
}

#menu-leistungen {
   position:absolute;
   display:inline;
   top:250px;
   left:640px;
}

.menu-wrap {
   display:inline;
   float:left;
   width:auto;
   border-bottom:4px solid #006aaf;
   line-height:18px;
}

.menu-wrap ul {
   display:inline;
   list-style-type:none;
}

.menu-wrap a {
   color:#868788;
   font-family:verdana,arial,helvetica,sans-serif;
   font-size:11px;
   text-decoration:none;
}

.menu-wrap a:hover {
   color:#006aaf;
}

.menu-bottom {
   float:left;
   display:inline;
   height:13px;
   width:100%;
}



