/* DATEI: cv.css */
	 
body { background-color:#0099CC;
     margin-top:10px;
     margin-bottom:5px;
     margin-left:15px;
     margin-right:15px;
     font-size:15px;
     line-height:1.25em;
     font-family:sans-serif;
     color:#003366;
     font-weight:500; }

a:link { text-decoration:underline; font-weight:bold; color:#006699; }
a:visited { text-decoration:underline; font-weight:bold; color:#006699; }
a:hover { text-decoration:none; font-weight:bold; color:#006699; }
a:active { text-decoration:none; font-weight:bold; color:#006699; }

a.leiste:link { text-decoration:underline; font-weight:normal; color:#006699; }
a.leiste:visited { text-decoration:underline; font-weight:normal; color:#006699; }
a.leiste:hover { text-decoration:none; font-weight:bold; color:#006699; }
a.leiste:active { text-decoration:none; font-weight:bold; color:#006699; }

table.h { margin-top:0px;
        margin-bottom:10px;
	height:35px;
	padding-bottom:5px;
	padding-left:5px; }

table.b { margin-top:10px;
        margin-bottom:0px;
	width:100%;
	height:35px;
	padding-top:5px;
	padding-left:5px;
	border-top-width:1px;
        border-top-style:solid;
        border-color:#006699; }

td { vertical-align:top; }

p { margin-top:0px;
  margin-bottom:0px; }
p.mt5 { margin-top:5px; }

ul { margin-top:0px;
   margin-bottom:0px; }

li { margin-top:5px;
   margin-bottom:0px; }
li.mt0 { margin-top:0px; }

h1 { font-size:36px;
   color:#666633;
   text-align:right;
   font-weight:normal;
   margin-top:0px;
   margin-bottom:0px; }

h2 { font-size:20px;
   font-weight:bold;
   margin-top:20px;
   margin-bottom:10px; }

h3 { font-size:15px;
   font-weight:normal;
   margin-top:10px;
   margin-bottom:0px; }
h3.mt0 { margin-top:0px; }

h4 { font-size:16px;
   font-weight:bold;
   margin-top:10px;
   margin-bottom:0px; }
h4.mt0 { margin-top:0px; }

h5 { font-size:15px;
   font-weight:normal;
   text-transform:uppercase;
   margin-top:0px;
   margin-bottom:0px; }
