/* CSS Document_urbsa */

* { margin: 0; padding: 0; }


body{font-family:Arial,Helvetica,sans-serif;font-size:10px;cursor:default;color:#000}


img { border: none; }


/* fonts */


h1,h2,h3,h4 { font-family: arial, helvetica, sans-serif; 
	      color:#0099FF; 
}


h1 { font-size:10pt; 
     font-weight:lighter; 
     line-height:10pt; 
     margin-top:5px; 
}

h2 { font-family: arial, helvetica, sans-serif; color:#CDCBE1; font-size:12pt; font-weight:bold; line-height:12pt; }

h3 { color:#FF00FF; font-size:8pt; font-weight:normal; line-height:9pt; margin-top:3pt; }

h4 { font-size:8pt; font-weight:normal; line-height:6pt; margin-top:3pt; }

p,ul,ol,li,div,td,th,address,blockquote { font-family: helvetica, arial, sans serif; 
					  font-size:8pt; 
					  font-weight:lighter;
					  line-height:8pt; }

p.body {text-align: justify;
	color:#000;
	line-height: 10pt;}

p.imprint {text-align: justify;
	   color:#333;
	   line-height: 10pt;}
	   
p.caption {text-align: justify;
	   color:#333;
	   line-height: 10pt;}
	   
p.people {text-align: justify;
	   color:#000;
	   font-weight: lighter;
	   line-height: 11pt;}	
	   
p.linx {text-align: justify;
	   color:#999;
	   font-weight: lighter;
	   line-height: 11pt;}	   
	
a { font-family: helvetica, arial, sans-serif; font-weight: lighter;}

a:link { color:#000; text-decoration:none; font-weight: lighter;}

a:hover { color:#f3f; text-decoration:underline; }

a:active { color:#000; text-decoration:none; }

a:visited { color:#000; text-decoration:none; }

/* layer */



#main {
	position: relative;
	top: 100px;
	width:501px; 
	height : 320px; 
	border : 0; 
	margin : 0px auto; 
	text-align : left; 
	overflow: visible;
	z-index: 6;
}

#gallery {
	position: absolute;
	width:520px; 
	border: 0;
	background:#fff;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: visible;
	z-index: 7;
}


#pictureframe {
	position: relative;
	border: 0; 
	margin-bottom: 20px;
	}

#captions {
	position: relative;
	border: 0; 
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	}

#content_gallery {
	position: relative;
	width: 600px; 
	height: 200px;
	border: 0;
	background:#fff;
	text-align: center;
	margin: 0 auto;
	overflow: visible;
	z-index: 7;
}

