/* all pages */

img#topblend {position: absolute; right: 0px; top: 0px;}

div#main {position: absolute; top: 100px; left: 10px; right: 10px; padding: 0px 0px 30px 0px; margin: 0px;}
div#footer {position: fixed; bottom: 0px; width: 100%; height: 30px; background: url(../pics/bottomblend.png) repeat; margin: 0px; padding: 0px; font-size: 12px; color: white;}


ul#nav {position: absolute; top: 90px; left:0px;}

a { text-decoration: none; }
a:hover { text-decoration: underline; }


body {
  background-color: #ffffff;
  color: #000000;
  font-family: Verdana, Arial, Helvetica,"Sans Serif",sans-serif;
  font-size: 18px;
  width: 100%;
  margin: 0px;
}

img { border: 0px none #ffffff; }

h1 {
  text-align: center; 
  margin-top: 30px;
}

p { text-align: justify; }

div.image { 
  text-align:center;
  padding: 5px 20px;
  margin: 5px 20px;
}
.image p { text-align: center; font-style: italic; }

.toRight {  float: right;  }
.toLeft {  float: left;  }

p.imageCaption { text-align: center; font-style: italic; }

.preload {
  display: none; 
  height: 1px;
  width: 1px;
  border: 0px none #000000;
}


table.Lebenslauf { margin: 0px; }
.cv td {
  vertical-align: top;
  text-align: left; 
  padding: 0px 25px 20px;
}
.cv ul {
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 5px;
}
.cv li {
  padding-top: 0px;
  padding-bottom: 5px;
  margin: 0px;
}


/* PRINT PRINT PRINT PRINT PRINT PRINT PRINT*/

@media print {

ul#nav {display: none;}
div#header {display: none;}
img#topblend {display: none;}
div#footer {display: none;}

div#main {position: static;}

body {font-size: 14px;}

.noPrint { display: none; }
.noLinkPrint a { display: none; }
}
