body {
    margin-left: 22px;
    margin-top: 0px;
}
div,span,p,select {
    font-size: 10px;
    font-family: Georgia, Serif;

    line-height: 14px;
}

h3 {
    font-family: Georgia, Serif;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 11px;
}

p {
    margin-top: 1px;
    margin-bottom: 0px;
    text-indent: 0px;
    
}
p.indent {
    text-indent: 14px;
}
.anfang:first-letter {
    float:left;color:#D4D4C7;font-size:38px;line-height:28px;padding-top:2px; padding-right:3px; font-family: Times, serif, Georgia;
}

a {
    text-decoration: none;
    color: black;
}
a:hover {
    text-decoration: underline;
}
#header {
margin-top: 75px;
margin-bottom: 18px;
}
#heading{
font-family: Arial,Sans-serif;
font-size: 3.4em;
font-weight: normal;
text-decoration: none;
color: black;
}
#heading a:hover{
    text-decoration: none;
}

#sidebar {
    width: 162px; 
    float: right; 
    padding:0px; 
    margin:0px;
}

#mainnav {
font-family: Georgia, Serif;
font-weight: 500;
color: black;
font-size: 18px;
line-height: 22px;
padding-bottom: 24px;
border-width: 0 0 1px 0;
border-style: solid;
border-color: black;
}
#mainnav b a{
color: #494949;
font-weight: 500;
}
#mainnav a:hover{
color: #555555;
}

#navbox {
border-bottom: 0px solid black; 
margin: 10px 0px 5px; 
height: 67px; 
padding-bottom: 3px;
}

#navbox, #navbox a, #navbox select {
font-family: Verdana,Arial,Sans-serif;
font-weight: normal;
}

#pagenr {
margin-top:4px;
font-family: Verdana,Arial,Sans-serif;
}

#pagenr b{ 
font-weight: normal;
text-decoration: underline;
}

#textbox {
border-bottom: 1px solid black;
padding-bottom: 9px;
font-weight: 500;
}

#imageContainer{
	position: relative;
	background-color: #fff;
	/*width: 631px; */
	margin: 0 0;
    float: left;
	}
#photodiv {
    float: left;
    background-repeat: no-repeat;
}

#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 462px;
	background: transparent url(/media/portfolio/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
    opacity: 0.9;
    /* for IE */
    filter:alpha(opacity=90);
    /* for old Mozilla */
    -moz-opacity:0.9;
}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/media/images/larrow.gif) left 49% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/media/images/rarrow.gif) right 49% no-repeat; }

#projectnavbox {
position: relative;
margin-top: 14px;
}

#projectnr {
color: black;
}
#projectnr a{
color: black;
}

#projectnr b{
text-decoration: underline;
font-weight: normal;
}

/*
#projecttext {
font-family: Verdana,Helvetica,Arial,Sans-serif;
font-size: 10px;
margin-top: 15px;
padding-left: 9px;
width: 280px;
border-left: 1px solid #aaaaaa
}
*/
#projecttext b {
font-weight: normal;
}

.twocolrow {
    position: relative;
    width: 631px;
    margin-top: 15px;
}
.leftcol,.rightcol {
    position: absolute;
    /*border-left: 1px solid #000000;
    padding-left: 12px;*/
    width: 46.5%;
    
}

.leftcol {
    left: 0px;
    top: 0px;
}

.rightcol {
    top: 0px;
    right: 0px;

}

.threecolrow {
    position: relative;
    margin-top: 15px;
    height: 462px;
    width: 631px;
}
.threecol1, .threecol2, .threecol3 {
    position: absolute;
    /*border-left: 1px solid #000000;*/
    width: 32%;
    
}

.threecol2 {
    left: 34%;
}
.threecol3 {
    /*left: 68%;*/
    right: 0px;
}

.colimage {
    margin-top:3px;
}

#photodiv {
  background-repeat: no-repeat;
}