body {
	margin: -20px 0px 0px 0px; /* minus 39 px to get every thing up (and do not need to change all */
} 
body, div, p, td {
	font-family: Helvetica Neue, Helvetica, Arial, serif;
	font-size: 12px;
	color: #000000;
	line-height: 15px;
}
#name {/* h1 layer */
	height: 87px; 
	margin: 0px;
}
h1 { /* ragna berlin */
	font-family: Helvetica Neue, Helvetica, Arial, serif;
	font-weight: normal;
	font-size: 160%;
	/*letter-spacing: 3px;*/
	padding: 65px 0px 30px 47px;
}

h2 { /* artwork name 
	font-weight: bold;
	border: 1px solid black; */
	font-size: 130%;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}
a {
	color: #006699; /*old 2009-10-21: 0099ff hellblau */
	text-decoration: none;
}
a.home { /* used at Ragna Berlin */
	color: #000000;
	text-decoration: none;
}
a.likeText { /* used at webNavigation links */
	color: #000000;
	text-decoration: none;
}
.here, a.here { /* used for webnavigation here */
    color: #006699; /* 0099ff*/
}
.jbLink a{ /* used at home page*/
	color: #000000;
	text-decoration: none;
}
.jbLink { /* used at home page*/
	margin: 5px 0px 0px 980px;
}

/* requested Images sizes in P000.php */
.bigImage { /* also home image */
	margin: 18px 0px 0px 0px; /* top margin 18 to stay in same bottom line as farbBG */
	border: 0px;
}

#farbBG { /* f4f4f4 */
	width:1274px; /* total width = width plus padding left and right = 1264 > good for screen resolution 1280 */
	height: 322px; /* = 362 in total ( padding top and bottom ) */
	margin: 18px 0px 0px 0px; /* top margin 18 to stay in same bottom line like image at home */
	padding: 20px 0px 20px 40px;
	background-color: #eaeaea;
	/*overflow: hidden; */
}

/* ======================================== */
/* content artwork pages */
/* ======================================== */

/* text part */
/* ======================================== */
#textLayer { 
	width: 270px;/* auch in fckeditor/fckeditor_php5.php aendern */
	height: 330px;
    padding: 0px 0px 0px 0px;
    margin: 0px 40px 0px 10px;
    float: left;
}
#text {
    padding: 0px 30px 10px 0px;
	height: 245px;/* auch in fckeditor/fckeditor_php5.php aendern */
	overflow: auto;
}
#photoInfos {
 	width: 270px;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
/* image part */
/* ======================================== */
#imageLayer { 
/* requested Images sizes in P000.php */
	width:870px; /* definition by Ragna */
	height: 400px; /*  > layer nur 400px, that thumbnail layer doesn't move, image can be 440px */
    padding: 0px 0px 0px 0px;
    margin: -56px 0px 0px 0px; /* overlapping gray bg (36 above gray plus 20padding in gray)
	border: 1px solid red;*/
    float: left;
}


/* ======================================== */
/* content info pages */
/* ======================================== */

/* text part */
/* ======================================== */
#textLayerInfo {
	width: 540px;/* auch in fckeditor/fckeditor_php5.php aendern >> was 600 */
	height: 330px;
	overflow: auto;
    padding: 0px 0px 0px 0px;
    margin: 0px 40px 0px 10px;
    float: left;
    /*
    border-right: 1px solid blue;
    */
}
#textInfo {
    padding: 0px 10px 10px 0px;
	height: 290px;/* auch in fckeditor/fckeditor_php5.php aendern */
	overflow: auto; 
}
/* image part */
/* ========================================*/
#imageLayerInfo { 
/* requested Images sizes in P000.php */
	width:584px; /* definition by Ragna alt: 540px neu: gesamte breite neben text mit gleichem Rand links und rechts: 1224px + 40 padding farbbg - 680px (summe der anderen elemente) */
	height: 362px; /* definition by Ragna  */
    padding: 0px 0px 0px 0px;
    margin: -20px 0px 0px 0px; /* overlapping gray bg (19 above gray plus 20padding in gray) */
    float: left;
    /*
    border-left: 1px solid blue;
    border-right: 1px solid blue;*/
}


/* ======================================== */
/* Navigation  */
/* ======================================== */

#thumbLayerRahmen {
	margin: 20px 0px 0px 50px;
	height: 30px;
}

.thumbBox img, a { 
	border: 0px;
}
.thumbBox { 
	height: 30px; 
	margin: 0px 5px 5px 0px; 
	padding: 3px;
	border: 1px solid #d1d1d1;
    float: left;
    text-align:center;
	color: #eaeaea; 
}
#navLayerRahmen {
	margin: 25px 0px 0px 40px;
	height: 130px; 
}
.navLayerHome { /* different because of JB Link */
	margin: -20px 0px 0px 0px;
	width:140px;
	height: 130px; 
	padding: 0px 10px;
	border-right: 1px solid gray;
    float: left;
}
	
.navLayer {
	width:140px;
	height: 130px; 
	padding: 0px 10px;
	border-right: 1px solid gray;
    float: left;
}
/* ======================================== */
/* weiteres */
/* ======================================== */
#endLine {
    text-align:right;
	margin: 20px 120px 0px 0px;
	font-size: 115%;
}

